/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. STYLELINT DISABLE
2. FONTS
3. FONTS NAME
4. FONT NAME MAP
5. FONT SIZES
6. HEADING WEIGHT
7. HEADING FONT SIZE
8. HEADING TEXT TRANSFORM
9. HEADING LINEHEIGHT
10. PARAGRAPH
11. HEADING SPACING
12. HEADING COLORS
13. BACKGROUND COLORS
14. TEXT COLORS
15. TRANSITION
16. BUTTON STYLE
17. REM
18. BOOTSTRAP MODAL
-------------------------------------------------------------------*/
/*** Define position  ***/
.page-header header .help-links,
.footer-bg .footer-sub ul.help-links,
.email-breadcrumb .breadcrumb-links,
.scrollspy ul,
.tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-header header .help-links li,
.footer-bg .footer-sub ul.help-links li,
.email-breadcrumb .breadcrumb-links li,
.scrollspy ul li,
.tabs .nav-tabs li {
    flex-grow: 1;
    flex-basis: auto;
    padding: 0 15px;
    position: relative;
    border-right: 0px;
}
.page-header header .help-links li:first-child:before,
.footer-bg .footer-sub ul.help-links li:first-child:before,
.email-breadcrumb .breadcrumb-links li:first-child:before,
.scrollspy ul li:first-child:before,
.tabs .nav-tabs li:first-child:before {
    border-left: 0px;
}
.page-header header .help-links li:before,
.footer-bg .footer-sub ul.help-links li:before,
.email-breadcrumb .breadcrumb-links li:before,
.scrollspy ul li:before,
.tabs .nav-tabs li:before {
    content: "";
    height: 13px;
    border-left: 1px solid #315dbe;
    position: absolute;
    left: 0;
    top: 4px;
    border-width: thin;
}
.page-header header .help-links li:last-of-type,
.footer-bg .footer-sub ul.help-links li:last-of-type,
.email-breadcrumb .breadcrumb-links li:last-of-type,
.scrollspy ul li:last-of-type,
.tabs .nav-tabs li:last-of-type {
    border-right: 0;
}

.copyrights-section li,
.footer-sm-menus li {
    position: relative;
    border-right: 0px;
}
.copyrights-section li:first-child:before,
.footer-sm-menus li:first-child:before {
    border-left: 0px;
}
.copyrights-section li:before,
.footer-sm-menus li:before {
    content: "";
    height: 60%;
    border-left: 1px solid #315dbe;
    position: absolute;
    left: 0;
    top: 14%;
    border-width: thin;
}
.copyrights-section li:last-of-type,
.footer-sm-menus li:last-of-type {
    border-right: 0;
}

/*------------------------------------------------------------------
[TABLE OF CONTENTS]

1. DEFAULT STYLE
2. HEADING TAG
3. PARAGRAPH
4. FONT SIZE
5. FONT LINE HEIGHT
6. TEXT COLOR
7. BACKGROUND COLOR
8. BLACK/WHITE BACKGROUND COLOR
9. BLACK/WHITE COLOR
10. FONT FAMILY
11. BORDER
12. COMMON STYLE
13. VIDEO TAG
14. BOOTSTRAP MODAL

-------------------------------------------------------------------*/
img::-moz-selection {
    background: transparent;
}

img::selection {
    background: transparent;
}

*:focus {
    outline: none;
    box-shadow: none !important;
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 1152px !important;
    }
}

.h-auto {
    height: auto !important;
}

a.link-inherit,
a.link-inherit:hover {
    color: inherit !important;
}

.heading-blue {
    color: #0540d3;
    font-size: 2.5rem;
    font-family: 'muktamedium';
    line-height: 1.2;
    display: block;
    margin-bottom: 15px !important;
}
@media screen and (max-width: 768px) {
    .heading-blue {
        color: #333;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: "muktamedium", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    color: #111;
}

h1,
.h1 {
    font-size: 2.5rem;
    text-transform: inherit;
    margin-bottom: 1.5rem;
}
@media screen and (max-width: 991.98px) {
    h1,
    .h1, .heading-blue, .main-heading {
        font-size: 2.2rem !important;
    }
}
@media screen and (max-width: 768px) {
    h1,
    .h1, .heading-blue, .main-heading {
        font-size: 2rem !important;
    }
}

h2,
.h2 {
    font-size: 2rem;
    text-transform: inherit;
}
@media screen and (max-width: 991.98px) {
    h2,
    .h2 {
        font-size: 1.75rem !important;
    }
}
@media screen and (max-width: 768px) {
    h2,
    .h2 {
        font-size: 1.75rem !important;
    }
}

h3,
.h3 {
    font-size: 1.75rem;
    text-transform: inherit;
}
@media screen and (max-width: 991.98px) {
    h3,
    .h3 {
        font-size: 1.5rem !important;
    }
}
/* @media screen and (max-width: 768px) { h3, .h3 { font-size: 1.3rem !important; } } */

h4,
.h4 {
    font-size: 1.5rem;
    text-transform: inherit;
}
@media screen and (max-width: 991.98px) {
    h4,
    .h4 {
        font-size: 1.5rem !important;
    }
}

h5,
.h5 {
    font-size: 1.1rem;
    text-transform: inherit;
}

h6,
.h6 {
    font-size: 1rem;
    text-transform: inherit;
}

p {
    font-size: 21px;
    line-height: 1.7;
}
@media screen and (max-width: 768px) {
    p {
        font-size: 19px;
    }
}

p.large {
    font-size: 23px;
}
@media screen and (max-width: 768px) {
    p.large {
        font-size: 20px;
    }
}

.bg-gray {
    background: #f2f2f2;
}

.link {
    font-size: 18px;
}

.list-dot {
    list-style: disc;
}

.fs-xs {
    font-size: 12px;
}

.fs-sm {
    font-size: 14px;
}

.fs-md {
    font-size: 16px;
}

.fs-lg {
    font-size: 18px;
}

.fs-xl {
    font-size: 20px;
}

.fs-xxl {
    font-size: 24px;
}

.fs-xs-lh {
    line-height: 1.5rem;
}

.white {
    color: #ffffff !important;
}

.black {
    color: #000000 !important;
}

.gray {
    color: !important;
}

.heading-color-1 {
    color: #111111 !important;
}

.heading-color-2 {
    color: #333333 !important;
}

.heading-color-3 {
    color: #ffffff !important;
}

.heading-color-4 {
    color: #0e68b4 !important;
}

.text-color-1 {
    color: #111111 !important;
}

.text-color-2 {
    color: #333333 !important;
}

.text-color-3 {
    color: #ffffff !important;
}

.text-color-4 {
    color: #0e68b4 !important;
}

.bg-color-1 {
    background-color: #f5f5f5 !important;
}

.bg-color-1-h:hover {
    background-color: #f5f5f5 !important;
}

.bg-color-2 {
    background-color: #f7f7f7 !important;
}

.bg-color-2-h:hover {
    background-color: #f7f7f7 !important;
}

.bg-color-3 {
    background-color: #d9f1fb !important;
}

.bg-color-3-h:hover {
    background-color: #d9f1fb !important;
}

.bg-color-4 {
    background-color: #000027 !important;
}

.bg-color-4-h:hover {
    background-color: #000027 !important;
}

.bg-color-5 {
    background-color: #333333 !important;
}

.bg-color-5-h:hover {
    background-color: #333333 !important;
}

.bw-bgcolor-0 {
    background-color: #000 !important;
}

.bw-bgcolor-0-h:hover {
    background-color: #000 !important;
}

.bw-bgcolor-1 {
    background-color: #111 !important;
}

.bw-bgcolor-1-h:hover {
    background-color: #111 !important;
}

.bw-bgcolor-2 {
    background-color: #222 !important;
}

.bw-bgcolor-2-h:hover {
    background-color: #222 !important;
}

.bw-bgcolor-3 {
    background-color: #333 !important;
}

.bw-bgcolor-3-h:hover {
    background-color: #333 !important;
}

.bw-bgcolor-4 {
    background-color: #444 !important;
}

.bw-bgcolor-4-h:hover {
    background-color: #444 !important;
}

.bw-bgcolor-5 {
    background-color: #555 !important;
}

.bw-bgcolor-5-h:hover {
    background-color: #555 !important;
}

.bw-bgcolor-6 {
    background-color: #666 !important;
}

.bw-bgcolor-6-h:hover {
    background-color: #666 !important;
}

.bw-bgcolor-7 {
    background-color: #777 !important;
}

.bw-bgcolor-7-h:hover {
    background-color: #777 !important;
}

.bw-bgcolor-8 {
    background-color: #888 !important;
}

.bw-bgcolor-8-h:hover {
    background-color: #888 !important;
}

.bw-bgcolor-9 {
    background-color: #999 !important;
}

.bw-bgcolor-9-h:hover {
    background-color: #999 !important;
}

.bw-color-0 {
    color: #000 !important;
}

.bw-color-1 {
    color: #111 !important;
}

.bw-color-2 {
    color: #222 !important;
}

.bw-color-3 {
    color: #333 !important;
}

.bw-color-4 {
    color: #444 !important;
}

.bw-color-5 {
    color: #555 !important;
}

.bw-color-6 {
    color: #666 !important;
}

.bw-color-7 {
    color: #777 !important;
}

.bw-color-8 {
    color: #888 !important;
}

.bw-color-9 {
    color: #999 !important;
}

.bg-white {
    background-color: #ffffff;
}

.bg-black {
    background-color: #000000;
}

.bg-black-medium {
    background-color: #333333;
}

.bg-blue {
    background-color: #0066cc;
}

.bg-blue-dark {
    background-color: #0f1d8d;
}

.bg-gray-light {
    background-color: #f2f2f2 !important;
}

.bg-blue-light {
    background-color: #d9f1fb !important;
}

.bg-blue-medium {
    background-color: #009bde !important;
}

b,
strong {
    font-weight: normal;
}

.font-t {
    font-family: "muktathin", sans-serif;
}

.font-xl {
    font-family: "muktaextralight", sans-serif;
}

.font-l {
    font-family: "muktalight", sans-serif;
}

.font-r {
    font-family: "muktaregular", sans-serif;
}

.font-m {
    font-family: "muktamedium", sans-serif;
}

.font-sb {
    font-family: "muktasemibold", sans-serif;
}

.font-b,
b,
strong {
    font-family: "muktabold", sans-serif;
}

.font-xb {
    font-family: "muktaextrabold", sans-serif;
}

.border-t1 {
    border-top: 1px solid #ccc !important;
}

.border-r1 {
    border-right: 1px solid #ccc !important;
}

.border-b1 {
    border-bottom: 1px solid #ccc !important;
}

.border-l1 {
    border-left: 1px solid #ccc !important;
}

.border-t2 {
    border-top: 2px solid #ccc !important;
}

.border-r2 {
    border-right: 2px solid #ccc !important;
}

.border-b2 {
    border-bottom: 2px solid #ccc !important;
}

.border-l2 {
    border-left: 2px solid #ccc !important;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.section-space {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
@media screen and (max-width: 991.98px) {
    .section-space {
        padding-top: 2.5rem !important;
        padding-bottom: 2.5rem !important;
    }
}
/* @media screen and (max-width: 768px) { .section-space { padding-top: 3rem !important; padding-bottom: 3rem !important; } } */

.section-space-t {
    padding-top: 3rem !important;
}
@media screen and (max-width: 991.98px) {
    .section-space-t {
        padding-top: 2.5rem !important;
    }
}
/* @media screen and (max-width: 768px) { .section-space-t { padding-top: 3rem !important; } } */

.section-space-b {
    padding-bottom: 3rem !important;
}
@media screen and (max-width: 991.98px) {
    .section-space-b {
        padding-bottom: 2.5rem !important;
    }
}
/* @media screen and (max-width: 768px) { .section-space-b { padding-bottom: 3rem !important; } } */

.modal-xxl {
    max-width: 95% !important;
}

/*================================================== Effect 1 ===============================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    -ms-box-shadow: 0 10px 6px -6px #777;
    -o-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

/*================================================== Effect 2 ===============================================*/
.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    -ms-box-shadow: 0 15px 10px #777;
    -o-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/*================================================== Effect 3 ===============================================*/
.effect3 {
    position: relative;
}

.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    -ms-box-shadow: 0 15px 10px #777;
    -o-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/*================================================== Effect 4 ===============================================*/
.effect4 {
    position: relative;
}

.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    -ms-box-shadow: 0 15px 10px #777;
    -o-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

/*================================================== Effect 5 ===============================================*/
.effect5 {
    position: relative;
}

.effect5:before,
.effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    -ms-box-shadow: 0 35px 20px #777;
    -o-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

/*================================================== Effect 6 ===============================================*/
.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect6:before,
.effect6:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 50%;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect6:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

/*================================================== Effect 7 ===============================================*/
.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect7:before,
.effect7:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

/*================================================== Effect 8 ===============================================*/
.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect8:before,
.effect8:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.effect8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

/*================================================== Effect 9 ===============================================*/
.effect9 {
    -webkit-box-shadow: 0 0px 10px -6px #777;
    -moz-box-shadow: 0 0px 10px -6px #777;
    -ms-box-shadow: 0 0px 10px -6px #777;
    -o-box-shadow: 0 0px 10px -6px #777;
    box-shadow: 0 0px 10px -6px #777;
}

.scroll-navbar .page-header header {
    background: #fff;
    transition: all 0.45s ease;
    box-shadow: 0 -1px 3px 0 #000;
    height: auto;
}
@media screen and (max-width: 991.98px) {
    .scroll-navbar .page-header header {
        height: 56px;
    }
}

.scroll-navbar .page-header header > div:first-child {
    transition: all 0.45s ease;
}

.scroll-navbar a.navbar-brand {
    width: 230px;
    height: 52px;
    background-image: url(../images/animated-logo.svg);
    background-position: 15px center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1199.98px) {
    .scroll-navbar a.navbar-brand {
        width: 160px;
        margin-right: 0;
        margin-top: 0 !important;
    }
}

.scroll-navbar a.navbar-brand img {
    display: none;
}

.scroll-navbar .page-header #navigation .navbar .navbar-collapse .navbar-nav .nav-link {
    color: #0f1d8d !important;
}
@media screen and (max-width: 991.98px) {
    .scroll-navbar .page-header #navigation .navbar .navbar-collapse .navbar-nav .nav-link {
        color: #fff !important;
    }
}

.scroll-navbar .page-header #navigation .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    top: 62px;
    box-shadow: -2px 0px 5px #ccc;
}

.scroll-navbar .page-header #navigation .navbar-toggler span {
    background-color: #0f1d8d;
}

.scroll-navbar .page-header #navigation .navbar.navbar-dark {
    margin-top: 0;
}

body.scroll-navbar .page-header header .sm-header .help-links li a,
body.scroll-navbar .page-header header .sm-header .help-links li span {
    color: #111;
}

body.scroll-navbar .page-header .login {
    color: #111;
}

.scroll-navbar .page-header header .sm-header .help-links li:before {
    border-color: #315dbe;
}

.sm-header {
    padding: 18px 0 10px;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    opacity: 1;
    /*width: calc(100% - 310px);*/
}
@media screen and (max-width: 991.98px) {
    .sm-header {
        width: auto;
    }
}

@font-face {
    font-family: "muktaextralight";
    src: url("../fonts/mukta/muktaextralight.eot?") format("eot"), url("../fonts/mukta/muktaextralight.woff2") format("woff2"), url("../fonts/mukta/muktaextralight.woff") format("woff"),
        url("../fonts/mukta/muktaextralight.ttf") format("truetype"), url("../fonts/mukta/muktaextralight.svg#muktaextralight") format("svg");
    font-display: swap;    
}
@font-face {
    font-family: "muktalight";
    src: url("../fonts/mukta/muktalight.eot?") format("eot"), url("../fonts/mukta/muktalight.woff2") format("woff2"), url("../fonts/mukta/muktalight.woff") format("woff"), url("../fonts/mukta/muktalight.ttf") format("truetype"),
        url("../fonts/mukta/muktalight.svg#muktalight") format("svg");
    font-display: swap;    
}
@font-face {
    font-family: "muktaregular";
    src: url("../fonts/mukta/muktaregular.eot?") format("eot"), url("../fonts/mukta/muktaregular.woff2") format("woff2"), url("../fonts/mukta/muktaregular.woff") format("woff"), url("../fonts/mukta/muktaregular.ttf") format("truetype"),
        url("../fonts/mukta/muktaregular.svg#muktaregular") format("svg");
    font-display: swap;    
}
@font-face {
    font-family: "muktamedium";
    src: url("../fonts/mukta/muktamedium.eot?") format("eot"), url("../fonts/mukta/muktamedium.woff2") format("woff2"), url("../fonts/mukta/muktamedium.woff") format("woff"), url("../fonts/mukta/muktamedium.ttf") format("truetype"),
        url("../fonts/mukta/muktamedium.svg#muktamedium") format("svg");
    font-display: swap;    
}
@font-face {
    font-family: "muktabold";
    src: url("../fonts/mukta/muktabold.eot?") format("eot"), url("../fonts/mukta/muktabold.woff2") format("woff2"), url("../fonts/mukta/muktabold.woff") format("woff"), url("../fonts/mukta/muktabold.ttf") format("truetype"),
        url("../fonts/mukta/muktabold.svg#muktabold") format("svg");
    font-display: swap;    
}
@font-face {
    font-family: "muktasemibold";
    src: url("../fonts/mukta/muktasemibold.eot?") format("eot"), url("../fonts/mukta/muktasemibold.woff2") format("woff2"), url("../fonts/mukta/muktasemibold.woff") format("woff"), url("../fonts/mukta/muktasemibold.ttf") format("truetype"),
        url("../fonts/mukta/muktasemibold.svg#muktasemibold") format("svg");
    font-display: swap;    
}
@font-face {
    font-family: "muktaextrabold";
    src: url("../fonts/mukta/muktaextrabold.eot?") format("eot"), url("../fonts/mukta/muktaextrabold.woff2") format("woff2"), url("../fonts/mukta/muktaextrabold.woff") format("woff"),
        url("../fonts/mukta/muktaextrabold.ttf") format("truetype"), url("../fonts/mukta/muktaextrabold.svg#muktaextrabold") format("svg");
    font-display: swap;    
}


/*** Mac browser ***/
 @media screen and (max-width: 768px) {
    #overview-diff {
        padding: 3rem 0;
    }
 }

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #008489;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --primary: #8f9190;
    --1: #b42429;
    --2: #d29b29;
    --3: #afb7b9;
    --4: #0e68b4;
    --5: #005f32;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1367px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

/* button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } */

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
    font-size: 1rem;
    color: #333;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "\2014 \00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1367px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }
    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }
    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }
    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }
    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.3333333333%;
    }
    .offset-md-2 {
        margin-left: 16.6666666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .offset-md-5 {
        margin-left: 41.6666666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.3333333333%;
    }
    .offset-md-8 {
        margin-left: 66.6666666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.3333333333%;
    }
    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1367px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }
    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }
    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }
    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }
    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #ffffff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #e0e0e0;
}

.table-hover .table-primary:hover {
    background-color: lightgray;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: lightgray;
}

.table-1,
.table-1 > th,
.table-1 > td {
    background-color: #eac2c3;
}

.table-hover .table-1:hover {
    background-color: #e3afb0;
}
.table-hover .table-1:hover > td,
.table-hover .table-1:hover > th {
    background-color: #e3afb0;
}

.table-2,
.table-2 > th,
.table-2 > td {
    background-color: #f2e3c3;
}

.table-hover .table-2:hover {
    background-color: #edd9ae;
}
.table-hover .table-2:hover > td,
.table-hover .table-2:hover > th {
    background-color: #edd9ae;
}

.table-3,
.table-3 > th,
.table-3 > td {
    background-color: #e9ebeb;
}

.table-hover .table-3:hover {
    background-color: #dcdfdf;
}
.table-hover .table-3:hover > td,
.table-hover .table-3:hover > th {
    background-color: #dcdfdf;
}

.table-4,
.table-4 > th,
.table-4 > td {
    background-color: #bcd5ea;
}

.table-hover .table-4:hover {
    background-color: #a9c9e4;
}
.table-hover .table-4:hover > td,
.table-hover .table-4:hover > th {
    background-color: #a9c9e4;
}

.table-5,
.table-5 > th,
.table-5 > td {
    background-color: #b8d2c6;
}

.table-hover .table-5:hover {
    background-color: #a8c8b9;
}
.table-hover .table-5:hover > td,
.table-hover .table-5:hover > th {
    background-color: #a8c8b9;
}

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
    color: #ffffff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #ffffff;
    background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1366.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 0px);
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: 0.2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
    display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: 0.2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
    display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
}
.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #ffffff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-primary {
    color: #ffffff;
    background-color: #8f9190;
    border-color: #8f9190;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #7c7e7d;
    border-color: #757877;
}
.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 145, 144, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: #8f9190;
    border-color: #8f9190;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #757877;
    border-color: #6f7170;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 145, 144, 0.5);
}

.btn-1 {
    color: #ffffff;
    background-color: #b42429;
    border-color: #b42429;
}
.btn-1:hover {
    color: #ffffff;
    background-color: #941e22;
    border-color: #8a1c1f;
}
.btn-1:focus,
.btn-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 36, 41, 0.5);
}
.btn-1.disabled,
.btn-1:disabled {
    color: #ffffff;
    background-color: #b42429;
    border-color: #b42429;
}
.btn-1:not(:disabled):not(.disabled):active,
.btn-1:not(:disabled):not(.disabled).active,
.show > .btn-1.dropdown-toggle {
    color: #ffffff;
    background-color: #8a1c1f;
    border-color: #7f191d;
}
.btn-1:not(:disabled):not(.disabled):active:focus,
.btn-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 36, 41, 0.5);
}

.btn-2 {
    color: #212529;
    background-color: #d29b29;
    border-color: #d29b29;
}
.btn-2:hover {
    color: #ffffff;
    background-color: #b28323;
    border-color: #a77c21;
}
.btn-2:focus,
.btn-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 155, 41, 0.5);
}
.btn-2.disabled,
.btn-2:disabled {
    color: #212529;
    background-color: #d29b29;
    border-color: #d29b29;
}
.btn-2:not(:disabled):not(.disabled):active,
.btn-2:not(:disabled):not(.disabled).active,
.show > .btn-2.dropdown-toggle {
    color: #ffffff;
    background-color: #a77c21;
    border-color: #9d741f;
}
.btn-2:not(:disabled):not(.disabled):active:focus,
.btn-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 155, 41, 0.5);
}

.btn-3 {
    color: #212529;
    background-color: #afb7b9;
    border-color: #afb7b9;
}
.btn-3:hover {
    color: #212529;
    background-color: #9ba5a7;
    border-color: #949fa1;
}
.btn-3:focus,
.btn-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 183, 185, 0.5);
}
.btn-3.disabled,
.btn-3:disabled {
    color: #212529;
    background-color: #afb7b9;
    border-color: #afb7b9;
}
.btn-3:not(:disabled):not(.disabled):active,
.btn-3:not(:disabled):not(.disabled).active,
.show > .btn-3.dropdown-toggle {
    color: #212529;
    background-color: #949fa1;
    border-color: #8d989b;
}
.btn-3:not(:disabled):not(.disabled):active:focus,
.btn-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 183, 185, 0.5);
}

.btn-4 {
    color: #ffffff;
    background-color: #0e68b4;
    border-color: #0e68b4;
}
.btn-4:hover {
    color: #ffffff;
    background-color: #0b5391;
    border-color: #0a4d85;
}
.btn-4:focus,
.btn-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 104, 180, 0.5);
}
.btn-4.disabled,
.btn-4:disabled {
    color: #ffffff;
    background-color: #0e68b4;
    border-color: #0e68b4;
}
.btn-4:not(:disabled):not(.disabled):active,
.btn-4:not(:disabled):not(.disabled).active,
.show > .btn-4.dropdown-toggle {
    color: #ffffff;
    background-color: #0a4d85;
    border-color: #094679;
}
.btn-4:not(:disabled):not(.disabled):active:focus,
.btn-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 104, 180, 0.5);
}

.btn-5 {
    color: #ffffff;
    background-color: #005f32;
    border-color: #005f32;
}
.btn-5:hover {
    color: #ffffff;
    background-color: #00391e;
    border-color: #002c17;
}
.btn-5:focus,
.btn-5.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 95, 50, 0.5);
}
.btn-5.disabled,
.btn-5:disabled {
    color: #ffffff;
    background-color: #005f32;
    border-color: #005f32;
}
.btn-5:not(:disabled):not(.disabled):active,
.btn-5:not(:disabled):not(.disabled).active,
.show > .btn-5.dropdown-toggle {
    color: #ffffff;
    background-color: #002c17;
    border-color: #001f10;
}
.btn-5:not(:disabled):not(.disabled):active:focus,
.btn-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 95, 50, 0.5);
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #8f9190;
    background-color: transparent;
    background-image: none;
    border-color: #8f9190;
}
.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #8f9190;
    border-color: #8f9190;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 145, 144, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #8f9190;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #8f9190;
    border-color: #8f9190;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(143, 145, 144, 0.5);
}

.btn-outline-1 {
    color: #b42429;
    background-color: transparent;
    background-image: none;
    border-color: #b42429;
}
.btn-outline-1:hover {
    color: #ffffff;
    background-color: #b42429;
    border-color: #b42429;
}
.btn-outline-1:focus,
.btn-outline-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 36, 41, 0.5);
}
.btn-outline-1.disabled,
.btn-outline-1:disabled {
    color: #b42429;
    background-color: transparent;
}
.btn-outline-1:not(:disabled):not(.disabled):active,
.btn-outline-1:not(:disabled):not(.disabled).active,
.show > .btn-outline-1.dropdown-toggle {
    color: #ffffff;
    background-color: #b42429;
    border-color: #b42429;
}
.btn-outline-1:not(:disabled):not(.disabled):active:focus,
.btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-1.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(180, 36, 41, 0.5);
}

.btn-outline-2 {
    color: #d29b29;
    background-color: transparent;
    background-image: none;
    border-color: #d29b29;
}
.btn-outline-2:hover {
    color: #212529;
    background-color: #d29b29;
    border-color: #d29b29;
}
.btn-outline-2:focus,
.btn-outline-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 155, 41, 0.5);
}
.btn-outline-2.disabled,
.btn-outline-2:disabled {
    color: #d29b29;
    background-color: transparent;
}
.btn-outline-2:not(:disabled):not(.disabled):active,
.btn-outline-2:not(:disabled):not(.disabled).active,
.show > .btn-outline-2.dropdown-toggle {
    color: #212529;
    background-color: #d29b29;
    border-color: #d29b29;
}
.btn-outline-2:not(:disabled):not(.disabled):active:focus,
.btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-2.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 155, 41, 0.5);
}

.btn-outline-3 {
    color: #afb7b9;
    background-color: transparent;
    background-image: none;
    border-color: #afb7b9;
}
.btn-outline-3:hover {
    color: #212529;
    background-color: #afb7b9;
    border-color: #afb7b9;
}
.btn-outline-3:focus,
.btn-outline-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 183, 185, 0.5);
}
.btn-outline-3.disabled,
.btn-outline-3:disabled {
    color: #afb7b9;
    background-color: transparent;
}
.btn-outline-3:not(:disabled):not(.disabled):active,
.btn-outline-3:not(:disabled):not(.disabled).active,
.show > .btn-outline-3.dropdown-toggle {
    color: #212529;
    background-color: #afb7b9;
    border-color: #afb7b9;
}
.btn-outline-3:not(:disabled):not(.disabled):active:focus,
.btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-3.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 183, 185, 0.5);
}

.btn-outline-4 {
    color: #0e68b4;
    background-color: transparent;
    background-image: none;
    border-color: #0e68b4;
}
.btn-outline-4:hover {
    color: #ffffff;
    background-color: #0e68b4;
    border-color: #0e68b4;
}
.btn-outline-4:focus,
.btn-outline-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 104, 180, 0.5);
}
.btn-outline-4.disabled,
.btn-outline-4:disabled {
    color: #0e68b4;
    background-color: transparent;
}
.btn-outline-4:not(:disabled):not(.disabled):active,
.btn-outline-4:not(:disabled):not(.disabled).active,
.show > .btn-outline-4.dropdown-toggle {
    color: #ffffff;
    background-color: #0e68b4;
    border-color: #0e68b4;
}
.btn-outline-4:not(:disabled):not(.disabled):active:focus,
.btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-4.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(14, 104, 180, 0.5);
}

.btn-outline-5 {
    color: #005f32;
    background-color: transparent;
    background-image: none;
    border-color: #005f32;
}
.btn-outline-5:hover {
    color: #ffffff;
    background-color: #005f32;
    border-color: #005f32;
}
.btn-outline-5:focus,
.btn-outline-5.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 95, 50, 0.5);
}
.btn-outline-5.disabled,
.btn-outline-5:disabled {
    color: #005f32;
    background-color: transparent;
}
.btn-outline-5:not(:disabled):not(.disabled):active,
.btn-outline-5:not(:disabled):not(.disabled).active,
.show > .btn-outline-5.dropdown-toggle {
    color: #ffffff;
    background-color: #005f32;
    border-color: #005f32;
}
.btn-outline-5:not(:disabled):not(.disabled):active:focus,
.btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-5.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 95, 50, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}
.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}
.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}
.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}
.dropleft .dropdown-toggle::after {
    display: none;
}
.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}
.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
    margin-left: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
    z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
    margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::before {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
    display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
    position: relative;
    z-index: 2;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
    margin-left: -1px;
}

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
    margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
    color: #ffffff;
    background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}
.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio label
{
    margin-bottom:0px !important;
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #ffffff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-control::before {
    border-color: #80bdff;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse";
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:hover,
.nav-link:focus {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #ffffff;
    border-color: #dee2e6 #dee2e6 #ffffff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #ffffff;
    background-color: #007bff;
}

.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:hover,
.navbar-toggler:focus {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
@media (max-width: 1366.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1367px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #ffffff;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffffff;
}
.navbar-dark .navbar-toggler {
    color: white;
    border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: white;
}
.navbar-dark .navbar-text a {
    color: #ffffff;
}
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #ffffff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-title-home {
    margin-bottom: 0.75rem;
    margin-top: 1.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem !important;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group {
    display: flex;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
        border-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #ffffff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #ffffff;
    background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0062cc;
}

.badge-secondary {
    color: #ffffff;
    background-color: #6c757d;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #ffffff;
    background-color: #28a745;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #ffffff;
    background-color: #17a2b8;
}
.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #ffffff;
    background-color: #dc3545;
}
.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #ffffff;
    background-color: #343a40;
}
.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2124;
}

.badge-primary {
    color: #ffffff;
    background-color: #8f9190;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #757877;
}

.badge-1 {
    color: #ffffff;
    background-color: #b42429;
}
.badge-1[href]:hover,
.badge-1[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #8a1c1f;
}

.badge-2 {
    color: #212529;
    background-color: #d29b29;
}
.badge-2[href]:hover,
.badge-2[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #a77c21;
}

.badge-3 {
    color: #212529;
    background-color: #afb7b9;
}
.badge-3[href]:hover,
.badge-3[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #949fa1;
}

.badge-4 {
    color: #ffffff;
    background-color: #0e68b4;
}
.badge-4[href]:hover,
.badge-4[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0a4d85;
}

.badge-5 {
    color: #ffffff;
    background-color: #005f32;
}
.badge-5[href]:hover,
.badge-5[href]:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #002c17;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}

.alert-primary {
    color: #4a4b4b;
    background-color: #e9e9e9;
    border-color: #e0e0e0;
}
.alert-primary hr {
    border-top-color: lightgray;
}
.alert-primary .alert-link {
    color: #313131;
}

.alert-1 {
    color: #5e1315;
    background-color: #f0d3d4;
    border-color: #eac2c3;
}
.alert-1 hr {
    border-top-color: #e3afb0;
}
.alert-1 .alert-link {
    color: #340a0c;
}

.alert-2 {
    color: #6d5115;
    background-color: #f6ebd4;
    border-color: #f2e3c3;
}
.alert-2 hr {
    border-top-color: #edd9ae;
}
.alert-2 .alert-link {
    color: #42310d;
}

.alert-3 {
    color: #5b5f60;
    background-color: #eff1f1;
    border-color: #e9ebeb;
}
.alert-3 hr {
    border-top-color: #dcdfdf;
}
.alert-3 .alert-link {
    color: #424546;
}

.alert-4 {
    color: #07365e;
    background-color: #cfe1f0;
    border-color: #bcd5ea;
}
.alert-4 hr {
    border-top-color: #a9c9e4;
}
.alert-4 .alert-link {
    color: #031b2f;
}

.alert-5 {
    color: #00311a;
    background-color: #ccdfd6;
    border-color: #b8d2c6;
}
.alert-5 hr {
    border-top-color: #a8c8b9;
}
.alert-5 .alert-link {
    color: black;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    background-color: #007bff;
    transition: width 0.6s ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover,
.list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #ffffff;
}
.list-group-item.active {
    z-index: 2;
    color: #ffffff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}

.list-group-item-primary {
    color: #4a4b4b;
    background-color: #e0e0e0;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #4a4b4b;
    background-color: lightgray;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #4a4b4b;
    border-color: #4a4b4b;
}

.list-group-item-1 {
    color: #5e1315;
    background-color: #eac2c3;
}
.list-group-item-1.list-group-item-action:hover,
.list-group-item-1.list-group-item-action:focus {
    color: #5e1315;
    background-color: #e3afb0;
}
.list-group-item-1.list-group-item-action.active {
    color: #fff;
    background-color: #5e1315;
    border-color: #5e1315;
}

.list-group-item-2 {
    color: #6d5115;
    background-color: #f2e3c3;
}
.list-group-item-2.list-group-item-action:hover,
.list-group-item-2.list-group-item-action:focus {
    color: #6d5115;
    background-color: #edd9ae;
}
.list-group-item-2.list-group-item-action.active {
    color: #fff;
    background-color: #6d5115;
    border-color: #6d5115;
}

.list-group-item-3 {
    color: #5b5f60;
    background-color: #e9ebeb;
}
.list-group-item-3.list-group-item-action:hover,
.list-group-item-3.list-group-item-action:focus {
    color: #5b5f60;
    background-color: #dcdfdf;
}
.list-group-item-3.list-group-item-action.active {
    color: #fff;
    background-color: #5b5f60;
    border-color: #5b5f60;
}

.list-group-item-4 {
    color: #07365e;
    background-color: #bcd5ea;
}
.list-group-item-4.list-group-item-action:hover,
.list-group-item-4.list-group-item-action:focus {
    color: #07365e;
    background-color: #a9c9e4;
}
.list-group-item-4.list-group-item-action.active {
    color: #fff;
    background-color: #07365e;
    border-color: #07365e;
}

.list-group-item-5 {
    color: #00311a;
    background-color: #b8d2c6;
}
.list-group-item-5.list-group-item-action:hover,
.list-group-item-5.list-group-item-action:focus {
    color: #00311a;
    background-color: #a8c8b9;
}
.list-group-item-5.list-group-item-action.active {
    color: #fff;
    background-color: #00311a;
    border-color: #00311a;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.5;
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    opacity: 0.75;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
    padding: 0.4rem 0;
}
.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0;
}
.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
    padding: 0 0.4rem;
}
.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
    padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0;
}
.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
    padding: 0 0.4rem;
}
.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
    margin-bottom: 0.5rem;
}
.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #ffffff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
    margin-left: 0.5rem;
}
.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #ffffff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
    margin-top: 0.5rem;
}
.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem;
}
.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
    margin-right: 0.5rem;
}
.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #ffffff;
}

.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #111111;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner .banner-bg img {
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1180px) {
    .carousel-inner .banner-bg img {
        width: inherit;
    }
}

.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    transition: transform 0.6s ease;
    backface-visibility: hidden;
    perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #ffffff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators .active {
    background-color: #ffffff;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    text-align: center;
}
.carousel-caption.horizondal-issue {
    left: 0;
    right: 0;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-primary {
    background-color: #8f9190 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #757877 !important;
}

.bg-1 {
    background-color: #b42429 !important;
}

a.bg-1:hover,
a.bg-1:focus,
button.bg-1:hover,
button.bg-1:focus {
    background-color: #8a1c1f !important;
}

.bg-2 {
    background-color: #d29b29 !important;
}

a.bg-2:hover,
a.bg-2:focus,
button.bg-2:hover,
button.bg-2:focus {
    background-color: #a77c21 !important;
}

.bg-3 {
    background-color: #afb7b9 !important;
}

a.bg-3:hover,
a.bg-3:focus,
button.bg-3:hover,
button.bg-3:focus {
    background-color: #949fa1 !important;
}

.bg-4 {
    background-color: #0e68b4 !important;
}

a.bg-4:hover,
a.bg-4:focus,
button.bg-4:hover,
button.bg-4:focus {
    background-color: #0a4d85 !important;
}

.bg-5 {
    background-color: #005f32 !important;
}

a.bg-5:hover,
a.bg-5:focus,
button.bg-5:hover,
button.bg-5:focus {
    background-color: #002c17 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-primary {
    border-color: #8f9190 !important;
}

.border-1 {
    border-color: #b42429 !important;
}

.border-2 {
    border-color: #d29b29 !important;
}

.border-3 {
    border-color: #afb7b9 !important;
}

.border-4 {
    border-color: #0e68b4 !important;
}

.border-5 {
    border-color: #005f32 !important;
}

.border-white {
    border-color: #ffffff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1367px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1367px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}
@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}
@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}
@media (min-width: 1367px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}
.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 2rem !important;
}

.mt-5,
.my-5 {
    margin-top: 2rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 2rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 2rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 2rem !important;
}

.m-6 {
    margin: 2.5rem !important;
}

.mt-6,
.my-6 {
    margin-top: 2.5rem !important;
}

.mr-6,
.mx-6 {
    margin-right: 2.5rem !important;
}

.mb-6,
.my-6 {
    margin-bottom: 2.5rem !important;
}

.ml-6,
.mx-6 {
    margin-left: 2.5rem !important;
}

.m-7 {
    margin: 3rem !important;
}

.mt-7,
.my-7 {
    margin-top: 3rem !important;
}

.mr-7,
.mx-7 {
    margin-right: 3rem !important;
}

.mb-7,
.my-7 {
    margin-bottom: 3rem !important;
}

.ml-7,
.mx-7 {
    margin-left: 3rem !important;
}

.m-8 {
    margin: 3.5rem !important;
}

.mt-8,
.my-8 {
    margin-top: 3.5rem !important;
}

.mr-8,
.mx-8 {
    margin-right: 3.5rem !important;
}

.mb-8,
.my-8 {
    margin-bottom: 3.5rem !important;
}

.ml-8,
.mx-8 {
    margin-left: 3.5rem !important;
}

.m-9 {
    margin: 4rem !important;
}

.mt-9,
.my-9 {
    margin-top: 4rem !important;
}

.mr-9,
.mx-9 {
    margin-right: 4rem !important;
}

.mb-9,
.my-9 {
    margin-bottom: 4rem !important;
}

.ml-9,
.mx-9 {
    margin-left: 4rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 2rem !important;
}

.pt-5,
.py-5 {
    padding-top: 2rem !important;
}

.pr-5,
.px-5 {
    padding-right: 2rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 2rem !important;
}

.pl-5,
.px-5 {
    padding-left: 2rem !important;
}

.p-6 {
    padding: 2.5rem !important;
}

.pt-6,
.py-6 {
    padding-top: 2.5rem !important;
}

.pr-6,
.px-6 {
    padding-right: 2.5rem !important;
}

.pb-6,
.py-6 {
    padding-bottom: 2.5rem !important;
}

.pl-6,
.px-6 {
    padding-left: 2.5rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.pt-7,
.py-7 {
    padding-top: 3rem !important;
}

.pr-7,
.px-7 {
    padding-right: 3rem !important;
}

.pb-7,
.py-7 {
    padding-bottom: 3rem !important;
}

.pl-7,
.px-7 {
    padding-left: 3rem !important;
}

.p-8 {
    padding: 3.5rem !important;
}

.pt-8,
.py-8 {
    padding-top: 3.5rem !important;
}

.pr-8,
.px-8 {
    padding-right: 3.5rem !important;
}

.pb-8,
.py-8 {
    padding-bottom: 3.5rem !important;
}

.pl-8,
.px-8 {
    padding-left: 3.5rem !important;
}

.p-9 {
    padding: 4rem !important;
}

.pt-9,
.py-9 {
    padding-top: 4rem !important;
}

.pr-9,
.px-9 {
    padding-right: 4rem !important;
}

.pb-9,
.py-9 {
    padding-bottom: 4rem !important;
}

.pl-9,
.px-9 {
    padding-left: 4rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 2rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 2rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 2rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 2rem !important;
    }
    .m-sm-6 {
        margin: 2.5rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2.5rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2.5rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2.5rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2.5rem !important;
    }
    .m-sm-7 {
        margin: 3rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important;
    }
    .m-sm-8 {
        margin: 3.5rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 3.5rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 3.5rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 3.5rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 3.5rem !important;
    }
    .m-sm-9 {
        margin: 4rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 4rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 4rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 4rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 2rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 2rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 2rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 2rem !important;
    }
    .p-sm-6 {
        padding: 2.5rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2.5rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2.5rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2.5rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2.5rem !important;
    }
    .p-sm-7 {
        padding: 3rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important;
    }
    .p-sm-8 {
        padding: 3.5rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 3.5rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 3.5rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 3.5rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 3.5rem !important;
    }
    .p-sm-9 {
        padding: 4rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 4rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 4rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 4rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 2rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 2rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 2rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 2rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 2rem !important;
    }
    .m-md-6 {
        margin: 2.5rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2.5rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 2.5rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2.5rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 2.5rem !important;
    }
    .m-md-7 {
        margin: 3rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 3rem !important;
    }
    .m-md-8 {
        margin: 3.5rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 3.5rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 3.5rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 3.5rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 3.5rem !important;
    }
    .m-md-9 {
        margin: 4rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 4rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 4rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 4rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 4rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 2rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 2rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 2rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 2rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 2rem !important;
    }
    .p-md-6 {
        padding: 2.5rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2.5rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 2.5rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2.5rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 2.5rem !important;
    }
    .p-md-7 {
        padding: 3rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem !important;
    }
    .p-md-8 {
        padding: 3.5rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 3.5rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 3.5rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 3.5rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 3.5rem !important;
    }
    .p-md-9 {
        padding: 4rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 4rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 4rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 4rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 4rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 2rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 2rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 2rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 2rem !important;
    }
    .m-lg-6 {
        margin: 2.5rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2.5rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2.5rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2.5rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2.5rem !important;
    }
    .m-lg-7 {
        margin: 3rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important;
    }
    .m-lg-8 {
        margin: 3.5rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 3.5rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 3.5rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 3.5rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 3.5rem !important;
    }
    .m-lg-9 {
        margin: 4rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 4rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 4rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 4rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 2rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 2rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 2rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 2rem !important;
    }
    .p-lg-6 {
        padding: 2.5rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2.5rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2.5rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2.5rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2.5rem !important;
    }
    .p-lg-7 {
        padding: 3rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3rem !important;
    }
    .p-lg-8 {
        padding: 3.5rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 3.5rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 3.5rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 3.5rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 3.5rem !important;
    }
    .p-lg-9 {
        padding: 4rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 4rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 4rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 4rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1367px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 2rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 2rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 2rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 2rem !important;
    }
    .m-xl-6 {
        margin: 2.5rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2.5rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2.5rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2.5rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2.5rem !important;
    }
    .m-xl-7 {
        margin: 3rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important;
    }
    .m-xl-8 {
        margin: 3.5rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 3.5rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 3.5rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 3.5rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 3.5rem !important;
    }
    .m-xl-9 {
        margin: 4rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 4rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 4rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 4rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 2rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 2rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 2rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 2rem !important;
    }
    .p-xl-6 {
        padding: 2.5rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2.5rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2.5rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2.5rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2.5rem !important;
    }
    .p-xl-7 {
        padding: 3rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important;
    }
    .p-xl-8 {
        padding: 3.5rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 3.5rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 3.5rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 3.5rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 3.5rem !important;
    }
    .p-xl-9 {
        padding: 4rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 4rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 4rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 4rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1367px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important;
}

.text-primary {
    color: #8f9190 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #757877 !important;
}

.text-1 {
    color: #b42429 !important;
}

a.text-1:hover,
a.text-1:focus {
    color: #8a1c1f !important;
}

.text-2 {
    color: #d29b29 !important;
}

a.text-2:hover,
a.text-2:focus {
    color: #a77c21 !important;
}

.text-3 {
    color: #afb7b9 !important;
}

a.text-3:hover,
a.text-3:focus {
    color: #949fa1 !important;
}

.text-4 {
    color: #0e68b4 !important;
}

a.text-4:hover,
a.text-4:focus {
    color: #0a4d85 !important;
}

.text-5 {
    color: #005f32 !important;
}

a.text-5:hover,
a.text-5:focus {
    color: #002c17 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body {
        min-width: 992px !important;
    }
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
.fs8,
.font-8 {
    font-size: 8px !important;
}

.fs9,
.font-9 {
    font-size: 9px !important;
}

.fs10,
.font-10 {
    font-size: 10px !important;
}

.fs11,
.font-11 {
    font-size: 11px !important;
}

.fs12,
.font-12 {
    font-size: 12px !important;
}

.fs13,
.font-13 {
    font-size: 13px !important;
}

.fs14,
.font-14 {
    font-size: 14px !important;
}

.fs15,
.font-15 {
    font-size: 15px !important;
}

.fs16,
.font-16 {
    font-size: 16px !important;
}

.fs17,
.font-17 {
    font-size: 17px !important;
}

.fs18,
.font-18 {
    font-size: 18px !important;
    line-height: 1.5;
}

.fs19,
.font-19 {
    font-size: 19px !important;
}

.fs20,
.font-20 {
    font-size: 20px !important;
}

.fs21,
.font-21 {
    font-size: 21px !important;
}

.fs22,
.font-22 {
    font-size: 22px !important;
}

.fs23,
.font-23 {
    font-size: 23px !important;
}

.fs24,
.font-24 {
    font-size: 24px !important;
}

.fs25,
.font-25 {
    font-size: 25px !important;
}

.fs26,
.font-26 {
    font-size: 26px !important;
}

.fs27,
.font-27 {
    font-size: 27px !important;
}

.fs28,
.font-28 {
    font-size: 28px !important;
}

.fs29,
.font-29 {
    font-size: 29px !important;
}

.fs30,
.font-30 {
    font-size: 30px !important;
}
.w-0 {
    width: 0% !important;
}

.w-1 {
    width: 1% !important;
}

.w-2 {
    width: 2% !important;
}

.w-3 {
    width: 3% !important;
}

.w-4 {
    width: 4% !important;
}

.w-5 {
    width: 5% !important;
}

.w-6 {
    width: 6% !important;
}

.w-7 {
    width: 7% !important;
}

.w-8 {
    width: 8% !important;
}

.w-9 {
    width: 9% !important;
}

.w-10 {
    width: 10% !important;
}

.w-11 {
    width: 11% !important;
}

.w-12 {
    width: 12% !important;
}

.w-13 {
    width: 13% !important;
}

.w-14 {
    width: 14% !important;
}

.w-15 {
    width: 15% !important;
}

.w-16 {
    width: 16% !important;
}

.w-17 {
    width: 17% !important;
}

.w-18 {
    width: 18% !important;
}

.w-19 {
    width: 19% !important;
}

.w-20 {
    width: 20% !important;
}

.w-21 {
    width: 21% !important;
}

.w-22 {
    width: 22% !important;
}

.w-23 {
    width: 23% !important;
}

.w-24 {
    width: 24% !important;
}

.w-25 {
    width: 25% !important;
}

.w-26 {
    width: 26% !important;
}

.w-27 {
    width: 27% !important;
}

.w-28 {
    width: 28% !important;
}

.w-29 {
    width: 29% !important;
}

.w-30 {
    width: 30% !important;
}

.w-31 {
    width: 31% !important;
}

.w-32 {
    width: 32% !important;
}

.w-33 {
    width: 33% !important;
}

.w-34 {
    width: 34% !important;
}

.w-35 {
    width: 35% !important;
}

.w-36 {
    width: 36% !important;
}

.w-37 {
    width: 37% !important;
}

.w-38 {
    width: 38% !important;
}

.w-39 {
    width: 39% !important;
}

.w-40 {
    width: 40% !important;
}

.w-41 {
    width: 41% !important;
}

.w-42 {
    width: 42% !important;
}

.w-43 {
    width: 43% !important;
}

.w-44 {
    width: 44% !important;
}

.w-45 {
    width: 45% !important;
}

.w-46 {
    width: 46% !important;
}

.w-47 {
    width: 47% !important;
}

.w-48 {
    width: 48% !important;
}

.w-49 {
    width: 49% !important;
}

.w-50 {
    width: 50% !important;
}

.w-51 {
    width: 51% !important;
}

.w-52 {
    width: 52% !important;
}

.w-53 {
    width: 53% !important;
}

.w-54 {
    width: 54% !important;
}

.w-55 {
    width: 55% !important;
}

.w-56 {
    width: 56% !important;
}

.w-57 {
    width: 57% !important;
}

.w-58 {
    width: 58% !important;
}

.w-59 {
    width: 59% !important;
}

.w-60 {
    width: 60% !important;
}

.w-61 {
    width: 61% !important;
}

.w-62 {
    width: 62% !important;
}

.w-63 {
    width: 63% !important;
}

.w-64 {
    width: 64% !important;
}

.w-65 {
    width: 65% !important;
}

.w-66 {
    width: 66% !important;
}

.w-67 {
    width: 67% !important;
}

.w-68 {
    width: 68% !important;
}

.w-69 {
    width: 69% !important;
}

.w-70 {
    width: 70% !important;
}

.w-71 {
    width: 71% !important;
}

.w-72 {
    width: 72% !important;
}

.w-73 {
    width: 73% !important;
}

.w-74 {
    width: 74% !important;
}

.w-75 {
    width: 75% !important;
}

.w-76 {
    width: 76% !important;
}

.w-77 {
    width: 77% !important;
}

.w-78 {
    width: 78% !important;
}

.w-79 {
    width: 79% !important;
}

.w-80 {
    width: 80% !important;
}

.w-81 {
    width: 81% !important;
}

.w-82 {
    width: 82% !important;
}

.w-83 {
    width: 83% !important;
}

.w-84 {
    width: 84% !important;
}

.w-85 {
    width: 85% !important;
}

.w-86 {
    width: 86% !important;
}

.w-87 {
    width: 87% !important;
}

.w-88 {
    width: 88% !important;
}

.w-89 {
    width: 89% !important;
}

.w-90 {
    width: 90% !important;
}

.w-91 {
    width: 91% !important;
}

.w-92 {
    width: 92% !important;
}

.w-93 {
    width: 93% !important;
}

.w-94 {
    width: 94% !important;
}

.w-95 {
    width: 95% !important;
}

.w-96 {
    width: 96% !important;
}

.w-97 {
    width: 97% !important;
}

.w-98 {
    width: 98% !important;
}

.w-99 {
    width: 99% !important;
}

.w-100 {
    width: 100% !important;
}

.lh0 {
    line-height: 0px !important;
}

.lh1 {
    line-height: 1px !important;
}

.lh2 {
    line-height: 2px !important;
}

.lh3 {
    line-height: 3px !important;
}

.lh4 {
    line-height: 4px !important;
}

.lh5 {
    line-height: 5px !important;
}

.lh6 {
    line-height: 6px !important;
}

.lh7 {
    line-height: 7px !important;
}

.lh8 {
    line-height: 8px !important;
}

.lh9 {
    line-height: 9px !important;
}

.lh10 {
    line-height: 10px !important;
}

.lh11 {
    line-height: 11px !important;
}

.lh12 {
    line-height: 12px !important;
}

.lh13 {
    line-height: 13px !important;
}

.lh14 {
    line-height: 14px !important;
}

.lh15 {
    line-height: 15px !important;
}

.lh16 {
    line-height: 16px !important;
}

.lh17 {
    line-height: 17px !important;
}

.lh18 {
    line-height: 18px !important;
}

.lh19 {
    line-height: 19px !important;
}

.lh20 {
    line-height: 20px !important;
}

.lh21 {
    line-height: 21px !important;
}

.lh22 {
    line-height: 22px !important;
}

.lh23 {
    line-height: 23px !important;
}

.lh24 {
    line-height: 24px !important;
}

.lh25 {
    line-height: 25px !important;
}

.lh26 {
    line-height: 26px !important;
}

.lh27 {
    line-height: 27px !important;
}

.lh28 {
    line-height: 28px !important;
}

.lh29 {
    line-height: 29px !important;
}

.lh30 {
    line-height: 30px !important;
}

.lh31 {
    line-height: 31px !important;
}

.lh32 {
    line-height: 32px !important;
}

.lh33 {
    line-height: 33px !important;
}

.lh34 {
    line-height: 34px !important;
}

.lh35 {
    line-height: 35px !important;
}

.lh36 {
    line-height: 36px !important;
}

.lh37 {
    line-height: 37px !important;
}

.lh38 {
    line-height: 38px !important;
}

.lh39 {
    line-height: 39px !important;
}

.lh40 {
    line-height: 40px !important;
}

.rem-1 {
    height: 1rem;
}

.line-height-1 {
    line-height: 1rem;
}

.rem-2 {
    height: 2rem;
}

.line-height-2 {
    line-height: 2rem;
}

.rem-3 {
    height: 3rem;
}

.line-height-3 {
    line-height: 3rem;
}

.rem-4 {
    height: 4rem;
}

.line-height-4 {
    line-height: 4rem;
}

.rem-5 {
    height: 5rem;
}

.line-height-5 {
    line-height: 5rem;
}

.rem-6 {
    height: 6rem;
}

.line-height-6 {
    line-height: 6rem;
}

.rem-7 {
    height: 7rem;
}

.line-height-7 {
    line-height: 7rem;
}

.rem-8 {
    height: 8rem;
}

.line-height-8 {
    line-height: 8rem;
}

.rem-9 {
    height: 9rem;
}

.line-height-9 {
    line-height: 9rem;
}

.rem-10 {
    height: 10rem;
}

.line-height-10 {
    line-height: 10rem;
}

.z0 {
    z-index: 0 !important;
}

.z-r0 {
    z-index: 0 !important;
    position: relative !important;
}

.z-a0 {
    z-index: 0 !important;
    position: absolute !important;
}

.z1 {
    z-index: 1 !important;
}

.z-r1 {
    z-index: 1 !important;
    position: relative !important;
}

.z-a1 {
    z-index: 1 !important;
    position: absolute !important;
}

.z2 {
    z-index: 2 !important;
}

.z-r2 {
    z-index: 2 !important;
    position: relative !important;
}

.z-a2 {
    z-index: 2 !important;
    position: absolute !important;
}

.z3 {
    z-index: 3 !important;
}

.z-r3 {
    z-index: 3 !important;
    position: relative !important;
}

.z-a3 {
    z-index: 3 !important;
    position: absolute !important;
}

.z4 {
    z-index: 4 !important;
}

.z-r4 {
    z-index: 4 !important;
    position: relative !important;
}

.z-a4 {
    z-index: 4 !important;
    position: absolute !important;
}

.z5 {
    z-index: 5 !important;
}

.z-r5 {
    z-index: 5 !important;
    position: relative !important;
}

.z-a5 {
    z-index: 5 !important;
    position: absolute !important;
}

.z6 {
    z-index: 6 !important;
}

.z-r6 {
    z-index: 6 !important;
    position: relative !important;
}

.z-a6 {
    z-index: 6 !important;
    position: absolute !important;
}

.z7 {
    z-index: 7 !important;
}

.z-r7 {
    z-index: 7 !important;
    position: relative !important;
}

.z-a7 {
    z-index: 7 !important;
    position: absolute !important;
}

.z8 {
    z-index: 8 !important;
}

.z-r8 {
    z-index: 8 !important;
    position: relative !important;
}

.z-a8 {
    z-index: 8 !important;
    position: absolute !important;
}

.z9 {
    z-index: 9 !important;
}

.z-r9 {
    z-index: 9 !important;
    position: relative !important;
}

.z-a9 {
    z-index: 9 !important;
    position: absolute !important;
}

.z10 {
    z-index: 10 !important;
}

.z-r10 {
    z-index: 10 !important;
    position: relative !important;
}

.z-a10 {
    z-index: 10 !important;
    position: absolute !important;
}

.z11 {
    z-index: 11 !important;
}

.z-r11 {
    z-index: 11 !important;
    position: relative !important;
}

.z-a11 {
    z-index: 11 !important;
    position: absolute !important;
}

.z12 {
    z-index: 12 !important;
}

.z-r12 {
    z-index: 12 !important;
    position: relative !important;
}

.z-a12 {
    z-index: 12 !important;
    position: absolute !important;
}

.z13 {
    z-index: 13 !important;
}

.z-r13 {
    z-index: 13 !important;
    position: relative !important;
}

.z-a13 {
    z-index: 13 !important;
    position: absolute !important;
}

.z14 {
    z-index: 14 !important;
}

.z-r14 {
    z-index: 14 !important;
    position: relative !important;
}

.z-a14 {
    z-index: 14 !important;
    position: absolute !important;
}

.z15 {
    z-index: 15 !important;
}

.z-r15 {
    z-index: 15 !important;
    position: relative !important;
}

.z-a15 {
    z-index: 15 !important;
    position: absolute !important;
}

.z16 {
    z-index: 16 !important;
}

.z-r16 {
    z-index: 16 !important;
    position: relative !important;
}

.z-a16 {
    z-index: 16 !important;
    position: absolute !important;
}

.z17 {
    z-index: 17 !important;
}

.z-r17 {
    z-index: 17 !important;
    position: relative !important;
}

.z-a17 {
    z-index: 17 !important;
    position: absolute !important;
}

.z18 {
    z-index: 18 !important;
}

.z-r18 {
    z-index: 18 !important;
    position: relative !important;
}

.z-a18 {
    z-index: 18 !important;
    position: absolute !important;
}

.z19 {
    z-index: 19 !important;
}

.z-r19 {
    z-index: 19 !important;
    position: relative !important;
}

.z-a19 {
    z-index: 19 !important;
    position: absolute !important;
}

.z20 {
    z-index: 20 !important;
}

.z-r20 {
    z-index: 20 !important;
    position: relative !important;
}

.z-a20 {
    z-index: 20 !important;
    position: absolute !important;
}

.border-radius-0 {
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.border-radius-1 {
    -webkit-border-radius: 1;
    -ms-border-radius: 1;
    border-radius: 1;
}

.border-radius-2 {
    -webkit-border-radius: 2;
    -ms-border-radius: 2;
    border-radius: 2;
}

.border-radius-3 {
    -webkit-border-radius: 3;
    -ms-border-radius: 3;
    border-radius: 3;
}

.border-radius-4 {
    -webkit-border-radius: 4;
    -ms-border-radius: 4;
    border-radius: 4;
}

.border-radius-5 {
    -webkit-border-radius: 5;
    -ms-border-radius: 5;
    border-radius: 5;
}

.border-radius-6 {
    -webkit-border-radius: 6;
    -ms-border-radius: 6;
    border-radius: 6;
}

.border-radius-7 {
    -webkit-border-radius: 7;
    -ms-border-radius: 7;
    border-radius: 7;
}

.border-radius-8 {
    -webkit-border-radius: 8;
    -ms-border-radius: 8;
    border-radius: 8;
}

.border-radius-9 {
    -webkit-border-radius: 9;
    -ms-border-radius: 9;
    border-radius: 9;
}

.border-radius-10 {
    -webkit-border-radius: 10;
    -ms-border-radius: 10;
    border-radius: 10;
}

.border-radius-11 {
    -webkit-border-radius: 11;
    -ms-border-radius: 11;
    border-radius: 11;
}

.border-radius-12 {
    -webkit-border-radius: 12;
    -ms-border-radius: 12;
    border-radius: 12;
}

.border-radius-13 {
    -webkit-border-radius: 13;
    -ms-border-radius: 13;
    border-radius: 13;
}

.border-radius-14 {
    -webkit-border-radius: 14;
    -ms-border-radius: 14;
    border-radius: 14;
}

.border-radius-15 {
    -webkit-border-radius: 15;
    -ms-border-radius: 15;
    border-radius: 15;
}

.border-radius-16 {
    -webkit-border-radius: 16;
    -ms-border-radius: 16;
    border-radius: 16;
}

.border-radius-17 {
    -webkit-border-radius: 17;
    -ms-border-radius: 17;
    border-radius: 17;
}

.border-radius-18 {
    -webkit-border-radius: 18;
    -ms-border-radius: 18;
    border-radius: 18;
}

.border-radius-19 {
    -webkit-border-radius: 19;
    -ms-border-radius: 19;
    border-radius: 19;
}

.border-radius-20 {
    -webkit-border-radius: 20;
    -ms-border-radius: 20;
    border-radius: 20;
}

.border-radius-21 {
    -webkit-border-radius: 21;
    -ms-border-radius: 21;
    border-radius: 21;
}

.border-radius-22 {
    -webkit-border-radius: 22;
    -ms-border-radius: 22;
    border-radius: 22;
}

.border-radius-23 {
    -webkit-border-radius: 23;
    -ms-border-radius: 23;
    border-radius: 23;
}

.border-radius-24 {
    -webkit-border-radius: 24;
    -ms-border-radius: 24;
    border-radius: 24;
}

.border-radius-25 {
    -webkit-border-radius: 25;
    -ms-border-radius: 25;
    border-radius: 25;
}

.border-radius-26 {
    -webkit-border-radius: 26;
    -ms-border-radius: 26;
    border-radius: 26;
}

.border-radius-27 {
    -webkit-border-radius: 27;
    -ms-border-radius: 27;
    border-radius: 27;
}

.border-radius-28 {
    -webkit-border-radius: 28;
    -ms-border-radius: 28;
    border-radius: 28;
}

.border-radius-29 {
    -webkit-border-radius: 29;
    -ms-border-radius: 29;
    border-radius: 29;
}

.border-radius-30 {
    -webkit-border-radius: 30;
    -ms-border-radius: 30;
    border-radius: 30;
}

.whr0 {
    width: 0rem !important;
    height: 0rem !important;
}

.hr0 {
    height: 0rem !important;
}

.wr0 {
    width: 0rem !important;
}

.mYr0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.mXr0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.pYr0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.pXr0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.tr0 {
    top: 0rem !important;
}

.t-r0 {
    top: -0rem !important;
}

.rr0 {
    right: 0rem !important;
}

.r-r0 {
    right: -0rem !important;
}

.br0 {
    bottom: 0rem !important;
}

.b-r0 {
    bottom: -0rem !important;
}

.lr0 {
    left: 0rem !important;
}

.l-r0 {
    left: -0rem !important;
}

.mr0 {
    margin: 0rem !important;
}

.m-r0 {
    margin: -0rem !important;
}

.pr0 {
    padding: 0rem !important;
}

.mTr0 {
    margin-top: 0rem !important;
}

.mRr0 {
    margin-right: 0rem !important;
}

.mBr0 {
    margin-bottom: 0rem !important;
}

.mLr0 {
    margin-left: 0rem !important;
}

.mT-r0 {
    margin-top: -0rem !important;
}

.mR-r0 {
    margin-right: -0rem !important;
}

.mB-r0 {
    margin-bottom: -0rem !important;
}

.mL-r0 {
    margin-left: -0rem !important;
}

.pTr0 {
    padding-top: 0rem !important;
}

.pRr0 {
    padding-right: 0rem !important;
}

.pBr0 {
    padding-bottom: 0rem !important;
}

.pLr0 {
    padding-left: 0rem !important;
}

.lh-r0 {
    line-height: 0rem !important;
}

.whr1 {
    width: 1rem !important;
    height: 1rem !important;
}

.hr1 {
    height: 1rem !important;
}

.wr1 {
    width: 1rem !important;
}

.mYr1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.mXr1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.pYr1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.pXr1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.tr1 {
    top: 1rem !important;
}

.t-r1 {
    top: -1rem !important;
}

.rr1 {
    right: 1rem !important;
}

.r-r1 {
    right: -1rem !important;
}

.br1 {
    bottom: 1rem !important;
}

.b-r1 {
    bottom: -1rem !important;
}

.lr1 {
    left: 1rem !important;
}

.l-r1 {
    left: -1rem !important;
}

.mr1 {
    margin: 1rem !important;
}

.m-r1 {
    margin: -1rem !important;
}

.pr1 {
    padding: 1rem !important;
}

.mTr1 {
    margin-top: 1rem !important;
}

.mRr1 {
    margin-right: 1rem !important;
}

.mBr1 {
    margin-bottom: 1rem !important;
}

.mLr1 {
    margin-left: 1rem !important;
}

.mT-r1 {
    margin-top: -1rem !important;
}

.mR-r1 {
    margin-right: -1rem !important;
}

.mB-r1 {
    margin-bottom: -1rem !important;
}

.mL-r1 {
    margin-left: -1rem !important;
}

.pTr1 {
    padding-top: 1rem !important;
}

.pRr1 {
    padding-right: 1rem !important;
}

.pBr1 {
    padding-bottom: 1rem !important;
}

.pLr1 {
    padding-left: 1rem !important;
}

.lh-r1 {
    line-height: 1rem !important;
}

.whr2 {
    width: 2rem !important;
    height: 2rem !important;
}

.hr2 {
    height: 2rem !important;
}

.wr2 {
    width: 2rem !important;
}

.mYr2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.mXr2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.pYr2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.pXr2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.tr2 {
    top: 2rem !important;
}

.t-r2 {
    top: -2rem !important;
}

.rr2 {
    right: 2rem !important;
}

.r-r2 {
    right: -2rem !important;
}

.br2 {
    bottom: 2rem !important;
}

.b-r2 {
    bottom: -2rem !important;
}

.lr2 {
    left: 2rem !important;
}

.l-r2 {
    left: -2rem !important;
}

.mr2 {
    margin: 2rem !important;
}

.m-r2 {
    margin: -2rem !important;
}

.pr2 {
    padding: 2rem !important;
}

.mTr2 {
    margin-top: 2rem !important;
}

.mRr2 {
    margin-right: 2rem !important;
}

.mBr2 {
    margin-bottom: 2rem !important;
}

.mLr2 {
    margin-left: 2rem !important;
}

.mT-r2 {
    margin-top: -2rem !important;
}

.mR-r2 {
    margin-right: -2rem !important;
}

.mB-r2 {
    margin-bottom: -2rem !important;
}

.mL-r2 {
    margin-left: -2rem !important;
}

.pTr2 {
    padding-top: 2rem !important;
}

.pRr2 {
    padding-right: 2rem !important;
}

.pBr2 {
    padding-bottom: 2rem !important;
}

.pLr2 {
    padding-left: 2rem !important;
}

.lh-r2 {
    line-height: 2rem !important;
}

.whr3 {
    width: 3rem !important;
    height: 3rem !important;
}

.hr3 {
    height: 3rem !important;
}

.wr3 {
    width: 3rem !important;
}

.mYr3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.mXr3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.pYr3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pXr3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.tr3 {
    top: 3rem !important;
}

.t-r3 {
    top: -3rem !important;
}

.rr3 {
    right: 3rem !important;
}

.r-r3 {
    right: -3rem !important;
}

.br3 {
    bottom: 3rem !important;
}

.b-r3 {
    bottom: -3rem !important;
}

.lr3 {
    left: 3rem !important;
}

.l-r3 {
    left: -3rem !important;
}

.mr3 {
    margin: 3rem !important;
}

.m-r3 {
    margin: -3rem !important;
}

.pr3 {
    padding: 3rem !important;
}

.mTr3 {
    margin-top: 3rem !important;
}

.mRr3 {
    margin-right: 3rem !important;
}

.mBr3 {
    margin-bottom: 3rem !important;
}

.mLr3 {
    margin-left: 3rem !important;
}

.mT-r3 {
    margin-top: -3rem !important;
}

.mR-r3 {
    margin-right: -3rem !important;
}

.mB-r3 {
    margin-bottom: -3rem !important;
}

.mL-r3 {
    margin-left: -3rem !important;
}

.pTr3 {
    padding-top: 3rem !important;
}

.pRr3 {
    padding-right: 3rem !important;
}

.pBr3 {
    padding-bottom: 3rem !important;
}

.pLr3 {
    padding-left: 3rem !important;
}

.lh-r3 {
    line-height: 3rem !important;
}

.whr4 {
    width: 4rem !important;
    height: 4rem !important;
}

.hr4 {
    height: 4rem !important;
}

.wr4 {
    width: 4rem !important;
}

.mYr4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mXr4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
}

.pYr4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pXr4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.tr4 {
    top: 4rem !important;
}

.t-r4 {
    top: -4rem !important;
}

.rr4 {
    right: 4rem !important;
}

.r-r4 {
    right: -4rem !important;
}

.br4 {
    bottom: 4rem !important;
}

.b-r4 {
    bottom: -4rem !important;
}

.lr4 {
    left: 4rem !important;
}

.l-r4 {
    left: -4rem !important;
}

.mr4 {
    margin: 4rem !important;
}

.m-r4 {
    margin: -4rem !important;
}

.pr4 {
    padding: 4rem !important;
}

.mTr4 {
    margin-top: 4rem !important;
}

.mRr4 {
    margin-right: 4rem !important;
}

.mBr4 {
    margin-bottom: 4rem !important;
}

.mLr4 {
    margin-left: 4rem !important;
}

.mT-r4 {
    margin-top: -4rem !important;
}

.mR-r4 {
    margin-right: -4rem !important;
}

.mB-r4 {
    margin-bottom: -4rem !important;
}

.mL-r4 {
    margin-left: -4rem !important;
}

.pTr4 {
    padding-top: 4rem !important;
}

.pRr4 {
    padding-right: 4rem !important;
}

.pBr4 {
    padding-bottom: 4rem !important;
}

.pLr4 {
    padding-left: 4rem !important;
}

.lh-r4 {
    line-height: 4rem !important;
}

.whr5 {
    width: 5rem !important;
    height: 5rem !important;
}

.hr5 {
    height: 5rem !important;
}

.wr5 {
    width: 5rem !important;
}

.mYr5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mXr5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
}

.pYr5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pXr5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
}

.tr5 {
    top: 5rem !important;
}

.t-r5 {
    top: -5rem !important;
}

.rr5 {
    right: 5rem !important;
}

.r-r5 {
    right: -5rem !important;
}

.br5 {
    bottom: 5rem !important;
}

.b-r5 {
    bottom: -5rem !important;
}

.lr5 {
    left: 5rem !important;
}

.l-r5 {
    left: -5rem !important;
}

.mr5 {
    margin: 5rem !important;
}

.m-r5 {
    margin: -5rem !important;
}

.pr5 {
    padding: 5rem !important;
}

.mTr5 {
    margin-top: 5rem !important;
}

.mRr5 {
    margin-right: 5rem !important;
}

.mBr5 {
    margin-bottom: 5rem !important;
}

.mLr5 {
    margin-left: 5rem !important;
}

.mT-r5 {
    margin-top: -5rem !important;
}

.mR-r5 {
    margin-right: -5rem !important;
}

.mB-r5 {
    margin-bottom: -5rem !important;
}

.mL-r5 {
    margin-left: -5rem !important;
}

.pTr5 {
    padding-top: 5rem !important;
}

.pRr5 {
    padding-right: 5rem !important;
}

.pBr5 {
    padding-bottom: 5rem !important;
}

.pLr5 {
    padding-left: 5rem !important;
}

.lh-r5 {
    line-height: 5rem !important;
}

.whr6 {
    width: 6rem !important;
    height: 6rem !important;
}

.hr6 {
    height: 6rem !important;
}

.wr6 {
    width: 6rem !important;
}

.mYr6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mXr6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
}

.pYr6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pXr6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
}

.tr6 {
    top: 6rem !important;
}

.t-r6 {
    top: -6rem !important;
}

.rr6 {
    right: 6rem !important;
}

.r-r6 {
    right: -6rem !important;
}

.br6 {
    bottom: 6rem !important;
}

.b-r6 {
    bottom: -6rem !important;
}

.lr6 {
    left: 6rem !important;
}

.l-r6 {
    left: -6rem !important;
}

.mr6 {
    margin: 6rem !important;
}

.m-r6 {
    margin: -6rem !important;
}

.pr6 {
    padding: 6rem !important;
}

.mTr6 {
    margin-top: 6rem !important;
}

.mRr6 {
    margin-right: 6rem !important;
}

.mBr6 {
    margin-bottom: 6rem !important;
}

.mLr6 {
    margin-left: 6rem !important;
}

.mT-r6 {
    margin-top: -6rem !important;
}

.mR-r6 {
    margin-right: -6rem !important;
}

.mB-r6 {
    margin-bottom: -6rem !important;
}

.mL-r6 {
    margin-left: -6rem !important;
}

.pTr6 {
    padding-top: 6rem !important;
}

.pRr6 {
    padding-right: 6rem !important;
}

.pBr6 {
    padding-bottom: 6rem !important;
}

.pLr6 {
    padding-left: 6rem !important;
}

.lh-r6 {
    line-height: 6rem !important;
}

.whr7 {
    width: 7rem !important;
    height: 7rem !important;
}

.hr7 {
    height: 7rem !important;
}

.wr7 {
    width: 7rem !important;
}

.mYr7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
}

.mXr7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important;
}

.pYr7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}

.pXr7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important;
}

.tr7 {
    top: 7rem !important;
}

.t-r7 {
    top: -7rem !important;
}

.rr7 {
    right: 7rem !important;
}

.r-r7 {
    right: -7rem !important;
}

.br7 {
    bottom: 7rem !important;
}

.b-r7 {
    bottom: -7rem !important;
}

.lr7 {
    left: 7rem !important;
}

.l-r7 {
    left: -7rem !important;
}

.mr7 {
    margin: 7rem !important;
}

.m-r7 {
    margin: -7rem !important;
}

.pr7 {
    padding: 7rem !important;
}

.mTr7 {
    margin-top: 7rem !important;
}

.mRr7 {
    margin-right: 7rem !important;
}

.mBr7 {
    margin-bottom: 7rem !important;
}

.mLr7 {
    margin-left: 7rem !important;
}

.mT-r7 {
    margin-top: -7rem !important;
}

.mR-r7 {
    margin-right: -7rem !important;
}

.mB-r7 {
    margin-bottom: -7rem !important;
}

.mL-r7 {
    margin-left: -7rem !important;
}

.pTr7 {
    padding-top: 7rem !important;
}

.pRr7 {
    padding-right: 7rem !important;
}

.pBr7 {
    padding-bottom: 7rem !important;
}

.pLr7 {
    padding-left: 7rem !important;
}

.lh-r7 {
    line-height: 7rem !important;
}

.whr8 {
    width: 8rem !important;
    height: 8rem !important;
}

.hr8 {
    height: 8rem !important;
}

.wr8 {
    width: 8rem !important;
}

.mYr8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
}

.mXr8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important;
}

.pYr8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}

.pXr8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important;
}

.tr8 {
    top: 8rem !important;
}

.t-r8 {
    top: -8rem !important;
}

.rr8 {
    right: 8rem !important;
}

.r-r8 {
    right: -8rem !important;
}

.br8 {
    bottom: 8rem !important;
}

.b-r8 {
    bottom: -8rem !important;
}

.lr8 {
    left: 8rem !important;
}

.l-r8 {
    left: -8rem !important;
}

.mr8 {
    margin: 8rem !important;
}

.m-r8 {
    margin: -8rem !important;
}

.pr8 {
    padding: 8rem !important;
}

.mTr8 {
    margin-top: 8rem !important;
}

.mRr8 {
    margin-right: 8rem !important;
}

.mBr8 {
    margin-bottom: 8rem !important;
}

.mLr8 {
    margin-left: 8rem !important;
}

.mT-r8 {
    margin-top: -8rem !important;
}

.mR-r8 {
    margin-right: -8rem !important;
}

.mB-r8 {
    margin-bottom: -8rem !important;
}

.mL-r8 {
    margin-left: -8rem !important;
}

.pTr8 {
    padding-top: 8rem !important;
}

.pRr8 {
    padding-right: 8rem !important;
}

.pBr8 {
    padding-bottom: 8rem !important;
}

.pLr8 {
    padding-left: 8rem !important;
}

.lh-r8 {
    line-height: 8rem !important;
}

.whr9 {
    width: 9rem !important;
    height: 9rem !important;
}

.hr9 {
    height: 9rem !important;
}

.wr9 {
    width: 9rem !important;
}

.mYr9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
}

.mXr9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important;
}

.pYr9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}

.pXr9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important;
}

.tr9 {
    top: 9rem !important;
}

.t-r9 {
    top: -9rem !important;
}

.rr9 {
    right: 9rem !important;
}

.r-r9 {
    right: -9rem !important;
}

.br9 {
    bottom: 9rem !important;
}

.b-r9 {
    bottom: -9rem !important;
}

.lr9 {
    left: 9rem !important;
}

.l-r9 {
    left: -9rem !important;
}

.mr9 {
    margin: 9rem !important;
}

.m-r9 {
    margin: -9rem !important;
}

.pr9 {
    padding: 9rem !important;
}

.mTr9 {
    margin-top: 9rem !important;
}

.mRr9 {
    margin-right: 9rem !important;
}

.mBr9 {
    margin-bottom: 9rem !important;
}

.mLr9 {
    margin-left: 9rem !important;
}

.mT-r9 {
    margin-top: -9rem !important;
}

.mR-r9 {
    margin-right: -9rem !important;
}

.mB-r9 {
    margin-bottom: -9rem !important;
}

.mL-r9 {
    margin-left: -9rem !important;
}

.pTr9 {
    padding-top: 9rem !important;
}

.pRr9 {
    padding-right: 9rem !important;
}

.pBr9 {
    padding-bottom: 9rem !important;
}

.pLr9 {
    padding-left: 9rem !important;
}

.lh-r9 {
    line-height: 9rem !important;
}

.whr10 {
    width: 10rem !important;
    height: 10rem !important;
}

.hr10 {
    height: 10rem !important;
}

.wr10 {
    width: 10rem !important;
}

.mYr10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
}

.mXr10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
}

.pYr10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}

.pXr10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
}

.tr10 {
    top: 10rem !important;
}

.t-r10 {
    top: -10rem !important;
}

.rr10 {
    right: 10rem !important;
}

.r-r10 {
    right: -10rem !important;
}

.br10 {
    bottom: 10rem !important;
}

.b-r10 {
    bottom: -10rem !important;
}

.lr10 {
    left: 10rem !important;
}

.l-r10 {
    left: -10rem !important;
}

.mr10 {
    margin: 10rem !important;
}

.m-r10 {
    margin: -10rem !important;
}

.pr10 {
    padding: 10rem !important;
}

.mTr10 {
    margin-top: 10rem !important;
}

.mRr10 {
    margin-right: 10rem !important;
}

.mBr10 {
    margin-bottom: 10rem !important;
}

.mLr10 {
    margin-left: 10rem !important;
}

.mT-r10 {
    margin-top: -10rem !important;
}

.mR-r10 {
    margin-right: -10rem !important;
}

.mB-r10 {
    margin-bottom: -10rem !important;
}

.mL-r10 {
    margin-left: -10rem !important;
}

.pTr10 {
    padding-top: 10rem !important;
}

.pRr10 {
    padding-right: 10rem !important;
}

.pBr10 {
    padding-bottom: 10rem !important;
}

.pLr10 {
    padding-left: 10rem !important;
}

.lh-r10 {
    line-height: 10rem !important;
}

.whr11 {
    width: 11rem !important;
    height: 11rem !important;
}

.hr11 {
    height: 11rem !important;
}

.wr11 {
    width: 11rem !important;
}

.mYr11 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
}

.mXr11 {
    margin-right: 11rem !important;
    margin-left: 11rem !important;
}

.pYr11 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
}

.pXr11 {
    padding-right: 11rem !important;
    padding-left: 11rem !important;
}

.tr11 {
    top: 11rem !important;
}

.t-r11 {
    top: -11rem !important;
}

.rr11 {
    right: 11rem !important;
}

.r-r11 {
    right: -11rem !important;
}

.br11 {
    bottom: 11rem !important;
}

.b-r11 {
    bottom: -11rem !important;
}

.lr11 {
    left: 11rem !important;
}

.l-r11 {
    left: -11rem !important;
}

.mr11 {
    margin: 11rem !important;
}

.m-r11 {
    margin: -11rem !important;
}

.pr11 {
    padding: 11rem !important;
}

.mTr11 {
    margin-top: 11rem !important;
}

.mRr11 {
    margin-right: 11rem !important;
}

.mBr11 {
    margin-bottom: 11rem !important;
}

.mLr11 {
    margin-left: 11rem !important;
}

.mT-r11 {
    margin-top: -11rem !important;
}

.mR-r11 {
    margin-right: -11rem !important;
}

.mB-r11 {
    margin-bottom: -11rem !important;
}

.mL-r11 {
    margin-left: -11rem !important;
}

.pTr11 {
    padding-top: 11rem !important;
}

.pRr11 {
    padding-right: 11rem !important;
}

.pBr11 {
    padding-bottom: 11rem !important;
}

.pLr11 {
    padding-left: 11rem !important;
}

.lh-r11 {
    line-height: 11rem !important;
}

.whr12 {
    width: 12rem !important;
    height: 12rem !important;
}

.hr12 {
    height: 12rem !important;
}

.wr12 {
    width: 12rem !important;
}

.mYr12 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
}

.mXr12 {
    margin-right: 12rem !important;
    margin-left: 12rem !important;
}

.pYr12 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
}

.pXr12 {
    padding-right: 12rem !important;
    padding-left: 12rem !important;
}

.tr12 {
    top: 12rem !important;
}

.t-r12 {
    top: -12rem !important;
}

.rr12 {
    right: 12rem !important;
}

.r-r12 {
    right: -12rem !important;
}

.br12 {
    bottom: 12rem !important;
}

.b-r12 {
    bottom: -12rem !important;
}

.lr12 {
    left: 12rem !important;
}

.l-r12 {
    left: -12rem !important;
}

.mr12 {
    margin: 12rem !important;
}

.m-r12 {
    margin: -12rem !important;
}

.pr12 {
    padding: 12rem !important;
}

.mTr12 {
    margin-top: 12rem !important;
}

.mRr12 {
    margin-right: 12rem !important;
}

.mBr12 {
    margin-bottom: 12rem !important;
}

.mLr12 {
    margin-left: 12rem !important;
}

.mT-r12 {
    margin-top: -12rem !important;
}

.mR-r12 {
    margin-right: -12rem !important;
}

.mB-r12 {
    margin-bottom: -12rem !important;
}

.mL-r12 {
    margin-left: -12rem !important;
}

.pTr12 {
    padding-top: 12rem !important;
}

.pRr12 {
    padding-right: 12rem !important;
}

.pBr12 {
    padding-bottom: 12rem !important;
}

.pLr12 {
    padding-left: 12rem !important;
}

.lh-r12 {
    line-height: 12rem !important;
}

.whr13 {
    width: 13rem !important;
    height: 13rem !important;
}

.hr13 {
    height: 13rem !important;
}

.wr13 {
    width: 13rem !important;
}

.mYr13 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
}

.mXr13 {
    margin-right: 13rem !important;
    margin-left: 13rem !important;
}

.pYr13 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
}

.pXr13 {
    padding-right: 13rem !important;
    padding-left: 13rem !important;
}

.tr13 {
    top: 13rem !important;
}

.t-r13 {
    top: -13rem !important;
}

.rr13 {
    right: 13rem !important;
}

.r-r13 {
    right: -13rem !important;
}

.br13 {
    bottom: 13rem !important;
}

.b-r13 {
    bottom: -13rem !important;
}

.lr13 {
    left: 13rem !important;
}

.l-r13 {
    left: -13rem !important;
}

.mr13 {
    margin: 13rem !important;
}

.m-r13 {
    margin: -13rem !important;
}

.pr13 {
    padding: 13rem !important;
}

.mTr13 {
    margin-top: 13rem !important;
}

.mRr13 {
    margin-right: 13rem !important;
}

.mBr13 {
    margin-bottom: 13rem !important;
}

.mLr13 {
    margin-left: 13rem !important;
}

.mT-r13 {
    margin-top: -13rem !important;
}

.mR-r13 {
    margin-right: -13rem !important;
}

.mB-r13 {
    margin-bottom: -13rem !important;
}

.mL-r13 {
    margin-left: -13rem !important;
}

.pTr13 {
    padding-top: 13rem !important;
}

.pRr13 {
    padding-right: 13rem !important;
}

.pBr13 {
    padding-bottom: 13rem !important;
}

.pLr13 {
    padding-left: 13rem !important;
}

.lh-r13 {
    line-height: 13rem !important;
}

.whr14 {
    width: 14rem !important;
    height: 14rem !important;
}

.hr14 {
    height: 14rem !important;
}

.wr14 {
    width: 14rem !important;
}

.mYr14 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
}

.mXr14 {
    margin-right: 14rem !important;
    margin-left: 14rem !important;
}

.pYr14 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
}

.pXr14 {
    padding-right: 14rem !important;
    padding-left: 14rem !important;
}

.tr14 {
    top: 14rem !important;
}

.t-r14 {
    top: -14rem !important;
}

.rr14 {
    right: 14rem !important;
}

.r-r14 {
    right: -14rem !important;
}

.br14 {
    bottom: 14rem !important;
}

.b-r14 {
    bottom: -14rem !important;
}

.lr14 {
    left: 14rem !important;
}

.l-r14 {
    left: -14rem !important;
}

.mr14 {
    margin: 14rem !important;
}

.m-r14 {
    margin: -14rem !important;
}

.pr14 {
    padding: 14rem !important;
}

.mTr14 {
    margin-top: 14rem !important;
}

.mRr14 {
    margin-right: 14rem !important;
}

.mBr14 {
    margin-bottom: 14rem !important;
}

.mLr14 {
    margin-left: 14rem !important;
}

.mT-r14 {
    margin-top: -14rem !important;
}

.mR-r14 {
    margin-right: -14rem !important;
}

.mB-r14 {
    margin-bottom: -14rem !important;
}

.mL-r14 {
    margin-left: -14rem !important;
}

.pTr14 {
    padding-top: 14rem !important;
}

.pRr14 {
    padding-right: 14rem !important;
}

.pBr14 {
    padding-bottom: 14rem !important;
}

.pLr14 {
    padding-left: 14rem !important;
}

.lh-r14 {
    line-height: 14rem !important;
}

.whr15 {
    width: 15rem !important;
    height: 15rem !important;
}

.hr15 {
    height: 15rem !important;
}

.wr15 {
    width: 15rem !important;
}

.mYr15 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
}

.mXr15 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
}

.pYr15 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
}

.pXr15 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
}

.tr15 {
    top: 15rem !important;
}

.t-r15 {
    top: -15rem !important;
}

.rr15 {
    right: 15rem !important;
}

.r-r15 {
    right: -15rem !important;
}

.br15 {
    bottom: 15rem !important;
}

.b-r15 {
    bottom: -15rem !important;
}

.lr15 {
    left: 15rem !important;
}

.l-r15 {
    left: -15rem !important;
}

.mr15 {
    margin: 15rem !important;
}

.m-r15 {
    margin: -15rem !important;
}

.pr15 {
    padding: 15rem !important;
}

.mTr15 {
    margin-top: 15rem !important;
}

.mRr15 {
    margin-right: 15rem !important;
}

.mBr15 {
    margin-bottom: 15rem !important;
}

.mLr15 {
    margin-left: 15rem !important;
}

.mT-r15 {
    margin-top: -15rem !important;
}

.mR-r15 {
    margin-right: -15rem !important;
}

.mB-r15 {
    margin-bottom: -15rem !important;
}

.mL-r15 {
    margin-left: -15rem !important;
}

.pTr15 {
    padding-top: 15rem !important;
}

.pRr15 {
    padding-right: 15rem !important;
}

.pBr15 {
    padding-bottom: 15rem !important;
}

.pLr15 {
    padding-left: 15rem !important;
}

.lh-r15 {
    line-height: 15rem !important;
}

.whr16 {
    width: 16rem !important;
    height: 16rem !important;
}

.hr16 {
    height: 16rem !important;
}

.wr16 {
    width: 16rem !important;
}

.mYr16 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
}

.mXr16 {
    margin-right: 16rem !important;
    margin-left: 16rem !important;
}

.pYr16 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
}

.pXr16 {
    padding-right: 16rem !important;
    padding-left: 16rem !important;
}

.tr16 {
    top: 16rem !important;
}

.t-r16 {
    top: -16rem !important;
}

.rr16 {
    right: 16rem !important;
}

.r-r16 {
    right: -16rem !important;
}

.br16 {
    bottom: 16rem !important;
}

.b-r16 {
    bottom: -16rem !important;
}

.lr16 {
    left: 16rem !important;
}

.l-r16 {
    left: -16rem !important;
}

.mr16 {
    margin: 16rem !important;
}

.m-r16 {
    margin: -16rem !important;
}

.pr16 {
    padding: 16rem !important;
}

.mTr16 {
    margin-top: 16rem !important;
}

.mRr16 {
    margin-right: 16rem !important;
}

.mBr16 {
    margin-bottom: 16rem !important;
}

.mLr16 {
    margin-left: 16rem !important;
}

.mT-r16 {
    margin-top: -16rem !important;
}

.mR-r16 {
    margin-right: -16rem !important;
}

.mB-r16 {
    margin-bottom: -16rem !important;
}

.mL-r16 {
    margin-left: -16rem !important;
}

.pTr16 {
    padding-top: 16rem !important;
}

.pRr16 {
    padding-right: 16rem !important;
}

.pBr16 {
    padding-bottom: 16rem !important;
}

.pLr16 {
    padding-left: 16rem !important;
}

.lh-r16 {
    line-height: 16rem !important;
}

.whr17 {
    width: 17rem !important;
    height: 17rem !important;
}

.hr17 {
    height: 17rem !important;
}

.wr17 {
    width: 17rem !important;
}

.mYr17 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
}

.mXr17 {
    margin-right: 17rem !important;
    margin-left: 17rem !important;
}

.pYr17 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
}

.pXr17 {
    padding-right: 17rem !important;
    padding-left: 17rem !important;
}

.tr17 {
    top: 17rem !important;
}

.t-r17 {
    top: -17rem !important;
}

.rr17 {
    right: 17rem !important;
}

.r-r17 {
    right: -17rem !important;
}

.br17 {
    bottom: 17rem !important;
}

.b-r17 {
    bottom: -17rem !important;
}

.lr17 {
    left: 17rem !important;
}

.l-r17 {
    left: -17rem !important;
}

.mr17 {
    margin: 17rem !important;
}

.m-r17 {
    margin: -17rem !important;
}

.pr17 {
    padding: 17rem !important;
}

.mTr17 {
    margin-top: 17rem !important;
}

.mRr17 {
    margin-right: 17rem !important;
}

.mBr17 {
    margin-bottom: 17rem !important;
}

.mLr17 {
    margin-left: 17rem !important;
}

.mT-r17 {
    margin-top: -17rem !important;
}

.mR-r17 {
    margin-right: -17rem !important;
}

.mB-r17 {
    margin-bottom: -17rem !important;
}

.mL-r17 {
    margin-left: -17rem !important;
}

.pTr17 {
    padding-top: 17rem !important;
}

.pRr17 {
    padding-right: 17rem !important;
}

.pBr17 {
    padding-bottom: 17rem !important;
}

.pLr17 {
    padding-left: 17rem !important;
}

.lh-r17 {
    line-height: 17rem !important;
}

.whr18 {
    width: 18rem !important;
    height: 18rem !important;
}

.hr18 {
    height: 18rem !important;
}

.wr18 {
    width: 18rem !important;
}

.mYr18 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
}

.mXr18 {
    margin-right: 18rem !important;
    margin-left: 18rem !important;
}

.pYr18 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
}

.pXr18 {
    padding-right: 18rem !important;
    padding-left: 18rem !important;
}

.tr18 {
    top: 18rem !important;
}

.t-r18 {
    top: -18rem !important;
}

.rr18 {
    right: 18rem !important;
}

.r-r18 {
    right: -18rem !important;
}

.br18 {
    bottom: 18rem !important;
}

.b-r18 {
    bottom: -18rem !important;
}

.lr18 {
    left: 18rem !important;
}

.l-r18 {
    left: -18rem !important;
}

.mr18 {
    margin: 18rem !important;
}

.m-r18 {
    margin: -18rem !important;
}

.pr18 {
    padding: 18rem !important;
}

.mTr18 {
    margin-top: 18rem !important;
}

.mRr18 {
    margin-right: 18rem !important;
}

.mBr18 {
    margin-bottom: 18rem !important;
}

.mLr18 {
    margin-left: 18rem !important;
}

.mT-r18 {
    margin-top: -18rem !important;
}

.mR-r18 {
    margin-right: -18rem !important;
}

.mB-r18 {
    margin-bottom: -18rem !important;
}

.mL-r18 {
    margin-left: -18rem !important;
}

.pTr18 {
    padding-top: 18rem !important;
}

.pRr18 {
    padding-right: 18rem !important;
}

.pBr18 {
    padding-bottom: 18rem !important;
}

.pLr18 {
    padding-left: 18rem !important;
}

.lh-r18 {
    line-height: 18rem !important;
}

.whr19 {
    width: 19rem !important;
    height: 19rem !important;
}

.hr19 {
    height: 19rem !important;
}

.wr19 {
    width: 19rem !important;
}

.mYr19 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
}

.mXr19 {
    margin-right: 19rem !important;
    margin-left: 19rem !important;
}

.pYr19 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
}

.pXr19 {
    padding-right: 19rem !important;
    padding-left: 19rem !important;
}

.tr19 {
    top: 19rem !important;
}

.t-r19 {
    top: -19rem !important;
}

.rr19 {
    right: 19rem !important;
}

.r-r19 {
    right: -19rem !important;
}

.br19 {
    bottom: 19rem !important;
}

.b-r19 {
    bottom: -19rem !important;
}

.lr19 {
    left: 19rem !important;
}

.l-r19 {
    left: -19rem !important;
}

.mr19 {
    margin: 19rem !important;
}

.m-r19 {
    margin: -19rem !important;
}

.pr19 {
    padding: 19rem !important;
}

.mTr19 {
    margin-top: 19rem !important;
}

.mRr19 {
    margin-right: 19rem !important;
}

.mBr19 {
    margin-bottom: 19rem !important;
}

.mLr19 {
    margin-left: 19rem !important;
}

.mT-r19 {
    margin-top: -19rem !important;
}

.mR-r19 {
    margin-right: -19rem !important;
}

.mB-r19 {
    margin-bottom: -19rem !important;
}

.mL-r19 {
    margin-left: -19rem !important;
}

.pTr19 {
    padding-top: 19rem !important;
}

.pRr19 {
    padding-right: 19rem !important;
}

.pBr19 {
    padding-bottom: 19rem !important;
}

.pLr19 {
    padding-left: 19rem !important;
}

.lh-r19 {
    line-height: 19rem !important;
}

.whr20 {
    width: 20rem !important;
    height: 20rem !important;
}

.hr20 {
    height: 20rem !important;
}

.wr20 {
    width: 20rem !important;
}

.mYr20 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
}

.mXr20 {
    margin-right: 20rem !important;
    margin-left: 20rem !important;
}

.pYr20 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
}

.pXr20 {
    padding-right: 20rem !important;
    padding-left: 20rem !important;
}

.tr20 {
    top: 20rem !important;
}

.t-r20 {
    top: -20rem !important;
}

.rr20 {
    right: 20rem !important;
}

.r-r20 {
    right: -20rem !important;
}

.br20 {
    bottom: 20rem !important;
}

.b-r20 {
    bottom: -20rem !important;
}

.lr20 {
    left: 20rem !important;
}

.l-r20 {
    left: -20rem !important;
}

.mr20 {
    margin: 20rem !important;
}

.m-r20 {
    margin: -20rem !important;
}

.pr20 {
    padding: 20rem !important;
}

.mTr20 {
    margin-top: 20rem !important;
}

.mRr20 {
    margin-right: 20rem !important;
}

.mBr20 {
    margin-bottom: 20rem !important;
}

.mLr20 {
    margin-left: 20rem !important;
}

.mT-r20 {
    margin-top: -20rem !important;
}

.mR-r20 {
    margin-right: -20rem !important;
}

.mB-r20 {
    margin-bottom: -20rem !important;
}

.mL-r20 {
    margin-left: -20rem !important;
}

.pTr20 {
    padding-top: 20rem !important;
}

.pRr20 {
    padding-right: 20rem !important;
}

.pBr20 {
    padding-bottom: 20rem !important;
}

.pLr20 {
    padding-left: 20rem !important;
}

.lh-r20 {
    line-height: 20rem !important;
}

.wh0 {
    width: 0px !important;
    height: 0px !important;
}

.h0 {
    height: 0px !important;
}

.w0 {
    width: 0px !important;
}

.mY0,
.mtb0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.mX0,
.mlr0,
.mrl0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.ptb0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.prl0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.t0 {
    top: 0px !important;
}

.t-0 {
    top: -0px !important;
}

.right0 {
    right: 0px !important;
}

.right-0 {
    right: -0px !important;
}

.b0 {
    bottom: 0px !important;
}

.b-0 {
    bottom: -0px !important;
}

.l0 {
    left: 0px !important;
}

.l-0 {
    left: -0px !important;
}

.m0 {
    margin: 0px !important;
}

.m-0 {
    margin: -0px !important;
}

.p0 {
    padding: 0px !important;
}

.mT0 {
    margin-top: 0px !important;
}

.mR0 {
    margin-right: 0px !important;
}

.mB0 {
    margin-bottom: 0px !important;
}

.mL0 {
    margin-left: 0px !important;
}

.mT-0 {
    margin-top: -0px !important;
}

.mR-0 {
    margin-right: -0px !important;
}

.mB-0 {
    margin-bottom: -0px !important;
}

.mL-0 {
    margin-left: -0px !important;
}

.pT0 {
    padding-top: 0px !important;
}

.pR0 {
    padding-right: 0px !important;
}

.pB0 {
    padding-bottom: 0px !important;
}

.pL0 {
    padding-left: 0px !important;
}

.wh5 {
    width: 5px !important;
    height: 5px !important;
}

.h5 {
    height: 5px !important;
}

.w5 {
    width: 5px !important;
}

.mY5,
.mtb5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.mX5,
.mlr5,
.mrl5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

.ptb5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.prl5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.t5 {
    top: 5px !important;
}

.t-5 {
    top: -5px !important;
}

.right5 {
    right: 5px !important;
}

.right-5 {
    right: -5px !important;
}

.b5 {
    bottom: 5px !important;
}

.b-5 {
    bottom: -5px !important;
}

.l5 {
    left: 5px !important;
}

.l-5 {
    left: -5px !important;
}

.m5 {
    margin: 5px !important;
}

.m-5 {
    margin: -5px !important;
}

.p5 {
    padding: 5px !important;
}

.mT5 {
    margin-top: 5px !important;
}

.mR5 {
    margin-right: 5px !important;
}

.mB5 {
    margin-bottom: 5px !important;
}

.mL5 {
    margin-left: 5px !important;
}

.mT-5 {
    margin-top: -5px !important;
}

.mR-5 {
    margin-right: -5px !important;
}

.mB-5 {
    margin-bottom: -5px !important;
}

.mL-5 {
    margin-left: -5px !important;
}

.pT5 {
    padding-top: 5px !important;
}

.pR5 {
    padding-right: 5px !important;
}

.pB5 {
    padding-bottom: 5px !important;
}

.pL5 {
    padding-left: 5px !important;
}

.wh10 {
    width: 10px !important;
    height: 10px !important;
}

.h10 {
    height: 10px !important;
}

.w10 {
    width: 10px !important;
}

.mY10,
.mtb10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mX10,
.mlr10,
.mrl10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.ptb10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.prl10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.t10 {
    top: 10px !important;
}

.t-10 {
    top: -10px !important;
}

.right10 {
    right: 10px !important;
}

.right-10 {
    right: -10px !important;
}

.b10 {
    bottom: 10px !important;
}

.b-10 {
    bottom: -10px !important;
}

.l10 {
    left: 10px !important;
}

.l-10 {
    left: -10px !important;
}

.m10 {
    margin: 10px !important;
}

.m-10 {
    margin: -10px !important;
}

.p10 {
    padding: 10px !important;
}

.mT10 {
    margin-top: 10px !important;
}

.mR10 {
    margin-right: 10px !important;
}

.mB10 {
    margin-bottom: 10px !important;
}

.mL10 {
    margin-left: 10px !important;
}

.mT-10 {
    margin-top: -10px !important;
}

.mR-10 {
    margin-right: -10px !important;
}

.mB-10 {
    margin-bottom: -10px !important;
}

.mL-10 {
    margin-left: -10px !important;
}

.pT10 {
    padding-top: 10px !important;
}

.pR10 {
    padding-right: 10px !important;
}

.pB10 {
    padding-bottom: 10px !important;
}

.pL10 {
    padding-left: 10px !important;
}

.wh15 {
    width: 15px !important;
    height: 15px !important;
}

.h15 {
    height: 15px !important;
}

.w15 {
    width: 15px !important;
}

.mY15,
.mtb15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mX15,
.mlr15,
.mrl15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.ptb15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.prl15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.t15 {
    top: 15px !important;
}

.t-15 {
    top: -15px !important;
}

.right15 {
    right: 15px !important;
}

.right-15 {
    right: -15px !important;
}

.b15 {
    bottom: 15px !important;
}

.b-15 {
    bottom: -15px !important;
}

.l15 {
    left: 15px !important;
}

.l-15 {
    left: -15px !important;
}

.m15 {
    margin: 15px !important;
}

.m-15 {
    margin: -15px !important;
}

.p15 {
    padding: 15px !important;
}

.mT15 {
    margin-top: 15px !important;
}

.mR15 {
    margin-right: 15px !important;
}

.mB15 {
    margin-bottom: 15px !important;
}

.mL15 {
    margin-left: 15px !important;
}

.mT-15 {
    margin-top: -15px !important;
}

.mR-15 {
    margin-right: -15px !important;
}

.mB-15 {
    margin-bottom: -15px !important;
}

.mL-15 {
    margin-left: -15px !important;
}

.pT15 {
    padding-top: 15px !important;
}

.pR15 {
    padding-right: 15px !important;
}

.pB15 {
    padding-bottom: 15px !important;
}

.pL15 {
    padding-left: 15px !important;
}

.wh20 {
    width: 20px !important;
    height: 20px !important;
}

.h20 {
    height: 20px !important;
}

.w20 {
    width: 20px !important;
}

.mY20,
.mtb20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mX20,
.mlr20,
.mrl20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
}

.ptb20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.prl20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.t20 {
    top: 20px !important;
}

.t-20 {
    top: -20px !important;
}

.right20 {
    right: 20px !important;
}

.right-20 {
    right: -20px !important;
}

.b20 {
    bottom: 20px !important;
}

.b-20 {
    bottom: -20px !important;
}

.l20 {
    left: 20px !important;
}

.l-20 {
    left: -20px !important;
}

.m20 {
    margin: 20px !important;
}

.m-20 {
    margin: -20px !important;
}

.p20 {
    padding: 20px !important;
}

.mT20 {
    margin-top: 20px !important;
}

.mR20 {
    margin-right: 20px !important;
}

.mB20 {
    margin-bottom: 20px !important;
}

.mL20 {
    margin-left: 20px !important;
}

.mT-20 {
    margin-top: -20px !important;
}

.mR-20 {
    margin-right: -20px !important;
}

.mB-20 {
    margin-bottom: -20px !important;
}

.mL-20 {
    margin-left: -20px !important;
}

.pT20 {
    padding-top: 20px !important;
}

.pR20 {
    padding-right: 20px !important;
}

.pB20 {
    padding-bottom: 20px !important;
}

.pL20 {
    padding-left: 20px !important;
}

.wh25 {
    width: 25px !important;
    height: 25px !important;
}

.h25 {
    height: 25px !important;
}

.w25 {
    width: 25px !important;
}

.mY25,
.mtb25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}

.mX25,
.mlr25,
.mrl25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
}

.ptb25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
}

.prl25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
}

.t25 {
    top: 25px !important;
}

.t-25 {
    top: -25px !important;
}

.right25 {
    right: 25px !important;
}

.right-25 {
    right: -25px !important;
}

.b25 {
    bottom: 25px !important;
}

.b-25 {
    bottom: -25px !important;
}

.l25 {
    left: 25px !important;
}

.l-25 {
    left: -25px !important;
}

.m25 {
    margin: 25px !important;
}

.m-25 {
    margin: -25px !important;
}

.p25 {
    padding: 25px !important;
}

.mT25 {
    margin-top: 25px !important;
}

.mR25 {
    margin-right: 25px !important;
}

.mB25 {
    margin-bottom: 25px !important;
}

.mL25 {
    margin-left: 25px !important;
}

.mT-25 {
    margin-top: -25px !important;
}

.mR-25 {
    margin-right: -25px !important;
}

.mB-25 {
    margin-bottom: -25px !important;
}

.mL-25 {
    margin-left: -25px !important;
}

.pT25 {
    padding-top: 25px !important;
}

.pR25 {
    padding-right: 25px !important;
}

.pB25 {
    padding-bottom: 25px !important;
}

.pL25 {
    padding-left: 25px !important;
}

.wh30 {
    width: 30px !important;
    height: 30px !important;
}

.h30 {
    height: 30px !important;
}

.w30 {
    width: 30px !important;
}

.mY30,
.mtb30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.mX30,
.mlr30,
.mrl30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
}

.ptb30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.prl30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.t30 {
    top: 30px !important;
}

.t-30 {
    top: -30px !important;
}

.right30 {
    right: 30px !important;
}

.right-30 {
    right: -30px !important;
}

.b30 {
    bottom: 30px !important;
}

.b-30 {
    bottom: -30px !important;
}

.l30 {
    left: 30px !important;
}

.l-30 {
    left: -30px !important;
}

.m30 {
    margin: 30px !important;
}

.m-30 {
    margin: -30px !important;
}

.p30 {
    padding: 30px !important;
}

.mT30 {
    margin-top: 30px !important;
}

.mR30 {
    margin-right: 30px !important;
}

.mB30 {
    margin-bottom: 30px !important;
}

.mL30 {
    margin-left: 30px !important;
}

.mT-30 {
    margin-top: -30px !important;
}

.mR-30 {
    margin-right: -30px !important;
}

.mB-30 {
    margin-bottom: -30px !important;
}

.mL-30 {
    margin-left: -30px !important;
}

.pT30 {
    padding-top: 30px !important;
}

.pR30 {
    padding-right: 30px !important;
}

.pB30 {
    padding-bottom: 30px !important;
}

.pL30 {
    padding-left: 30px !important;
}

.wh35 {
    width: 35px !important;
    height: 35px !important;
}

.h35 {
    height: 35px !important;
}

.w35 {
    width: 35px !important;
}

.mY35,
.mtb35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
}

.mX35,
.mlr35,
.mrl35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
}

.ptb35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
}

.prl35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
}

.t35 {
    top: 35px !important;
}

.t-35 {
    top: -35px !important;
}

.right35 {
    right: 35px !important;
}

.right-35 {
    right: -35px !important;
}

.b35 {
    bottom: 35px !important;
}

.b-35 {
    bottom: -35px !important;
}

.l35 {
    left: 35px !important;
}

.l-35 {
    left: -35px !important;
}

.m35 {
    margin: 35px !important;
}

.m-35 {
    margin: -35px !important;
}

.p35 {
    padding: 35px !important;
}

.mT35 {
    margin-top: 35px !important;
}

.mR35 {
    margin-right: 35px !important;
}

.mB35 {
    margin-bottom: 35px !important;
}

.mL35 {
    margin-left: 35px !important;
}

.mT-35 {
    margin-top: -35px !important;
}

.mR-35 {
    margin-right: -35px !important;
}

.mB-35 {
    margin-bottom: -35px !important;
}

.mL-35 {
    margin-left: -35px !important;
}

.pT35 {
    padding-top: 35px !important;
}

.pR35 {
    padding-right: 35px !important;
}

.pB35 {
    padding-bottom: 35px !important;
}

.pL35 {
    padding-left: 35px !important;
}

.wh40 {
    width: 40px !important;
    height: 40px !important;
}

.h40 {
    height: 40px !important;
}

.w40 {
    width: 40px !important;
}

.mY40,
.mtb40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.mX40,
.mlr40,
.mrl40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
}

.ptb40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.prl40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
}

.t40 {
    top: 40px !important;
}

.t-40 {
    top: -40px !important;
}

.right40 {
    right: 40px !important;
}

.right-40 {
    right: -40px !important;
}

.b40 {
    bottom: 40px !important;
}

.b-40 {
    bottom: -40px !important;
}

.l40 {
    left: 40px !important;
}

.l-40 {
    left: -40px !important;
}

.m40 {
    margin: 40px !important;
}

.m-40 {
    margin: -40px !important;
}

.p40 {
    padding: 40px !important;
}

.mT40 {
    margin-top: 40px !important;
}

.mR40 {
    margin-right: 40px !important;
}

.mB40 {
    margin-bottom: 40px !important;
}

.mL40 {
    margin-left: 40px !important;
}

.mT-40 {
    margin-top: -40px !important;
}

.mR-40 {
    margin-right: -40px !important;
}

.mB-40 {
    margin-bottom: -40px !important;
}

.mL-40 {
    margin-left: -40px !important;
}

.pT40 {
    padding-top: 40px !important;
}

.pR40 {
    padding-right: 40px !important;
}

.pB40 {
    padding-bottom: 40px !important;
}

.pL40 {
    padding-left: 40px !important;
}

.wh45 {
    width: 45px !important;
    height: 45px !important;
}

.h45 {
    height: 45px !important;
}

.w45 {
    width: 45px !important;
}

.mY45,
.mtb45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
}

.mX45,
.mlr45,
.mrl45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
}

.ptb45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
}

.prl45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.t45 {
    top: 45px !important;
}

.t-45 {
    top: -45px !important;
}

.right45 {
    right: 45px !important;
}

.right-45 {
    right: -45px !important;
}

.b45 {
    bottom: 45px !important;
}

.b-45 {
    bottom: -45px !important;
}

.l45 {
    left: 45px !important;
}

.l-45 {
    left: -45px !important;
}

.m45 {
    margin: 45px !important;
}

.m-45 {
    margin: -45px !important;
}

.p45 {
    padding: 45px !important;
}

.mT45 {
    margin-top: 45px !important;
}

.mR45 {
    margin-right: 45px !important;
}

.mB45 {
    margin-bottom: 45px !important;
}

.mL45 {
    margin-left: 45px !important;
}

.mT-45 {
    margin-top: -45px !important;
}

.mR-45 {
    margin-right: -45px !important;
}

.mB-45 {
    margin-bottom: -45px !important;
}

.mL-45 {
    margin-left: -45px !important;
}

.pT45 {
    padding-top: 45px !important;
}

.pR45 {
    padding-right: 45px !important;
}

.pB45 {
    padding-bottom: 45px !important;
}

.pL45 {
    padding-left: 45px !important;
}

.wh50 {
    width: 50px !important;
    height: 50px !important;
}

.h50 {
    height: 50px !important;
}

.w50 {
    width: 50px !important;
}

.mY50,
.mtb50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mX50,
.mlr50,
.mrl50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
}

.ptb50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.prl50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
}

.t50 {
    top: 50px !important;
}

.t-50 {
    top: -50px !important;
}

.right50 {
    right: 50px !important;
}

.right-50 {
    right: -50px !important;
}

.b50 {
    bottom: 50px !important;
}

.b-50 {
    bottom: -50px !important;
}

.l50 {
    left: 50px !important;
}

.l-50 {
    left: -50px !important;
}

.m50 {
    margin: 50px !important;
}

.m-50 {
    margin: -50px !important;
}

.p50 {
    padding: 50px !important;
}

.mT50 {
    margin-top: 50px !important;
}

.mR50 {
    margin-right: 50px !important;
}

.mB50 {
    margin-bottom: 50px !important;
}

.mL50 {
    margin-left: 50px !important;
}

.mT-50 {
    margin-top: -50px !important;
}

.mR-50 {
    margin-right: -50px !important;
}

.mB-50 {
    margin-bottom: -50px !important;
}

.mL-50 {
    margin-left: -50px !important;
}

.pT50 {
    padding-top: 50px !important;
}

.pR50 {
    padding-right: 50px !important;
}

.pB50 {
    padding-bottom: 50px !important;
}

.pL50 {
    padding-left: 50px !important;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

body {
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    font-family: "muktaregular", sans-serif;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

_::-webkit-full-page-media,
_:future,
:root ul.wsmenu-list {
    margin-right: 25px !important;
}

/*** Typography ***/
ul {
    list-style-type: none;
}

a {
    color: #0540d3;
}
a,
a:hover {
    text-decoration: none;
}

.cp {
    cursor: pointer;
}

.list-dot-white {
    list-style: disc;
    color: #ffffff;
    font-size: 18px;
}

.list-dot-white li {
    font-size: 18px;
    margin-bottom: 15px;
}

.list-dot-black {
    list-style: disc;
    color: #333333;
    font-size: 18px;
}

.position-relative {
    position: relative;
    z-index: 10;
}

.posr {
    position: relative !important;
}

.posa {
    position: absolute !important;
}

.centerY {
    display: flex;
    align-items: center;
}

.custom-btn {
    background-color: #f13f41;
    color: #fff;
    padding: 7px 35px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "muktabold", sans-serif;
}

.view-icon {
    padding: 7px;
    background: #ccc;
    border-radius: 40px;
    width: 50px;
    height: 50px;
}
@media screen and (max-width: 768px) {
    .view-icon {
        width: 40px;
        height: 40px;
    }
}
.view-icon.view-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.view-icon.view-left {
    position: absolute;
    bottom: 0;
    left: 0;
}

.learn-more {
    font-size: 18px;
    border-radius: 3px;
    width: auto;
    display: inline-block;
    font-family: "muktaregular", sans-serif;
}
/* .learn-more:hover span { left: -8px; } */
.learn-more:hover span:after {
    opacity: 1;
    right: -20px;
}
.learn-more.animate:hover span {
    left: -8px;
}
.learn-more.no-animate-with-arrow span {
    left: 0;
    transition: none;
}
.learn-more.no-animate:hover span {
    left: 0;
}
.learn-more.no-animate:hover span:after {
    opacity: 0;
    right: 0;
}
.learn-more.bg-color,
.learn-more.bg-color-blue {
    padding: 8px 23px; /*text-transform: uppercase;*/
}
.learn-more.bg-color span,
.learn-more.bg-color span:after,
.learn-more.bg-color-blue span,
.learn-more.bg-color-blue span:after {
    color: #ffffff;
}
.learn-more.bg-color:hover span {
    left: -8px;
}
.learn-more.bg-color span:after,
.learn-more.bg-color-blue span:after {
    top: 0;
}
.learn-more.bg-color-gray {
    padding: 8px 23px;
    text-transform: uppercase;
    font-size: 16px;
}
.learn-more.bg-color-gray span,
.learn-more.bg-color-gray span:after {
    color: #111;
}
.learn-more.bg-color-gray span:after {
    top: -2px;
}
.learn-more.bg-white {
    background-color: #ffffff;
    box-shadow: 2px 2px 5px #ccc;
}
.learn-more.bg-white span {
    font-family: "muktabold", sans-serif;
}
.learn-more.bg-white span,
.learn-more.bg-white span:after {
    color: #0066cc;
}
.learn-more.small-btn {
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 15px;
    cursor: pointer;
}
.learn-more.small-btn span:after {
    font-size: 18px;
    right: -13px;
    top: -2px;
}
.learn-more.small-btn.animate span:after {
    right: 0px;
}
.learn-more.small-btn.animate:hover span {
    left: -4px;
}
.learn-more.small-btn.animate:hover span:after {
    right: -13px;
}
.learn-more.bg-color {
    background: #f13f41;
    border: 1px solid #fff;
}
.learn-more.bg-color-blue {
    background: #0066cb;
}
.learn-more.bg-color-gray {
    background: #f2f2f2;
}
.learn-more.card-bottom-right {
    bottom: 15px;
    position: absolute;
    right: 15px;
}
.learn-more span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    left: 0;
    line-height: 1.2;
}
.learn-more span:after {
    content: "\00bb";
    font-size: 26px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    color: #0540d3;
    line-height: 20px;
    top: 0;
    right: 0;
}
/* @media screen and (max-width: 1366.98px) { .learn-more span:after { line-height: 20px; } } */
.learn-more.arrow-white span,
.learn-more.arrow-white span:hover:after {
    color: #ffffff;
}
.arrow-white span:after {
    color: #fff;
}
.data-security .learn-more span {
    text-transform: uppercase;
}
.grid-divider {
    position: relative;
}
.grid-divider > [class*="col-"]:nth-child(n + 2):after {
    content: "";
    background-color: #dedede;
    position: absolute;
    top: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 100%;
        height: 1px;
        left: 0;
        top: -15px;
    }
}
@media (min-width: 768px) {
    .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}

.menu-link {
    border: 1px solid #0e1e8d;
    display: inline-flex;
    justify-content: center;
    padding: 3px 10px;
    border-radius: 3px;
}
.menu-link:hover span {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.menu-link:hover svg {
    -webkit-transform: translate(2px, 1px);
    transform: translate(2px, 1px);
    opacity: 1;
}
.menu-link span {
    -webkit-transform: translateX(12px);
    transform: translateX(12px);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    color: #0e1e8d;
    line-height: 26px;
    font-size: 13px;
}
.menu-link svg {
    margin: 0;
    -webkit-transform: translateX(-8px) translateY(1px);
    transform: translateX(-8px) translateY(1px);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*** Sprite Images ***/
.flag-icon {
    background-image: url(../images/resulticks-sprite.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 17px;
    height: 15px;
    display: inline-block;
}
.flag-icon.usa-flag {
    background-position: 0px -36px;
    position: absolute;
    top: 3px;
    left: -4px;
}

/*** Header ***/
#search.open .c-search-animate {
    animation: mymove 0.7s;
}

@-webkit-keyframes mymove {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@-moz-keyframes mymove {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes mymove {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
.page-header.white-theme header {
    position: inherit !important;
}
.page-header.white-theme .help-links li a,
.page-header.white-theme .login,
.page-header.white-theme .nav-link,
.page-header.white-theme .help-links li span {
    color: #212121 !important;
}
@media screen and (max-width: 991.98px) {
    .page-header.white-theme .help-links li a,
    .page-header.white-theme .login,
    .page-header.white-theme .nav-link,
    .page-header.white-theme .help-links li span {
        color: #ffffff !important;
    }
}
.page-header.white-theme .navbar-dark .navbar-toggler span {
    background-color: #333;
}
.page-header.white-theme .navbar-brand {
    position: relative;
    top: -15px;
}
.page-header.fixed-header .wsmain {
    height: 0;
}
.page-header.fixed-header header {
    position: fixed !important;
    top: 0;
    background: #fff;
}
.page-header header {
    position: fixed;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
    z-index: 99;
}
.page-header header .help-links {
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
}
.page-header header .help-links li:before {
    border-color: #315dbe;
}
.page-header header .help-links li a,
.page-header header .help-links li span {
    color: #ffffff;
    font-size: 12px;
}
.page-header header.head-login-nav {
    margin-bottom: 5px;
}
.page-header .demo-btn {
    background: #f13f41;
    padding: 3px 8px;
    border-radius: 3px; 
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
}
.page-header .demo-btn:focus {
    box-shadow: 0px 0px 2px #333 !important;
}
.page-header .login {
    color: #ffffff;
    font-size: 12px;
}

.head-login-nav {
    float: right;
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
    .navbar-nav a:after {
        top: 28px;
        right: 22px;
    }
}
/*** Brand Features ***/
.brand-features {
    height: 80px;
    background-image: url(../images/./banner/pattern-top-brand.svg);
    background-position: top left;
    background-repeat: repeat-x;
    position: relative;
    z-index: 11;
}
@media screen and (max-width: 991.98px) {
    .brand-features {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .brand-features {
        height: 50px;
        background-position: left -15px;
    }
}

.card-flip-view .campaign-box {
    margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
    .card-flip-view .campaign-box {
        margin-bottom: 0;
    }
}
.card-flip-view .campaign-box .solution-head {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding-top: 2rem;
}
@media screen and (max-width: 768px) {
    .card-flip-view .campaign-box .solution-head {
        margin-top: 1rem;
    }
}
.card-flip-view [data-aos][data-aos][data-aos-delay="400"].aos-animate:hover,
.card-flip-view body[data-aos-delay="400"] [data-aos].aos-animate:hover {
    transition-delay: 0ms !important;
}
.card-flip-view .feature-bg {
    text-align: center;
    background: #d9f1fa;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.card-flip-view .feature-bg:before {
    content: "";
    width: 0;
    height: 200%;
    background: linear-gradient(to right, #042ae2 0%, #0a42ef 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -250px;
    -webkit-transform: skewX(-36deg);
    -moz-transform: skewX(-36deg);
    -ms-transform: skewX(-36deg);
    -o-transform: skewX(-36deg);
    transform: skewX(-36deg);
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
}
@media screen and (max-width: 768px) {
    .card-flip-view .feature-bg:before {
        -webkit-transform: skewX(-40deg);
        -moz-transform: skewX(-40deg);
        -ms-transform: skewX(-40deg);
        -o-transform: skewX(-40deg);
        transform: skewX(-40deg);
        left: -208px;
    }
}
@media screen and (max-width: 991.98px) {
    .card-flip-view .feature-bg:before {
        left: -210px;
    }
}
.card-flip-view .feature-bg:hover:before {
    width: 200%;
}
.card-flip-view .feature-bg .feature-icon {
    padding-top: 25px;
}
.card-flip-view .feature-bg h3 {
    padding-bottom: 40px;
    color: #111;
}
@media screen and (max-width: 991.98px) {
    .card-flip-view .feature-bg h3 {
        font-size: 18px;
    }
}
.card-flip-view .card-wrapper {
    cursor: pointer;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    text-align: center;
    min-height: 230px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .card-flip-view .card-wrapper {
        min-height: 225px;
    }
}
.card-flip-view .card-wrapper .card-front {
    background: #ffffff;
    min-height: 230px;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: ease-in-out 900ms;
    -moz-transition: ease-in-out 900ms;
    -ms-transition: ease-in-out 900ms;
    -o-transition: ease-in-out 900ms;
    transition: ease-in-out 900ms;
}
@media screen and (max-width: 768px) {
    .card-flip-view .card-wrapper .card-front {
        min-height: 225px;
    }
}
.card-flip-view .card-wrapper .card-front .feature-icon {
    padding-top: 20px;
}
.card-flip-view .card-wrapper .card-front .feature-icon i {
    font-size: 110px;
}
@media screen and (max-width: 768px) {
    .card-flip-view .card-wrapper .card-front .feature-icon {
        padding-top: 15px;
    }
}
.card-flip-view .card-wrapper .card-front .feature-icon img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition-duration: 1.3s;
    -moz-transition-duration: 1.3s;
    -ms-transition-duration: 1.3s;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s;
    width: 32%;
}
.card-flip-view .card-wrapper .card-front h3 {
    color: #111;
    margin-top: 10px;
}
@media screen and (max-width: 1366.98px) {
    .card-flip-view .card-wrapper .card-front h3 {
        font-size: 1.5rem;
    }
}
.card-flip-view .card-wrapper .card-back {
    padding: 0 10px;
    min-height: 230px;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: ease-in-out 900ms;
    -moz-transition: ease-in-out 900ms;
    -ms-transition: ease-in-out 900ms;
    -o-transition: ease-in-out 900ms;
    transition: ease-in-out 900ms;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    background: linear-gradient(to right, #030f87 0%, #0224df 100%);
}
@media screen and (max-width: 768px) {
    .card-flip-view .card-wrapper .card-back {
        min-height: 225px;
    }
}
.card-flip-view .card-wrapper .card-back h3 {
    padding: 40px 0 15px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .card-flip-view .card-wrapper .card-back h3 {
        padding: 30px 0 10px;
    }
}
.card-flip-view .card-wrapper .card-back p {
    color: #ffffff;
    padding: 0 20px;
    font-size: 16px;
    font-family: "muktalight", sans-serif;
}
.card-flip-view .card-wrapper:hover .card-front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.card-flip-view .card-wrapper:nth-child(even):hover .card-front {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.card-flip-view .card-wrapper:hover .card-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.card-flip-view .card-wrapper:nth-child(even) .card-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.card-flip-view .card-wrapper:nth-child(even):hover .card-back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.card-flip-view .link {
    color: #ffffff;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.card-flip-view .link-arrow {
    display: inline-block;
    height: 2rem;
    line-height: 2rem;
}
.card-flip-view .link-arrow .arrow-icon {
    position: relative;
    top: -1px;
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    vertical-align: middle;
}
.card-flip-view .link-arrow .arrow-icon-circle {
    -webkit-transition: stroke-dashoffset 0.3s ease;
    -moz-transition: stroke-dashoffset 0.3s ease;
    -ms-transition: stroke-dashoffset 0.3s ease;
    -o-transition: stroke-dashoffset 0.3s ease;
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}
.card-flip-view .link-arrow:hover .arrow-icon {
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
.card-flip-view .link-arrow:hover .arrow-icon-circle {
    stroke-dashoffset: 0;
}

.features-poistion-view {
    margin-top: -140px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .features-poistion-view {
        margin-top: 0;
    }
}
.features-poistion-view.overview {
    margin-top: -130px;
}
@media screen and (max-width: 768px) {
    .features-poistion-view.overview {
        margin-top: -100px;
    }
}

.next-content {
    background: #ffffff;
    text-align: center;
    padding: 30px 15px;
    box-shadow: 0px 2px 4px #ccc;
    border-radius: 3px;
    
}
@media screen and (max-width: 320px) {
    .next-content {
        margin-top: 25px;
    }
}
.next-content h2 {
    font-family: "muktaregular", sans-serif;
    color: #111;
}
.next-content p {
    width: 90%;
    margin: 0 auto;
    font-size: 22px;
    line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
    .next-content p {
        font-size: 20px;
    }
}

/*** Seamless Experiences ***/
.seamless {
    background-image: url(../images/./banner/power-bg.jpg);
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding: 90px 0;
    color: #ffffff;
    text-align: center;
}
@media screen and (max-width: 991.98px) {
    .seamless {
        padding: 3.5rem 0;
    }
}
@media screen and (max-width: 768px) {
    .seamless {
        padding: 3rem 0;
    }
}
.seamless h1 {
    margin: 15px 0 0;
}
@media screen and (max-width: 768px) {
    .seamless h1 {
        font-size: 2rem;
    }
}
.seamless p {
    margin: 20px 0 0;
    font-size: 20px;
    font-family: "muktalight", sans-serif;
}
@media screen and (max-width: 768px) {
    .seamless p {
        font-size: 18px;
    }
}

/*** Business Commuincation ***/
.business {
    padding: 3rem 0;
}
@media screen and (max-width: 320px) {
    .business {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 991.98px) {
    .business {
        padding: 3.5rem 0;
    }
}
@media screen and (max-width: 768px) {
    .business {
        padding: 3rem 0;
    }
}
.business h1 {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .business h1 {
        padding: 0 15px;
    }
    .bus-head-two {
        margin-bottom: 0;
    }
    .business .business-box {
        margin-top: 15px;
    }
}
.business .bus-head-two {
    margin-bottom: 40px;
}
.business .vdivider {
    position: relative;
}
.business .vdivider > [class*="col"]:nth-child(n + 2):after {
    content: "";
    background-color: #e5e5e5;
    position: absolute;
    top: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .business .vdivider > [class*="col"]:nth-child(n + 2):after {
        width: 100%;
        height: 1px;
        left: 0;
        top: 0;
    }
}
@media (min-width: 768px) {
    .business .vdivider > [class*="col"]:nth-child(n + 2):after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}
@media screen and (max-width: 767px) {
    .business .vdivider > [class*="col"]:nth-child(n + 2):after {
        content: none;
    }
}
@media screen and (max-width: 575px) {
    .business .vdivider > [class*="col"]:nth-child(n + 2):after {
        content: "";
    }
}
.business .business-box {
    text-align: center;
}
.business .business-box i {
    font-size: 90px;
}
/* @media screen and (max-width: 768px) { .business .business-box { padding-bottom: 30px; } } */
@media screen and (max-width: 768px) {
    .business .business-box .business-icon img {
        padding-top: 15px;
    }
}
.business .business-box h2 {
    font-size: 60px;
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .business .business-box h2 {
        font-size: 40px !important;
    }
}
.business .business-box h2 span.choose {
    font-family: "muktalight", sans-serif;
    font-size: 1.5rem !important;
}
.business .business-box p {
    font-family: "muktalight", sans-serif;
    margin-bottom: 0;
}
.business .business-box .data-heading {
    font-family: "muktalight", sans-serif;
}
.business .discover-more {
    padding: 5px 15px;
    border: 1px solid #7fb2e5;
    border-radius: 3px;
    color: #0066cc;
    background: #fffcfc;
    display: inline-block;
    margin: 40px 0 0;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: linear;
    box-shadow: 0px 0 0 #4454ff inset;
}
.business .discover-more:hover {
    box-shadow: 0 0 0 25px #4454ff inset;
    border: 1px solid #0011eb;
    color: #ffffff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*** Clients ***/
#client-swiper--prev.swiper-button-prev, #client-swiper--next.swiper-button-next {
    background-image: none !important;
}
#client-swiper--prev i, #client-swiper--next i {
    font-size: 32px;
}
.clients {
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .clients {
        padding-bottom: 25px;
    }
}
.clients .clients-heading {
    position: relative;
}
.clients h1 {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .clients h1 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 320px) {
    .clients h1 {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 768px) {
    .clients h2 {
        font-size: 1.75rem;
    }
}
@media screen and (max-width: 320px) {
    .clients h2 {
        font-size: 1.5rem;
    }
}
.clients .client-content {
    background: linear-gradient(to right, #030f87 0%, #0224df 100%);
    padding: 50px 40px;
}
@media screen and (max-width: 991.98px) {
    .clients .client-content {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 768px) {
    .clients .client-content {
        padding: 40px;
    }
}
@media screen and (max-width: 320px) {
    .clients .client-content {
        padding: 50px;
    }
}
.clients .client-content .quote-box {
    position: relative;
    border: 2px dashed #ffffff;
    padding: 20px 27px;
}
@media screen and (max-width: 991.98px) {
    .clients .client-content .quote-box {
        padding: 20px;
    }
}
@media screen and (max-width: 768px) {
    .clients .client-content .quote-box {
        padding: 15px 40px;
    }
}
@media screen and (max-width: 320px) {
    .clients .client-content .quote-box {
        padding: 10px 45px;
    }
}
.clients .client-content .quote-box .quote-icon-top {
    position: absolute;
    top: -30px;
    left: -5px;
}
.clients .client-content .quote-box .quote-icon-bot {
    position: absolute;
    right: -5px;
    bottom: -30px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.clients .client-content .quote-box i {
    font-size: 48px;
    color: #fff;
}
.clients .client-content .quote-box p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}
.clients .client-content h3 {
    color: #ffffff;
    margin: 30px 0 5px;
}
.clients .client-content p {
    font-family: "muktalight", sans-serif;
    margin: 0;
    color: #ffffff;
}
.clients #client-banner {
    width: 100%;
}
.clients #client-banner .carousel-inner {
    overflow: inherit;
}
@media screen and (max-width: 768px) {
    .clients #client-banner .carousel-inner {
        overflow: hidden;
    }
}
.clients #client-banner .carousel-item {
    height: 435px;
    padding-bottom: 50px;
}
.clients #client-banner .carousel-indicators {
    bottom: -130px;
}
.clients #client-banner .carousel-indicators li {
    background-color: #fff !important;
    width: auto;
    height: auto;
    padding: 5px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid transparent;
}
.clients #client-banner .carousel-indicators li img {
    filter: grayscale(100%);
}
.clients #client-banner .carousel-indicators .active {
    border: 1px solid #407ffc;
}
.clients #client-banner .carousel-indicators .active img {
    filter: grayscale(0);
}
.clients #client-banner .client-box-bg {
    background: #ffffff;
    border: 1px solid #d4d6de;
    border-radius: 3px;
    width: 92%;
    position: absolute;
    top: -85px;
    right: 85px;
}
@media screen and (max-width: 768px) {
    .clients #client-banner .client-box-bg {
        position: inherit;
        top: auto;
        right: auto;
        width: auto;
        margin-top: 25px;
    }
}
.clients #client-banner .client-box-bg h2 {
    margin-bottom: 10px;
    font-size: 48px;
}
.clients #client-banner .client-box-bg p {
    font-size: 20px;
    margin-bottom: 30px;
}
.clients #client-banner .carousel-control-prev,
.clients #client-banner .carousel-control-next {
    width: auto;
    opacity: inherit;
}
.clients #client-banner .carousel-control-prev span,
.clients #client-banner .carousel-control-next span {
    font-size: 34px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.clients #client-banner .client-controls {
    width: 75px;
    top: 50%;
    left: 50%;
    position: relative;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
    .clients #client-banner .client-controls {
        margin-top: 40px;
        padding-bottom: 25px;
    }
}
.clients .client-icon {
    position: absolute;
    right: 25px;
    bottom: 100px;
    z-index: 10;
}
@media screen and (max-width: 991.98px) {
    .clients .client-icon {
        display: none;
    }
}
.clients .client-icon.aos-init {
    transform: translateX(25px);
}
@media screen and (max-width: 768px) {
    .clients .our-client-swiper-content-wrapper {
        top: 20px;
    }
}
.clients .outer-next-prev.horizontal {
    margin-top: 20px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .clients .outer-next-prev.horizontal {
        margin-top: 40px;
        margin-bottom: 20px;
    }
}
.home-swiper-slide .swiper-button-prev, .home-swiper-slide .swiper-button-next {
    background-image: none !important;
}
.home-swiper-slide i, .home-swiper-slide i {
    font-size: 32px;
}
.home-swiper-slide .home-partner-slides {
	height: 120px;
	background: #fff;
	border-radius: 5px;
	padding: 15px;
	margin-top: 25px;
	box-shadow: 0px 1px 3px 2px #e1e1e1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-swiper-slide .home-partner-slides img {
    max-width: 175px;
    max-height: 120px;
}
/*** Channel ***/
.channel {
    padding: 3rem 0;
    background: #ffffff;
    background-image: url(../images/banner/channel-pattern.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
@media screen and (max-width: 991.98px) {
    .channel {
        padding: 2.5rem 0;
    }
}
/* @media screen and (max-width: 768px) { .channel { padding: 3rem 0; } } */
.channel h2 {
    font-size: 1.1rem;
    font-family: "muktalight", sans-serif;
}
@media screen and (max-width: 768px) {
    .channel h2 {
        padding: 0 15px;
    }
}
.channel .swiper-slide {
    border: 1px solid #e4e4e4;
    box-shadow: 0px 1px 6px #dadada;
   /* padding: 15px; */
    height: auto;
    background-color: #ffffff;
}

.card.custom-card-view {
    border: none;
}
.card.custom-card-view .card-body p {
    font-size: 20px;
    line-height: 1.5;
}
.command-data-swiper .custom-card-view .card-body p {
    font-size: 20px;
    line-height: 1.5;
    word-break: initial;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
.card.custom-card-view .card-img-top {
    border-radius: 0;
    width: 100%;
    max-width: 315px;
    margin: 0 auto;
}
/* .card.custom-card-view .card-title { font-size: 1.75rem; } */
@media screen and (max-width: 768px) {
    .card.custom-card-view .card-title {
        font-size: 1.5rem;
    }
}
.card.custom-card-view .card-text {
    font-size: 18px;
    font-family: "muktalight", sans-serif;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .card.custom-card-view .card-text {
        font-size: 16px;
    }
}
.card.custom-card-view .card-footer {
    background-color: inherit;
    border: none;
    padding: 0;
}
.channel .custom-card-view .graphics-row i {
    font-size: 70px;
    color: #fff;
}
.channel .card.custom-card-view .card-footer i {
    font-size: 32px;
}

/*** Blogs ***/
.blogs {
    position: relative;
}
.blogs .main-heading {
    margin-bottom: 15px;
}
.blogs .blog-box {
    background: #dfedf0;
    padding: 20px 60px;
}
@media screen and (max-width: 768px) {
    .blogs .blog-box {
        padding: 40px 15px;
    }
}

.blogs .blog-box h2 {
    font-family: "muktalight", sans-serif;
    color: #333;
}
.blogs .blog-box .blog-card {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.blog-card.custom-card-view img {
    max-width: 100%;
    height: auto;
}
.blogs .blog-box .blog-card .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.blogs .blog-box .blog-card .card-body {
    padding: 10px;
}
.blogs .blog-box .blog-card .card-body p {
    font-size: 18px;
    line-height: 1.5;
}
.blogs .blog-box .blog-card .card-body .card-row {
    overflow: hidden;
}
.blogs .blog-box .blog-card .card-body .card-row span {
    font-size: 15px;
    color: #666;
}
.blogs .blog-box .blog-card .card-body .card-row a {
    color: #666;
}
.blogs .blog-box .blog-card .card-body .card-text {
    margin-bottom: 10px;
    font-size: 17px;
}
@media screen and (max-width: 768px) {
    .blogs .blog-box .blog-card .card-body .card-text {
        font-size: 13px;
    }
}
.blogs .blog-box .blog-card .card-body .card-name {
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    padding-left: 5px;
    font-size: 16px;
    color: #666;
}
.blogs .blog-box .blog-card .card-body .card-name svg {
    position: relative;
    left: -5px
}
.blogs .blog-box .blog-card .card-body .card-name img {
    color: #999;
    vertical-align: inherit;
}
.blogs .blog-box .blog-card .card-body .card-name img {
    width: auto !important;
}
.blogs .blog-box .blog-card .card-footer img {
    width: auto !important;
}
.section-card-box:hover .card-footer img, .section-card-box:hover .card-name img {
    transform: none;
}
.blogs .blog-box .blog-card .card-body .blog-tags {
    margin: 0;
    padding: 0;
}
.blogs .blog-box .blog-card .card-body .blog-tags li {
    display: inline-block;
}
.blogs .blog-box .blog-card .card-body .blog-tags li a {
    font-size: 11px;
    border: 1px solid #ccc;
    color: #a9a9a9;
    padding: 2px 5px;
	margin-bottom: 5px;
	display: block;
}
.blogs .blog-box .blog-card .card-footer {
    background-color: inherit;
    border-top: 0;
    padding: 10px;
}
.blogs .blog-box .blog-card .card-footer a {
    color: #0f1d8d;
}
.blogs .blog-box .blog-card .card-footer a i {
    font-size: 32px;
}
.blogs .read-all {
    color: #ffffff;
    margin: 35px 0 0;
    display: inline-block;
    border: 1px solid #ffffff;
    padding: 7px 10px;
    width: 150px;
    border-radius: 3px;
}
.blogs .news-box {
    background: #edf5f7;
    padding: 20px 60px;
}
@media screen and (max-width: 768px) {
    .blogs .news-box {
        padding: 40px 15px;
    }
}
.blogs .news-box h1,
.blogs .blog-box h1 {
    margin: 0;
}
.blogs .news-box h2 {
    font-family: "muktalight", sans-serif;
    margin-bottom: 25px;
    color: #333;
}
@media screen and (max-width: 768px) {
    .blogs .news-box h2 {
        font-size: 1.5rem;
    }
}
.blogs .news-box .card {
    background-color: inherit;
    border-bottom: 1px solid #ccc;
    border-width: thin;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .blogs .news-box .card {
        padding-bottom: 7px;
    }
}
@media screen and (max-width: 768px) {
    .blogs .news-box .card .image-wrapper {
        margin-bottom: 15px;
        background-color: inherit;
    }
}
.blogs .news-box .card .image-wrapper a {
    padding: 2px;
    display: block;
}
.blogs .news-box .card .image-wrapper a img {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}
.blogs .news-box .card .card-body {
    padding: 0;
}
.blogs .news-box .card .card-body .card-date span {
    font-family: "muktalight", sans-serif;
    margin-right: 15px;
    font-size: 15px;
    color: #666;
}
.blogs .news-box .card .card-body .card-date a {
    color: #999;
    font-size: 16px;
}
.blogs .news-box .card .card-body .card-date a i {
    font-weight: bold;
}
.blogs .news-box .card .card-body a {
    color: #333;
    text-decoration-color: transparent;
    transition: 1s;
}
.blogs .news-box .card .card-body a:hover {
    text-decoration: underline;
}
.blogs .news-box .card .card-body .card-title {
    margin: 5px 0 0;
    font-size: 17px;
    line-height: 1.5;
}
.blogs .news-box .card .card-body .learn-more {
    border: 1px solid #fff;
    padding: 4px 25px;
}
/* .blogs .news-box .card .card-body .learn-more span, .blogs .news-box .card .card-body .learn-more span:after{ color: #999; } */
.blogs .news-box .card .card-body .learn-more:hover span {
    left: -8px;
}
.blogs .news-box .card .card-body .read-more {
    font-family: "muktalight", sans-serif;
    color: #2a3796;
}
.blogs .news-box .card-last {
    border-bottom: 0;
    margin-bottom: 0 !important;
}
.blogs .news-box .read-all {
    color: #0f1d8d;
    border-color: #3e4ea6;
}
.blogs .news-box .news-read {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-family: "muktalight", sans-serif;
}
@media screen and (max-width: 768px) {
    .blogs .news-box .news-read {
        font-size: 14px;
    }
}





/*** Events ***/
.events {
    padding: 4rem 0;
    background: #ffffff;
    background-image: url(../images/./banner/channel-pattern.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
@media screen and (max-width: 991.98px) {
    .events {
        padding: 3.5rem 0;
    }
}
@media screen and (max-width: 768px) {
    .events {
        padding: 3rem 0;
    }
}
.events h2 {
    font-size: 1.1rem;
    font-family: "muktalight", sans-serif;
    margin-bottom: 30px;
}
.events .video-box {
    border: 1px solid #e4e4e4;
    padding: 20px;
    box-shadow: -1px 1px 5px #d8d8d8;
}
@media screen and (max-width: 991.98px) {
    .events .video-box {
        text-align: center;
    }
    .events .video-box img {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .events .video-box {
        padding: 15px;
        margin-bottom: 20px;
    }
}
.events .video-box .card {
    background-color: inherit;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .events .video-box .card {
        padding-bottom: 15px;
    }
}
.events .video-box .card:last-child {
    border: 0;
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .events .video-box .card a .img-fluid {
        margin-bottom: 20px;
    }
}
.events .video-box .card .card-body {
    padding: 0 0 10px;
}
@media screen and (max-width: 991.98px) {
    .events .video-box .card .card-body {
        padding: 0;
    }
}
.events .video-box .card .card-body h3 {
    font-size: 1.1rem;
}
.events .video-box .card .card-body p {
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .events .video-box .card .card-body p {
        margin-bottom: 10px;
    }
}
.events .video-box .card .card-body .watch-like a {
    color: #0f1d8d;
}
.events .video-box .card .card-body .watch-like .right a {
    color: #999;
}
.events .video-box .card .card-body .watch-like .left {
    float: left;
}
@media screen and (max-width: 991.98px) {
    .events .video-box .card .card-body .watch-like .left {
        float: none;
    }
}
.events .video-box .card .card-body .watch-like .left span {
    font-size: 16px;
    color: #666;
}
.events .video-box .card .card-body .watch-like .left span i {
    font-size: 18px;
    color: #9a9a9a;
    margin-right: 10px;
    vertical-align: sub;
}
.events .video-box .card .card-body .watch-like .right {
    float: right;
}
@media screen and (max-width: 991.98px) {
    .events .video-box .card .card-body .watch-like .right {
        float: none;
    }
}
.events .new-video {
    background: linear-gradient(to right, #030f87 0%, #0224df 100%);
    padding: 25px;
}
.events .new-video h3 {
    font-size: 1.5rem;
    margin: 20px 0;
    color: #ffffff;
}
.events .new-video p {
    color: #ffffff;
    margin-bottom: 15px;
}
.events .new-video a {
    color: #ffffff;
}

/*** Packages ***/
.package {
    background-image: url(../images/./banner/resource.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding: 3rem 0;
    overflow: hidden;
}
@media screen and (max-width: 991.98px) {
    .package {
        padding: 2.5rem 0;
    }
}
@media screen and (max-width: 768px) {
    .package {
        padding: 3rem 0;
        background-position: 50% 0;
        background-color: #d04f25;
        padding-bottom: 0;
    }
}
.package .data-security {
    padding: 0 25px;
}
@media screen and (max-width: 768px) {
    .package .data-security {
        padding: 0 15px;
    }
}
.package .data-security span.data-head {
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 2rem !important;
    font-family: 'muktamedium';
    display: block;
}
.package .data-security h3 {
    color: #ffffff;
}
.package .data-security p {
    color: #ffffff;
    font-family: "muktalight", sans-serif;
    margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
    .package .data-security p {
        font-size: 13px;
    }
}
.package .data-security .data-select {
    color: #ffffff;
    margin-bottom: 30px;
}
.package .data-security .data-select span {
    width: 100px;
    display: inline-block;
    text-align: right;
    font-size: 18px;
    font-family: "muktalight", sans-serif;
}
@media screen and (max-width: 768px) {
    .package .data-security .data-select span {
        text-align: left;
    }
}
.package .data-security .data-select .customSelectBox {
    position: relative;
}
@media screen and (max-width: 768px) {
    .package .data-security .data-select .customSelectBox {
        padding-left: 0;
    }
}
.package .data-security .data-select .customSelectBox .customSelectArrow {
    position: absolute;
    top: 12px;
    right: 22px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #ffffff;
}
.package .data-security .data-select .customSelectBox select {
    -moz-appearance: none;
    -webkit-appearance: none;
    color: #ffffff;
    font-size: 18px;
    font-family: "muktalight", sans-serif;
}
.package .data-security .data-select .customSelectBox select option {
    color: #333;
}
.package .data-security .price-box {
    padding: 30px 0 0;
}
.package .data-security .price-box h3 {
    color: #ffffff;
}
.package .data-security .price-box .grid-divider {
    position: relative;
}
.package .data-security .price-box .grid-divider h4 {
    font-size: 20px;
    color: #ffffff;
}
.package .data-security .price-box .grid-divider > [class*="col-"]:nth-child(n + 2):after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
}
@media (max-width: 767px) {
    .package .data-security .price-box .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}
@media (min-width: 768px) {
    .package .data-security .price-box .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 1px;
        height: auto;
        left: -1px;
    }
}
.package .data-security .price-box .price-img {
    width: 85px;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .package .data-security .price-box .price-img {
        width: 65px;
    }
}
.package .data-security .price-box a {
    color: #ffffff;
    display: block;
    margin-top: 20px;
}
.package .data-security .learn-more {
    margin-bottom: 20px;
}
.package .data-price {
    color: #ffffff;
}
.package .data-price .accordion .card {
    background-color: inherit;
    border-radius: 0;
    border: 0;
}
.package .data-price .accordion .card .card-header {
    background-color: inherit;
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
    border-width: thin;
    color: #ffffff;
    padding: 20px 0 0;
}
.package .data-price .accordion .card .card-header svg {
    margin-right: 10px;
}
.package .data-price .accordion .card .card-header i {
    font-size: 32px;
    margin-right: 10px;
    vertical-align: sub;
    cursor: pointer;
    position: relative;
    top: -3px;
}
.package .data-price .accordion .card .card-header:last-child {
    border-bottom: 0;
}
.package .data-price .accordion .card .card-header .label-right {
    width: 100%;
}
.package .data-price .accordion .card .card-header .price-link {
    color: #ffffff;
    margin: 5px 0 25px 0;
    display: block;
    float: left;
    clear: left;
    border: 1px solid #fff;
    padding: 4px 25px;
}
.package .data-price .accordion .card .card-header .price-link:hover span:after {
    color: #fff;
}
.package .data-price .accordion .card .card-title {
    font-size: 1.5rem;
    font-family: "muktabold", sans-serif;
    color: #ffffff;
    display: block;
    line-height: 27px;
    margin-bottom: 6px;
}
/* @media screen and (max-width: 768px) { .package .data-price .accordion .card .card-title { font-size: 1.1rem; } } */
.package .data-price .accordion .card .card-sub-title {
    display: block;
    font-family: "muktalight", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}
/* @media screen and (max-width: 768px) { .package .data-price .accordion .card .card-sub-title { font-size: 16px; } } */
.package .data-price .accordion .card .card-header:first-child {
    padding-top: 0;
}
.package .data-price .accordion .card .card-header .label-right .label-left-space li:last-child a {
    margin-bottom: 0;
}
.package .data-price .accordion .card .card-header:last-child .price-link {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .package .data-price .accordion .card .card-header:last-child .price-link,
    .package .data-price .accordion .card .card-header .label-right .label-left-space li:last-child a {
        margin-bottom: 25px;
    }
}
.package .data-price .accordion .card .card-header .label-right .label-left-space .price-link {
    margin-bottom: 25px;
}

.peer {
    background: #303354;
    padding: 15px 0;
}
.peer span {
    color: #ffffff;
    font-size: 12px;
}

/*** Footer ***/
.footer-bg {
    background: #000027;
    padding: 40px 0 0;
    font-size: 12px;
    position: relative;
}
.footer-bg .footer-links ul {
    padding: 0;
    margin: 10px 0 20px !important;
}
.footer-bg .footer-links ul li {
    margin: 4px 0 0;
}
.footer-bg .footer-links ul li ul {
    padding-left: 15px;
}
.footer-bg .footer-links ul li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    color: #ccc;
    font-size: 14px;
    display: flex;
    padding-left: 17px;
}
.footer-bg .footer-links ul li.footer-dropdown a {
    padding-left: 0;
}
.footer-bg .footer-links ul li.footer-dropdown ul li a {
    padding-left: 5px;
}
.footer-bg .footer-links ul li.footer-dropdown ul li a:after {
    content: "";
    position: absolute;
    top: 6px;
    left: -13px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #09acfd;
}
.footer-bg .footer-links ul li.footer-dropdown a:after {
    content: inherit;
}
.footer-bg .footer-links ul li a:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #09acfd;
}
/*.footer-bg .footer-links ul li a:before,*/
/*.footer-bg .footer-links ul li a:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 0px;*/
/*    height: 1px;*/
/*    margin: 5px 0 0;*/
/*    -webkit-transition: all 0.2s ease-in-out;*/
/*    -moz-transition: all 0.2s ease-in-out;*/
/*    -ms-transition: all 0.2s ease-in-out;*/
/*    -o-transition: all 0.2s ease-in-out;*/
/*    transition: all 0.2s ease-in-out;*/
/*    -webkit-transition-duration: 0.75s;*/
/*    -moz-transition-duration: 0.75s;*/
/*    -ms-transition-duration: 0.75s;*/
/*    -o-transition-duration: 0.75s;*/
/*    transition-duration: 0.75s;*/
/*    opacity: 0;*/
/*    background-color: #ffffff;*/
/*}*/
.footer-bg .footer-links ul li a:hover {
    cursor: pointer;
}
/*.footer-bg .footer-links ul li a:hover:before,*/
/*.footer-bg .footer-links ul li a:hover:after {*/
/*    width: 100%;*/
/*    opacity: 1;*/
/*}*/
.footer-bg .footer-links ul li a i {
    color: #00acfd;
}
.footer-bg .footer-links h3 {
    font-size: 1.5rem;
    color: #ffffff;
    position: relative;
    display: inline-block;
}
.footer-bg .footer-links h3:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -7px;
    left: 0;
    width: 75%;
    height: 2px;
    background: #4387f0;
}
.footer-bg .subscribe {
    padding: 10px 0;
    position: relative;
}
.footer-bg .subscribe .truste {
    float: right;
}
@media screen and (max-width: 991.98px) {
    .footer-bg .subscribe .truste {
        margin: 0 auto;
        float: none;
        display: block;
    }
}
.footer-bg .subscribe ul.subscribe-list {
    display: inline-block;
    padding: 0;
    margin-bottom: 7px;
    margin-top: 7px;
}
.footer-bg .subscribe ul.subscribe-list .sub-btn a {
    text-transform: uppercase; 
}
@media screen and (max-width: 991.98px) {
    .footer-bg .subscribe ul.subscribe-list {
        width: 100%;
    }
}
.footer-bg .subscribe ul.subscribe-list li {
    float: left;
    display: block;
    margin-left: 5px;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .footer-bg .subscribe ul.subscribe-list li {
        width: 50%;
        margin: 0;
        text-align: right;
    }
}
@media screen and (max-width: 768px) {
    .footer-bg .subscribe ul.subscribe-list li {
        width: 100%;
        text-align: center;
    }
}
.footer-bg .subscribe ul.subscribe-list li:first-child {
    margin-left: 0px;
    padding-right: 20px;
    height: 26px;
}
@media screen and (max-width: 991.98px) {
    .footer-bg .subscribe ul.subscribe-list li:first-child {
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .footer-bg .subscribe ul.subscribe-list li:first-child {
        display: inline-block;
        width: auto;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
.footer-bg .subscribe ul.subscribe-list li:first-child:after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 26px;
}
@media screen and (max-width: 991.98px) {
    .footer-bg .subscribe ul.subscribe-list li:first-child:after {
        content: none;
    }
}
.footer-bg .subscribe ul.subscribe-list li label {
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
    float: left;
}
.footer-bg .subscribe ul.subscribe-list li .newsletter {
    position: relative;
    top: -8px;
    height: 32px;
}
.footer-bg .subscribe ul.subscribe-list li .newsletter.active .f-mail-icon {
    background-image: url(../images/icons/mail-anim-over.gif);
    background-repeat: no-repeat;
}
.footer-bg .subscribe ul.subscribe-list li .newsletter .f-mail-icon {
    background-image: url(../images/icons/mail-anim.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    margin-left: 20px;
    background-size: 33px;
    display: block;
}
.footer-bg .subscribe ul.subscribe-list li .sub-btn {
    border: 1px solid #ffffff;
    border-width: thin;
    padding: 3px 10px;
    border-radius: 3px;
    color: #ffffff;
    min-width: 140px;
    display: inline-block; /*text-transform: uppercase;*/
    background-color: transparent;
    font-size: 12px;
    letter-spacing: 1px;
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .footer-bg .subscribe ul.subscribe-list li .sub-btn {
        width: auto;
        margin: 10px;
    }
}
@media screen and (max-width: 320px) {
    .footer-bg .subscribe ul.subscribe-list li .sub-btn {
        margin-bottom: 15px;
    }
}
.footer-bg .footer-sub ul.help-links {
    margin-bottom: 10px;
    padding: 0;
}
@media screen and (max-width: 1199.98px) {
    .footer-bg .footer-sub ul.help-links li {
        padding: 0 4px;
    }
}
@media screen and (max-width: 320px) {
    .footer-bg .footer-sub ul.help-links li {
        padding: 0 10px;
    }
}
.footer-bg .footer-sub ul.help-links li::before {
    top: 10px;
    border-left-color: #c2c2c2;
}
.footer-bg .footer-sub ul.help-links li a {
    color: #c2c2c2;
    display: block;
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
}
.footer-bg .footer-sub ul.help-links li .c-cloud {
    margin-top: -17px;
}
.footer-bg .footer-sub ul.help-links li .hire {
    position: absolute;
    top: -5px;
    right: -25px;
}
@media screen and (max-width: 768px) {
    .footer-bg .footer-sub ul.help-links li .hire {
        right: -28px;
    }
}
@media screen and (max-width: 600px) {
    .footer-bg .footer-sub ul.help-links li .hire {
        right: 3px;
        top: 23px;
    }
}
.footer-bg .footer-sub .social-icons {
    padding: 0;
    float: right;
    margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
    .footer-bg .footer-sub .social-icons {
        display: inline-block;
        margin: 0 auto 40px;
        float: none;
    }
}
.footer-bg .footer-sub .social-icons li {
    float: left;
}
.footer-bg .footer-sub .social-icons li a {
    margin: 0 10px;
    width: 25px;
    height: 25px;
    display: block;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.footer-bg .footer-sub .social-icons li a i {
    font-size: 25px;
    color: #fff;
}
.footer-bg .footer-sub .social-icons li a.fb:hover i {
    color: #0766ff;
}
.footer-bg .footer-sub .social-icons li a.in:hover i {
    color: #0087b4;
}
.footer-bg .footer-sub .social-icons li a.tw:hover i {
    color: #00b9f0;
}
.footer-bg .footer-sub .social-icons li a.yt:hover i {
    color: #db212e;
}
.footer-bg .footer-sub .social-icons .insta {
    background-image: url("../images/icons/social-insta-wt.svg")
}
.footer-bg .footer-sub .social-icons .insta:hover {
    background-image: url("../images/icons/social-insta.svg")
}
.footer-bg .footer-sub .social-icons .tw {
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 5px;
}
.footer-bg .footer-sub .social-icons .tw {
    background-image: url("../images/icons/social-TW-wt.svg");
}
.footer-bg .footer-sub .social-icons .tw:hover {
    background-image: url("../images/icons/social-TW.svg");
}
/*.footer-bg .footer-sub .social-icons .fb,*/
/*.footer-bg .footer-sub .social-icons .in,*/
/*.footer-bg .footer-sub .social-icons .tw,*/
/*.footer-bg .footer-sub .social-icons .yt {*/
/*    background-size: contain;*/
/*    background-repeat: 0 0;*/
/*}*/
/*.footer-bg .footer-sub .social-icons .fb {*/
/*    background-image: url("../images/icons/social-FB-wt.svg");*/
/*}*/
/*.footer-bg .footer-sub .social-icons .fb:hover {*/
/*    background-image: url("../images/icons/social-FB.svg");*/
/*}*/
/*.footer-bg .footer-sub .social-icons .in {*/
/*    background-image: url("../images/icons/social-IN-wt.svg");*/
/*}*/
/*.footer-bg .footer-sub .social-icons .in:hover {*/
/*    background-image: url("../images/icons/social-IN.svg");*/
/*}*/
/*.footer-bg .footer-sub .social-icons .tw {*/
/*    background-image: url("../images/icons/social-TW-wt.svg");*/
/*}*/
/*.footer-bg .footer-sub .social-icons .tw:hover {*/
/*    background-image: url("../images/icons/social-TW.svg");*/
/*}*/
/*.footer-bg .footer-sub .social-icons .yt {*/
/*    background-image: url("../images/icons/social-YT-wt.svg");*/
/*}*/
/*.footer-bg .footer-sub .social-icons .yt:hover {*/
/*    background-image: url("../images/icons/social-YT.svg");*/
/*}*/

.footer-bg .blue-line {
    border-top: 1px solid #0f497b;
    width: 100%;
}
.footer-bg .grey-line {
    border-top: 1px solid #7e7e7e;
    width: 100%;
}

.footer-strip {
    height: 6px;
    overflow: hidden;
}
.footer-strip .footer-bg {
    display: block;
    float: left;
    width: 20%;
}
.footer-strip .footer-bg.fbg-1 {
    background-color: #0000ff;
}
.footer-strip .footer-bg.fbg-2 {
    background-color: #7f04b2;
}
.footer-strip .footer-bg.fbg-3 {
    background-color: #9e131e;
}
.footer-strip .footer-bg.fbg-4 {
    background-color: #b78200;
}
.footer-strip .footer-bg.fbg-5 {
    background-color: #005f35;
}
.footer-bg .subscribe .col-md-5 {
    flex: 0 0 40%;
    max-width: 40%;
}
@media screen and (max-width: 991.98px) {
    .footer-bg .subscribe .col-md-5 {
        flex: 1;
        max-width: 100%;
    }
}
.head-fill {
    display: flex;
    align-items: center;
}
.head-fill .icon-partner-program {
    font-size: 32px;
}
.subscribe-form {
    position: absolute;
    bottom: 73px;
    background: #fff;
    padding: 0;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    -ms-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0;
}
.subscribe-form.form-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
}
.subscribe-form .form-group {
    position: relative;
    margin-bottom: 19px;
}
@media screen and (max-width: 991.98px) {
    .subscribe-form {
        bottom: 155px;
    }
}
/* .subscribe-form.active { display: block; } */
.subscribe-form:after {
    content: "";
    position: absolute;
    left: 43%;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffffff;
}
.subscribe-form .form-control {
    padding: 5px 10px 3px;
    font-size: 14px;
    background-color: #f8f8f8;
}
.subscribe-form input[type="checkbox"] {
    vertical-align: middle;
}
.subscribe-form select {
    color: #495057;
    font-size: 14px;
}
.subscribe-form .btn-primary,
.subscribe-form .btn-primary:active,
.subscribe-form .btn-primary:hover {
    background-color: #0066cb;
    border-color: #0066cb;
}
.subscribe-form .btn {
    padding: 5px 15px;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
}

.formSubUp {
    -webkit-animation-name: formSubUp;
    animation-name: formSubUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes formSubUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes formSubUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes formSubUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.formSubDown {
    -webkit-animation-name: formSubDown;
    animation-name: formSubDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes formSubDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes formSubDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes formSubDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.formInDown {
    -webkit-animation-name: formInDown;
    animation-name: formInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes formInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes formInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes formInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(5%);
        transform: translateY(5%);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.formIn {
    opacity: 0;
    -webkit-animation: formIn ease-in 1;
    -moz-animation: formIn ease-in 1;
    animation: formIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}
.formIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.formIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}
.formIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.formIn.four {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}
.formIn.five {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
.formIn.six {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.formIn.seven {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.formIn.eight {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
.formIn.nine {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    animation-delay: 1.8s;
}
.formIn.ten {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes formIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes formIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes formIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*** Scroll to Top ***/
#ScrolltoTop {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 20px;
    z-index: 100;
    background: #000;
    padding: 5px 8px;
    box-shadow: 0px 1px 3px #383838;
}
#ScrolltoTop i {
    color: #4bafff;
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    background: #000027;
    padding: 5px 8px;
    box-shadow: 0px 1px 3px #383838;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 32px;
    height: 32px;
}
.back-to-top:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}
.back-to-top i {
    color: #4bafff;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.hidden-top {
    bottom: -100px;
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

#videoModal .modal-content {
    background-color: inherit;
    border: 0;
}
#videoModal .modal-content .modal-body {
    padding: 0;
}

select {
    width: 100%;
    padding-left: 10px;
    background: linear-gradient(#d4d6de, #d4d6de) bottom left no-repeat, linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background: -webkit-linear-gradient(#d4d6de, #d4d6de) bottom left no-repeat, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    border: 0;
    border-color: #d4d6de\9;
    background-size: 1px 15px, 1px 1px, 1px 15px;
    height: 26px;
    line-height: 26px;
}

select.required {
    width: 100%;
    padding-left: 10px;
    background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background: -webkit-linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    border: 0;
    border-color: #d4d6de\9;
    background-size: 1px 15px, 1px 1px, 1px 15px;
    height: 26px;
    line-height: 26px;
}

select:active,
select:focus {
    outline: none;
}

input[type="text"],
input[type="password"],
input[type="name"],
input[type="email"] {
    background: linear-gradient(#d4d6de, #d4d6de) bottom left no-repeat, linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background: -webkit-linear-gradient(#d4d6de, #d4d6de) bottom left no-repeat, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background-size: 1px 15px, 1px 1px, 1px 15px;
    -webkit-background-size: 1px 15px, 1px 1px, 1px 15px;
}

input[type="text"].required,
input[type="password"].required,
input[type="name"].required,
input[type="email"].required {
    background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background: -webkit-linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background-size: 1px 15px, 1px 1px, 1px 15px;
    -webkit-background-size: 1px 15px, 1px 1px, 1px 15px;
}

input[type="text"].required:hover,
input[type="password"].required:hover,
input[type="name"].required:hover,
input[type="email"].required:hover {
    background: -webkit-linear-gradient(#b1b4c0, #b1b4c0) bottom left no-repeat, -webkit-linear-gradient(#b1b4c0, #b1b4c0) bottom center repeat-x, -webkit-linear-gradient(#b1b4c0, #b1b4c0) bottom right no-repeat;
    background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#b1b4c0, #b1b4c0) bottom center repeat-x, linear-gradient(#b1b4c0, #b1b4c0) bottom right no-repeat;
    background-size: 1px 15px, 1px 1px, 1px 15px;
    -webkit-background-size: 1px 15px, 1px 1px, 1px 15px;
}

input[type="text"].required:focus,
input[type="password"].required:focus,
input[type="name"].required:focus,
input[type="email"].required:focus {
    background: -webkit-linear-gradient(#0066cc, #0066cc) bottom left no-repeat, -webkit-linear-gradient(#0066cc, #0066cc) bottom center repeat-x, -webkit-linear-gradient(#0066cc, #0066cc) bottom right no-repeat;
    background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#0066cc, #0066cc) bottom center repeat-x, linear-gradient(#0066cc, #0066cc) bottom right no-repeat;
    background-size: 1px 15px, 1px 1px, 1px 15px;
    -webkit-background-size: 1px 15px, 1px 1px, 1px 15px;
}

/* textarea { height: 88px; background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat; background: -webkit-linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat; background-size: 1px 8px,1px 1px,1px 8px; -webkit-background-size: 1px 8px, 1px 1px, 1px 8px; resize: none; } */
/* textarea.required:hover { background: -webkit-linear-gradient(#b1b4c0, #b1b4c0) bottom left no-repeat, -webkit-linear-gradient(#b1b4c0, #b1b4c0) bottom center repeat-x, -webkit-linear-gradient(#b1b4c0, #b1b4c0) bottom right no-repeat; background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#b1b4c0, #b1b4c0) bottom center repeat-x, linear-gradient(#b1b4c0, #b1b4c0) bottom right no-repeat; background-size: 1px 8px,1px 1px,1px 8px; -webkit-background-size: 1px 8px, 1px 1px, 1px 8px; } */
/* textarea.required:focus { background: -webkit-linear-gradient(#0285ff, #0285ff) bottom left no-repeat, -webkit-linear-gradient(#0285ff, #0285ff) bottom center repeat-x, -webkit-linear-gradient(#0285ff, #0285ff) bottom right no-repeat; background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#0285ff, #0285ff) bottom center repeat-x, linear-gradient(#0285ff, #0285ff) bottom right no-repeat; background-size: 1px 8px,1px 1px,1px 8px; -webkit-background-size: 1px 8px, 1px 1px, 1px 8px; } */

.form-control {
    border: 0;
    border-radius: 0;
    background-color: inherit;
    background-clip: inherit;
    color: #333333;
    transition: inherit;
}
.form-control:focus {
    border-color: #0066cc;
    background-color: inherit;
}

.form-control::placeholder {
    color: #333333;
}

.customSelectBox {
    position: relative;
}
.customSelectBox .csbArrow {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    border-bottom: 7px solid #b8b8b8;
    border-right: 4px solid #b8b8b8;
    border-top: 7px solid transparent;
    border-left: 4px solid transparent;
}
.customSelectBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
}

.custom-checkbox.fill-checkbox {
    position: relative;
}
.custom-checkbox.fill-checkbox .fill-control-input {
    display: none;
}
.custom-checkbox.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
    background-size: 70%;
}
.custom-checkbox.fill-checkbox .fill-control-indicator {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #40abaf;
    transition: 0.3s;
    background: transparent;
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2340abaf' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox.fill-checkbox .fill-control-description {
    font-size: 13px;
    margin-top: 3px;
    margin-left: 30px;
    display: inline-block;
    color: #333;
}

.comment-form textarea {
    width: 93%;
    height: 80px;
    resize: none;
    padding: 8px 10px;
    border: 1px solid #d4d4d4;
    border-width: thin;
}
.comment-form textarea:focus {
    border-color: #0285ff;
}

.program-textarea textarea {
    height: 103px;
    resize: none;
    padding: 8px 10px;
    border: 1px solid #d4d4d4;
    border-width: thin;
}
.program-textarea textarea:focus {
    border-color: #0285ff;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
}
.modal-dialog .modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
}
.modal-dialog .modal-close a {
    background: #ccc;
    border-radius: 25px;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.modal-dialog .modal-close a img {
    padding-top: 6px;
}
@media screen and (max-width: 768px) {
    .modal-dialog .modal-close a {
        width: 35px;
        height: 35px;
    }
    .modal-dialog .modal-close a img {
        padding-top: 4px;
        width: 30px;
        height: 30px;
    }
    .modal-dialog .modal-close {
        top: -10px;
        right: -10px;
    }
}
.modal-dialog .modal-close a i {
    color: #ffffff;
    font-size: 32px;
    position: relative;
    top: 6px;
    left: 1px;
}

/*** Banner ***/
/*** Swiper ***/
.swiper-container.banner-swiper {
    width: 100%;
    height: 96vh;
}
@media screen and (max-width: 768px) {
    .swiper-container.banner-swiper {
        height: 100vh !important;
    }
}
.swiper-container.banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: #fff;
    border-radius: 0;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.safari-browser .swiper-container.banner-swiper .swiper-wrapper {
	-webkit-transform-style: preserve-3d
}
.safari-browser .swiper-container.banner-swiper .swiper-slide {
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
}
.safari-browser .m-nav-search-icon.active .header-input-extend-field {
    width: 418px;
}
.swiper-container.banner-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff;  Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
    .swiper-container.banner-swiper .swiper-slide {
        height: auto !important;
    }
}
.swiper-container.banner-swiper .swiper-slide.slide1 {
    background-image: url(../images/./banner/banner1.jpg);
    background-repeat: no-repeat;
}
.swiper-container.banner-swiper .swiper-slide.slide2 {
    background-image: url(../images/./banner/banner2.jpg);
    background-repeat: no-repeat;
}
.swiper-container.banner-swiper .swiper-slide.slide3 {
    background-image: url(../images/./banner/banner3.jpg);
    background-repeat: no-repeat;
}
.swiper-container.banner-swiper .swiper-slide.slide4 {
    background-image: url(../images/./banner/banner4.jpg);
    background-repeat: no-repeat;
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0;
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container {
        display: block;
        margin-top: 10%;
        margin-bottom: 20%;
    }
     .swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition-container {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20%;
        margin-bottom: auto;
    }
    .swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition-container .banner-divition.banner-content.left {
         margin-bottom: 15%;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition {
    width: 50%;
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition {
        width: 100%;
    }
}
@media screen and (max-width: 1366.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.right .img-fluid {
        height: 70vh;
    }
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.right .img-fluid {
        height: 300px !important;
    }
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content {
        display: block;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content.left, .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content .main-heading {
    text-align: left;
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content.left {
        display: block;
        text-align: center;
    }
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content .main-heading {
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content.last-banner h1 {
        font-size: 32px !important;
    }
}
@media screen and (max-width: 768px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content.last-banner .example-obtuse {
        font-size: 22px;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h1,
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h2 {
    color: #ffffff;
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h1 {
    margin-bottom: 0;
}
@media screen and (max-width: 1366.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h1 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h1 {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 768px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h1 {
        font-size: 2.5rem;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h2 {
    font-family: "muktalight", sans-serif;
    margin-top: 20px;
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h2 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 768px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content h2 {
        font-size: 1.2rem;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content .text-head {
    font-size: 2rem;
    font-family: "muktalight", sans-serif;
    color: #ffffff;
    line-height: 46px;
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content .text-head {
        font-size: 1.5rem;
        line-height: 32px;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content .head-two {
    font-size: 3.125rem;
    font-family: "muktabold", sans-serif;
    color: #ffffff;
    margin: 15px 0 0;
}
@media screen and (max-width: 1366.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content .head-two {
        font-size: 2.5rem;
    }
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.banner-content .head-two {
        font-size: 2.2rem !important;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.responsive-banner-sm {
    display: none;
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.responsive-banner-sm {
        display: block;
    }
}
.swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.responsive-banner-md {
    display: block;
}
@media screen and (max-width: 991.98px) {
    .swiper-container.banner-swiper .swiper-slide .banner-divition-container .banner-divition.responsive-banner-md {
        display: none;
    }
}
.swiper-container.banner-swiper .swiper-pagination.swiper-pagination-bullets {
    bottom: 105px;
}
@media screen and (max-width: 768px) {
    .swiper-container.banner-swiper .swiper-pagination.swiper-pagination-bullets {
        bottom: 40px;
        position: relative;
    }
}
.swiper-container.banner-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 40px !important;
}
.swiper-container.industry-swiper .swiper-wrapper {
    padding-bottom: 80px;
}
.swiper-container.industry-swiper .swiper-wrapper .swiper-slide {
    background-color: #f1f1f1;
}

.swiper-container.banner-swiper .swiper-pagination-bullet {
    opacity: 0.7;
}
.swiper-container.banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:after {
    transition-duration: 0.3s;
    transition-timing-function: linear;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: 0;
    background-color: #009bdf;
}
.swiper-container.banner-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:after {
    width: 40px;
    transition: all 9s;
    -webkit-transform: all 9s;
    -moz-transform: all 9s;
    -ms-transform: all 9s;
    -o-transform: all 9s;
}

.blog-swiper .swiper-slide {
    height: auto !important;
}

.custom-bullet .swiper-pagination-bullet {
    background-color: #ccc !important;
}
.custom-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #999 !important;
}
.custom-bullet.dark-bullet .swiper-pagination-bullet {
    background-color: #ccc !important;
}
.custom-bullet.dark-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #999 !important;
}
.custom-bullet .swiper-pagination-bullet,
.custom-bullet .swiper-pagination-bullet .dark-bullet {
    width: 15px !important;
    height: 15px !important;
    opacity: 1 !important;
}
.custom-bullet.megamenu-bullet .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #464e96 !important;
}
.custom-bullet.megamenu-bullet .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #838ab6 !important;
}
.custom-bullet .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; 
}
.megamenu-swiper-slider .swiper-container {
    border-bottom: 1px solid #3b6480;
}
.megamenu-swiper-slider .swiper-container:last-child {
    border-bottom: 0;
}
.megamenu-swiper-slider p {
    font-size: 13px !important;
    color: #fff !important;
    margin-bottom: 5px;
}
.megamenu-swiper-slider a {
    font-size: 13px;
    font-family: "muktabold", sans-serif;
    color: #009bdf !important;
    display: block;
    margin-bottom: 5px;
}

.custom-next-prev {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 90px;
}
.custom-next-prev.right {
    right: 16%;
    left: inherit;
}
.custom-next-prev.right.edge {
    right: 0;
    transform: translate(0);
}
.custom-next-prev.left {
    left: 16%;
    right: inherit;
}
.custom-next-prev.left.edge {
    left: 0;
    transform: translate(0);
}
@media screen and (max-width: 991.98px) {
    .custom-next-prev.right,
    .custom-next-prev.left {
        left: 50%;
        right: inherit;
    }
}

.custom-arrow.pagination-reuse .swiper-pagination {
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}
.custom-arrow.pagination-reuse .swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 32px;
    height: 32px;
    opacity: 1;
}
.custom-arrow.pagination-reuse .swiper-pagination .swiper-pagination-bullet:first-child {
    background-image: url(../images/left-arrow.svg);
    background-repeat: no-repeat;
}
.custom-arrow.pagination-reuse .swiper-pagination .swiper-pagination-bullet:last-child {
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    margin-left: 12px;
}
.custom-arrow.pagination-reuse.left .swiper-pagination {
    left: 24%;
}
.custom-arrow.pagination-reuse.right .swiper-pagination {
    left: 77%;
}
@media screen and (max-width: 768px) {
    .custom-arrow.pagination-reuse.left .swiper-pagination,
    .custom-arrow.pagination-reuse.right .swiper-pagination {
        left: 50%;
    }
}

.swiper-button-next {
    background-image: url(../images/right-arrow.svg);
    background-repeat: no-repeat;
    right: 0;
}

.swiper-button-prev {
    background-image: url(../images/left-arrow.svg);
    background-repeat: no-repeat;
    left: 0;
}

.arrow-white .swiper-button-next {
    background-image: url(../images/icons/arrow-right-wt.svg);
    background-repeat: no-repeat;
}
.arrow-white .swiper-button-prev {
    background-image: url(../images/icons/arrow-left-wt.svg);
    background-repeat: no-repeat;
}

.swiper-button-next,
.swiper-button-prev {
    width: 32px !important;
    height: 32px !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.wrapper-outside-arrow.multi-slider {
    height: 520px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .wrapper-outside-arrow.multi-slider {
        height: 440px;
    }
}

.outer-box-slider {
    position: relative;
    margin: 0 auto;
    display: block;
}
.outer-box-slider.custom-swiper-bullet .swiper-slide {
    min-height: 230px;
    padding-bottom: 50px;
}
.outer-box-slider.custom-swiper-bullet .outer-swiper-indicator {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50%;
    bottom: 30px;
}
.outer-box-slider.custom-swiper-bullet .outer-swiper-indicator .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 4px;
}

.outer-next-prev.vertical .swiper-button-next {
    bottom: 0;
    top: inherit;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.outer-next-prev.vertical .swiper-button-prev {
    top: 25px;
    bottom: inherit;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
}
.outer-next-prev.horizontal {
    width: 70px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.outer-next-prev.horizontal .swiper-button-prev,
.outer-next-prev.horizontal .swiper-button-next {
    top: 0;
    margin-top: 0;
}
.outer-next-prev.horizontal .swiper-button-prev {
    left: 0;
}
.outer-next-prev.horizontal .swiper-button-next {
    right: 0;
}
.outer-next-prev.horizontal.center {
    width: 100%;
    height: 32px;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    position: absolute;
}
@media screen and (max-width: 991.98px) {
    .outer-next-prev.horizontal.center {
        width: 80px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .outer-next-prev.horizontal.center {
        width: 100%;
    }
}
@media screen and (max-width: 991.98px) {
    .outer-next-prev.horizontal.center.md-bottom {
        transform: translate(-50%, 0%);
        position: relative;
        width: 75px;
    }
}
.outer-next-prev.horizontal.bottom {
    width: 80px;
    height: 32px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display: inline-block;
}

.example-obtuse {
    position: relative;
    margin: 0;
    border-radius: 2px;
    box-shadow: 1px 2px 5px 1px #511ec8;
    font-size: 28px;
    background: #ea57c1;
    padding: 4px 11px 0;
    text-transform: uppercase;
    font-family: "muktabold", sans-serif;
    display: inline-block;
}
.example-obtuse:before {
    content: "";
    position: absolute;
    bottom: -20px;
    border-style: solid;
    width: 0;
    display: block;
    right: 0;
    border-width: 0 0 21px 22px;
    border-color: transparent #c43896;
}

/*** Banner Button ***/
.banner-btn {
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #ffffff;
    position: relative; /*text-transform: uppercase;*/
    display: inline-block;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 3px;
    background-clip: padding-box;
    overflow: hidden;
    margin: 20px 0 0;
}
.banner-btn span {
    -webkit-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -moz-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -ms-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -o-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    position: relative;
}
.banner-btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    z-index: 0;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -moz-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -ms-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -o-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.banner-btn:after {
    position: absolute;
    top: 11px;
    right: 18px;
    content: "\e905";
    font-family: 'resulticks';
    z-index: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -moz-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -ms-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -o-transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    transition: all 0.18s cubic-bezier(0.615, 0.19, 0.305, 0.91) 0s;
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);
}
.banner-btn:hover:before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.banner-btn:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}
.banner-btn:hover span {
    color: #273888;
    padding-right: 25px;
}

.slide-wave {
    position: absolute;
    top: 0;
    left: -40%;
    opacity: 0.2;
    transform: rotate(-10deg);
    -webkit-animation-name: formInDown;
    animation-name: formInDown;
    transition-delay: 1s;
}

/*** inner Template ***/
.email-header-banner {
    background-image: url(../images/./banner/email-banner.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 350px;
}
.email-header-banner .text-center {
    margin-top: 80px;
}
.email-header-banner h2 {
    font-size: 36px;
    color: #ffffff;
}
.email-header-banner h3 {
    font-size: 46px;
    color: #ffffff;
    text-shadow: 1px 2px 4px #696969;
}
.email-header-banner p {
    color: #ffffff;
    font-size: 24px;
}

.email-breadcrumb {
    border-bottom: 1px solid #eee;
    padding: 7px 0;
}
.email-breadcrumb .breadcrumb-links {
    margin: 0;
    padding: 0;
}
.email-breadcrumb .breadcrumb-links li:before {
    top: 4px;
    height: 18px;
    border-color: #ccc;
}
.email-breadcrumb .breadcrumb-links li a {
    color: #111;
    font-size: 18px;
    font-family: "muktalight", sans-serif;
}
.email-breadcrumb .breadcrumb-links li .crumb-active {
    font-weight: bold;
}

.segment {
    padding: 40px 0;
}
.segment p {
    font-size: 24px;
    font-family: "muktalight", sans-serif;
    margin: 0;
}

.target {
    background: #d9f1fa;
    padding: 40px 0;
}
.target p {
    font-size: 24px;
    font-family: "muktalight", sans-serif;
}
.target .target-list {
    margin: 10px 0 0;
    padding: 0;
    position: relative;
}
.target .target-list li {
    font-size: 20px;
    margin: 0 0 10px;
    padding-left: 10px;
    list-style-type: disc;
    font-family: "Muktalight", sans-serif;
}

.email-business {
    padding: 60px 0;
}
.email-business .card {
    overflow: hidden;
    padding: 15px;
    margin-bottom: 20px;
}
.email-business .card .front img {
    display: block;
    margin: 26px auto 0;
}
.email-business .card .front h3 {
    font-size: 26px;
}
.email-business .card .front .icon-plus {
    display: block;
    text-align: right;
    cursor: pointer;
}
.email-business .card .front .icon-plus i {
    font-size: 18px;
    color: #c1cdd0;
}
.email-business .card .back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, #e03185 0%, #fc6a00 100%);
    height: 100%;
    animation-duration: 1s;
    -webkit-transform: translateY(250px);
    -moz-transform: translateY(250px);
    -ms-transform: translateY(250px);
    -o-transform: translateY(250px);
    transform: translateY(250px);
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
    padding: 20px;
}
.email-business .card .back h3 {
    font-size: 30px;
    font-family: "muktaregular", sans-serif;
    color: #ffffff;
}
.email-business .card .back p {
    font-size: 14px;
    font-family: "muktalight", sans-serif;
    line-height: 24px;
    color: #ffffff;
}
.email-business .card .back .icon-close {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    padding: 2px 5px 0;
}
.email-business .card .back .icon-close i {
    font-size: 14px;
    color: #ffffff;
}
.email-business .card .icon-active {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    animation-duration: 1s;
}

.key-features {
    background: #d9f1fa;
    padding: 40px 0;
}
.key-features h2 {
    font-size: 30px;
}
.key-features p {
    font-size: 20px;
    font-family: "muktalight", sans-serif;
}
.key-features .card {
    border: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.key-features .card img {
    display: block;
    margin: 15px auto 0;
}
.key-features .card h3 {
    font-size: 30px;
    margin-bottom: 20px;
}

.email-audience {
    background-image: url(../images/./banner/email-resource.jpg);
    background-repeat: no-repeat;
    min-height: 350px;
}
.email-audience .email-security h2 {
    font-size: 40px;
    margin: 50px 0 25px;
    width: 350px;
    color: #ffffff;
}
.email-audience .email-security p {
    color: #ffffff;
}
.email-audience .email-security a {
    color: #ffffff;
    padding: 4px 15px;
    border-radius: 3px;
    display: inline-block;
    background: #f63d3d;
    text-transform: uppercase;
}
.email-audience .email-card {
    margin-top: 40px;
}
.email-audience .email-card .card-header {
    margin: 7px 0 0;
    background-color: inherit;
    border-radius: 0;
    border-bottom: 0;
    color: #ffffff;
    padding: 10px 0;
}
.email-audience .email-card .card-header:last-child {
    border-top: 1px solid #ffffff;
}
.email-audience .email-card .card-header img {
    margin-right: 15px;
    vertical-align: unset;
}
.email-audience .email-card .card-header .card-title {
    font-size: 26px;
    font-family: "muktabold", sans-serif;
}
.email-audience .email-card .card-header .card-sub-title {
    display: block;
    line-height: 20px;
    margin-left: 45px;
}

/*** Overview ***/
.overview-banner {
    /*background-image: radial-gradient(circle, #0027ff, #0021d9, #001ab5, #001492, #010e70); */
    background-image: radial-gradient(circle, #0027ff, #000080, #000060);
    padding: 100px 0 50px;
}
@media screen and (max-width: 991.98px) {
    .overview-banner {
        padding-top: 70px;
    }
}
#overview-touch h2 {
    font-family: "muktabold", sans-serif;
}
#overview-touch h3 {
    font-family: "muktaregular", sans-serif;
}
@media screen and (max-width: 768px) {
    #overview-touch h3 {
        margin-bottom: 25px;
    }
}
#overview-touch p.five {
    font-size: 50px;
    font-family: "Muktabold", sans-serif;
    color: #111111;
}
@media screen and (max-width: 768px) {
    #overview-touch p.five {
        line-height: 1.2;
    }
}

.pillars {
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
    .pillars {
        margin-bottom: 0;
    }
}
.pillars .card-back {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    animation-duration: 1s;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    -ms-transition: all ease 400ms;
    -o-transition: all ease 400ms;
    transition: all ease 400ms;
}
@media screen and (max-width: 1366.98px) {
    .pillars .card-back {
        -webkit-transform: translateY(-135%);
        -moz-transform: translateY(-135%);
        -ms-transform: translateY(-135%);
        -o-transform: translateY(-135%);
        transform: translateY(-135%);
    }
}
.pillars .card-back .pillars-back-list {
    margin: 40px;
    padding: 0;
}
@media screen and (max-width: 1366.98px) {
    .pillars .card-back .pillars-back-list {
        margin: 30px;
    }
}
.pillars .card-back .pillars-back-list li {
    list-style-type: disc;
    font-size: 18px;
    color: #ffffff;
    text-align: left;
    margin-bottom: 15px;
    font-family: "muktalight", sans-serif;
    line-height: 24px;
}
@media screen and (max-width: 1366.98px) {
    .pillars .card-back .pillars-back-list li {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
.pillars .card-back p {
    color: #ffffff;
    margin: 10px 40px;
    font-size: 20px;
    text-align: left;
    font-family: "Muktalight", sans-serif;
    line-height: 1.3;
}
@media screen and (max-width: 1366.98px) {
    .pillars .card-back p {
        margin: 10px 30px;
    }
}
.pillars .card-back .icon-close {
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.pillars .card-back .zhImgSlide-JS {
    text-align: left;
    padding: 0 30px;
    margin-bottom: 0;
}
.pillars .icon-active {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    animation-duration: 1s;
}
.pillars [class*="col"],
.pillars .swiper-slide {
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    padding: 30px 10px 50px;
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 0;
    border-radius: 3px;
    -webkit-transition: all ease 0.75s;
    -moz-transition: all ease 0.75s;
    -ms-transition: all ease 0.75s;
    -o-transition: all ease 0.75s;
    transition: all ease 0.75s;
}
.pillars [class*="col"]:last-child,
.pillars .swiper-slide:last-child {
    margin-right: 0;
}
@media screen and (max-width: 1366.98px) {
    .pillars [class*="col"],
    .pillars .swiper-slide {
        padding: 20px 0 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .pillars [class*="col"],
    .pillars .swiper-slide {
        margin: 0;
        border-radius: 0;
    }
}
.pillars [class*="col"] h4,
.pillars .swiper-slide h4 {
    color: #ffffff;
    margin: 15px 0 0;
}
@media screen and (max-width: 1366.98px) {
    .pillars [class*="col"] h4,
    .pillars .swiper-slide h4 {
        margin: 15px 20px;
    }
}
.pillars [class*="col"] .pil-plus,
.pillars .swiper-slide .pil-plus {
    position: absolute;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
}
.pillars [class*="col"]:nth-child(1) .card-back,
.pillars .swiper-slide:nth-child(1) .card-back {
    background: #009bdf;
}
.pillars [class*="col"]:nth-child(2) .card-back,
.pillars .swiper-slide:nth-child(2) .card-back {
    background: #5ba529;
}
.pillars [class*="col"]:nth-child(3) .card-back,
.pillars .swiper-slide:nth-child(3) .card-back {
    background: #fc6a00;
}
.pillars [class*="col"]:nth-child(4) .card-back,
.pillars .swiper-slide:nth-child(4) .card-back {
    background: #dfb82b;
}
.pillars [class*="col"]:nth-child(5) .card-back,
.pillars .swiper-slide:nth-child(5) .card-back {
    background: #c3392c;
}
.pillars.patten .blue-bg {
    background-image: linear-gradient(to right, #009bdf, rgba(0, 155, 223, 0.7)), url("../images/overview/p1-bg.svg");
}
.pillars.patten .green-bg {
    background-image: linear-gradient(to right, #5ba529, rgba(91, 165, 41, 0.7)), url("../images/overview/p2-bg.svg");
}
.pillars.patten .orange-bg {
    background-image: linear-gradient(to right, #fc6a00, rgba(252, 106, 0, 0.7)), url("../images/overview/p3-bg.svg");
}
.pillars.patten .yellow-bg {
    background-image: linear-gradient(to right, #dfb82b, rgba(223, 184, 43, 0.7)), url("../images/overview/p4-bg.svg");
}
.pillars.patten .red-bg {
    background-image: linear-gradient(to right, #c3392c, rgba(195, 57, 44, 0.7)), url("../images/overview/p5-bg.svg");
}
.pillars.no-patten [class*="-bg"] {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.pillars.no-patten .blue-bg {
    background-image: linear-gradient(to right, #009bdf, rgba(0, 155, 223, 0.7));
}
.pillars.no-patten .blue-bg:hover {
    background-image: linear-gradient(to bottom, rgba(0, 155, 223, 0.7), #009bdf), url("../images/overview/p1-bg.svg");
    background-size: 110%;
}
.pillars.no-patten .green-bg {
    background-image: linear-gradient(to right, #5ba529, rgba(91, 165, 41, 0.7));
}
.pillars.no-patten .green-bg:hover {
    background-image: linear-gradient(to bottom, rgba(91, 165, 41, 0.7), #5ba529), url("../images/overview/p2-bg.svg");
    background-size: 110%;
}
.pillars.no-patten .orange-bg {
    background-image: linear-gradient(to right, #fc6a00, rgba(252, 106, 0, 0.7));
}
.pillars.no-patten .orange-bg:hover {
    background-image: linear-gradient(to bottom, rgba(252, 106, 0, 0.7), #fc6a00), url("../images/overview/p3-bg.svg");
    background-size: 110%;
}
.pillars.no-patten .yellow-bg {
    background-image: linear-gradient(to right, #dfb82b, rgba(223, 184, 43, 0.7));
}
.pillars.no-patten .yellow-bg:hover {
    background-image: linear-gradient(to bottom, rgba(223, 184, 43, 0.7), #dfb82b), url("../images/overview/p4-bg.svg");
    background-size: 110%;
}
.pillars.no-patten .red-bg {
    background-image: linear-gradient(to right, #c3392c, rgba(195, 57, 44, 0.7));
}
.pillars.no-patten .red-bg:hover {
    background-image: linear-gradient(to bottom, rgba(195, 57, 44, 0.7), #c3392c), url("../images/overview/p5-bg.svg");
    background-size: 110%;
}

.overview-data {
    background: #ffffff;
}
.overview-data p.data-all {
    font-size: 1.5rem;
}

.slider-card-view .swiper-slide {
    height: auto !important;
}

.slider-card-view .card,
.overview-segment .card {
    padding: 20px 25px;
    box-shadow: 0px 1px 6px #dadada;
    height: 100%;
}
.slider-card-view .card p {
    font-size: 20px;
    line-height: 1.5;
}
.slider-card-view .card img,
.overview-segment .card img {
    width: 100px;
    margin: 0 auto 20px;
}
.slider-card-view .slick-carousel,
.overview-segment .slick-carousel {
    margin: 0 auto;
    max-width: 1140px;
}
.slider-card-view .swiper-wrapper {
    padding-bottom: 3.5rem;
}
.curve-shape {
    position: relative;
}
.curve-shape img {
    margin: 0;
}

.curve-bg-solid {
    background-color: #f2f2f2;
    overflow: hidden;
}

.curve-shape.curve-top {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    margin-bottom: -1px;
    background: #f2f2f2;
}
.curve-shape.curve-top.flip {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.curve-shape.curve-bottom {
    -webkit-transform: scale(-1, -1);
    -moz-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
    margin-top: -1px;
    background: #f2f2f2;
}
@media screen and (max-width: 768px) {
    .curve-shape.curve-top {
        margin-bottom: -3px;
    }
    .curve-shape.curve-bottom {
        margin-top: -3px;
    }
}
.curve-shape.curve-bottom.flip {
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}

section.clients.curve-bottom {
    z-index: 1;
}

.over-bottom-curve {
    position: relative;
    top: -35px;
}

.top-corner {
    position: absolute;
    top: -60px;
    right: -40px;
}
@media screen and (max-width: 991.98px) {
    .top-corner {
        display: none;
    }
}
.top-corner.top-left {
    position: absolute;
    top: -60px;
    left: -40px;
    z-index: -1;
}
@media screen and (max-width: 991.98px) {
    .top-corner.top-left {
        display: none;
    }
}
.top-corner.top-left.md-size img {
    width: 220px;
    height: 220px;
    float: right;
}
@media screen and (max-width: 768px) {
    .top-corner.top-left {
        position: absolute;
        top: 0;
        left: 0;
    }
}
.top-corner.top-right {
    position: absolute;
    top: -70px;
    right: -1%;
    z-index: -1;
}
@media screen and (max-width: 991.98px) {
    .top-corner.top-right img {
        width: 190px;
        height: 190px;
    }
}
@media screen and (max-width: 1220px) {
    .top-corner.top-right {
        right: 0;
    }
}
.top-corner.top-right.sm-size img {
    width: 180px;
    height: 180px;
    float: right;
}
.top-corner.top-right.md-size img {
    width: 220px;
    height: 220px;
    float: right;
}
.top-corner.top-right.c-rotate {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
@media screen and (max-width: 768px) {
    .top-corner.top-right {
        top: 0;
        right: 0;
    }
}
.top-corner.bottom-left {
    position: absolute;
    top: inherit;
    bottom: 10px;
    left: -140px;
    width: 290px;
    height: 290px;
}
.top-corner.bottom-left.c-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .top-corner.bottom-left {
        bottom: 0;
        left: 0;
    }
}
.top-corner.bottom-right {
    position: absolute;
    top: inherit;
    right: 60px;
    bottom: -90px;
    right: 60px;
    bottom: -90px;
    z-index: -1;
}
.top-corner.bottom-right img {
    width: 310px;
    height: 310px;
    opacity: 0.3;
}
.top-corner.top-right img {
    opacity: 0.5;
}
.top-corner.bottom-right.c-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
    .top-corner.bottom-right {
        bottom: 0;
        left: 0;
    }
}

.cross-device .top-corner {
    top: -25px;
    opacity: 0.1;
    z-index: -1;
}

.overview-transform {
    background-image: url(../images/./banner/channel-pattern.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.overview-transform.machine-learn .card .card-header a img {
    margin-right: 20px;
}
.overview-transform.machine-learn .card .card-body {
    padding: 0 80px;
}
@media screen and (max-width: 768px) {
    .overview-transform.machine-learn .card .card-body {
        padding: 0;
    }
}
.overview-transform .card {
    border: 0;
}
.overview-transform .card .card-header {
    background-color: inherit;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 0;
    padding: 10px 0;
    cursor: pointer;
}

.overview-transform .card .card-header:first-child {
    border: 0;
}
.overview-transform .card .card-header a {
    font-size: 1.5rem;
    color: #333;
    font-family: "muktamedium", sans-serif;
}
@media screen and (max-width: 768px) {
    .overview-transform .card .card-header a {
        font-size: 1.25rem;
    }
}
.overview-transform .card .card-header a img {
    margin-right: 10px;
    width: 60px;
}
@media screen and (max-width: 768px) {
    .overview-transform .card .card-header a img {
        width: 50px;
        display: none;
    }
}
.overview-transform .card .card-header i {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    font-size: 28px;
    cursor: pointer;
}
.text-accordion .card .card-header i {
    margin-top: -16px;
}
@media screen and (max-width: 768px) {
    .overview-transform .card .card-header i {
        font-size: 24px;
    }
}
.overview-transform .card .card-header .icon-plus-circle-small {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}
.overview-transform .card .card-header .icon-minus-circle-small {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.overview-transform .card .card-body {
    padding: 0 70px;
}
.overview-transform .card .card-body p {
    font-size: 20px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .overview-transform .card .card-body {
        padding: 0;
    }
}

#Realizing .card {
    background-color: inherit;
}

.overview-channel {
    padding: 50px 0;
}
@media screen and (max-width: 768px) {
    .overview-channel {
        padding: 25px 0;
    }
    .overview-channel .channel-swiper .swiper-slide h4 {
        font-size: 1.1rem !important;
    }
    .overview-channel .channel-swiper .swiper-slide-active h4 {
        font-size: 1.25rem !important;
    }
}
.overview-channel .channel-swiper {
    min-height: 260px;
}
.overview-channel .channel-swiper .swiper-slide img {
    opacity: 0.4;
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    margin-bottom: -20px;
    margin-top: 10px;
}
.overview-channel .channel-swiper .swiper-slide h4 {
    color: #909090;
    font-family: "muktalight", sans-serif;
    font-size: 1.1rem;
}
.overview-channel .channel-swiper .swiper-slide h4 a {
    color: #909090;
}
.overview-channel .channel-swiper .swiper-slide-active img {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.25s;
    -moz-transition: all ease 0.25s;
    -ms-transition: all ease 0.25s;
    -o-transition: all ease 0.25s;
    transition: all ease 0.25s;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0px -1px 5px #ccc;
    margin-bottom: 10px;
}
.overview-channel .channel-swiper .swiper-slide-active h4 {
    color: #111111;
    font-family: "muktabold", sans-serif;
    font-size: 1.5rem;
    margin: 15px 0 0;
}
.overview-channel .channel-swiper .swiper-slide-active h4 a {
    color: #111111;
}
.overview-channel .channel-swiper .swiper-slide-active .info-channels {
    position: relative;
    transition: all ease-out 1s;
    display: block;
}
.overview-channel .channel-swiper .swiper-slide-active .info-channels:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (max-width: 768px) {
    .overview-channel .outer-next-prev.horizontal {
        bottom: 20px;
        z-index: 10;
    }
}

.mm-bottom-info {
    padding: 10px;
}
.mm-bottom-info .mm-image {
    float: left;
    width: 90px;
    margin-top: -4px;
}
.mm-bottom-info .mm-content {
    float: left;
    width: calc(100% - 120px);
    font-size: 12px;
}
.mm-bottom-info .mm-content p {
    margin-bottom: 0;
}

/*** platform megamenu ***/
.platform h2 {
    color: #111111;
    font-size: 1.5rem;
    padding: 20px 0;
    margin: 0;
}
.platform .pr-0 {
    border-right: 1px solid #b7b7b7;
}
.platform .mm-row {
    height: calc(100vh - 90px - 65px);
}
.platform .close-icon {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 10;
}
.platform .close-icon i {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.platform .cloud-links {
    list-style: none;
    margin: 0 0 0 15px;
    padding: 0;
}
.platform .cloud-links li {
    /*** & refers parent class .platform .cloud-links li means interpolation ***/
    padding: 0 !important;
}
.platform .cloud-links li:before {
    border: 0 !important;
}
.platform .cloud-links li a {
    color: #333333 !important;
    padding: 8px 8px 8px 20px !important;
    text-decoration: none;
    display: block;
}
.platform .cloud-links li a:before {
    content: unset !important;
}
.platform .cloud-links li a.active {
    background: #0066cc;
    color: #ffffff !important;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.platform .nav {
    display: inherit;
}
.platform .audience .audience-header {
    overflow: hidden;
    margin: 0 0 15px;
}
.platform .audience .audience-header h3 {
    color: #111111;
    font-size: 1.1rem;
    margin: 10px 0 0;
    padding: 0;
}
.platform .audience .audience-header .form-control {
    border-right: 0;
    border-color: #999;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.platform .audience .audience-header .btn-default {
    background: none;
    border-right: 1px solid #999;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.platform .audience .audience-header .btn-default i {
    color: #333333;
    vertical-align: middle;
}
.platform .audience .data-box {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 3px solid #0066cc;
    border-radius: 3px;
    padding: 8px;
    height: 100%;
    background-color: #fff;
}
@media screen and (max-width: 991.98px) {
    .platform .audience .data-box {
        background-color: transparent;
    }
}
.platform .audience .data-box:hover {
    background-color: #0066cc;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 3px solid transparent;
}
.platform .audience .data-box:hover span {
    color: #fff;
}
.platform .audience .data-box:hover h3 {
    color: #ffffff !important;
}
.platform .audience .data-box:hover p {
    color: #ecf5ff !important;
}
.platform .audience .data-box h3 {
    font-size: 15px;
    margin: 0 0 5px;
    letter-spacing: 0;
    color: #111;
}
.platform .audience .data-box span {
    font-size: 15px;
    margin: 0 0 5px;
    letter-spacing: 0;
    color: #111;
    font-family: "muktamedium", sans-serif;
}
.platform .audience .data-box p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}
.platform .audience .data-box.mega-email {
    border-left-color: #fc6a00;
}
.platform .audience .data-box.mega-mobile {
    border-left-color: #dfb82b;
}
.platform .audience .data-box.mega-push {
    border-left-color: #5ba529;
}
.platform .audience .data-box.mega-digital {
    border-left-color: #c43896;
}
.platform .audience .data-box.mega-social {
    border-left-color: #c3392c;
}
.platform .audience .data-box.mega-paid {
    border-left-color: #008489;
}
.platform .audience .data-box.mega-qr {
    border-left-color: #b8b8b8;
}
.platform .audience .data-box.mega-extend {
    border-left-color: #c43896;
}
.platform .audience .data-box.mega-iot {
    border-left-color: #804097;
}
.platform .audience .data-box.mega-analytics {
    border-left-color: #009bdf;
}
@media screen and (max-width: 991.98px) {
    .packages-megamenu .pb-5 {
        padding-bottom: 0 !important;
    }
    .packages-megamenu .pt-5 {
        padding-top: 0 !important;
    }
    .packages-megamenu .wsshopwp .grid-divider {
        margin-top: 0;
    }
    .packages-megamenu .sm-border-top {
        border-top: 1px solid #dee2e6;
    }
    .partner-icon {
        display: none;
    }
}
.whats {
    background: #071472;
    padding-left: 25px;
}
.whats h3, .whats-heading {
    color: #fff;
    font-size: 1.1rem;
    margin: 30px 0 0;
    letter-spacing: 0;
    display: block;
    font-family: "muktamedium", sans-serif;
}
.whats .whts-carousel {
    padding: 20px 0 30px;
}
.whats .whts-carousel:not(:last-child):after {
    border-bottom: 1px solid #3b6480;
    content: "";
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -5px;
    left: 0;
}
.whats .whts-carousel .carousel-item img {
    width: 80px;
}
@media screen and (max-width: 1366.98px) {
    .whats .whts-carousel .carousel-item img {
        width: 50px;
    }
}
.whats .whts-carousel .carousel-item p {
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 4px;
}
@media screen and (max-width: 1366.98px) {
    .whats .whts-carousel .carousel-item p {
        font-size: 12px;
    }
}
.whats .whts-carousel .carousel-item a {
    color: #029be1 !important;
    font-family: "muktabold", sans-serif;
    font-size: 10px !important;
    display: inherit !important;
}
.whats .whts-carousel .carousel-indicators li {
    background-color: #464e96;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    cursor: pointer;
    flex-grow: inherit !important;
    flex-basis: inherit !important;
    padding: 0 !important;
}
.whats .whts-carousel .carousel-indicators li:before {
    border: 0 !important;
}
.whats .whts-carousel .carousel-indicators .active {
    background-color: #838ab6;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(1, 1);
    -moz-transform: translate(0px, -100%) scale(1, 1);
    -ms-transform: translate(0px, -100%) scale(1, 1);
    -o-transform: translate(0px, -100%) scale(1, 1);
    transform: translate(0px, -100%) scale(1, 1);
    z-index: 100;
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    border-radius: 0;
}
#search .input-group {
    position: absolute;
    top: 50%;
}
#search .input-group input[type="search"] {
    margin: 0px auto;
    outline: none;
    border: 0;
}
#search .input-group .btn-secondary {
    background-color: #0066cc;
    border-color: #0066cc;
}
#search .input-group .btn-secondary i {
    vertical-align: middle;
}
#search .search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    #search .col-6 {
        max-width: 100%;
    }
}

/*** Pricing megamenu ***/
.pricing .grid-divider > [class*="col-"]:nth-child(n + 2):after {
    content: "";
    background-color: #c4c4c4;
    position: absolute;
    top: 0;
    bottom: 0;
}
@media screen and (max-width: 991.98px) {
    .pricing .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        width: 0;
        height: auto;
        left: 0;
    }
}
.pricing .price-img {
    width: 100px;
}
.pricing p {
    color: #333333;
}

.digital-overview {
    background: #009bdf;
    padding: 60px 0;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .digital-overview {
        padding: 30px 0;
    }
}
.digital-overview .container {
    position: relative;
    z-index: 10;
}
.digital-overview h1 {
    color: #111111;
}
.digital-overview h2 {
    color: #111111;
}
.digital-overview p {
    color: #111111;
}
@media screen and (max-width: 991.98px) {
    .digital-overview .digital {
        margin-bottom: 25px;
    }
    .digital-overview .digital:last-child {
        margin-bottom: 0;
    }
}
.digital-overview .swiper-container {
    padding-bottom: 1rem;
}
.digital-overview .card {
    padding: 40px 30px;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0px 1px 6px #006896;
    border: 0;
}
.digital-overview .card img {
    width: 100px;
    margin: 0 auto;
}
.digital-overview .card h4 {
    color: #111111;
}
.digital-overview .card p {
    margin: 0;
}
.digital-overview .top-corner.top-right {
    right: 5%;
    top: -135px;
}
.digital-overview .top-corner.bottom-left {
    left: -75px;
    bottom: -15px;
}
/* .digital-overview .impact-count-pagination { top: -4%; } */
@media screen and (max-width: 768px) {
    .digital-overview .impact-count-pagination {
        top: -4%;
    }
}

#overview-diff h1,
#overview-diff h2,
#overview-diff h3,
#overview-diff a {
    color: #ffffff;
}

#overview-exp {
    background: #ffffff;
    background-image: url(../images/./banner/channel-pattern.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
}
#overview-exp p.mb-5 {
    font-size: 20px;
}

#overview-turn .data-security h3 {
    color: #ffffff;
}
#overview-turn .data-price {
    margin-top: 0;
}
#overview-turn .card-header .price-link {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 20px 45px;
    display: block;
}

/*** Security Governance ***/
.sec-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
    margin-top: 90px;
    background-size: cover;
}
.sec-banner .banner-btn span {
    text-transform: uppercase;
}
.sec-banner p {
    margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
    .sec-banner {
        margin-top: 53px;
    }
}
.sec-banner h1 {
    font-size: 50px;
}
.sec-banner h2 {
    font-size: 35px;
}
.sec-banner p {
    font-size: 24px;
    font-family: "muktalight", sans-serif;
}
@media screen and (max-width: 768px) {
    .sec-banner p {
        font-size: 20px;
    }
}
.sec-banner h1,
.sec-banner h2,
.sec-banner h4,
.sec-banner p {
    color: #ffffff;
}

.footfall-usecase .tab-column-card {
    padding: 0;
    border: 0;
}
.tab-column-card {
    background: #ffffff;
    border: 1px solid #d4d4d4;
    padding: 30px;
    position: relative;
}
@media screen and (max-width: 768px) {
    .tab-column-card {
        border: 0;
    }
    .footfall-usecase .tab-column-card {
        padding: 15px;
    }
}
.tab-column-card .nav {
    border-bottom: 1px solid #bbb;
    padding-bottom: 30px;
}
.tab-column-card .nav .nav-link {
    color: #111111;
    background-color: #f2f2f2;
    border-radius: 0;
    margin-right: 15px;
    font-size: 18px;
}
.tab-column-card .nav .nav-link.active {
    color: #ffffff;
    background-color: #0066cc;
}
.tab-column-card .tab-content .tab-list li {
    font-size: 20px;
    list-style-type: disc;
    font-family: "muktalight", sans-serif;
    margin-bottom: 20px;
}
.tab-column-card .tab-content .tab-list li:last-child {
    margin-bottom: 0;
}
.tab-column-card .tab-content .expand {
    position: absolute;
    right: 5px;
    bottom: -10px;
}

@media (min-width: 768px) {
    .tab-column-card .nav-pills {
        display: flex;
    }
    .tab-column-card .card {
        border: none;
    }
    .tab-column-card .card .card-header {
        display: none;
    }
    .tab-column-card .card .collapse {
        display: block;
    }
}
@media (max-width: 767px) {
    .tab-column-card .nav-pills {
        display: none;
    }
    .tab-column-card .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .tab-column-card .tab-list-xs .mr-4 {
        margin-right: 1rem !important;
    }
    .tab-column-card .tab-column-content {
        padding: 0;
        border: 0;
        background: none;
    }
    .tab-column-card .card {
        border-radius: 0;
        border: none;
        background-color: inherit;
    }
    .tab-column-card .card .card-header {
        background-color: inherit;
        position: relative;
        padding: 12px 0;
    }
    .tab-column-card .card .card-header h4 {
        font-size: 1.15rem;
    }
    .tab-column-card .card .card-header a {
        color: #333;
    }
    .tab-column-card .card .card-header img {
        width: 60px;
    }
    .tab-column-card .card .card-header i {
        position: absolute;
        top: 12px;
        right: 15px;
        cursor: pointer;
        font-size: 24px;
    }
    .tab-column-card .card .card-body h3 {
        font-size: 1.5rem;
    }
    .footfall-usecase .tab-column-card .card .card-header i {
        right: 0;
    }
}
.security-tab .tab-column-content {
    min-height: 350px;
}
@media screen and (max-width: 768px) {
    .security-tab .tab-column-content {
        min-height: auto;
    }
}

.security-swiper .secure-bg {
    background-repeat: no-repeat;
    background-position: center center;
    height: calc(100vh - 77px);
}
@media screen and (max-width: 991.98px) {
    .security-swiper .secure-bg {
        height: calc(100vh - 40px);
    }
}
.security-swiper .secure-bg h1 {
    color: #ffffff;
}
.security-swiper .secure-bg p {
    color: #ffffff;
    font-size: 22px;
    font-family: "muktalight", sans-serif;
}
@media screen and (max-width: 991.98px) {
    .security-swiper .secure-bg p {
        font-size: 20px;
        margin: 10px 0;
    }
}
.security-swiper .s1 {
    background-image: url(../images/./banner/s1a.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.security-swiper .s2 {
    background-image: url(../images/./banner/s1b.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.security-swiper .s3 {
    background-image: url(../images/./banner/s2a.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.security-swiper .s4 {
    background-image: url(../images/./banner/s2b.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.security-swiper .s5 {
    background-image: url(../images/./banner/s3a.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.security-swiper .s6 {
    background-image: url(../images/./banner/s3b.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}
.security-swiper .secure-sticky {
    position: sticky;
    top: 0;
}
@media screen and (max-width: 991.98px) {
    .security-swiper .secure-sticky {
        position: relative;
    }
}
.security-swiper .r1 {
    background-color: #33b5e6;
}
.security-swiper .r2 {
    background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 991.98px) {
    .security-swiper .r2 {
        background-color: transparent;
    }
}
.security-swiper .r3 {
    background-color: #40abaf;
}
.security-swiper .r4 {
    background-color: #fd8f40;
}
.security-swiper .vertical .carousel-item-next.carousel-item-left,
.security-swiper .vertical .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.security-swiper .vertical .carousel-item-next,
.security-swiper .vertical .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}
.security-swiper .vertical .carousel-item-prev,
.security-swiper .vertical .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.security-swiper .carousel-indicators {
    position: absolute;
    top: 0;
    left: auto;
    margin: auto;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    cursor: pointer;
}

.highlights .secure-sticky {
    z-index: 1;
}

@-webkit-keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInUpShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80%, 0);
        transform: translate3d(0, 80%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInUpShort {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
    animation-duration: 2s;
}

@-webkit-keyframes fadeInDownShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80%, 0);
        transform: translate3d(0, -80%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-moz-keyframes fadeInDownShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80%, 0);
        transform: translate3d(0, -80%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes fadeInDownShort {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80%, 0);
        transform: translate3d(0, -80%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.fadeInDownShort {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
    animation-duration: 2s;
}

.certifications {
    background: #ffffff;
}

/*** Dashboard ***/
.dashboard-swiper {
    background: #f5f5f5;
    padding: 50px 0;
}

.inner-shape-container {
    text-align: center;
}

.gray-bg {
    background-color: #f2f2f2;
}

.higher-bg-image-1 {
    background-image: url("../images/bg-pattern-1.svg"), url("../images/bg-pattern-2.svg");
    background-position: 8% top, 92% top;
    background-repeat: no-repeat, no-repeat;
    background-size: 22%;
}
@media screen and (max-width: 768px) {
    .higher-bg-image-1 {
        background-position: top left, top right;
        background-size: 50%;
    }
}

.higher-bg-image-2 {
    background-image: url(../images/bg-pattern-3.svg);
    background-position: center -130px;
    background-repeat: no-repeat;
    background-size: 100%;
}
@media screen and (max-width: 1366.98px) {
    .higher-bg-image-2 {
        background-size: 100%;
        background-position: center;
    }
}

.mega-card-view {
    border: 1px solid #d6d6d6;
    box-shadow: 0px 0px 22px -2px #88888854;
    padding: 30px;
    border-radius: 3px;
    background-color: #ffffff;
}
.mega-card-view.mega-card-md img {
    max-width: 90px;
}
.mega-card-view img {
    max-width: 329px;
    width: 100%;
}
.mega-card-view.our-mega-card img {
    max-width: 275px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.mega-card-view .card-content {
    background-color: #fff;
    padding: 15px;
}
.mega-card-view h2,
.mega-card-view h3 {
    color: #222;
}
.mega-card-view ul {
    padding-left: 20px;
    font-size: 20px;
}
.mega-card-view ul li {
    list-style: disc;
}
.mega-card-view .media img {
    max-width: 80px;
}

.benefit-con {
    border-radius: 5px;
    overflow: hidden;
    padding: 0;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 0px 22px -2px #88888854;
    display: flex;
}
@media screen and (max-width: 768px) {
    .benefit-con {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .benefit-con.custom-order {
        display: grid;
    }
    .benefit-con.custom-order .benefit-con-box:nth-child(1) {
        order: 2;
    }
}
.benefit-con .benefit-con-box {
    padding: 25px;
    background-color: #ffffff;
}
@media screen and (max-width: 768px) {
    .benefit-con .benefit-con-box .pb-md-0 {
        padding-bottom: 0;
    }
}
/* .benefit-con .benefit-con-box.photo-view { display: flex; } */
@media screen and (max-width: 768px) {
    .benefit-con .benefit-con-box.photo-view {
        text-align: center;
        display: block;
        padding-bottom: 0;
    }
    .benefit-con .benefit-con-box {
        text-align: center;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}
@media screen and (max-width: 991.98px) {
    .benefit-con-box h4 {
        font-size: 1.5rem !important;
    }
    .benefit-con .list-dot-black {
        text-align: left;
    }
}
.benefit-con .benefit-con-box.rs-bg-color1 {
    background-color: #33b5e6;
}
.benefit-con .benefit-con-box.rs-bg-color2 {
    background-color: #99cc03;
}
.benefit-con .benefit-con-box.rs-bg-color3 {
    background-color: #dfb82b;
}
.benefit-con .benefit-con-box.rs-bg-color4 {
    background-color: #fd8f40;
}
.benefit-con .benefit-con-box p {
    margin-bottom: 0;
}

.slider-video {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.res-wrapper {
    position: relative;
    z-index: 1;
}

.multi-swiper-quote-slider {
    height: 420px;
    margin: 50px 0;
}
@media screen and (max-width: 991.98px) {
    .multi-swiper-quote-slider {
        height: 340px;
    }
}
.multi-swiper-quote-slider .swiper-slide {
    padding: 15px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
}
.multi-swiper-quote-slider .swiper-slide:hover {
    cursor: pointer;
}
.multi-swiper-quote-slider .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/email/shadow-shape-bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: -40px;
    height: 40px;
    width: 100%;
    left: 0;
}
.multi-swiper-quote-slider .swiper-slide img.white {
    display: none;
}
.multi-swiper-quote-slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active {
    background-color: #0066cb;
}
.multi-swiper-quote-slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active h4,
.multi-swiper-quote-slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active h5 {
    color: #fff;
}
.multi-swiper-quote-slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img.color {
    display: none;
}
.multi-swiper-quote-slider .swiper-slide.swiper-slide-visible.swiper-slide-thumb-active img.white {
    display: block;
}
.multi-swiper-quote-slider .swiper-slide img {
    width: 70px;
    padding: 5px;
}
@media screen and (max-width: 991.98px) {
    .multi-swiper-quote-slider .swiper-slide img {
        width: 45px;
        padding: 0;
    }
}
.multi-swiper-quote-slider .swiper-slide h4,
.multi-swiper-quote-slider .swiper-slide h5 {
    margin: 0;
    padding-left: 20px;
    font-size: 1.3rem;
}
@media screen and (max-width: 991.98px) {
    .multi-swiper-quote-slider .swiper-slide h4,
    .multi-swiper-quote-slider .swiper-slide h5 {
        font-size: 1.2rem;
    }
}

.features-image-slider-wrapper .swiper-slide img {
    max-width: 75%;
    margin: 40px auto 20px;
    display: block;
}
.features-image-slider-wrapper .swiper-slide h4,
.features-image-slider-wrapper .swiper-slide p {
    padding-left: 50px;
}
.features-image-slider-wrapper .swiper-pagination-fraction {
    bottom: inherit;
    top: 25px;
    right: 40px;
    left: inherit;
    width: 100px;
}

.smartDuoPageStyle .brand-features.section-space p {
    font-size: 30px;
}

.list-dot {
    margin-bottom: 50px;
    padding-left: 20px;
}

.list-dot > li {
    list-style: disc;
}

.list-dot > li > span {
    font-size: 20px;
}

.resScrollTopFixedCSS {
    position: relative;
    z-index: 99;
    background-image: linear-gradient(to right, #fff, #f5f5f5);
    /*box-shadow: 0px 1px 3px #ccc; */
}

.resScrollTopFixedCSS.fixed {
    position: fixed;
    top: 86px;
    width: 100%;
    z-index: 99;
}

.resScrollTopFixedCSS .scrollspy {
    display: none;
}

.page-header header {
    z-index: 999;
}

.tab-column-card .tab-column-content .nav {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0;
}

.tab-column-card .tab-column-content .nav .nav-link.active {
    position: relative;
}

.tab-column-card .tab-column-content .nav .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    color: #3566cc;
    z-index: 9;
}

.NBM-page-style .resSliderTabRemoveMobile .wrapper-outside-arrow.multi-slider {
    height: auto;
}

.NBM-page-style .resSliderTabRemoveMobile .multi-swiper-quote-slider {
    height: 280px;
}

.NBM-page-style .resSliderTabRemoveMobile .features-image-slider-wrapper .swiper-slide h4 {
    margin-top: 0px;
}

.NBM-page-style .resSliderTabRemoveMobile .list-dot > li > span {
    font-size: 16px;
}

.NBM-page-style .resSliderTabRemoveMobile .features-image-slider-wrapper .swiper-pagination-fraction {
    display: none;
}

/* Horizontal timeline - Desktop CSS  */
/* .resHorizontal-timeline-view.timeline--horizontal{padding:3rem;} */

.resHorizontal-timeline-view.timeline--horizontal .timeline__items {
    height: 750px !important;
}
.resHorizontal-timeline-view {
    z-index: 1;
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item {
    padding: 0 0 4rem;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline-divider {
    /* top:50.5% !important;left:16rem;*/
    height: 1px;
    transform: inherit;
    background-color: #ccc;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__content {
    background: transparent;
    border: none;
    padding: 0;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__content:before,
.resHorizontal-timeline-view.timeline--horizontal .timeline__content:after {
    display: none;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline-content {
    text-align: center;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item:after {
    background: url(../images/icons/usecase-arrow-down.svg) no-repeat;
    background-size: 100%;
    border: 0;
    width: 48px;
    height: 48px;
    transform: rotate(-90deg);
    margin-top: -24px;
    margin-left: -24px;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item.timeline__item--top:first-child:after {
    background: url(../images/icons/usecase-arrow-end.svg) no-repeat;
    background-size: 100%;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 70%;
    background: #ccc;
    left: 50%;
    top: 100%;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item.timeline__item--top:before {
    margin-top: -133px;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item.timeline__item--bottom {
    padding: 4.5rem 0 0;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item.timeline__item--bottom:before {
    margin-top: -6rem;
    top: 0;
}

/* .resHorizontal-timeline-view.timeline--horizontal .timeline__item--top:after{top:20rem;} */
.resHorizontal-timeline-view.timeline--horizontal .timeline__item--top .timeline-content {
    /* top:-2rem; */
    position: relative;
    background: #f2f2f2;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item--top .timeline-meta {
    padding: 0 2rem;
    position: absolute;
    margin-top: 8rem;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item--top .timeline-meta .meta-details {
    padding-top: 15px;
    border-top: 3px solid #0066cb;
    font-size: 19px;
    background: #f2f2f2;
}

/*.resHorizontal-timeline-view.timeline--horizontal .timeline__item--bottom {padding:10rem 0 0;}
/* .resHorizontal-timeline-view.timeline--horizontal .timeline__item--bottom:after{top:-3.6rem;} */
.resHorizontal-timeline-view.timeline--horizontal .timeline__item--bottom .timeline-content {
    /* margin-top:-10rem; */
    background: #f2f2f2;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item--bottom .timeline-meta {
    padding: 2rem;
    position: absolute;
    top: -20rem;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item--bottom .timeline-meta .meta-details {
    padding-bottom: 15px;
    border-bottom: 3px solid #0066cb;
    font-size: 19px;
    background: #f2f2f2;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline-nav-button {
    /* top:inherit !important; */
    bottom: 4rem;
    outline: 0;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline-nav-button:before {
    display: none;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline-nav-button.timeline-nav-button--prev {
    left: 10px;
    background: url(../images/left-arrow.svg) no-repeat #f2f2f2;
    background-size: cover;
    border: none;
}

.resHorizontal-timeline-view.timeline--horizontal .timeline-nav-button.timeline-nav-button--next {
    right: 10px;
    background: url(../images/right-arrow.svg) no-repeat #f2f2f2;
    background-size: cover;
    border: none;
}
.resHorizontal-timeline-view .timeline-nav-button.timeline-nav-button--next:disabled {
    background: url('../images/flow-end.svg') no-repeat #f2f2f2 !important;
    opacity: inherit;
}

/* Horizontal timeline - Mobile CSS  */
.resHorizontal-timeline-view.timeline--mobile {
    padding: 3rem 0;
}
@media screen and (max-width: 991.98px) {
    .resHorizontal-timeline-view.timeline--mobile {
        padding: 3rem 0 0;
    }
}

.resHorizontal-timeline-view.timeline--mobile:before {
    left: 20px !important;
    margin: 0 !important;
    width: 1px !important;
    background: #ccc !important;
    top: 4% !important;
    height: 88%;
}

@media screen and (max-width: 768px) {
    .resHorizontal-timeline-view.timeline--mobile:before {
        top: 8% !important;
        height: 76%;
    }
}

.resHorizontal-timeline-view.timeline--mobile .timeline__content {
    background: transparent;
    border: none;
    padding: 0;
}

.resHorizontal-timeline-view.timeline--mobile .timeline__content:before,
.resHorizontal-timeline-view.timeline--mobile .timeline__content:after {
    display: none;
}

.resHorizontal-timeline-view.timeline--mobile .timeline__content .timeline-content img {
    max-width: 100%;
    height: auto;
}

.resHorizontal-timeline-view.timeline--mobile .timeline__content .timeline-content img.resMobileWidth {
    width: 50%;
}

.resHorizontal-timeline-view.timeline--mobile .timeline-meta {
    padding: 1rem;
    font-size: 19px;
}

.resHorizontal-timeline-view.timeline--mobile .timeline__item {
    padding-left: 40px;
    padding-right: 10px;
}

.resHorizontal-timeline-view.timeline--mobile .timeline__item:after {
    background: url(../images/icons/usecase-arrow-down.svg) no-repeat;
    background-size: 100%;
    border: 0;
    width: 36px;
    height: 36px;
    margin-top: -100px;
}

.resHorizontal-timeline-view.timeline--mobile .timeline__item.timeline__item--left:first-child:after {
    background: url(../images/icons/usecase-arrow-end.svg) no-repeat;
    background-size: 100%;
}

.resHorizontal-timeline-view.timeline--mobile .timeline__item:before {
    display: none;
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ccc;
    left: 20px;
    top: 26%;
}

/* audience-identity-resolution.html - cloud animation */
.cross-device .omnichannel-elements {
    margin-top: 7%;
}

.cross-device .omnichannel-elements .inner {
    margin-top: 25px !important;
    position: relative;
    z-index: 1;
}

/* .cross-device .omnichannel-elements .inner img { width: 100%; } */

.cross-device .omnichannel-elements .contextLineRight {
    left: 15px;
    position: absolute;
}

.cross-device .omnichannel-elements .contextLineLeft {
    right: 15px;
    position: absolute;
}

.cross-device .omnichannel-elements .contextLineLeft,
.cross-device .omnichannel-elements .contextLineRight {
    content: "";
    height: 5px;
    top: 44px;
    width: 43%;
    bottom: 0;
    margin: auto;
    border-top: 1px solid rgba(17, 20, 22, 0.25);
}

/* div[class^="context-elements"] { width: 10%; float: left; margin-top: 15px !important; text-align: center; color: #111; font-weight: bold; } */

.context-elements0,
.context-elements1,
.context-elements2,
.context-elements3,
.context-elements4,
.context-elements6,
.context-elements7,
.context-elements8,
.context-elements9,
.context-elements10 {
    width: 8%;
    float: left;
    margin-top: 0 !important;
    font-size: 16px;
    text-align: center;
    color: #666;
    font-weight: bold;
}

/*** icon name added ***/
.context-elements5 {
    width: 20%;
    float: left;
    position: relative;
    z-index: 9;
}

.context-elements5 img {
    position: relative;
    margin-top: -20%;
    width: 100%;
}

/*.context-elements1.aos-init{position:absolute; left:50%;}
.context-elements1.aos-init.aos-animate{position:relative;; left:inherit;}*/
/* audience-data-management.html */
.resScrollTopFixedCSS.audience-data .scrollspy ul.scroll-menu li:before {
    height: 100%;
    top: 0;
    margin-top: 0;
}

.resScrollTopFixedCSS.audience-data ul.dropdown-menu > li a {
    font-size: 20px;
}

.resScrollTopFixedCSS.audience-data.fixed ul.dropdown-menu > li a {
    font-size: 17px;
}

/* Index.html */
.clients .client-content {
    padding: 50px 60px 50px 40px;
}

.our-client-swiper-content-wrapper {
    margin-top: 35% !important;
}

/* resulticks-story.html */
.resulticks-story-page .res-circle-dot {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #333;
    display: block;
    margin: 9px;
}

.resulticks-story-page .timeline-section .jazz-timeline .timeline-post .icon-dot-full:after {
    background-color: #333;
}

.resulticks-story-page .jazz-timeline:before {
    background-color: #333;
}

.resulticks-story-page .timeline-section .jazz-timeline:before {
    height: 87%;
    top: 6% !important;
    margin-left: 0;
}

.resulticks-story-page .jazz-timeline .timeline-post {
    min-height: 350px;
}

.resulticks-story-page .jazz-timeline .timeline-post .timeline-meta.for-large-icons {
    padding: 25px;
    background: #fff;
    border: 1px solid #ccc;
    border-left: 10px solid #0066cb;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}

.resulticks-story-page .timeline-section .jazz-timeline .timeline-post:nth-child(even) .for-large-icons {
    border-right: 10px solid #0066cb;
}

.resulticks-story-page .jazz-timeline .timeline-post .light-blue {
    border-color: #66c8ec !important;
}

.resulticks-story-page .jazz-timeline .timeline-post .light-green {
    border-color: #b3d942 !important;
}

.resulticks-story-page .jazz-timeline .timeline-post .light-red {
    border-color: #fe8182 !important;
}

.resulticks-story-page .jazz-timeline .timeline-post .light-yellow {
    border-color: #edd788 !important;
}

.resulticks-story-page .jazz-timeline .timeline-post .light-blue2 {
    border-color: #70c0c3 !important;
}

.resulticks-story-page .jazz-timeline .timeline-post .light-violet {
    border-color: #b786ce !important;
}

.resulticks-story-page .jazz-timeline .timeline-post .light-orange {
    border-color: #feab70 !important;
}

.resulticks-story-page .bigText {
    font-size: 5rem;
    color: #fff;
    background: #0066cb;
    line-height: 72px;
    font-weight: bold;
    width: 60px;
    height: 60px;
    display: block;
    float: left;
    margin-top: -18px;
    margin-right: 15px;
}

.resulticks-story-page .res-about-band {
    background-image: url(../images/./banner/resulticks-story-sing-full.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.resulticks-story-page .channel {
    background-image: url(../images/./banner/resulticks-story-line.jpg);
    background-repeat: repeat;
}

.resulticks-story-page .package {
    background-image: url(../images/./banner/resulticks-story-resource.jpg);
    background-size: cover;
}

@media (min-width: 768px) {
    .resScrollFixed,
    .resScrollFixed2,
    .resScrollFixed3,
    .resScrollFixed4 {
        position: absolute;
        width: 360px;
        transition-duration: 0.2s !important;
    }
    #parentHorizontalTab .resp-tab-content {
        padding: 100px 15px 200px;
    }
    .spaceBig-TB {
        padding: 200px 0 0 0;
    }
    .resScrollTopFixedCSS .dropdown-toggle {
        display: none;
    }
    .resScrollTopFixedCSS ul.dropdown-menu {
        position: relative;
        background-color: transparent;
        border: 0;
        border-radius: 0;
        top: inherit;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li {
        padding: 10px 15px 6px;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a {
        padding: 5px 0;
        position: relative;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a i {
        display: none;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a[data-target="#filterAll"] {
        padding: 8px 10px 5px;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active {
        color: #06c;
        border-bottom: 2px solid #06c;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active:before,
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active:after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -8px;
        border-bottom: 0;
        border-right: 10px solid transparent;
        border-top: 10px solid;
        border-left: 10px solid transparent;
        z-index: 9;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active:before {
        bottom: -10px;
        color: #06c;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active:after {
        bottom: -7px;
        color: #fff;
    }
    .audience-data ul.dropdown-menu > li {
        padding: 0 !important;
    }
    .audience-data ul.dropdown-menu > li a {
        display: inline-block !important;
        padding: 10px 15px 6px;
    }
    .audience-data ul.dropdown-menu > li a.active:before,
    .audience-data ul.dropdown-menu > li a.active:after {
        left: 100% !important;
    }
    .inner-shape-container .resExpandBlk.resOverlay:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 8;
    }
    .inner-shape-container .resExpandBlk .resExpandCnt {
        position: absolute;
        text-align: left;
        padding: 2%;
        top: 62%;
        left: 50%;
        margin-top: -50px;
        margin-left: -400px;
        border: 1px solid #d6d6d6;
        box-shadow: 0 0 22px -2px #88888854;
        z-index: 9;
    }
    .inner-shape-container .resExpandBlk .resExpandCnt .resModal-close {
        position: absolute;
        top: -14px;
        right: -14px;
        background: #fff;
        border-radius: 50%;
        width: 32px;
        height: 32px;
    }
    .inner-shape-container .resExpandBlk .resExpand1 {
        position: absolute;
        bottom: 25px;
        left: 25%;
    }
    .inner-shape-container .resExpandBlk .resExpand2 {
        position: absolute;
        bottom: 25px;
        right: 25%;
    }
}

@media (max-width: 1080px) {
    /* Overview.html - Secondary scroll menu alignment */
    .resScrollTopFixedCSS.overviewSecondaryMenu .justify-content-end {
        justify-content: flex-start !important;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu .dropdown {
        width: 100%;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu .dropdown a {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu .dropdown.show a.dropdown-toggle,
    .resScrollTopFixedCSS .dropdown a:after {
        display: none;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu ul.dropdown-menu {
        background: #fff;
        display: none;
        width: 100%;
        border: 0;
        border-radius: 0;
        transform: inherit !important;
        top: inherit !important;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu ul.dropdown-menu.show {
        display: block;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu ul.dropdown-menu > li {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu ul.dropdown-menu > li a {
        border-bottom: 1px solid #dee2e6;
        margin: 0;
        padding: 10px;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu ul.dropdown-menu > li a.active {
        background-color: #f9f9f9;
        font-family: "muktalight", sans-serif;
        color: #0056b3;
        border-bottom: 1px solid #dee2e6;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu ul.dropdown-menu > li a.active i {
        display: block;
    }
    .resScrollTopFixedCSS.overviewSecondaryMenu .scrollspy ul.dropdown-menu li:before,
    .resScrollTopFixedCSS.overviewSecondaryMenu ul.dropdown-menu > li a.active:before {
        display: none;
    }
}
@media (max-width: 991px) {
    h1,
    .h1 {
        font-size: 2rem;
    }
    h4,
    .h4 {
        font-size: 1.2rem;
    }
    .inner-shape-container .resExpandBlk .resExpandCnt {
        top: inherit;
        left: inherit;
        margin-top: inherit;
        margin-left: inherit;
    }
    .inner-shape-container .resExpandBlk .resExpand1,
    .inner-shape-container .resExpandBlk .resExpand2 {
        bottom: 0;
        width: 24px;
        height: 24px;
    }
    .resScrollTopFixedCSS.fixed {
        top: 55px;
    }
    .resSliderTabRemoveMobile .features-image-slider-wrapper .swiper-slide h4 {
        margin-top: 0;
    }
    .vision-bg {
        margin-right: 0 !important;
    }
    .vision-bg:after {
        display: none;
    }
    .next-content p {
        width: 100%;
    }
}
@media (max-width: 860px) {
    /* resulticks-story.html */
    .resulticks-story-page .jazz-timeline-wrapper {
        width: 100%;
    }
    .resulticks-story-page .res-circle-dot {
        margin: 3px;
    }
    .resulticks-story-page .jazz-timeline .timeline-post .timeline-meta.for-large-icons {
        padding: 10px;
        border: 0;
        border-left: 3px solid #0066cb;
    }
    .resulticks-story-page .jazz-timeline .timeline-post .timeline-meta .meta-details {
        font-size: 16px;
    }
    .resulticks-story-page .timeline-section .jazz-timeline:before {
        height: 86% !important;
        top: 1% !important;
    }
}
@media (max-width: 767px) {
    .contextLineLeft,
    .contextLineRight {
        display: none;
    }
    .cross-device .omnichannel-elements {
        margin-top: 0;
    }
    .cross-device .omnichannel-elements .inner {
        margin-top: 0;
        width: 19%;
        margin: 0 3%;
    }
    .context-elements0,
    .context-elements1,
    .context-elements2,
    .context-elements3,
    .context-elements4,
    .context-elements6,
    .context-elements7,
    .context-elements8,
    .context-elements9,
    .context-elements10 {
        width: 100px;
        margin-top: 0 !important;
        position: relative;
    }
    .context-elements0 {
        left: inherit;
    }
    .context-elements1 {
        left: inherit;
    }
    .context-elements2 {
        left: inherit;
    }
    .context-elements3 {
        left: inherit;
    }
    .context-elements4 {
        left: inherit;
    }
    .context-elements6 {
        left: inherit;
    }
    .context-elements7 {
        left: inherit;
    }
    .context-elements8 {
        left: inherit;
    }
    .context-elements9 {
        left: inherit;
    }
    .context-elements10 {
        left: inherit;
    }
    .context-elements5 {
        width: 100%;
    }
    .context-elements5 img {
        top: 0;
        left: 0;
        width: 60%;
        margin-top: 0;
    }
    .NBM-page-style .resSliderTabRemoveMobile .list-dot {
        margin: 0 !important;
    }
    .NBM-page-style .resSliderTabRemoveMobile .wrapper-outside-arrow.multi-slider {
        height: 40px;
    }
    /*.NBM-page-style .resSliderTabRemoveMobile .align-items-center .col-lg-12 h1 { padding: 2rem 0 0 0 !important; }*/
    .NBM-page-style .resSliderTabRemoveMobile .features-image-slider-wrapper .swiper-pagination-fraction {
        display: block;
        top: 120px;
    }
    [alt="gartner-logo"] {
        width: auto !important;
    }

    .resScrollFixed,
    .resScrollFixed2,
    .resScrollFixed3,
    .resScrollFixed4 {
        padding-top: 30px;
    }
    .spaceBig-TB {
        padding: 30px 0;
    }
    .inner-shape-container .resExpandBlk .resExpandCnt {
        padding: 5%;
        width: 94%;
    }
    .inner-shape-container .resExpandBlk .resExpandCnt .resModal-close {
        top: -10px;
        right: -10px;
    }
    .resScrollTopFixedCSS .justify-content-end {
        justify-content: flex-start !important;
    }
    .resScrollTopFixedCSS .dropdown {
        width: 100%;
    }
    .resScrollTopFixedCSS .dropdown a {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 10px;
    }
    .resScrollTopFixedCSS .dropdown.show a.dropdown-toggle,
    .resScrollTopFixedCSS .dropdown a:after {
        display: none;
    }
    /*.resScrollTopFixedCSS .dropdown a span:after{content: "\e994"; position:absolute; right:8px; font-family:'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}*/
    .resScrollTopFixedCSS ul.dropdown-menu {
        display: none;
        width: 100%;
        border: 0;
        border-radius: 0;
        transform: inherit !important;
        top: inherit !important;
    }
    .resScrollTopFixedCSS ul.dropdown-menu.show {
        display: block;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li {
        width: 100%;
        padding: 0;
        text-align: left;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a {
        border-bottom: 1px solid #dee2e6;
        margin: 0;
        padding: 10px;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active {
        background-color: #f9f9f9;
        font-family: "muktalight", sans-serif;
        color: #0056b3;
        border-bottom: 1px solid #dee2e6;
    }
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active i {
        display: block;
    }
    .resScrollTopFixedCSS .scrollspy ul.dropdown-menu li:before,
    .resScrollTopFixedCSS ul.dropdown-menu > li a.active:before {
        display: none;
    }
    .resSliderTabRemoveMobile .wrapper-outside-arrow .swiper-container {
        display: none;
    }
    .resSliderTabRemoveMobile .features-image-slider-wrapper .swiper-slide h4 {
        padding-left: 0 !important;
    }
    .resSliderTabRemoveMobile .features-image-slider-wrapper .swiper-slide p {
        padding-left: 0 !important;
    }
    .resSliderTabRemoveMobile .wrapper-outside-arrow.multi-slider {
        height: 40px;
    }
    .resSliderTabRemoveMobile .outer-next-prev.vertical .swiper-button-prev {
        margin-left: -35px !important;
        transform: inherit;
    }
    .resSliderTabRemoveMobile .outer-next-prev.vertical .swiper-button-next {
        bottom: inherit;
        top: 25px;
        left: 50%;
        margin-left: 10px;
        transform: inherit;
    }
    /* audience-data-management.html */
    .resScrollTopFixedCSS.audience-data .scrollspy ul.scroll-menu li,
    .resScrollTopFixedCSS.audience-data.fixed .scrollspy ul.scroll-menu li {
        padding: 0;
    }
    .resScrollTopFixedCSS.audience-data ul.dropdown-menu > li a,
    .resScrollTopFixedCSS.audience-data.fixed ul.dropdown-menu > li a {
        font-size: 16px;
    }
    /*  package-features.html */
    .table-responsive.package-table {
        padding: 0;
    }
    .package-table .table th:first-child,
    .package-table .table td:first-child {
        left: -1px !important;
    }
    .package-table .table th:nth-child(1) {
        padding: 15px 45px !important;
    }
    .package-table .table th:nth-child(2) {
        padding: 15px 50px !important;
    }
    .package-table .table th:nth-child(3) {
        padding: 15px 67px !important;
    }
    .package-table .table th:nth-child(4) {
        padding: 15px 40px !important;
    }
    .package-table .learn-more.bg-color,
    .package-table .learn-more.bg-color-blue {
        padding: 8px 15px !important;
    }

    /* Index.html */
    .clients .client-content {
        padding: 40px 10px;
    }
    .clients .client-content .quote-box {
        padding: 15px;
    }
    .clients .client-content .quote-box .quote-icon-top,
    .clients .client-content .quote-box .quote-icon-bot {
        width: 36px;
    }
    .clients .client-content .quote-box .quote-icon-top img,
    .clients .client-content .quote-box .quote-icon-bot img {
        width: 100%;
    }
    .clients .client-content .quote-box .quote-icon-top {
        top: -24px;
    }
    .clients .client-content .quote-box .quote-icon-bot {
        bottom: -24px;
    }
    .clients .our-client-swiper-content-wrapper {
        top: 0 !important;
        border-radius: 0;
        margin-top: 0 !important;
    }
}
.timeline-section .jazz-timeline:before {
    top: 15% !important;
}

.timeline-section .jazz-timeline .timeline-post {
    padding: 0 100px 30px 0; /*border-right: 1px solid #ccc;*/
}

.timeline-section .jazz-timeline .timeline-post:nth-child(even) {
    padding: 0 0 30px 100px; /*border-right:0; border-left: 1px solid #ccc;*/
}

.timeline-section .jazz-timeline .timeline-post .timeline-meta.for-large-icons {
    margin: 0 0 0 90px;
}

.timeline-section .jazz-timeline .timeline-post:nth-child(even) .timeline-meta.for-large-icons {
    margin: 0 90px 0 0 !important;
}

.timeline-section .jazz-timeline .timeline-post .icon-dot-full {
    width: 48px !important;
    height: 48px !important;
    margin-left: -24px;
    margin-top: 0;
    line-height: 0;
    left: 50% !important;
}

.timeline-section .jazz-timeline .timeline-post .icon-dot-full:after {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -90px !important;
    margin-top: 0 !important;
    width: 180px !important;
}

.timeline-section .jazz-timeline .timeline-post .usecase-close.icon-dot-full:after {
    margin-left: 0 !important;
    width: 90px !important;
}

.omnichannel-rules-engine .timeline-section .jazz-timeline:before,
.smart-duo-page .timeline-section .jazz-timeline:before {
    top: 10% !important;
    height: 80%;
}

@media (max-width: 860px) {
    .jazz-timeline-wrapper {
        width: 100%;
    }
    .timeline-section .jazz-timeline:before {
        top: 2% !important;
        height: 78% !important;
        left: 20px !important;
    }
    .omnichannel-rules-engine .timeline-section .jazz-timeline:before {
        top: 2% !important;
        height: 81% !important;
    }
    .smart-duo-page .timeline-section .jazz-timeline:before {
        top: 1% !important;
        height: 80% !important;
    }
    .smart-duo-page .timeline-section .jazz-timeline .timeline-post .timeline-content {
        padding-left: 50px !important;
    }
    .timeline-section .jazz-timeline .timeline-post {
        padding: 0 0 30px 0;
        display: block !important;
        position: relative;
    }
    .timeline-section .jazz-timeline .timeline-post:nth-child(even) {
        padding: 0 0 30px 0;
    }
    .timeline-section .jazz-timeline .timeline-post .timeline-meta.for-large-icons {
        margin: 0 0 20px 50px;
    }
    .timeline-section .jazz-timeline .timeline-post .timeline-icon.icon-dot-full {
        width: 36px !important;
        height: 36px !important;
        margin-left: 0;
        left: 0 !important;
        top: 0;
    }
    .timeline-section .jazz-timeline .timeline-post .timeline-icon.icon-dot-full img {
        width: 100%;
    }
    .timeline-section .jazz-timeline .timeline-post .icon-dot-full:after {
        width: 32px !important;
        margin-left: 0 !important;
    }
    .timeline-section .jazz-timeline .timeline-post .timeline-content {
        display: block !important;
    }
    .timeline-section .jazz-timeline .timeline-post .timeline-content img {
        margin: 0 auto;
    }
    .timeline-section .jazz-timeline .timeline-post:nth-child(even) .timeline-meta.for-large-icons {
        margin: 0 0 20px 50px !important;
        border-left: 3px solid #0066cb;
        border-right: 0;
    }
    .timeline-section .jazz-timeline .timeline-post:nth-child(even) .for-large-icons .meta-details {
        text-align: left !important;
    }
    .timeline-section .jazz-timeline .timeline-post .usecase-close.icon-dot-full:after {
        width: 32px !important;
    }
}
/* End */
.our-client-swiper-content-wrapper {
    background-color: #fff;
    position: relative;
    right: 50px;
    z-index: 1;
    border: 1px solid #d4d6de;
    border-radius: 3px;
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .our-client-swiper-content-wrapper {
        top: 0;
        right: 0;
    }
}
.our-client-swiper-content-wrapper .swiper-slide {
    background-color: #fff;
}

.our-client-swiper-thumbs {
    width: auto;
}
.our-client-swiper-thumbs .swiper-slide {
    height: 66px;
    text-align: center;
    border: 1px solid #ececec;
    border-radius: 4px;
    background-color: #fff;
    display: flex;
}
.our-client-swiper-thumbs .swiper-slide:hover {
    cursor: pointer;
}
.our-client-swiper-thumbs .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #007bff;
}
.our-client-swiper-thumbs .swiper-slide img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .our-client-swiper-thumbs .swiper-slide img {
        width: 80%;
        margin: 0 auto;
    }
}

.client-swiper--control-two .swiper-slide {
    pointer-events: none;
}

.tab-list-card .nav {
    display: inherit;
}
.tab-list-card .nav .nav-item {
    margin: 0 0 15px;
    width: 100%;
}
.tab-list-card .nav .nav-item .nav-link {
    color: #333;
    font-size: 20px;
    font-family: "muktabold", sans-serif;
    border: 1px solid #d4d4d4;
    padding: 10px 25px;
    position: relative;
    background-color: #ffffff;
}
.tab-list-card .nav .nav-item .nav-link img {
    width: 55px;
}
.tab-list-card .nav .nav-item .nav-link:hover {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.tab-list-card .nav .nav-item .active {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #0066cc;
}
.tab-list-card .card {
    background-color: inherit;
}
@media screen and (max-width: 991.98px) {
    .tab-list-card .card .card-body img {
        width: 105px;
        float: right;
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    .tab-list-card .nav-pills {
        display: flex;
    }
    .tab-list-card .card {
        border: none;
    }
    .tab-list-card .card .card-header {
        display: none;
    }
    .tab-list-card .card .collapse {
        display: block;
    }
}
@media (max-width: 991px) {
    .tab-list-card .tab-pane {
        display: block !important;
        opacity: 1;
    }
    .tab-list-card .tab-list-xs .ml-5 {
        margin-left: 0 !important;
    }
    .tab-list-card .tab-list-xs .mr-4 {
        margin-right: 1rem !important;
    }
    .tab-list-card .card {
        border-radius: 0;
        border: none;
        background-color: inherit;
    }
    .tab-list-card .card .card-header {
        background-color: inherit;
        position: relative;
    }
    .tab-list-card .card .card-header h4 {
        font-size: 1.15rem;
    }
    .tab-list-card .card .card-header a {
        color: #333;
    }
    .tab-list-card .card .card-header img {
        width: 60px;
    }
    .tab-list-card .card .card-header i {
        position: absolute;
        top: 30px;
        right: 15px;
        cursor: pointer;
        font-size: 24px;
    }
    .tab-list-card .card .card-body h3 {
        font-size: 1.5rem;
    }
}
.overflow-hidden {
    overflow: hidden;
}

.breadcrumb {
    background-color: inherit;
    padding: 7px 15px;
}
.breadcrumb li a {
    color: #0066cc;
    text-transform: capitalize;
}
.breadcrumb .active {
    color: #585858;
    text-transform: capitalize;
}
.breadcrumbTitle li a {
    text-transform: initial;
}

/* .chat-close-icon { width: 24px; height: 24px; margin: 10px 0 0; text-align: center; line-height: 24px; float: right; cursor: pointer; } */
.chat-close-icon {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}
.chat-close-icon:hover i {
    color: #343a40;
}
.chat-close-icon i {
    color: #6c757d;
    font-weight: bold;
    margin-left: 2px;
    font-size: 15px;
}

#stream .card-header {
    background-color: #f2f2f2;
}
#stream .card-body {
    background-color: #f2f2f2;
    padding: 0 0 0 70px;
}
@media screen and (max-width: 768px) {
    #stream .card-body {
        padding: 0;
    }
}

.go-hybrid {
    overflow: hidden;
}
.go-hybrid .card-flip {
    height: 520px;
}
@media screen and (max-width: 991.98px) {
    .go-hybrid .card-flip {
        height: 350px;
    }
}

.hybrid-corner .top-corner {
    top: -170px;
}

.flip-wrapper {
    margin: 0;
}
.flip-wrapper .card-flip {
    -webkit-perspective: 1500;
    -ms-perspective: 1500;
    -moz-perspective: 1500;
    -o-perspective: 1500;
    perspective: 1500;
    position: relative;
    /*z-index: 10;*/
}
.flip-wrapper .card-flip .content {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    -o-transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    -ms-transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    -moz-transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}
@media screen and (max-width: 768px) {
    .flip-wrapper .card-flip:first-child {
        margin-bottom: 25px;
    }
}
.flip-wrapper .more {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.flip-wrapper .more:checked ~ .content, .card-flip.flip-active .content {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.card-flip .front.flip-front {
    cursor: pointer;
}
.agnostic .flip-wrapper .more:checked ~ .content {
    z-index: 1;
}
.flip-wrapper .front,
.flip-wrapper .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0px 0px 22px -2px #88888854;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.flip-wrapper .front .inner,
.flip-wrapper .back .inner {
    height: 100%;
    text-align: center;
    padding: 0 20px;
}
.flip-wrapper .front .inner label,
.flip-wrapper .back .inner label {
    cursor: pointer;
    position: absolute;
    right: 15px;
    bottom: 15px;
    margin: 0;
}
@media screen and (max-width: 768px) {
    .flip-wrapper .front .inner label,
    .flip-wrapper .back .inner label {
        right: 15px;
        bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .flip-wrapper .front .inner label img,
    .flip-wrapper .back .inner label img {
        width: 25px;
    }
}
.flip-wrapper .front {
    background-color: #fff;
}
.flip-wrapper .front:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flip-wrapper .front .inner {
    justify-items: center;
}
@media screen and (max-width: 991.98px) {
    .flip-wrapper .front .inner img {
        max-width: 270px;
    }
}
.flip-wrapper .back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #fff;
}
.flip-wrapper .back .inner {
    justify-items: center;
}
.flip-wrapper .back .inner p {
    font-size: 20px;
    line-height: 1.5;
}
/* @media screen and (max-width: 768px) { .flip-wrapper .back .inner p { font-size: 16px; } } */

.overall .view-right {
    right: 20px;
    bottom: -5px;
}

.stack .view-right {
    right: 50px;
    bottom: 10px;
}
.stack .mega-card-view {
    position: relative;
}
.stack .mega-card-view .expand-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.info-popup {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #d6d6d6;
    padding: 25px;
    z-index: 10;
    transition: all ease-in-out;
    transition-duration: 0.5s;
    width: 100%;
    height: 100%;
}
.info-popup.left-top {
    transform: translate(-100%, -100%);
}
.info-popup.right-top {
    transform: translate(100%, -100%);
}
.info-popup.left-bottom {
    transform: translate(-100%, 100%);
}
.info-popup.right-bottom {
    transform: translate(100%, 100%);
}
.info-popup.left-top.segment-active,
.info-popup.right-top.segment-active,
.info-popup.left-bottom.segment-active,
.info-popup.right-bottom.segment-active {
    transform: translate(0%, 0%);
    transition-duration: 0.5s;
}
.info-popup .expand-icon {
    position: absolute;
    right: 25px;
    bottom: 25px;
}

.mega-box-wrapper .section-box-1,
.mega-box-wrapper .section-box-3 {
    padding-left: 0;
}
.mega-box-wrapper .section-box-2,
.mega-box-wrapper .section-box-4 {
    padding-right: 0;
}
@media screen and (max-width: 768px) {
    .mega-box-wrapper .section-box-1,
    .mega-box-wrapper .section-box-3 {
        padding-left: 15px;
    }
    .mega-box-wrapper .section-box-2,
    .mega-box-wrapper .section-box-4 {
        padding-right: 15px;
    }
    .mega-box-wrapper .section-box-3 {
        margin-bottom: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .mobile-align-parallax {
        display: flex;
        vertical-align: middle;
        align-items: center;
    }
}
@media screen and (max-width: 768px) {
    .mobile-align-parallax .order-change,
    .mobile-align-parallax img {
        margin: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .mobile-align-parallax .order-change {
        order: 2;
    }
}
@media screen and (max-width: 768px) {
    .mobile-align-parallax img {
        margin: 5px 0 !important;
    }
}

@media screen and (max-width: 991.98px) {
    .highlights h1 {
        font-size: 1.5rem;
        margin-bottom: 20px !important;
    }
}
@media screen and (max-width: 768px) {
    .highlights h1 {
        margin-bottom: 0 !important;
    }
}
.highlights .img-fluid {
    max-width: 250px;
}
@media screen and (max-width: 991.98px) {
    .highlights .img-fluid {
        max-width: 170px;
    }
}
@media screen and (max-width: 768px) {
    .highlights .img-fluid {
        max-width: 140px;
        padding-right: 26px;
    }
}
@media screen and (min-width: 768px) {
    .highlights .fixed-sticly {
        position: sticky;
        top: 56px;
    }
}

.scroll-wrapper {
    position: relative;
    z-index: 9;
    box-shadow: 0px 1px 3px #ccc;
}
.scroll-wrapper p {
    font-size: 20px;
    line-height: 1.5;
}

.scrollspy ul {
    padding: 0;
}
.scrollspy ul li:before {
    border-color: #bbb;
    left: -1px;
    top: 50%;
    margin-top: -7px;
    height: 18px;
}
.scrollspy ul li a {
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}
.scrollspy ul li .active {
    font-family: "muktabold", sans-serif;
}

.grey-light {
    background-color: #f9f9f9;
}

.analytics-channel-1 .swiper-slide {
    min-height: 200px;
}

.analytics-channel-4 a {
    font-size: 16px;
    color: #333333;
}
@media screen and (max-width: 768px) {
    .analytics-channel-4 a {
        margin-bottom: 25px;
    }
}
.analytics-channel-4 a img {
    margin-bottom: 20px;
}

.predictive .card-flip {
    height: 600px;
}
@media screen and (max-width: 991.98px) {
    .predictive .flip-wrapper:nth-child(1) {
        margin-bottom: 25px;
    }
}
.predictive .flip-wrapper .pred-bg {
    background-color: #111111;
}
.predictive .flip-wrapper .pres-bg {
    background-color: #333333;
}
.predictive .flip-wrapper .img-fluid {
    min-height: 375px;
}
.predictive .flip-wrapper .front,
.predictive .flip-wrapper .back {
    box-shadow: none;
}
.predictive .flip-wrapper .front h1 {
    font-size: 4rem;
    color: #ffffff;
}
.predictive .flip-wrapper .back h1,
.predictive .flip-wrapper .back p {
    color: #ffffff;
}
.predictive .border-right {
    border-color: #737373 !important;
}

.card-view {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    padding: 15px 25px;
    border-radius: 0.25rem;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}
.card-view.plain-card {
    border: 0;
    box-shadow: none;
}
.card-view p {
    margin: 0;
}

#tools-accordion .card {
    background-color: transparent;
}

ul.re-list {
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
}
ul.re-list li {
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 991.98px) {
    ul.re-list li {
        width: 100%;
        padding-right: 0;
    }
}
ul.re-list li img {
    width: 50px;
    margin-right: 15px;
}

.circle-dot {
    padding-left: 17px;
    position: relative;
}
.circle-dot:before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #636363;
    left: 0;
    top: 12px;
}

.slimScrollDiv {
    padding-right: 10px;
}

@media screen and (max-width: 991.98px) {
    .wsshopwp .slimScrollDiv {
        padding-right: 0 !important;
    }
}

.slimScrollBar {
    width: 5px !important;
    border-radius: 0 !important;
    height: 100px !important;
}

/* .wsshopwp .slimScrollBar { background-color: #071472 !important; } */

.whats .slimScrollBar {
    background-color: #ffffff !important;
}

.business-box p {
    font-size: 20px;
    line-height: 1.5;
}

.teal-bg {
    background-color: #008489;
}

.picton-bg {
    background-color: #009bdf;
}

.timeline-section .jazz-timeline:before {
    top: 70px;
    height: 75%;
    background-image: inherit;
}
.timeline-section .jazz-timeline .timeline-post:nth-child(even) .for-large-icons {
    margin: 45px 90px 0 0;
    border-left: 0;
    border-right: 3px solid #0066cb;
    padding-right: 15px;
}
.timeline-section .jazz-timeline .timeline-post:nth-child(even) .for-large-icons .meta-details {
    text-align: left;
}
.timeline-section .jazz-timeline .timeline-post .icon-dot-full {
    background: inherit;
    border-radius: inherit;
    width: inherit;
    height: inherit;
    border: 0;
    left: 27%;
}
.timeline-section .jazz-timeline .timeline-post .icon-dot-full:after {
    content: "";
    height: 1px;
    position: relative;
    z-index: -1;
    display: block;
    left: 35%;
    margin-top: -35px;
    width: 30%;
    background-color: #ccc;
}
.timeline-section .jazz-timeline .timeline-post .timeline-content {
    display: flex;
    flex-direction: row-reverse;
    padding: 0 25px;
}
.timeline-section .jazz-timeline .timeline-post .timeline-right-content {
    flex-direction: inherit;
}
.timeline-section .jazz-timeline .timeline-post .for-large-icons {
    margin: 35px 0 0 90px;
    border-left: 3px solid #0066cb;
    padding-left: 15px;
}
.timeline-section.dark-theme .jazz-timeline .timeline-post .timeline-meta .meta-details {
    color: #ffffff;
}

.audience-swiper-control .mega-card-view {
    margin: 0 15px;
    padding: 25px;
}
.audience-swiper-control .mega-card-view img {
    max-width: 100%;
}
.audience-swiper-control .horizontal .swiper-button-next {
    right: -20px;
}
.audience-swiper-control .horizontal .swiper-button-prev {
    left: -20px;
}
.audience-swiper-control .swiper-pagination-fraction {
    bottom: 47px;
}
.audience-swiper-control .outer-next-prev.horizontal.bottom {
    bottom: 50px;
}

.empower-arrow .mega-card-view {
    padding: 30px;
}
@media screen and (max-width: 768px) {
    .empower-arrow .mega-card-view {
        padding: 20px;
        margin: 0 auto;
        width: 88%;
    }
}
.empower-arrow .swiper-button-prev,
.empower-arrow .swiper-button-next {
    background-image: inherit;
    font-family: "icomoon" !important;
    font-size: 24px;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    color: #aaa;
    min-height: 60px;
    width: 25px !important;
    transition: 0.4s;
}
.empower-arrow .swiper-button-prev:hover,
.empower-arrow .swiper-button-next:hover {
    background-color: #0e68b4;
    color: #fff;
    border-color: #0e68b4;
    width: 38px !important;
}
.empower-arrow .horizontal .swiper-button-prev {
    left: 25px;
    box-shadow: -1px 1px 3px #ccc;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
@media screen and (max-width: 768px) {
    .empower-arrow .horizontal .swiper-button-prev {
        left: 8px;
    }
}
.empower-arrow .horizontal .swiper-button-prev:before {
    content: "\e93e";
}
.empower-arrow .horizontal .swiper-button-prev:hover {
    transform: translate(-18px, 0);
    -webkit-transform: translate(-18px, 0);
    -moz-transform: translate(-18px, 0);
    left: 30px;
}
@media screen and (max-width: 768px) {
    .empower-arrow .horizontal .swiper-button-prev:hover {
        left: 15px;
    }
}
.empower-arrow .horizontal .swiper-button-next {
    right: 25px;
    box-shadow: 1px 2px 3px #ccc;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
@media screen and (max-width: 768px) {
    .empower-arrow .horizontal .swiper-button-next {
        right: 8px;
    }
}
.empower-arrow .horizontal .swiper-button-next:before {
    content: "\e934";
}
.empower-arrow .horizontal .swiper-button-next:hover {
    transform: translate(18px, 0);
    -webkit-transform: translate(18px, 0);
    -moz-transform: translate(18px, 0);
    right: 30px;
}
@media screen and (max-width: 768px) {
    .empower-arrow .horizontal .swiper-button-next:hover {
        right: 15px;
    }
}
.empower-arrow .horizontal.center {
    top: 45%;
}

.sw-custom-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.overview-count-pagination {
    position: absolute;
    top: -4%;
    right: 4%;
    z-index: 100;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .overview-count-pagination {
        right: 1%;
        top: -5%;
        font-size: 16px;
    }
}

/* @media (min-width: 769px) { .impact-count-pagination { display: none; } } */
/* @media screen and (max-width: 768px) { .impact-count-pagination { position: absolute; bottom: auto; left: auto !important; top: 0; right: 4%; width: auto !important; font-size: 18px; } } */
@media screen and (max-width: 768px) {
    .impact-count-pagination {
        right: 1%;
        top: 1%;
        font-size: 16px;
        left: auto !important;
        width: auto !important;
        position: absolute;
    }
}

/* @media screen and (max-width: 991.98px) { .responsive-bullet-arrow .swiper-slide { padding-bottom: 3rem; } } */
.responsive-bullet-arrow .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #888;
    margin: 0 4px;
}
.responsive-bullet-arrow .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #9c9c9c;
}
.responsive-bullet-arrow .overview-swiper-pagination {
    position: absolute;
    bottom: -35px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
}

.digital-overview .responsive-bullet-arrow .swiper-pagination-bullet.swiper-pagination-bullet {
    background-color: #f3f3f3;
}
.digital-overview .responsive-bullet-arrow .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}

.tabs .nav-tabs {
    padding: 0.5rem 0;
    margin: 0;
    border-bottom: 0;
}
.tabs .nav-tabs li:before {
    border-color: #bbb;
    left: -1px;
    top: 2px;
    height: 18px;
}
.tabs .nav-tabs li a {
    color: #333333;
    font-size: 16px;
    cursor: pointer;
}
.tabs .nav-tabs li .active {
    font-family: "muktabold", sans-serif;
}

.segment-pattern .top-right {
    top: -170px;
}
.segment-pattern .top-left.net-pattern {
    top: -125px;
}
.segment-pattern .top-left.net-pattern img {
    opacity: 0.3;
}

.five-pillars h3 {
    font-family: "Muktalight", sans-serif;
}
.five-pillars .five {
    font-size: 3rem;
    font-family: "Muktabold", sans-serif;
    color: #111111;
}
@media screen and (max-width: 768px) {
    .five-pillars .five {
        font-size: 2.5rem;
        line-height: 1.2;
    }
}

.foot-social {
    padding: 0;
    margin: 0 0 0 15px;
}
.foot-social li {
    float: left;
    margin: 0 12px 0 0;
}

.vision-bg {
    background-color: #fd8f40;
    border-radius: 25px;
    padding: 20px;
    width: 70%;
    color: #fff;
}
.vision-bg p {
    font-size: 20px;
    line-height: 1.8rem;
    font-style: italic;
    text-align: left;
    margin-bottom: 0;
}
.vision-bg:after {
    content: "";
    position: absolute;
    top: 100%;
    left: auto;
    right: 50px;
    width: 0;
    height: 0;
    border-top: solid 30px #fd8f40;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
.vision-bg.vision-bg-left {
    position: relative;
    left: 30%;
}	
.vision-bg.vision-bg-left:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 60px;
    width: 0;
    height: 0;
    border-top: solid 30px #fd8f40;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}

.matt-corner .top-corner {
    right: 0;
    z-index: 10;
    bottom: 0;
    position: absolute;
    top: auto;
}
@media screen and (max-width: 768px) {
    .matt-corner .top-corner {
        right: -15px;
    }
}
@media screen and (max-width: 768px) {
    .matt-corner .top-corner .w-100 {
        width: 75% !important;
    }
}

.detail-code .benefit-con-box.rs-bg-color4 {
    background-color: #d3d6dd;
}

@media screen and (max-width: 768px) {
    .card-xs .card-box {
        margin-bottom: 1.75rem;
    }
}

.card-view-swiper .swiper-container {
    padding: 30px 10px 0;
}
.card-view-swiper .card {
    transition: 0.4s;
}
.card-view-swiper .card p {
    font-size: 19px;
    line-height: 1.7;
}
.card-view-swiper .card:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
@media screen and (max-width: 991.98px) {
    .card-view-swiper .card:hover {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}
@media screen and (max-width: 768px) {
    .card-view-swiper .swiper-container-horizontal .swiper-pagination-bullets {
        bottom: 10px;
    }
}

.overlapwhitebg.active {
    width: 100%;
    position: fixed;
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
}

.sub-image-sm {
    position: absolute;
    right: 14%;
    bottom: 0;
    width: 26%;
}

.attribution-swiper .swiper-slide {
    background-color: #fff;
    padding: 15px 15px 0;
    height: auto;
    border: 1px solid #bbb;
    border-radius: 3px;
}

.outer-next-prev.horizontal.center.vertical50 {
    transform: translate(-50%, 150%);
}
@media screen and (max-width: 991.98px) {
    .outer-next-prev.horizontal.center.vertical50 {
        transform: translate(-50%, 0%);
    }
}

.divider-para p {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.divider-para p:last-child {
    border-bottom: 0;
}

.max-width-35 {
    max-width: 35rem;
}
@media screen and (max-width: 991.98px) {
    .max-width-35 {
        max-width: 25rem;
    }
}
@media screen and (max-width: 768px) {
    .max-width-35 {
        max-width: 35rem;
        width: 100%;
    }
}

.b2c .max-width-35 {
    max-width: 25rem;
}
@media screen and (max-width: 768px) {
    .b2c .ml-5 {
        margin-left: 3rem;
    }
}

.sms-swiper .swiper-pagination-fraction {
    top: 10px;
    right: 100px;
}

.campaign .card .card-header {
    padding: 7px 0;
}
.campaign .card .card-body {
    padding: 0 0 0 70px;
}
@media screen and (max-width: 768px) {
    .campaign .card .card-body {
        padding: 0;
    }
}
.agnostic .card-flip {
    height: 275px;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	.agnostic .card-flip {
		height: 300px;
	}
	
}
@media screen and (max-width: 768px) {
    .agnostic .card-flip {
        margin-bottom: 0;
    }
}
.agnostic .flip-wrapper .front,
.agnostic .flip-wrapper .back {
    padding: 25px;
}
.agnostic .flip-wrapper .inner img {
    margin-top: 25px;
}

.res-packages {
    border: 1px solid #dee2e6;
    margin: 0;
}
.res-packages .w-25 {
    border-right: 1px solid #dee2e6;
}
.res-packages .w-25 .heading {
    display: block;
    padding: 15px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #dee2e6;
}
.res-packages .w-25 p {
    padding: 12px;
    margin-bottom: 0;
}
.res-packages .bg-head-color1 {
    background-color: #e9e9e9;
    color: #333333;
}
.res-packages .bg-head-color2 {
    background-color: #6d6e71;
    color: #ffffff;
}
.res-packages .bg-head-color3 {
    background-color: #fd992f;
    color: #ffffff;
}
.res-packages .bg-head-color4 {
    background-color: #0c8aff;
    color: #ffffff;
}
.res-packages .features-list {
    padding: 0;
    margin: 0;
}
.res-packages .features-list li {
    padding: 12px 10px;
    border-bottom: 1px solid #dee2e6;
    font-size: 18px;
}
.res-packages .features-list li.last-list {
    border-bottom: 0;
}

.package-table .table {
    font-family: "muktalight", sans-serif;
    font-size: 18px;
    position: relative;
}
.package-table .table th {
    padding: 15px 20px;
    text-align: center;
}
.package-table .table th.bg-head-color1 {
    background-color: #e9e9e9;
    color: #333333;
}
.package-table .table th.bg-head-color2 {
    background-color: #6d6e71;
    color: #ffffff;
}
.package-table .table th.bg-head-color3 {
    background-color: #fd992f;
    color: #ffffff;
}
.package-table .table th.bg-head-color4 {
    background-color: #0c8aff;
    color: #ffffff;
}
.package-table .table td {
    text-align: center;
}
.package-table .table td:first-child {
    text-align: left;
}
@media screen and (max-width: 768px) {
    .package-table .table th:first-child,
    .package-table .table td:first-child {
        position: sticky;
        left: 0px;
        background-color: #e9e9e9;
        z-index: 10;
    }
}

.hide-top {
    border-top-style: hidden !important;
}

/* .faq .card { padding: 10px 25px; margin-bottom: 15px; box-shadow: 0px 1px 12px -2px #88888854; border: 1px solid #ddd; } */
.faq .card {
    padding: 5px 0;
    border-bottom: 2px dotted #bbb;
    background-color: inherit;
    border-radius: inherit;
}
.faq .card:last-child {
    border-bottom: 0;
}
.faq .card .card-header {
    border-radius: 0;
    background-color: transparent;
}
.faq .card .card-header a {
    font-size: 21px;
}
.faq .card .card-body {
    padding: 10px 0 0 3px;
}
/* .email-faq .card .card-body { padding: 0 0 0 30px; } */
/* @media screen and (max-width: 768px) { .faq .card .card-body { padding: 0 20px 0 30px; } } */
.faq .card .card-header i {
    margin-top: -14px;
}

.link-blue {
    color: #0066cc;
}

.bg-blue-gradient {
    background: linear-gradient(to right, #030f87 0%, #0224df 100%);
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.partners-swiper .swiper-container {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.partners-swiper .swiper-container .swiper-slide {
    text-align: center;
    height: calc((100% - 70px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.global-body .card-body {
    margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
    .global-body .card-body {
        margin-top: 0;
    }
}
.global-body .card-body p {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.5;
}

.white-bg {
    background: #ffffff;
}

.formmodal .form-group {
    position: relative;
    margin-bottom: 30px;
}
.formmodal .btn {
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 14px;
}
.formmodal .btn-primary {
    background-color: #fe6262;
    border-color: #fe6262;
}

.embed-cardview .embed-card-box {
    padding: 20px;
    text-align: center;
    border-radius: 3px;
}
.embed-cardview .embed-card-box.card-01 {
    background-color: #0066cb;
}
.embed-cardview .embed-card-box.card-01,
.embed-cardview .embed-card-box.card-01 h2 {
    color: #ffffff;
}
.embed-cardview .embed-card-box.card-02 {
    background-color: #ffffff;
    box-shadow: 0px 1px 6px #dadada;
}
.embed-cardview .embed-card-box.card-02 .row .col {
    border-left: 1px solid #d6d6d6;
}
@media screen and (max-width: 768px) {
    .embed-cardview .embed-card-box.card-02 .row .col {
        border-left: 0;
    }
    .embedcard {
        margin-bottom: 15px;
    }
}
.embed-cardview .embed-card-box.card-02 .row .col:first-child {
    border-left: 0;
}
.embed-cardview .embed-card-box.card-01,
.embed-cardview .embed-card-box.card-02 {
    height: 100%;
}

.head-container .head-sec.right {
    font-size: 60px;
    font-family: "muktabold", sans-serif;
}
.head-container .head-sec.right span {
    font-size: 20px;
}
.head-container .gartner-logo {
    height: 50px;
}
.head-container p {
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.5;
}

.custom-bullet.retail-sm-swiper .swiper-pagination-bullets {
    text-align: center;
    transform: translate(0, -6px);
    width: 60px;
    margin: 0 auto;
    background-color: #0066cb;
    position: relative;
    z-index: 1;
}
.custom-bullet.retail-sm-swiper .swiper-pagination-bullets span {
    margin-left: 2px;
    width: 10px !important;
    height: 10px !important;
}
.custom-bullet.retail-sm-swiper span.swiper-pagination-bullet {
    background-color: #5ca0e2 !important;
}
.custom-bullet.retail-sm-swiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #cce6ff !important;
}

.audience-data .dropdown-menu li img {
    width: 50px;
    margin: 0 auto;
}
.audience-data .dropdown-menu li p {
    margin: 0;
}
.audience-data.fixed .dropdown-menu li p {
    font-size: 17px;
}
.audience-data.fixed .dropdown-menu li img {
    width: 34px;
}

.m-nav-search-icon {
    float: left;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    transition: all 0.45s ease;
}
.m-nav-search-icon:after {
    content: "";
    position: absolute;
    top: 4px;
    right: -10px;
    border-right: 1px solid #315dbe;
    border-width: thin;
    height: 13px;
}
.m-nav-search-icon.active:before {
    position: absolute;
    height: 25px;
    content: "";
    background-color: #ccc;
    top: -2px;
    left: -8px;
    width: 1px;
    z-index: 10;
}
.m-nav-search-icon i.icon-search-small {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 1px;
    font-size: 16px;
}
.m-nav-search-icon .header-input-extend-field {
    opacity: 0;
    top: -3px;
    position: absolute;
    right: -5px;
    border-radius: 3px;
    height: 27px;
    background-color: #fff;
    transition: all 0.45s ease;
    width: 24.5px;
    z-index: -1;
}
.m-nav-search-icon .header-input-extend-field .input-group {
    width: 100%;
}
.m-nav-search-icon .header-input-extend-field .input-group input.form-control {
    height: 17px;
    padding: 0 0 0 15px;
    margin: 5px 0;
    border: 0;
    font-size: 15px;
    background: transparent;
    max-width: 98%;
}
.m-nav-search-icon .sm-search-close {
    left: -20px;
    top: 7px;
    color: #fff;
    position: absolute;
}
.m-nav-search-icon.active i.icon-search-small {
    z-index: 100;
    color: #111;
}
.m-nav-search-icon.active i.icon-search-small:after {
    position: absolute;
    height: 27px;
    content: "";
    background-color: #ccc;
    top: -4px;
    left: -8px;
    width: 1px;
}
.m-nav-search-icon.active .header-input-extend-field {
    opacity: 1;
    z-index: 1;
    width: 401px;
    transition: all 0.45s ease;
}
.m-nav-search-icon.active .header-input-extend-field input::placeholder {
    font-size: 13px;
}
@media only screen and (min-width: 992px) and (max-width:1262px) {
    .m-nav-search-icon.active .header-input-extend-field {
        width:235px
    }
}
.m-nav-search-icon.active .header-input-extend-field .input-group {
    padding-right: 27px;
}

body.scroll-navbar .m-nav-search-icon.active .header-input-extend-field,
.page-header.white-theme .m-nav-search-icon.active .header-input-extend-field {
    background-color: #f2f2f2;
    border-radius: 3px;
}

.page-header.white-theme .m-nav-search-icon i.icon-search-small,
.page-header.white-theme .m-nav-search-icon .sm-search-close {
    color: #111;
}

.scroll-navbar .scroll-header {
    /*display: none;*/
}
/*
.scroll-navbar .sm-header {
    padding-top: 5px;
}
.scroll-navbar .wsmain {
    padding-top: 10px; 
    height: 45px;
}
*/
.mob-nav-search-icon {
    display: none;
    position: absolute;
    top: 22px;
    right: 5px;
}
@media screen and (max-width: 991.98px) {
    .mob-nav-search-icon {
        display: block;
    }
}
.mob-nav-search-icon i {
    padding: 10px;
    cursor: pointer;
    font-size: 19px;
    color: #0f1d8d;
}
.mob-nav-search-icon .res-search-icon {
    padding: 0 12px;
}
.mob-nav-search-icon .res-search-icon:before {
    border-color: #0f1d8d;
}
.mob-nav-search-icon .res-search-icon:after {
    background-color: #0f1d8d;
}

.dropdown-nav-search-icon {
    display: none;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.29);
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transition: transform 0.3s ease-out;
    transform-origin: top;
}
@media screen and (max-width: 991.98px) {
    .dropdown-nav-search-icon {
        display: block;
    }
}
.dropdown-nav-search-icon.active {
    overflow: hidden;
    transform: scaleY(1);
    transition: transform 0.3s ease-out;
    transform-origin: top;
}
.dropdown-nav-search-icon i {
    position: absolute;
    right: 0;
    font-size: 15px;
    z-index: 10;
    cursor: pointer;
    height: 36px;
    padding: 10px;
    width: 36px;
    transition: all 0.3s ease;
}
.dropdown-nav-search-icon i:hover {
    background-color: rgba(0, 0, 0, 0.06);
}
.dropdown-nav-search-icon .input-group input {
    padding: 0.375rem 42px;
    border: 0;
    border-radius: 0;
    background-color: #f2f2f2;
}

.rotate90deg {
    transform: rotate(90deg);
}

.list-card-box {
    padding-left: 0;
}
.list-card-box.split-card {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: block;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.list-card-box.split-card li {
    float: left;
    border-radius: 4px;
    width: 48%;
    margin: 0 1% 20px;
    box-shadow: 0px 1px 6px #dadada;
}
@media screen and (max-width: 991.98px) {
    .list-card-box.split-card li {
        width: 100%;
        margin: 0 0 20px;
    }
}
.list-card-box .card-view {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 991.98px) {
    .rating-comment-wrapper {
        display: block !important;
        text-align: center;
    }
}
@media screen and (max-width: 991.98px) {
    .rating-comment-wrapper .ratings-comments.left {
        width: 100%;
    }
}
@media screen and (max-width: 991.98px) {
    .rating-comment-wrapper .ratings-comments.left img {
        margin-bottom: 15px;
        height: 170px;
    }
}
@media screen and (max-width: 991.98px) {
    .rating-comment-wrapper .ratings-comments.right .learn-more {
        float: none !important;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        padding: 0 !important;
        margin-top: 15px;
    }
}

.grid-wrapper {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 319px;
    grid-auto-flow: row dense;
}

.video-box-wrapper {
    clear: left;
}
.video-box-wrapper.grid-wrapper {
    grid-auto-rows: auto;
}
.video-box-wrapper .video-box {
    /*border: 8px solid #111;*/
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    box-sizing: border-box;
    background: #0c9a9a;
    color: #fff;
    grid-column-start: auto;
    grid-row-start: auto;
    color: #fff;
    box-shadow: -2px 2px 10px 0px rgba(68, 68, 68, 0.4);
    transition: transform 0.3s ease-in-out;
    counter-increment: item-counter;
}
.video-box-wrapper .video-box .box__details {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 7px 10px;
    color: #ffffff;
    letter-spacing: 1px;
    background-color: rgba(7, 134, 255, 0.62);
}
.video-box-wrapper .video-box .box__details .video__body {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 32px;
    grid-auto-flow: column dense; /* grid-auto-rows: 50px; */
}
.video-box-wrapper .video-box .box__details .video__body .sec-divition {
    vertical-align: middle;
    display: flex;
}
.video-box-wrapper .video-box .box__details .video__body .sec-divition.left p {
    font-size: 17px;
}
.video-box-wrapper .video-box .box__details .video__body .sec-divition.left span {
    display: block;
}
.video-box-wrapper .video-box .box__details .video__body .sec-divition.right img {
    width: 32px;
    height: 32px;
    margin-top: 10px;
}

.cover {
    object-fit: cover;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.box-shadow-2 {
    margin: 10px;
    -webkit-box-shadow: 0 0px 9px -3px #777;
    -moz-box-shadow: 0 0px 9px -3px #777;
    -ms-box-shadow: 0 0px 9px -3px #777;
    -o-box-shadow: 0 0px 9px -3px #777;
    box-shadow: 0 0px 9px -3px #777;
}

.box-shadow-2 img {
    border: 3px solid #fff;
}

/*#myList li { display: none; }*/

#showLess {
    display: none;
}

.multi-card {
    width: 100%;
    margin: 3rem auto 1rem;
    padding: 0 15px;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 210px;
    grid-auto-flow: row dense;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.multi-card.multi-card-grid-view {
    grid-template-columns: 1fr;
    grid-auto-rows: 160px;
}
@media screen and (max-width: 550px) {
    .multi-card.multi-card-grid-view {
        grid-auto-rows: 200px;
    }
}
.multi-card.multi-card-grid-view .card-view-box {
    grid-auto-rows: 44px 39px 36px;
}
@media screen and (max-width: 550px) {
    .multi-card.multi-card-grid-view .card-view-box {
        grid-auto-rows: 79px 39px 36px;
    }
}
.multi-card .card-view-box {
    background-color: #fff;
    position: relative;
    border: 1px solid #dedfe4;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.48);
    -moz-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.48);
    -ms-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.48);
    -o-box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.48);
    box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.48);
}

.card-view-box {
    padding: 0 15px;
    display: grid;
    grid-gap: 5px;
    grid-auto-rows: 70px 35px 35px;
    grid-auto-flow: row dense;
    width: 100%;
    margin-bottom: 15px;
}
.card-view-box h4 {
    text-align: left;
    margin-bottom: 0;
    line-height: 31px;
    margin-top: 15px;
}
.card-view-box .geo-location {
    display: flex;
    vertical-align: middle;
    align-items: center;
}
.card-view-box .geo-location p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}
.card-view-box .market-search {
    display: flex;
    position: relative;
    margin-top: 25px;
}
.multi-card-grid-view .card-view-box .market-search {
    margin-top: 5px;
}
.card-view-box .market-search .learn-more {
    float: left;
}
.card-view-box .market-search img {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 3px;
}

.filter-main-wrapper {
    border-bottom: 1px solid #dcdcdc;
    padding: 14px 0 10px;
}

.filter--wrapper {
    display: inline-block;
    width: 100%;
    line-height: 38px;
}

.filt {
    display: inline-block;
    float: left;
}

.filt.filt-start-label {
    color: #0066cb;
    font-size: 20px;
    font-family: "muktabold", sans-serif;
    width: 23%;
    margin-right: 0%;
}
@media screen and (max-width: 1120px) {
    .filt.filt-start-label {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
}

.filt.filt-label-wrapper {
    display: flex;
    width: 61%;
}
@media screen and (max-width: 1120px) {
    .filt.filt-label-wrapper {
        width: 75%;
    }
}
@media screen and (max-width: 991.98px) {
    .filt.filt-label-wrapper {
        width: 550px;
    }
}
@media screen and (max-width: 768px) {
    .filt.filt-label-wrapper {
        width: 100%;
        display: block;
    }
}

.filt.filt-icon-wrapper {
    margin-left: 5%;
    float: right;
}
@media screen and (max-width: 1120px) {
    .filt.filt-icon-wrapper {
        margin-left: 0;
        float: right;
    }
}
@media screen and (max-width: 768px) {
    .filt.filt-icon-wrapper {
        grid-gap: 13px;
        grid-template-columns: 1fr 40px 40px;
        grid-auto-rows: 39px;
        display: block;
        float: right;
        width: auto;
    }
}

.filt.filt-label {
    width: 48%;
    margin-right: 2%;
}
@media screen and (max-width: 768px) {
    .filt.filt-label {
        width: 100%;
        margin: 0 auto 10px;
        display: block;
        float: none;
    }
}

.filt.filt-label span {
    font-size: 20px;
    display: inline-block;
    float: left;
    padding-right: 15px;
}

.filt.filt-label select.form-control {
    float: left;
    font-size: 20px;
    padding: 0 15px;
}

.filt.filt-label .label-control {
    display: flex;
}
.filt.filt-label .label-control .customSelectBox .csbArrow {
    bottom: 2px;
}
@media screen and (max-width: 768px) {
    .filt.filt-label .label-control {
        display: grid;
        grid-gap: 13px;
        grid-template-columns: 130px 1fr;
        grid-auto-rows: 40px 59px;
    }
}

.filt.filt-icon {
    width: 32px;
    margin: 0 10px;
}
@media screen and (max-width: 1120px) {
    .filt.filt-icon:first-child {
        margin-left: 0;
    }
    .filt.filt-icon:last-child {
        margin-right: 0;
    }
}
@media screen and (max-width: 991.98px) {
    .filt.filt-icon {
        margin: 0 5px;
    }
}

.filt.filt-icon.search-icon {
    margin-right: 14%;
}
@media screen and (max-width: 1120px) {
    .filt.filt-icon.search-icon {
        margin-right: 10px;
    }
}
@media screen and (max-width: 991.98px) {
    .filt.filt-icon.search-icon {
        margin-right: 5px;
    }
}

.load-more-btn {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #dedfe4;
    border-radius: 5px;
    box-shadow: 0px 0px 13px -7px rgba(0, 0, 0, 0.48);
    font-family: "muktabold", sans-serif;
}
.load-more-btn.two-btn .small-btn:nth-child(2) {
    border-left: 1px solid #dfe0e5;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.tooltip-inner {
    background-color: #0066cb;
    color: #ffffff;
    border-radius: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #0066cb;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #0066cb;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #0066cb;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #0066cb;
}

/*** Megamenu Search ***/
.megamenu-search {
    height: 35px;
    position: relative;
}
.megamenu-search .search-wrapper {
    position: absolute;
    right: 0;
    z-index: 99;
    width: 100%;
}
.megamenu-search .search-wrapper .input-holder {
    overflow: hidden;
    position: relative;
    margin-right: 0;
    border: 1px solid transparent;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.megamenu-search .search-wrapper .input-holder .search-input {
    width: 100%;
    height: 35px !important;
    font-size: 14px;
    padding: 0 10px;
    opacity: 0;
    position: absolute;
    top: -10px;
    left: 0;
    background: transparent;
    box-sizing: border-box;
    border: none;
    outline: none;
    transition-delay: 0.3s;
    -webkit-transform: translate(0, 60px);
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.megamenu-search .search-wrapper .input-holder .search-icon {
    width: 35px;
    height: 35px;
    float: right;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-radius: 3px;
}
.megamenu-search .search-wrapper .input-holder .search-icon span {
    width: 15px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform: rotate(-45deg);
}
.megamenu-search .search-wrapper .input-holder .search-icon span:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 7px;
    width: 2px;
    height: 11px;
    border-radius: 2px;
    background: #bbb;
}
.megamenu-search .search-wrapper .input-holder .search-icon span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 2px solid #bbb;
}
.megamenu-search .search-wrapper.active .input-holder {
    margin-right: 45px;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.megamenu-search .search-wrapper.active .input-holder .search-input {
    opacity: 1;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    transform: translate(0, 10px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.megamenu-search .search-wrapper.active .input-holder .search-icon {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.megamenu-search .search-wrapper .search-close {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 36px;
    height: 37px;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
}
.megamenu-search .search-wrapper .search-close:before,
.megamenu-search .search-wrapper .search-close:after {
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #bbb;
    margin: 0 -1px;
}
.megamenu-search .search-wrapper .search-close:before {
    width: 2px;
    height: 18px;
    position: absolute;
    top: 9px;
    left: 17px;
}
.megamenu-search .search-wrapper .search-close:after {
    width: 18px;
    height: 2px;
    position: absolute;
    top: 17px;
    left: 9px;
}
.megamenu-search .search-wrapper.active .search-close {
    transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition-delay: 0.5s;
    border-radius: 3px;
}

.header-input-wrapper input.form-control {
    border: 1px solid #d3d3d3;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.new-letter {
    display: flex;
}
.new-letter .left {
    margin-right: 15px;
}

.copyrights-section,
.footer-sm-menus {
    margin: 12px 15px !important;
    padding: 0;
    display: inline-block;
}
@media screen and (max-width: 768px) {
    .copyrights-section,
    .footer-sm-menus {
        margin: 12px 10px;
    }
}
.copyrights-section li:before,
.footer-sm-menus li:before {
    border-color: #c2c2c2;
}
.copyrights-section a,
.footer-sm-menus a {
    font-size: 13px;
    color: #c2c2c2;
}

.copyrights-section li {
    float: left;
}
.copyrights-section li:nth-child(2) a {
    padding-left: 15px;
}

.footer-sm-menus li {
    float: left;
}
.footer-sm-menus li:last-child a {
    padding-right: 0;
}
.footer-sm-menus li .hire {
    position: absolute;
    top: -10px;
    right: -40px;
}
.footer-sm-menus li .hire svg {
    width: 40px;
}
.footer-sm-menus li a {
    padding: 0 15px;
}
@media screen and (max-width: 768px) {
    .footer-sm-menus li a {
        padding: 0 10px;
    }
}

.c-cloud-anchor {
    float: left;
}

.list-footer {
    display: inline-block;
}
@media screen and (max-width: 991.98px) {
    .list-footer {
        text-align: center;
        display: inherit;
    }
}

.social-icons-footer {
    float: right;
    margin: 12px 0 0;
}
@media screen and (max-width: 991.98px) {
    .social-icons-footer {
        float: none;
        text-align: center;
    }
}

.cr-container {
    float: left;
}
@media screen and (max-width: 991.98px) {
    .cr-container {
        float: none;
        display: inline-block;
    }
}
@media screen and (max-width: 768px) {
    .cr-container {
        display: flex;
        justify-content: center;
    }
}

.clients .client-corner .top-corner .rotating {
    width: 175px;
    height: 175px;
}
.clients .client-corner .top-corner i {
    font-size: 175px;
    opacity: 0.2;
}
.client-corner .top-corner {
    top: 50px;
}

img.half-img {
    width: 50%;
    float: left;
    margin-right: 1rem;
}
img.half-img.data-part {
    width: 42%;
}
img.half-img.right {
    margin-left: 1rem;
    margin-right: 0;
}
@media screen and (max-width: 991.98px) {
    img.half-img {
        float: none;
        margin: 0 auto 1rem !important;
        display: block;
        margin-right: 0;
    }
}

.seperator-line li:after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #bbbbbb;
    content: "";
    border-right-width: thin;
}
.seperator-line li:last-child:after {
    content: none;
}
.seperator-line li a {
    display: inline-block;
}

.secondary-menu-icon {
    width: 100%;
}
.secondary-menu-icon .scroll-menu {
    width: 100%;
}
.secondary-menu-icon .scroll-menu li {
    width: 20%;
    text-align: center;
}
.secondary-menu-icon .scroll-menu li a.active:before,
.secondary-menu-icon .scroll-menu li a.active:after {
    margin-left: -50% !important;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.half-img-center {
    max-width: 420px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.smart-due-apart-img {
    width: 650px;
}
@media screen and (max-width: 991.98px) {
    .smart-due-apart-img {
        width: 80%;
    }
}
@media screen and (max-width: 768px) {
    .smart-due-apart-img {
        width: 100%;
    }
}

.inner-shape-container .resExpandBlk .resExpand1,
.inner-shape-container .resExpandBlk .resExpand2 {
    bottom: 0;
}

/*** 1.3.2 Email Feature ***/
.email-features .card-flip {
    height: 450px;
}
.email-features .card-flip:first-child {
    margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
    .email-features .card-flip {
        height: 350px;
    }
}
.email-features .card-flip .more {
    right: 0;
}
@media screen and (max-width: 768px) {
    .email-features .card-flip .more {
        bottom: 0;
    }
}
.email-features .flip-wrapper .front,
.email-features .flip-wrapper .back {
    box-shadow: none;
    border: 0;
    padding: 0;
}
/* .email-features .flip-wrapper .back .inner label, .email-features .flip-wrapper .inner label { right: 0; } */

.multi-border-line .swiper-wrapper .swiper-slide:nth-child(1n + 1) {
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 991.98px) {
    .multi-border-line .swiper-wrapper .swiper-slide:nth-child(1n + 1) {
        border: 0;
    }
    .multi-border-line .swiper-wrapper .swiper-slide:nth-child(1n + 1) .card-flip {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
}
.multi-border-line .swiper-wrapper .swiper-slide:nth-child(3n + 3) {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
@media screen and (max-width: 991.98px) {
    .multi-border-line .swiper-wrapper .swiper-slide:nth-child(3n + 3) {
        border: 0;
    }
    .multi-border-line .swiper-wrapper .swiper-slide:nth-child(3n + 3) .card-flip {
        border: 1px solid rgba(0, 0, 0, 0.125);
    }
}
.multi-border-line .swiper-wrapper .swiper-slide:last-child {
    margin-bottom: 40px;
}

.graphics-row {
    display: flex;
}
@media screen and (max-width: 576px) {
    .graphics-row {
        display: inline-block;
        text-align: center;
    }
}
.graphics-row .left-graphics img {
    max-width: 75px;
    margin-right: 30px;
}
@media screen and (max-width: 576px) {
    .graphics-row .left-graphics img {
        margin: 0 0 1rem;
    }
}
.graphics-row .left-heading {
    margin-top: 20px;
}
.graphics-row .left-heading h3 {
    color: #0066cc;
}

.thumbnail {
    position: relative;
    overflow: hidden;
}
.thumbnail img {
    transition: all 1s ease;
}
.thumbnail img:hover {
    transform: scale(1.04);
}

.fade-scale {
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.fade-scale.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*** 1.3.2 Email Feature Ends ***/
/*** 7.3 Media Relation ***/
.media-top-wrapper {
    position: relative;
}
.media-top-wrapper .top {
    position: absolute;
    top: -16px;
    left: -1px;
    padding: 5px 15px;
    color: #ffffff;
}
.media-top-wrapper-home .top {
    position: absolute;
    z-index: 1;
    padding: 5px 15px;
    color: #ffffff;
}
@media screen and (max-width: 768px) {
    .media-top-wrapper .top {
        left: 0;
    }
}
.media-top-wrapper .play-icons {
    position: absolute;
    right: 15px;
    bottom: 28px;
}

.media-relations-bg1 {
    background-color: #b42429;
}

.media-relations-bg2 {
    background-color: #d29b29;
}

.media-relations-bg4 {
    background-color: #0e68b4;
}

.media-relations-bg3 {
    background-color: #afb7b9;
}

.media-relations-bg5 {
    background-color: #005f32;
}

.media-relations-bg6 {
    background-color: #c43896;
}

.media-relations-bg7 {
    background-color: #008489;
}

.media-section-box .border-bottom,
.media-section-box .border-right,
.media-section-box .border-top,
.media-section-box .border-left {
    border-color: #ccc !important;
}
.media-section-box .white-paper-box {
    padding-left: 2.5rem;
    border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
    .media-section-box .white-paper-box {
        padding-left: 1rem;
        margin-top: 2.5rem;
        border-left: 0;
    }
}

.media-letters {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
    height: 100%;
}
.media-newsroom .media-letters {
    height: auto;
    padding: 27px 6px;
}

.white-paper-wrapper .media-letters {
    height: auto;
}
@media screen and (max-width: 768px) {
    .white-paper-wrapper .pr-8 {
        padding-right: 1rem !important;
    }
    .white-paper-wrapper .pl-8 {
        padding-left: 1rem !important;
    }
    .white-paper-wrapper .border-left {
        border-left: 0 !important;
    }
}
.news-large-image {
    position: absolute;
    max-width: 550px;
    width: 100%;
}
@media screen and (max-width: 991.98px) {
    .news-large-image {
        position: relative;
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .news-large-image {
        margin: auto 15px;
    }
}
.news-large-image .news-box-wrapper {
    padding: 3px;
    background-color: #ffffff;
    box-shadow: 0px 2px 8px 1px #cccccc;
    position: relative;
    z-index: 10;
}

.news-box-content {
    background-color: #ffffff;
    padding: 25px 25px 25px 225px;
    margin-top: 10%;
    overflow: hidden;
}
@media screen and (max-width: 991.98px) {
    .news-box-content {
        margin-top: 4%;
        padding: 25px;
    }
}
.news-box-content .news-filter {
    border: 1px solid #009bdf;
    padding: 5px 10px;
    color: #009bdf;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}
.news-box-content .foot-social {
    display: inline-block;
    position: absolute;
    left: 35px;
    bottom: 50px;
    margin: 0;
}
@media screen and (max-width: 991.98px) {
    .news-box-content .foot-social {
        position: inherit;
    }
}
.news-box-content .foot-social ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.news-box-content .news-text {
    margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
    .news-box-content .news-text {
        margin-bottom: 1rem;
    }
}

.news-box-content.left {
    padding: 25px 225px 25px 25px;
}

.news-large-image.right {
    right: 0;
}

.news-box-content.left .foot-social {
    right: 35px;
    left: inherit;
}

.news-box-content.left .learn-more {
    float: left;
    margin-top: 15px;
}

@media screen and (max-width: 991.98px) {
    .news-box-content.left {
        margin-top: 4%;
        padding: 25px;
    }
}

.news-section-space {
    padding-bottom: 3rem;
    position: relative;
}
.news-section-space:after {
    content: "";
    position: absolute;
    bottom: 43px;
    width: 100%;
    height: 1px;
    background: #ddd;
    right: auto;
}

/*** 7.3 Media Relation Ends ***/
.research-paper .new-letter {
    position: relative;
}

/*** 7.3 Media Relation Ends ***/
@-webkit-keyframes showDelay {
    0% {
        display: none;
        opacity: 0;
    }
    90% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@-moz-keyframes showDelay {
    0% {
        display: none;
        opacity: 0;
    }
    90% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
@keyframes showDelay {
    0% {
        display: none;
        opacity: 0;
    }
    90% {
        display: block;
        opacity: 0;
    }
    100% {
        display: block;
        opacity: 1;
    }
}
.card-box-grid {
    width: 840px;
    height: 482px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .card-box-grid {
        width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .card-box-grid {
        display: block;
        height: auto;
    }
}

.card-box-wrapper {
    max-width: 335px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 25px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 482px;
    transition: all 0.45s ease;
}
@media screen and (max-width: 991.98px) {
    .card-box-wrapper {
        max-width: 48%;
        width: 100%;
    }
}
@media screen and (max-width: 991.98px) {
    .card-box-wrapper {
        height: 430px;
    }
}
@media screen and (max-width: 768px) {
    .card-box-wrapper {
        height: 360px;
    }
}
@media screen and (max-width: 576px) {
    .card-box-wrapper {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
        display: flex;
        align-items: center;
    }
}
.card-box-wrapper:hover .corner-ribbon.bottom-right {
    opacity: 1;
    visibility: visible;
}
.card-box-wrapper:first-child {
    float: left;
    margin-left: 0;
}
.card-box-wrapper:last-child {
    float: right;
    margin-right: 0;
}
.card-box-wrapper .profile-close {
    width: 15px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    display: none;
}
.card-box-wrapper.active {
    width: 840px;
    max-width: 840px;
    z-index: 1;
    background-color: #fff;
}
@media screen and (max-width: 991.98px) {
    .card-box-wrapper.active {
        width: 100%;
        max-width: 100%;
    }
}
@media screen and (max-width: 576px) {
    .card-box-wrapper.active {
        height: auto;
    }
}
.card-box-wrapper.active .profile-close {
    display: block;
}
.card-box-wrapper.active .card-box-main {
    display: flex;
    max-width: inherit;
}
@media screen and (max-width: 576px) {
    .card-box-wrapper.active .card-box-main {
        display: block;
    }
}
.card-box-wrapper.active .card-box-main .left {
    margin-right: 5%;
}
@media screen and (max-width: 991.98px) {
    .card-box-wrapper.active .card-box-main .left {
        width: 50%;
    }
}
@media screen and (max-width: 576px) {
    .card-box-wrapper.active .card-box-main .left {
        width: 100%;
        margin-right: 0;
        animation: inherit;
        max-height: 500px;
        height: auto;
    }
}
.card-box-wrapper.active .card-box-main .right {
    width: 90%;
}
@media screen and (max-width: 576px) {
    .card-box-wrapper.active .card-box-main .right {
        width: 100%;
        height: auto;
    }
}
.card-box-wrapper.active .card-box-main .card-box-body {
    animation: showDelay 0.7s;
    display: block;
}
@media screen and (max-width: 576px) {
    .card-box-wrapper.active .card-box-main .card-box-body {
        animation: inherit;
    }
}
.card-box-wrapper.active .corner-ribbon {
    display: none;
}
.card-box-wrapper.transform-left {
    margin-left: -50%;
}
@media screen and (max-width: 576px) {
    .card-box-wrapper.transform-left {
        margin-left: 0;
    }
}
.card-box-wrapper.transform-right {
    margin-right: -50%;
}
@media screen and (max-width: 576px) {
    .card-box-wrapper.transform-right {
        margin-right: 0;
    }
}
.card-box-wrapper .card-box-main {
    width: 100%;
    max-width: 284px;
}
@media screen and (max-width: 991.98px) {
    .card-box-wrapper .card-box-main {
        width: 100%;
        max-width: 100%;
    }
}
.card-box-wrapper .card-box-main .card-profile-img {
    width: 283px;
    height: 330px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
    .card-box-wrapper .card-box-main .card-profile-img {
        width: 100%;
        height: 270px;
    }
}
@media screen and (max-width: 768px) {
    .card-box-wrapper .card-box-main .card-profile-img {
        height: 180px;
    }
}
@media screen and (max-width: 576px) {
    .card-box-wrapper .card-box-main .card-profile-img {
        width: 150px;
        margin: 0 auto;
    }
}
.card-box-wrapper .card-box-main .card-profile-img img {
    object-fit: cover;
    width: 100%;
    height: 100% !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 576px) {
    .card-box-wrapper .card-box-main h4,
    .card-box-wrapper .card-box-main h6 {
        text-align: center;
    }
}
@media screen and (max-width: 576px) {
    .card-box-wrapper .card-box-main h4 {
        margin-top: 1rem;
    }
}
.card-box-wrapper .card-box-main h6 {
    margin-bottom: 0;
}
@media screen and (max-width: 576px) {
    .card-box-wrapper .card-box-main h6 {
        margin-bottom: 1rem;
    }
}
.card-box-wrapper .card-box-main .card-box-body {
    display: none;
}

.corner-ribbon.bottom-right {
    width: 80px;
    height: 35px;
    position: absolute;
    background: #0067cc;
    right: -29px;
    bottom: -5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
    color: #ffffff;
    line-height: 35px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.corner-ribbon.bottom-right .label-icon {
    color: #ffffff;
    width: 30px;
    height: 29px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 21px;
    text-align: center;
    bottom: 3px;
    left: 26px;
    position: relative;
}

.label-left-space {
    padding: 0;
    display: inline-block;
    margin-bottom: 0;
}
.label-left-space li {
    padding-left: 37px;
    background-image: url(../images/icons/footer-arrow-2.svg);
    background-position: 2px 10px;
    background-repeat: no-repeat;
    -webkit-background-size: 23px;
    -moz-background-size: 23px;
    -ms-background-size: 23px;
    -o-background-size: 23px;
    background-size: 23px;
    float: left;
    width: 100%;
    clear: left;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 15px;
}
.label-left-space li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.label-left-space .sub-title-tag {
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: 10px;
}

.board-card-box {
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 25px;
    height: auto !important;
    overflow: hidden;
    border-radius: 3px;
    margin-bottom: 0;
}
.board-card-box .corner-ribbon.bottom-right {
    opacity: 1;
    visibility: visible;
}
.board-card-box:hover .corner-ribbon.bottom-right {
    opacity: 1;
    visibility: visible;
}
.board-card-box .card-box .card-profile-img {
    margin-bottom: 15px;
}
.board-card-box .card-box h4 {
    font-size: 1.5rem;
}
@media screen and (max-width: 991.98px) {
    .board-card-box .card-box h4 {
        font-size: 1.25rem !important;
    }
}

.card-box {
    text-align: center;
}
.card-box:hover {
    cursor: pointer;
}
.card-box:hover .card-profile.circle {
    border: 10px solid #0e68b4;
}
.card-box .profile-close {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
}
.card-box .card-profile {
    margin: 0 auto;
    margin-bottom: 20px;
    transition: 0.3s all ease;
    border: 0px solid transparent;
}
.card-box .card-profile.circle {
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
     -khtml-border-radius: 50%;
       -moz-border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .card-box p {
        text-align: center;
    }
    .slimscroll-security-gov p {
        text-align: left;
    }
}
/* .leadership-popup .modal-content { */
    /* background-color: #0221d1; */
    /* color: #fff; */
/* } */
.leadership-popup .modal-content .modal-header {
    border: 0;
    padding: 15px;
    z-index: 1;
}
.leadership-popup .modal-content .modal-header button.close {
    padding: 15px 15px 0;
    opacity: inherit;
}
.leadership-popup .modal-content .modal-header span {
    color: #fff;
    box-shadow: none;
    border: 0;
    font-size: 39px;
    font-weight: normal;
}
.leadership-popup .modal-content .modal-body {
    padding: 1rem 2rem 2rem;
}
.leadership-popup .modal-content .modal-body p {
    font-size: 20px;
    line-height: 1.5;
}
/* .leadership-popup .modal-content .modal-body h3 { */
    /* color: #fff; */
    /* margin-bottom: 5px; */
/* } */

.founders-overlay-popup-thumbs,
.overlay-popup-thumbs {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: #fff;
    z-index: 1;
}
.founders-overlay-popup-thumbs .swiper-container,
.overlay-popup-thumbs .swiper-container {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 15px;
}
.founders-overlay-popup-thumbs .swiper-container.securityGov-swiper-v2--control,
.overlay-popup-thumbs .swiper-container.securityGov-swiper-v2--control {
    top: 0;
    position: relative;
}

.founders-overlay-popup-thumbs,
.overlay-popup-thumbs {
    visibility: hidden;
}
.founders-overlay-popup-thumbs.visible,
.overlay-popup-thumbs.visible {
    visibility: visible;
}

.board-card-box .card-box p {
    font-size: 19px;
    line-height: 1.5;
    padding-right: 15px;
}

.gray-sw-footer {
    width: 100%;
    float: left;
    height: 57px;
    bottom: 0;
    padding-top: 14px;
    position: absolute;
    z-index: 50;
}
.gray-sw-footer.gray-sw-founders {
    bottom: 10px;
}

.transparent-sw-footer {
    width: 100%;
    float: left;
    bottom: -10px;
    position: relative;
    z-index: 50;
}

@media screen and (min-width: 1024px) {
    .thumbs-open-disable {
        display: none !important;
    }
}
.thumbs-open-disable.toggle-visible {
    display: none !important;
}

.t-11 {
    top: -11px;
}

.securityGov-thumbs .board-card-box {
    cursor: pointer;
}
/*@media screen and (max-width: 768px) {
    .securityGov-thumbs .board-card-box {
        cursor: inherit;
        pointer-events: none;
    }
}*/
.securityGov-thumbs .card-profile-img {
    max-width: 190px;
    margin: 20px auto 25px !important;
    width: 100%;
}

.securityGov-thumbs-v2 .board-card-box .card-front {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .securityGov-thumbs-v2 .board-card-box .card-front {
        cursor: inherit;
        pointer-events: none;
    }
}
.securityGov-thumbs-v2 .card-profile-img {
    max-width: 190px;
    margin: 20px auto 25px !important;
    width: 100%;
}

.securityGov-swiper--control .board-card-box .card-box .card-profile-img,
.securityGov-swiper-v2--control .board-card-box .card-box .card-profile-img {
    margin-bottom: 0;
}

.securityGov-swiper-v2--control {
    background: #fff;
}
.securityGov-swiper-v2--control .board-card-box {
    background: #fff;
}
.securityGov-swiper-v2--control .board-card-box p {
    color: #fff;
}

.securityGov-thumbs-v2 .swiper-slide {
    padding: 0;
}
.securityGov-thumbs-v2 .swiper-slide .card-front {
    padding: 15px 0 50px;
}

.learship-fouders {
    max-width: 305px;
    width: 100%;
    border: 1px solid #d6d6d6;
    padding: 25px;
    border-radius: 5px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: 460px;
    transition: all 0.45s ease;
    margin: 0 auto;
    float: none;
    text-align: left !important;
}

.founders-overlay-popup-thumbs {
    border: 1px solid #cecece;
    border-width: thin;
}
.founders-overlay-popup-thumbs .swiper-slide.board-card-box {
    margin: 0;
    padding-bottom: 0;
}

.pillars .securityGov-swiper-v2--control [class*="col-"] {
    padding: 30px 15px 50px;
    margin: 0;
    height: 292px;
}
.pillars .securityGov-swiper-v2--control [class*="col-"]:first-child {
    border-right: 2px solid #e9e9eb;
}
.pillars .securityGov-swiper-v2--control .swiper-slide {
    padding: 0;
    margin: 0;
}
.pillars .securityGov-swiper-v2--control .swiper-slide h4 {
    margin: 0 0 15px;
    font-size: 1.6rem;
}
.pillars .securityGov-swiper-v2--control .card-box .profile-close {
    z-index: 50;
    top: 15px;
}

.usecase-bg {
    background-color: #e9e9eb;
}

.corner-right-bottom {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 30px;
}

.enable-box-view,
.enable-grid-view {
    opacity: 0.5;
}
.enable-box-view.active,
.enable-grid-view.active {
    opacity: 1;
}

.smartScroll .slimScrollBar {
    height: 60px !important;
}
.smartScroll .list-dot-black {
    font-size: 20px;
    margin-bottom: 5px;
}
.smartScroll p {
    margin-bottom: 5px;
    margin-left: 2.5rem;
}

.career-title-wrapper {
    color: #111111;
    padding: 0;
}
.career-title-wrapper li {
    display: flex;
    align-items: center;
}
.career-title-wrapper li .title-label {
    font-size: 22px;
    margin-right: 10px;
}
.career-title-wrapper li .head-title {
    font-family: "muktabold", sans-serif;
    font-size: 2.2rem;
}
.career-title-wrapper li .head-title.sm-title {
    font-size: 1.7rem;
}

.carrer-list {
    padding: 0;
}
.carrer-list li {
    font-size: 20px;
    padding-left: 25px;
    background-size: 13px;
    margin-bottom: 15px;
    background-image: url(../images/icons/small-play-fill2.svg);
    background-position: left 8px;
    background-repeat: no-repeat;
}

strong {
    font-family: "muktabold", sans-serif;
    font-weight: normal;
    letter-spacing: 0;
}

.contact-us-form .inputfile + label {
    width: 85%;
}

.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
}

.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

/* style 6 */
.inputfile-6 + label {
    color: #0e68b4;
}

.inputfile-6 + label {
    border: 1px solid #0e68b4;
    background-color: #e7f2fb;
    padding: 0;
    height: 36px;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #08477d;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 6px 15px;
    font-size: 15px;
}

.inputfile-6 + label strong {
    float: right;
}

.inputfile-6 + label span {
    width: 70%;
    min-height: 36px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + label strong {
    height: 100%;
    color: #e7f2fb;
    background-color: #0e68b4;
    display: inline-block;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #08477d;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}
.shadow-02 {
    box-shadow: 0 0px 16px -10px #000;
}

/*** Search Result Page ***/
.search-list-group {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    padding: 0;
}
.search-list-group li {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #d4d4d4;
}
.search-list-group li:last-child {
    border-bottom: 0;
}
.search-list-group li:nth-child(even) {
    background-color: #eee;
}
.search-list-group li:nth-child(odd) {
    background-color: #fbfbfb;
}
.search-list-group li .list-group-item-content a {
    font-size: 20px;
}
.search-list-group li .list-group-item-content .highlight {
    background-color: #ffffc7;
    font-weight: bold;
    margin: 0 1px;
}

.wrap-container {
    display: flex;
    background-color: #ffffff;
    padding: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    box-shadow: 0px 1px 6px #dadada;
    border-left: 1px solid #e4e4e4;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
@media screen and (max-width: 991.98px) {
    .wrap-container {
        height: 100%;
    }
}
@media screen and (max-width: 768px) {
    .wrap-container {
        height: auto;
        margin-bottom: 15px;
        display: inherit;
    }
    .wrap-container .icon-wrap {
        margin-bottom: 15px;
        text-align: center;
    }
    .wrap-container .text-wrap {
        text-align: center;
    }
}
.wrap-container .icon-wrap {
    margin: auto;
    padding-right: 15px;
}
.wrap-container .icon-wrap img {
    max-width: 75px;
}
.wrap-container .text-wrap {
    padding-left: 20px;
}

.map-global-container {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .map-global-container {
        width: 700px;
    }
}
@media screen and (max-width: 768px) {
    .map-global-container {
        width: 100%;
    }
}
.map-global-container img {
    max-width: 100%;
}
@media screen and (max-width: 768px) {
    .map-global-container ul {
        display: none;
    }
}
.map-global-container ul li {
    position: absolute;
    cursor: pointer;
}
.map-global-container ul li:nth-child(1) {
    top: 138px;
    left: 116px;
}
.map-global-container ul li:nth-child(2) {
    top: 117px;
    left: 234px;
}
.map-global-container ul li:nth-child(3) {
    top: 188px;
    left: 588px;
}
.map-global-container ul li:nth-child(4) {
    top: 154px;
    left: 601px;
}
.map-global-container ul li:nth-child(5) {
    top: 210px;
    left: 605px;
}
.map-global-container ul li:nth-child(6) {
    top: 236px;
    left: 664px;
}
.map-global-container ul li:nth-child(7) {
    top: 176px;
    left: 677px;
}
.map-global-container ul li:nth-child(8) {
    top: 149px;
    left: 702px;
}
.map-global-container ul li:nth-child(9) {
    top: 198px;
    left: 709px;
}
.map-global-container ul li:nth-child(10) {
    top: 329px;
    left: 786px;
}
.map-global-container ul li:nth-child(11) {
    top: 360px;
    left: 770px;
}
@media screen and (max-width: 991.98px) {
    .map-global-container ul li:nth-child(1) {
        top: 104px;
        left: 90px;
    }
    .map-global-container ul li:nth-child(2) {
        top: 87px;
        left: 182px;
    }
    .map-global-container ul li:nth-child(3) {
        top: 145px;
        left: 458px;
    }
    .map-global-container ul li:nth-child(4) {
        top: 160px;
        left: 470px;
    }
    .map-global-container ul li:nth-child(5) {
        top: 117px;
        left: 467px;
    }
    .map-global-container ul li:nth-child(6) {
        top: 182px;
        left: 517px;
    }
    .map-global-container ul li:nth-child(7) {
        top: 134px;
        left: 526px;
    }
    .map-global-container ul li:nth-child(8) {
        top: 113px;
        left: 546px;
    }
    .map-global-container ul li:nth-child(9) {
        top: 152px;
        left: 551px;
    }
    .map-global-container ul li:nth-child(10) {
        top: 278px;
        left: 598px;
    }
    .map-global-container ul li:nth-child(11) {
        top: 253px;
        left: 611px;
    }
}
@media screen and (max-width: 768px) {
    .map-global-container ul li:nth-child(2) {
        top: 73px;
        left: 154px;
    }
    .map-global-container ul li:nth-child(3) {
        top: 120px;
        left: 391px;
    }
    .map-global-container ul li:nth-child(4) {
        top: 96px;
        left: 399px;
    }
    .map-global-container ul li:nth-child(5) {
        top: 132px;
        left: 402px;
    }
    .map-global-container ul li:nth-child(6) {
        top: 153px;
        left: 442px;
    }
    .map-global-container ul li:nth-child(7) {
        top: 112px;
        left: 450px;
    }
    .map-global-container ul li:nth-child(8) {
        top: 93px;
        left: 466px;
    }
    .map-global-container ul li:nth-child(9) {
        top: 127px;
        left: 471px;
    }
    .map-global-container ul li:nth-child(10) {
        top: 235px;
        left: 511px;
    }
    .map-global-container ul li:nth-child(11) {
        top: 214px;
        left: 522px;
    }
}
.map-global-container ul li img {
    width: 25px;
}
@media screen and (max-width: 991.98px) {
    .map-global-container ul li img {
        width: 20px;
    }
}
.map-global-container.map-half {
    transform: translate(-20%, 0px) scale(0.7);
}
@media screen and (max-width: 1200px) {
    .map-global-container.map-half {
        transform: translate(-20%, 0px) scale(0.6);
    }
}
@media screen and (max-width: 991.98px) {
    .map-global-container.map-half {
        transform: translate(0%, 0px) scale(1);
    }
}

.tag-indicator {
    height: 27px;
    padding: 5px 10px !important;
    font-size: 13px !important;
}
.tag-indicator[class*="tag-"] {
    margin-top: 4px;
}
.tag-indicator[class*="tag-"] span {
    cursor: default;
    color: #ffffff;
}
.tag-indicator[class*="tag-"][class*="hr"] {
    background-color: #33b5e6;
}
.tag-indicator[class*="tag-"][class*="finance"] {
    background-color: #99cc03;
}
.tag-indicator[class*="tag-"][class*="sales"] {
    background-color: #fd8f40;
}
.tag-indicator[class*="tag-"][class*="implementation"] {
    background-color: #3fabae;
}
.tag-indicator[class*="tag-"][class*="design"] {
    background-color: #fe6263;
}
.tag-indicator[class*="tag-"][class*="marketing"] {
    background-color: #e7cb60;
}
.tag-indicator[class*="tag-"][class*="data-science"] {
    background-color: #ea57c1;
}
.tag-indicator[class*="tag-"][class*="customer"] {
    background-color: #b8b8b8;
}
.tag-indicator[class*="tag-"][class*="product"] {
    background-color: #9f66b7;
}
.tag-indicator[class*="tag-"][class*="it"] {
    background-color: #396fc3;
}

.roi-campaign-list {
    padding: 0;
}
@media screen and (max-width: 991.98px) {
    .roi-campaign-list {
        text-align: center;
    }
}
.roi-campaign-list li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
    .roi-campaign-list li {
        display: inline-block;
        text-align: center;
        margin-bottom: 30px;
    }
    .roi-campaign-list li img {
        margin-bottom: 20px;
    }
}
.roi-campaign-list li .descript {
    padding-left: 20px;
}
.roi-campaign-list li .descript p {
    margin-bottom: 0;
}

/*** Email play button animation ***/
/* .play-btn { width: 95px; height: 95px; background: radial-gradient(#0066cc 50%, rgba(0, 102, 204, 0.4) 52%); border-radius: 50%; display: block; position: absolute; top: calc(50% - 47px); left: calc(50% - 47px); overflow: hidden; } */
.play-btn {
    width: 50px;
    height: 50px;
    background: #0066cc;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 45%;
    left: 45%;
    overflow: hidden;
}
.play-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    -moz-transform: translateX(-40%) translateY(-50%);
    -ms-transform: translateX(-40%) translateY(-50%);
    -o-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff;
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -o-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -ms-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -moz-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn:before {
    content: "";
    position: absolute;
    top: -15%;
    left: -15%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: play-pulse 2s;
    animation: play-pulse 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(0, 102, 204, 0.7);
    background: rgba(198, 16, 0, 0);
}
/* .play-btn:hover:after { border-left: 15px solid #0066cc; -webkit-transform: scale(20); -moz-transform: scale(20); -ms-transform: scale(20); -o-transform: scale(20); transform: scale(20); } */
/* .play-btn:hover:before { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-40%) translateY(-50%); -moz-transform: translateX(-40%) translateY(-50%); -ms-transform: translateX(-40%) translateY(-50%); -o-transform: translateX(-40%) translateY(-50%); transform: translateX(-40%) translateY(-50%); width: 0; height: 0; border: none; border-top: 10px solid transparent; border-bottom: 10px solid transparent; border-left: 15px solid #ffffff; z-index: 200; -webkit-animation: none; animation: none; border-radius: 0; } */

/* @-webkit-keyframes play-pulse { 0% { transform: scale(0.6, 0.6); opacity: 1; } */
/* 100% { transform: scale(1, 1); opacity: 0; } } */
/* @keyframes play-pulse { 0% { transform: scale(0.6, 0.6); opacity: 1; } */
/* 100% { transform: scale(1, 1); opacity: 0; } } */

.email-video {
    height: calc(100vh - 100px);
    display: flex;
    margin: 0 auto;
}

/* .email-faq .card { padding: 25px; } */
/* .email-faq .card .card-header a { color: #111; font-size: 21px; } */
.email-faq .list-dot-black,
.email-faq p {
    font-size: 20px;
}

.omni-types img {
    max-width: 75px;
}
.omni-types p {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 10px;
}

/*** Footfall new UI ***/
.tabwrapper {
    position: relative;
    z-index: 99;
}
.tabwrapper.tabFixed {
    position: fixed;
    top: 86px;
    width: 100%;
    z-index: 99;
    right: 0;
    background-color: #fff;
    box-shadow: 0px 1px 3px #ccc;
}

.footfall-usecase1 .jazz-timeline:before {
    top: 13% !important;
    height: 78%;
}
@media screen and (max-width: 991.98px) {
    .footfall-usecase1 .jazz-timeline:before {
        top: 2% !important;
        height: 82% !important;
    }
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item.timeline__item--top:nth-child(1) {
    font-size: 24px;
    width: 48px;
    height: 48px;
    content: "11";
    color: #fff;
    transform: rotate(0deg);
}

.resHorizontal-timeline-view.timeline--horizontal .timeline__item:after {
    font-size: 24px;
    width: 48px;
    height: 48px;
    background: #ffffff !important;
    color: #0066cb;
    transform: rotate(0deg);
    line-height: 48px;
    text-align: center;
    box-shadow: 0 3px 3px #ccc;
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(1):after {
    content: "1";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(2):after {
    content: "2";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(3):after {
    content: "3";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(4):after {
    content: "4";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(5):after {
    content: "5";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(6):after {
    content: "6";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(7):after {
    content: "7";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(8):after {
    content: "8";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(9):after {
    content: "9";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(10):after {
    content: "10";
}
.resHorizontal-timeline-view.timeline--horizontal .timeline__item:nth-child(11):after {
    content: "11";
}

.header-tab-btn {
    background-color: transparent;
    border: none;
    padding: 0;
}
.header-tab-btn .nav {
    padding: 0;
}
.header-tab-btn .nav .nav-item:last-child .nav-link:after {
    border-right: 0;
}
.header-tab-btn .nav .nav-item {
    position: relative;
    padding: 0 15px;
}
.header-tab-btn .nav .nav-item .nav-link {
    padding: 5px 0;
}
.header-tab-btn .nav .nav-item .nav-link,
.header-tab-btn .nav .nav-item .nav-link.active {
    background-color: #ffffff;
    color: #000000;
}
.header-tab-btn .nav .nav-item:last-child:after {
    border-right: 0;
}
.header-tab-btn .nav .nav-item:after {
    border-right: 1px solid #c3c3c3;
    border-width: thin;
    position: absolute;
    height: 20px;
    top: 10px;
    content: "";
    right: 0;
}
.header-tab-btn .nav .nav-item .nav-link.active {
    font-family: "muktamedium", sans-serif;
}
.header-tab-btn .nav .nav-item .nav-link.active {
    color: #0066cc;
    border-bottom: 2px solid #06c;
}
.header-tab-btn .nav .nav-item .nav-link.active:before,
.header-tab-btn .nav .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    z-index: 9;
}
.header-tab-btn .nav .nav-item .nav-link.active:before {
    bottom: -10px;
    color: #0066cc;
}
.header-tab-btn .nav .nav-item .nav-link.active:after {
    bottom: -8px;
    color: #fff;
}
/* .usecase-tabs { border-bottom: 1px solid #ccc; } */

.usecase-quote-wrapper {
    padding: 0 0 4rem;
}
@media screen and (max-width: 991.98px) {
    .usecase-quote-wrapper {
        padding: 0 0 2rem;
    }
}
.vision-bg-wrapper {
    position: relative;
}
.vision-bg-wrapper .vision-bg {
    position: relative;
}
.vision-bg-wrapper .matt-corner {
    position: absolute;
    top: 0;
    right: 0;
}
.double-side-quote .vision-bg-wrapper .matt-corner {
    top: -50px;
}
.double-side-quote .vision-bg-wrapper .vision-bg {
    padding: 17px;
}
.double-side-quote .vision-bg-wrapper .matt-left {
    right: auto;
    left: 0;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    .vision-bg-wrapper .vision-bg {
        width: 55%;
    }
    .vision-bg-wrapper .matt-corner {
        top: auto;
        bottom: 0;
    }
}

.tab-content.enable-taber > .tab-pane {
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.tab-content.enable-taber > .tab-pane.active {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: inherit;
}
@media screen and (max-width: 768px) {
    .tab-content.enable-taber > .tab-pane {
        opacity: 1;
        height: auto;
        visibility: visible;
    }
}

.video-o-wrapper {
    padding: 0 15px;
}
.video-o-wrapper .video-o-share {
    font-size: 19px;
    color: #111;
}

.podcast-wrapper .podcast-pannel {
    background-color: #fff;
    padding: 35px 20px 25px;
    box-shadow: 0px 1px 7px #ccc;
    margin-bottom: 3rem;
    position: relative;
}
.podcast-wrapper .podcast-pannel .author-pannel {
    border-left: 1px solid #999999;
    padding-left: 30px;
}
@media screen and (max-width: 991.98px) {
    .podcast-wrapper .podcast-pannel .author-pannel {
        border-left: 0;
        margin-top: 20px;
    }
}
.podcast-wrapper .podcast-pannel .label-text {
    background-color: #008489;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-size: 19px;
    position: absolute;
    left: -45px;
    top: -50px;
}
.podcast-wrapper .media-top-wrapper {
    position: absolute;
    top: 2px;
    left: 0;
}

/*** 4040 ***/
.error-content {
    padding-left: 2.5rem;
    padding-top: 2.5rem;
    border-left: 1px solid #999;
}
@media screen and (max-width: 991.98px) {
    .error-content {
        padding-left: 2rem;
        padding-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .error-content {
        border-left: 0;
    }
}
.error-content h1 {
    font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
    .error-content h1 {
        font-size: 3.5rem !important;
    }
}
.error-content h1 span {
    font-family: "muktalight", sans-serif;
    font-size: 3rem;
}
@media screen and (max-width: 768px) {
    .error-content h1 span {
        font-size: 2.5rem;
    }
}

/*** Videos ***/
.video-o-wrapper {
    padding: 0 15px;
}
.video-o-wrapper .video-o-share {
    font-size: 19px;
    color: #111;
}

.podcast-wrapper .podcast-pannel {
    background-color: #fff;
    padding: 35px 20px 25px;
    box-shadow: 0px 1px 7px #ccc;
    margin-bottom: 3rem;
}
.podcast-wrapper .podcast-pannel .author-pannel {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
@media screen and (max-width: 991.98px) {
    .podcast-wrapper .podcast-pannel .author-pannel {
        border-left: 0;
        margin-top: 20px;
    }
}
.podcast-wrapper .podcast-pannel .label-text {
    background-color: #008489;
    display: inline-block;
    padding: 5px 15px;
    color: #fff;
    font-size: 19px;
    position: absolute;
    left: -45px;
    top: -50px;
}

.speaker-pannel-content {
    display: flex;
}
@media screen and (max-width: 768px) {
    .speaker-pannel-content {
        display: inherit;
    }
    .speaker-pannel-content .speaker-label img {
        margin-bottom: 1rem;
    }
}
.speaker-pannel-content .speaker-label {
    text-align: center;
}
.speaker-pannel-content .speaker-label .foot-social {
    margin: 0 auto;
    display: inline-block;
}
.speaker-pannel-content .speaker-label .foot-social li {
    margin: 0 5px;
}
.speaker-pannel-content .speaker-label h5 {
    margin: 10px 0;
}
.speaker-pannel-content .speaker-icons {
    margin: 0 15px;
}
.speaker-pannel-content .speaker-content h4 {
    margin-bottom: 10px;
}
.speaker-pannel-content .speaker-content p,
.author-pannel p,
.media-section-box p{
    font-size: 20px;
    line-height: 1.5;
}
.audioPlayLists {
    padding: 0;
}
.audioPlayLists li {
    display: block;
    cursor: pointer;
}
.audioPlayLists li.active {
    display: none;
}
#data-integrate .scrollspy {
    display: block;
}

.b2b-orche .board-card-box {
    margin-bottom: 5px;
    padding: 20px 20px 50px;
}
.b2b-orche .overlay-popup-thumbs {
    top: 120px;
    height: 75%;
}

.learn-hover:hover .hover-show {
    opacity: 1;
    visibility: visible;
}
.learn-hover .learn-more span:after {
    color: #ffffff;
}
.learn-hover .hover-show {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s ease;
    -moz-transition: all 0.45s ease;
    -ms-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;
}
.learn-hover .hover-show .learn-more {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: pre;
}

.event-time {
    color: #666;
    font-family: "muktalight", sans-serif;
    width: 100%;
    display: inline-block;
    margin: 0;
    padding-top: 7px;
}
.btn-social {
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    position: relative;
    z-index: 10;
    line-height: 34px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 14px;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    border: 1px solid #ccc;
}
.btn-social .icon-share-small {
    position: relative;
    left: -1px;
}
.btn-social:hover {
    color: #0066cc;
    border-color: #0066cc;
}
.social-icon li {
    position: absolute;
    bottom: 0;
    right: 8px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -ms-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.social-icon .show li:nth-child(1) {
    bottom: 35px;
}
.social-icon .show li:nth-child(2) {
    bottom: 70px;
}
.social-icon .show li:nth-child(3) {
    bottom: 105px;
}

.social li a {
    width: 32px;
    height: 32px;
    background-color: #f2f2f2;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #f2f2f2;
    z-index: 1;
}
.social li a .share-icon {
    position: relative;
    color: #666;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 3;
}
.social li a:hover .share-icon {
    color: #fff;
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transition: rotateY(360deg);
    -ms-transition: rotateY(360deg);
    -o-transition: rotateY(360deg);
}
.social li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    z-index: 2;
}
.social li a:hover:before {
    top: 0;
}
.social li:nth-child(1) a:before {
    background: #3b5999;
}
.social li:nth-child(2) a:before {
    background: #0e76a8;
}
.social li:nth-child(3) a:before {
    /*background: #55acee;*/
    background: #000;
}
.social li:nth-child(4) a:before {
    background: #dd4b39;
}

i.icon-twitter-flat-small:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23666' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
  transform: translate(-50%, 40%);
  background-repeat: no-repeat;
}

.social li:nth-child(3) a:hover i.icon-twitter-flat-small:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E");
}

.banner-form {
    background-color: rgba(255, 255, 255, 0.36);
    padding: 15px 15px;
}

.banner-form input.form-control,
.banner-form select.form-control {
    background-color: #fff !important;
}

.banner-form .custom-checkbox.fill-checkbox {
    color: #fff;
}
.custom-checkbox.fill-checkbox {
    color: #0e68b4;
    position: relative;
}

.preloader {
    position: absolute;
    top: 40%;
    left: 50%;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
    .preloader {
        left: 45%;
    }
}
.preloader:before {
    content: "";
    position: absolute;
    border: 6px solid #0066cc;
    border-top-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: preloader 1s linear infinite;
    animation: preloader 1s linear infinite;
}
.preloader .loading-tick {
    position: absolute;
    top: 6%;
    left: 5%;
    width: 23px;
    height: 23px;
    background: url("../images/icons/loading-ticks.png") no-repeat center center;
}
@media screen and (max-width: 991.98px) {
    .preloader .loading-tick {
        left: 8%;
        top: 10%;
    }
}
@media screen and (max-width: 320px) {
    .preloader .loading-tick {
        left: 10%;
        top: 12%;
    }
}

@-webkit-keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.banner-form {
    background-color: rgba(255, 255, 255, 0.36);
    padding: 15px 15px;
}
.banner-form input.form-control,
.banner-form select.form-control {
    background-color: #fff !important;
}
.banner-form .custom-checkbox.fill-checkbox {
    color: #fff;
}
.banner-form .custom-checkbox.fill-checkbox a {
    color: inherit;
}
.card-hidden {
    display: none !important;
}
.arrow-li-icon {
    padding: 0;
}
.arrow-li-icon li {
    font-size: 19px;
    padding-left: 20px;
    background-image: url(../images/./icons/list-disc.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.multi-level-account .board-card-box {
    padding: 60px 20px;
    margin-bottom: 0;
}
.multi-account .overlay-popup-thumbs .swiper-container {
    top: 0;
}
.multi-account .card-box .profile-close {
    top: 15px;
    z-index: 10;
}
.mega-solutions-bg {
    background: url("../images/banner/corner-mandala-1.svg") no-repeat right bottom 85px;
    background-size: 78%;
}
.mega-about-pattern {
    background: url("../images/banner/corner-mandala-2.svg") no-repeat right bottom 85px;
    background-size: 78%;
}
@media (max-width: 1366.98px) {
    .mega-solutions-bg,
    .mega-about-pattern {
        background-size: 50%;
    }
}
.media-key .list-dot-black {
    font-size: 20px;
}
.media-key .list-dot-black li {
    margin: 10px 0;
}
.media-kit {
    overflow: hidden;
}
.media-kit .overlay-popup-thumbs {
    height: 450px;
    top: 90px;
}
.media-kit .timeline-section .jazz-timeline:before {
    height: 88% !important;
    top: 6% !important;
    margin-left: 0;
}
.media-kit .jazz-timeline .timeline-post .icon-dot-full:after {
    height: 0.5px;
}
.media-kit .timeline-section .jazz-timeline .timeline-post .right:after {
    width: 100px !important;
    margin-left: -10px !important;
}
.media-kit .timeline-section .jazz-timeline .timeline-post .left:after {
    width: 100px !important;
    margin-left: -90px !important;
}
.media-kit .res-circle-dot {
    border-width: thin;
}
.media-kit-swiper .card {
    border: 0;
    height: 100%;
}
.media-kit-swiper .card p {
    font-size: 18px;
}
.media-kit-swiper .card .events-bg {
    background-color: #fff;
    border: 1px solid #d4d6de;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}
.media-kit-swiper .card .events-bg img {
    background: #ebebeb;
    padding: 7px;
}
.media-kit-swiper .icon-calen i {
    font-size: 26px;
}
.media-kit-swiper .icon-calen span {
    font-size: 16px;
    font-family: "muktalight", sans-serif;
    vertical-align: text-bottom;
}
.global-info {
    padding-bottom: 20px;
    border-bottom: solid 1px #acacac;
    border-width: thin;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .global-info .sea {
        width: 50%;
    }
    .media-kit .timeline-section .jazz-timeline:before {
        top: 1% !important;
    }
    .media-kit .timeline-section .jazz-timeline .timeline-post .right:after {
        width: 38px !important;
        margin-left: -5px !important;
    }
    .media-kit .timeline-section .jazz-timeline .timeline-post .left:after {
        width: 38px !important;
        margin-left: -5px !important;
    }
    .media-kit .jazz-timeline .timeline-post {
        min-height: 250px;
    }
}

.implement-timeline .jazz-timeline .timeline-post .timeline-content img {
    min-height: auto;
}
.secondary-text {
    font-size: 18px;
    color: #666;
}

.sustain-blog .learn-more span:after {
    top: 0;
}
.sustain-blog .card-body {
    padding-top: 0;
    text-align: center;
}
.sustain-blog .blog-box {
    position: relative;
    top: -17px;
    color: #fff;
    padding: 7px 15px;
    display: inline-block;
    font-size: 16px;
}
.blog-bg {
    background-color: #33b5e6;
}
.cast-bg {
    background-color: #008489;
}
.video-bg {
    background-color: #c3392c;
}
.webinar-bg {
    background-color: #804097;
}
.analytics-channel-1 .swiper-slide img {
    width: 250px;
}

/*** Gartner ***/
.gartner-box {
    top: -50px;
}
@media (max-width: 550px) {
    .gartner-box {
        top: 30px;
        height: auto;
    }
}
@media (max-width: 767px) and (min-width: 551px) {
    .gartner-box {
        top: 0;
        height: 500px;
    }
}
.gartner-g1,
.gartner-g2,
.gartner-g3,
.gartner-g4 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.gartner-g1 {
    animation: gartner-fade1 8s infinite;
    -webkit-animation: gartner-fade1 8s infinite;
}
.gartner-g2 {
    animation: gartner-fade2 8s infinite;
    -webkit-animation: gartner-fade2 8s infinite;
}
.gartner-g3 {
    animation: gartner-fade3 8s infinite;
    -webkit-animation: gartner-fade3 8s infinite;
}
.gartner-g4 {
    animation: gartner-fade4 8s infinite;
    -webkit-animation: gartner-fade4 8s infinite;
}

@keyframes gartner-fade1 {
    0% {
        opacity: 1;
    }
    25.333% {
        opacity: 1;
    }
    50.666% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes gartner-fade2 {
    0% {
        opacity: 0;
    }
    25.333% {
        opacity: 0;
    }
    50.666% {
        opacity: 1;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes gartner-fade3 {
    0% {
        opacity: 0;
    }
    25.333% {
        opacity: 0;
    }
    50.666% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes gartner-fade4 {
    0% {
        opacity: 0;
    }
    25.333% {
        opacity: 0;
    }
    50.666% {
        opacity: 0;
    }
    75% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.button-bg {
    background-color: #f13f41;
}
.box-shadow {
    box-shadow: 0px 1px 7px #ccc;
}
.form-video {
    display: none;
}

.landing-wrapper {
    background: url("../images/banner/omnichannel-readiness.jpg") no-repeat 0 0;
    padding-top: 13%;
    padding-bottom: 5%;
}
.landing-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 3px;
}
.landing-form .banner-btn {
    box-shadow: 0px 1px 7px #ccc;
}

.landing-form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.landing-form .btn-link,
.landing-form .btn-link:hover {
    color: #fd8f40;
}
.landing-form .btn-success {
    background-color: #0066cb;
    border-color: #0066cb;
    border-radius: 3px;
    padding: 5px 15px;
}
.landing-form .btn-success:not(:disabled):not(.disabled):active,
.contact-us-form .btn-success:not(:disabled):not(.disabled).active {
    background-color: #0066cb;
    border-color: #0066cb;
}

.survey .outer-next-prev.horizontal.center.vertical50 {
    transform: translate(-50%, 90%);
}
.omni-leaders .card {
    height: 100%;
}
.omni-leaders .list-dot-black {
    padding: 0 0 0 15px;
}
.omni-leaders .list-dot-black li:not(:last-child) {
    margin-bottom: 15px;
}
.three-keys .card .card-header a {
    font-size: 1.25rem;
}
.progress {
    margin-bottom: 10px;
}
.progress-bar {
    width: 0;
}
.leaf1,
.leaf2,
.leaf3,
.leaf4,
.leaf5 {
    padding: 40px 0px 40px 0px;
    border-top-left-radius: 61px;
    border-bottom-right-radius: 61px;
    margin: 10px;
}
.leaf1 {
    background-color: #95c83e;
}
.leaf2 {
    background-color: #f26b23;
}
.leaf3 {
    background-color: #37b2e0;
}
.leaf4 {
    background-color: #e6c960;
}
.leaf5 {
    background-color: #f06263;
}

.custom-progressbar {
    margin: 3rem 0 0;
}
.custom-progressbar .progress-title {
    font-size: 18px;
    color: #000;
    margin: 0 0 10px;
    padding: 4px 0;
    font-family: "muktaregular", sans-serif;
}
.custom-progressbar .progress-outer {
    background: #fff;
    padding: 5px 60px 5px 5px;
    border-radius: 45px;
    margin-bottom: 20px;
    position: relative;
}
.custom-progressbar .progress {
    background: #e6e6e6;
    border-radius: 20px;
    margin: 0;
    margin-bottom: 0 !important;
    height: 1.2rem;
}
.custom-progressbar .progress .progress-bar {
    border-radius: 20px;
    box-shadow: none;
    animation: animate-positive 2s;
    font-size: 0px;
    height: 19px;
    position: absolute;
    top: -2px;
    left: -2px;
}
.custom-progressbar .progress .progress-value {
    font-size: 14px;
    font-weight: 700;
    color: #6b7880;
    position: absolute;
    top: 3px;
    right: 10px;
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}
.chart-over-bg {
    width: 110px;
    position: absolute;
    top: 228px;
    left: 77px;
}
@media screen and (max-width: 1140px) {
    .chart-over-bg {
        left: 14%;
    }
}
@media screen and (max-width: 1111px) {
    .chart-over-bg {
        left: 13%;
    }
}
@media screen and (max-width: 1050px) {
    .chart-over-bg {
        left: 12%;
    }
}
@media screen and (max-width: 1030px) {
    .chart-over-bg {
        left: 11%;
    }
}
@media screen and (max-width: 1029px) {
    .chart-over-bg {
        left: 9%;
    }
}
@media screen and (max-width: 992px) {
    .chart-over-bg {
        left: 22%;
    }
}
@media screen and (max-width: 767px) {
    .chart-over-bg {
        left: 13%;
    }
}
@media screen and (max-width: 540px) {
    .chart-over-bg {
        display: none;
    }
}
.chart-over-bg img {
    width: 100%;
}

.progress .progress-indicate-color-1 {
    background-color: #38b2e1;
}

.progress .progress-indicate-color-2 {
    background-color: #95c83f;
}

.progress .progress-indicate-color-3 {
    background-color: #f36a22;
}

.progress .progress-indicate-color-4 {
    background-color: #e6c961;
}

.progress .progress-indicate-color-5 {
    background-color: #f16264;
}

[class*="leaf"].round {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 1rem auto;
}
[class*="leaf"].round p {
    color: #fff;
    padding: 0 10px;
    font-size: 17px;
}

.high-large-span {
    color: #1b99d6;
    font-size: 4rem;
}

#annual-business-revenue .legend-indicator {
    width: 14px;
    height: 15px;
    display: inline-block;
    margin: 4px 10px;
}
#annual-business-revenue .legend-list {
    display: flex;
    font-family: "muktaregular", sans-serif;
    font-weight: normal;
}
#annual-business-revenue .legend-percentage {
    width: 62px;
    text-align: right;
    font-family: "muktabold", sans-serif;
    font-weight: normal;
}
#annual-business-revenue [class*="highcharts-color-"][class*="0"] .legend-indicator {
    background-color: #1b98d5;
}
#annual-business-revenue [class*="highcharts-color-"][class*="1"] .legend-indicator {
    background-color: #95c83e;
}
#annual-business-revenue [class*="highcharts-color-"][class*="2"] .legend-indicator {
    background-color: #f58d44;
}
#annual-business-revenue [class*="highcharts-color-"][class*="3"] .legend-indicator {
    background-color: #e5c860;
}
#annual-business-revenue [class*="highcharts-color-"][class*="4"] .legend-indicator {
    background-color: #c23c2c;
}

.highchart-r-line {
    width: 1px;
    position: absolute;
    background-color: #bcbcbc;
    right: 0;
    top: 0;
    bottom: 6rem;
}
@media screen and (max-width: 991.98px) {
    .highchart-r-line {
        display: none;
    }
}
.highcharts-credits {
    display: none;
}

.secondary-text {
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}
.searchres.searchres-label-wrapper {
    display: flex;
    float: right;
    padding-top: 1.2rem;
    margin-bottom: 2rem;
}

.searchres.searchres-label {
    margin-right: 20px;
    font-size: 18px;
}
.searchres.searchres-label .label-control {
    display: flex;
    width: auto;
    float: left;
}
.searchres.searchres-label .label-control span {
    white-space: pre;
    padding-right: 15px;
}

.search-result-header p {
    font-size: 17px;
}

.search-sidebar {
    padding-top: 2rem;
    position: relative;
}
.search-sidebar:before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    left: -310%;
    right: 0;
    background-color: #f2f2f2;
    z-index: -1;
}
.search-sidebar ul {
    padding-left: 2px;
    font-size: 18px;
    line-height: 40px;
    margin-top: 1.5rem;
}
.search-sidebar ul li a {
    color: inherit;
}

.search-result-wrapper {
    padding-left: 25px;
}

.search-result-body .search-result-list {
    padding: 0;
    margin-top: 3rem;
}
.search-result-body .search-result-list li {
    margin-bottom: 2rem;
}
.search-result-body .search-result-list li h4 {
    font-size: 18px;
    color: #4387f0;
    font-family: "muktaregular", sans-serif;
}

.paginate-pagination ul {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: flex-end;
    margin: 20px 0;
    padding: 0;
    list-style: none;
}
.paginate-pagination ul:after {
    content: " ";
    display: table;
    clear: both;
}
.paginate-pagination ul li {
    float: left;
    margin-right: -1px;
}
.paginate-pagination ul li a.page {
    display: block;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    background: white;
    text-decoration: none;
    cursor: pointer;
}
.paginate-pagination ul li a.page:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.paginate-pagination ul li a.page.active {
    background-color: #0066cc;
    border-color: #0066cc;
    color: #ffffff;
    cursor: default;
}
.paginate-pagination ul li a.page.page-next {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-size: 28px;
    line-height: 30px;
}
.paginate-pagination ul li a.page.page-prev {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    font-size: 28px;
    line-height: 30px;
}
.paginate-pagination ul li a.page.deactive {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #dee2e6;
    border-color: #dee2e6;
    cursor: default;
}

.w-auto {
    width: auto !important;
}
.impact-swiper--control .card p,
.ratings-comments p,
.benefit-con-box p,
.digitalTransformation-swiper--control .card p {
    font-size: 19px;
    line-height: 1.5;
}
.impact-swiper--control .card p {
    margin-bottom: 0;
}
@media screen and (max-width: 991.98px) {
    .impact-swiper--control .card p {
        margin-bottom: 0;
    }
    .impact-swiper--control .swiper-wrapper {
        padding-bottom: 0;
    }
}
.whr-smart .tab-content .card-body .img-fluid {
    max-width: 75%;
}

.recent-post {
    background-color: #ebebeb;
    padding: 25px;
}
.recent-post .image-wrapper img {
    width: 125px;
}

.career-slide-img {
    max-width: 220px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    height: 220px;
}
.recent-news .right p {
    font-size: 16px;
}

.career-link-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*z-index: 1;*/
}

.same-link {
    font-size: 0px;
}

.icon-plus {
    background: url("../images/expand.svg") no-repeat 0 0;
    width: 32px;
    height: 32px;
    background-size: 90%;
}
.icon-minus {
    background: url("../images/collapse.svg") no-repeat 0 0;
    width: 32px;
    height: 32px;
    background-size: 90%;
}
@media screen and (max-width: 768px) {
    .icon-plus,
    .icon-minus {
        background-size: 85%;
    }
}

.epic-text {
    background: #0066cb;
    color: #fff;
    font-size: 5rem;
    padding: 0 10px;
    height: 63px;
    display: inline-block;
    margin: 0 10px;
    line-height: 80px;
    font-weight: bold;
}
@media screen and (max-width: 768px) {
    .epic-text {
        font-size: 4rem;
        height: 59px;
        line-height: 60px;
    }
}

.floating-share-buttons {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 99;
    -webkit-transform: translate(150px, 0);
    -moz-transform: translate(150px, 0);
    -ms-transform: translate(150px, 0);
    -o-transform: translate(150px, 0);
    transform: translate(150px, 0);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons {
        position: fixed;
        top: auto;
        bottom: 10px;
        left: 0;
        width: 100%;
        text-align: center;
        transform: inherit;
    }
}
.floating-share-buttons li {
    transition: all 1s;
    width: 200px;
    border-bottom: 1px solid #ececec;
    border-width: thin;
}
.floating-share-buttons li:last-child {
    border-bottom: 0;
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons li {
        display: inline-block;
        width: calc(100% / 6);
        border-bottom: 0;
        border-right: 1px solid #ececec;
    }
    .floating-share-buttons li:last-child {
        border-right: 0;
    }
}
@media screen and (max-width: 768px) {
    .floating-share-buttons li {
        float: left;
        width: calc(100% / 3);
    }
}
.floating-share-buttons li:hover:nth-child(1) {
    -webkit-transform: translate(-145px, 0);
    -moz-transform: translate(-145px, 0);
    -ms-transform: translate(-145px, 0);
    -o-transform: translate(-145px, 0);
    transform: translate(-145px, 0);
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons li:hover:nth-child(1) {
        transform: translate(0, 0);
    }
}
.floating-share-buttons li:hover:nth-child(2) {
    -webkit-transform: translate(-60px, 0);
    -moz-transform: translate(-60px, 0);
    -ms-transform: translate(-60px, 0);
    -o-transform: translate(-60px, 0);
    transform: translate(-60px, 0);
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons li:hover:nth-child(2) {
        transform: translate(0, 0);
    }
}
.floating-share-buttons li:hover:nth-child(3) {
    -webkit-transform: translate(-100px, 0);
    -moz-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    -o-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons li:hover:nth-child(3) {
        transform: translate(0, 0);
    }
}
.floating-share-buttons li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    padding: 7px 10px;
    background-color: #bbb;
    display: block;
    position: relative;
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons li a {
        align-items: center;
        justify-content: center;
        border-bottom: 0;
        width: 100%;
    }
}
.floating-share-buttons li a img {
    margin-right: 10px;
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons li a img {
        margin-right: 0;
    }
}
.floating-share-buttons li a span {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 991.98px) {
    .floating-share-buttons li a span {
        display: none;
    }
}
.floating-share-buttons li a:hover.share-demo {
    background-color: #009bdf;
}
.floating-share-buttons li a:hover.share-mail {
    background-color: #fc6a00;
}
.floating-share-buttons li a:hover.share-call {
    background-color: #5ba529;
}
.floating-share-buttons li i {
    font-size: 28px;
    padding: 10px;
    position: absolute;
    top: 0;
}
.float-hide-icon {
    opacity: 0;
}
.float-show-icon {
    opacity: 1;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

@media screen and (max-width: 991.98px) {
    .max-w-lg-250 {
        max-width: 250px;
    }
}

@media screen and (max-width: 768px) {
    .max-w-md-200 {
        max-width: 200px;
    }
}

.stack .card .card-body {
    padding: 12px 0;
}

.stack .card .card-body p:last-child {
    margin-bottom: 0;
}

.contact-us-form .form-group {
    margin-bottom: 30px;
    position: relative;
}
.comment-form .input-error {
    margin-top: -28px;
}
.contact-us-form .form-control {
    width: 85%;
}
.contact-us-form .customSelectBox .csbArrow {
    right: 15%;
}
.contact-us-form .btn-link,
.contact-us-form .btn-link:hover {
    color: #fd8f40;
}
.contact-us-form .btn-success {
    background-color: #0066cb;
    border-color: #0066cb;
    border-radius: 3px;
    padding: 5px 15px;
}
.contact-us-form .btn-success:not(:disabled):not(.disabled):active,
.contact-us-form .btn-success:not(:disabled):not(.disabled).active {
    background-color: #0066cb;
    border-color: #0066cb;
}
.input-error {
    width: auto;
    padding: 5px 8px;
    margin-top: -22px;
    left: 0;
    top: 0;
    font-size: 11px;
    text-align: left;
    line-height: 14px;
    position: absolute;
    z-index: 1;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    color: #b94a48;
    display: none;
}
.quiz-wrapper .input-error {
    left: 15px;
    margin-top: -30px;
}
.input-error:before {
    width: 0;
    border-style: solid;
    border-width: 7px 8px 0;
    bottom: -7px;
    content: "";
    display: block;
    left: 3px;
    position: absolute;
    border-color: #eed3d7 transparent;
}

.input-error:after {
    width: 0;
    border-style: solid;
    border-width: 7px 7px 0;
    bottom: -6px;
    content: "";
    display: block;
    left: 4px;
    position: absolute;
    border-color: #f2dede transparent;
}
.omni-usecase .timeline-section .jazz-timeline:before {
    top: 8% !important;
    height: 83%;
}
.video-transparent {
    opacity: 0.5;
}
.global-office .tab-column-card {
    background: #f2f2f2;
    border: 0;
}
.global-office .tab-column-card .nav .nav-link {
    background-color: #fff;
}
.global-office .tab-column-card .nav .nav-link.active {
    background-color: #0066cc;
}
.media-section-box .card .card-body a {
    color: #333;
}
.media-section-box .card .card-body p,
.research-insight-all .card .card-body p {
    font-size: 20px;
    line-height: 1.5;
}
.download-white-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.campaign-video-bg {
    background: #fff;
    text-align: center;
    padding: 10px;
    box-shadow: 0px 2px 4px #ccc;
    border-radius: 3px;
}
@media (min-width: 577px) {
    .research-insight-all .card-columns {
        column-count: 4;
    }
}

/*** Tablet landscape for small devices ***/
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
    .research-insight-all .card-columns {
        column-count: 2;
    }
    .cross-device .omnichannel-elements .inner {
        width: 16%;
        margin: 0 2%;
    }
    .resHorizontal-timeline-view.timeline--horizontal .timeline__items {
        height: 500px !important;
    }
}

/*** Tablet portrait ***/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .research-insight-all .card-columns {
        column-count: 3;
    }
    .media-whitepaper-bg {
        width: 500px;
        margin: 0 auto;
    }
}

.media-whitepaper-bg {
    padding: 20px;
    overflow: hidden;
}

input[type="text"].required-umbform,
input[type="password"].required-umbform,
input[type="name"].required-umbform,
input[type="email"].required-umbform {
    background: linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background: -webkit-linear-gradient(#eb5b4c, #eb5b4c) bottom left no-repeat, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom center repeat-x, -webkit-linear-gradient(#d4d6de, #d4d6de) bottom right no-repeat;
    background-size: 1px 15px, 1px 1px, 1px 15px;
    -webkit-background-size: 1px 15px, 1px 1px, 1px 15px;
}
.campaign .list-dot-black li {
    margin-bottom: 10px;
}
.box-shadow-none {
    box-shadow: none !important;
}
.account-works .outer-next-prev.horizontal.center {
    top: 43%;
}
/*.start-up .learn-more {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    width: 65%;*/
/*    transform: translate(-50%, 5%);*/
/*    left: 50%;*/
/*}*/
@media screen and (max-width: 991.98px) {
    .start-up .learn-more {
        width: 70%;
    }
    .explore ..graphics-row .left-heading {
        margin-top: 0;
    }
}
.marginTop {
    margin-top: 2rem;
}
@media screen and (max-width: 768px) {
    .marginTop {
        margin-top: 0;
    }
    .ratings-comments .mb-5 {
        margin-bottom: 0 !important;
    }
}

.rotating {
    -webkit-animation: rotation 20s infinite linear;
    -moz-animation: rotation 20s infinite linear;
    -ms-animation: rotation 20s infinite linear;
    -o-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.megamenu-inside-pattern {
    background: url("../images/banner/corner-lines.svg") no-repeat left bottom 75px;
    background-size: 15%;
}

.privacy-policy ul.second-level {
    padding-top: 6px;
}
.help-wrapper ul.first-level > li,
.privacy-policy ul.first-level > li,
.privacy-policy ul.second-level > li {
    padding: 6px 20px;
}
.help-wrapper ul.first-level > li,
.privacy-policy ul.first-level > li {
    background: url(../images/./icons/list-disc.png) 0 18px no-repeat;
    font-size: 15px;
    line-height: 32px;
}
.privacy-policy ul.second-level > li {
    background: url(../images/./icons/list-disc-gray.png) 0 18px no-repeat;
}

.custom-umbraco-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-umbraco-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.fill-control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #40abaf;
}

/* On mouse-over, add a grey background color */
/* .custom-checkbox:hover input ~ .fill-control-indicator { */
/* background-color: #fff; */
/* } */

/* When the checkbox is checked, add a blue background */
/* .custom-checkbox input:checked ~ .fill-control-indicator { */
/* background-color: #2196F3; */
/* } */

/* Create the checkmark/indicator (hidden when not checked) */
.fill-control-indicator:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-umbraco-checkbox input:checked ~ .fill-control-indicator:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-umbraco-checkbox .fill-control-indicator:after {
    left: 4px;
    top: 0;
    width: 6px;
    height: 11px;
    border: solid #40abaf;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s;
}

.content-paragraph {
    font-size: 19px;
    line-height: 1.7;
}

.custom-umbraco-checkbox .fill-control-description {
    font-size: 13px;
}
.client-content p {
    font-size: 20px;
    line-height: 1.5;
}
.voice-clients .outer-next-prev.horizontal {
    left: 40%;
}
@media screen and (max-width: 767px) {
    .voice-clients .outer-next-prev.horizontal {
        left: 50%;
    }
}

.client-margin-top {
    margin-top: 3rem;
}
.our-client-box-home {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #fff;
}
.clients-logo-bg {
    box-shadow: 0 1px 3px #ccc;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
}
.customer-client {
    padding-bottom: 3rem;
}
.customer-client:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 768px) {
    .customer-client {
        padding-bottom: 2rem;
    }
    .customer-client .infographic {
        padding-top: 2rem;
    }
}
.customer-client .infographic {
    padding-top: 4rem;
}
@media screen and (max-width: 768px) {
    .customer-client .infographic {
        padding-top: 0;
    }
}
.customer-client .customer-content-bg {
    box-shadow: 0 1px 3px #ccc;
    padding: 20px;
    background: #fff;
    position: relative;
    border-radius: 3px;
}
.customer-content-bg p {
    font-size: 20px;
    line-height: 1.5;
}
.customer-client .customer-content-bg.left:after {
    background: url("../images/icons/customer-corner-left.png") no-repeat 0 0;
    content: "";
    width: 70px;
    height: 65px;
    position: absolute;
    z-index: 1;
    left: -70px;
    top: 25px;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
    .customer-client .customer-content-bg.left:after {
        background: none;
    }
}
.customer-client .customer-content-bg.right:after {
    background: url("../images/icons/customer-corner-right.png") no-repeat 0 0;
    content: "";
    width: 70px;
    height: 65px;
    position: absolute;
    z-index: 1;
    right: -70px;
    top: 25px;
    filter: drop-shadow(0px 2px 0px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
    .customer-client .customer-content-bg.right:after {
        background: none;
    }
}
@media only screen and (min-width: 350px) and (max-width: 767px) and (orientation: portrait) {
    .customer-brands .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.retail-arrow .outer-next-prev.horizontal.center {
    top: 57%;
}
@media screen and (max-width: 1366px) and (min-width: 1199px) {
    section.sec-banner {
        background-size: cover;
        vertical-align: middle;
        align-items: center;
        display: flex;
        height: 260px;
    }
}
.webinar-banner {
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: 85px;
}
@media screen and (max-width: 768px) {
    .webinar-banner {
        margin-top: 55px;
    }
}
.webinarleader-swiper--control .swiper-wrapper.disabled {
    transform: translate3d(0px, 0, 0) !important;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.sitemap-links {
    padding: 0;
}
.sitemap-links li {
    margin-bottom: 15px;
}
.sitemap-links li a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    color: #666;
    font-size: 16px;
}
.sitemap-links li a:before,
.sitemap-links li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    margin: 5px 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-duration: 0.75s;
    -moz-transition-duration: 0.75s;
    -ms-transition-duration: 0.75s;
    -o-transition-duration: 0.75s;
    transition-duration: 0.75s;
    opacity: 0;
    background-color: #ccc;
}
.sitemap-links li a:hover {
    cursor: pointer;
}
.sitemap-links li a:hover:before,
.sitemap-links li a:hover:after {
    width: 100%;
    opacity: 1;
}
.survey-box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 25px 15px;
    margin-bottom: 25px;
}
.highcharts-title,
.highcharts-credits {
    display: none;
}
.bar-highcharts .highcharts-figure {
    border: 1px solid #ccc;
    padding: 20px;
}
.order-list {
    padding: 0 15px;
    margin: 0;
}
.order-list li {
    font-size: 20px;
}
.order-list li:not(:last-child) {
    margin-bottom: 20px;
}
#brand-focusing .highcharts-point {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 4px 10px;
}
.chart-over-icon {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 88%;
    z-index: -1;
}
.chart-over-icon img {
    width: 110px;
}
.prefer-poll {
    background: #030e44;
    padding: 20px 15px;
    border-radius: 3px;
}
.poll-progress .custom-progressbar .progress-outer {
    background: none;
    padding: 0;
    margin: 10px 0;
    padding: 15px 0;
    width: 100%;
}
.poll-progress .custom-progressbar .progress {
    background: rgba(255, 255, 255, 0.3);
}
.poll-progress .custom-progressbar .progress .progress-value {
    top: -10px;
    left: 50%;
    color: #fff;
}
.poll-progress .custom-progressbar .survey-icons {
    width: 80px;
    text-align: right;
}
.poll-progress .progress-indicate-color-1 {
    background: linear-gradient(to right, #fd5f5e 0%, #fd7b7b 100%);
}
.poll-progress .progress-indicate-color-2 {
    background: linear-gradient(to right, #6db02d 0%, #a8d240 100%);
}
.poll-progress .progress-indicate-color-3 {
    background: linear-gradient(to right, #e1bb36 0%, #ebd17a 100%);
}
.poll-progress .progress-indicate-color-4 {
    background: linear-gradient(to right, #fc720f 0%, #fea465 100%);
}
.webinar-speaker-popup-content {
    font-size: 20px;
    line-height: 1.5;
}

.board-members-bg .card-box .card-profile {
    border: 7px solid #fff;
}
.board-members-bg .card-box:hover .card-profile.circle {
    border: 9px solid #0e68b4;
}
.board-members-bg .search-icon {
    position: absolute;
    right: 50px;
    bottom: 25px;
}

.OthrwebSlidBox {
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    overflow: hidden;
    padding: 10px 10px;
    box-shadow: 0px 0px 22px -2px #88888854;
    height: 100%;
}

.ListBoxshadow {
    border-radius: 5px;
    overflow: hidden;
    padding: 35px 50px 0px;
    border: 1px solid #d6d6d6;
    box-shadow: 0px 0px 22px -2px #88888854;
}

section.bg-gray.InsuBg {
    background-image: url(images/insurance-webinars/gray-bg-1.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3rem 0;
    overflow: hidden;
}

p.white.BgRedcolor {
    background: transparent;
    padding: 4px 16px;
    border-radius: 3px;
    max-width: max-content;
    border: 1px solid #fff;
}

.user-interface-box {
    box-shadow: 0 1px 5px #ccc;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    .user-interface-box {
        box-shadow: none;
        margin-bottom: 0;
    }
}
.user-interface-box .user-interface-bg {
    background-color: #0066cb;
    text-align: center;
    justify-content: center;
    padding: 12px;
}
@media screen and (max-width: 768px) {
    .user-interface-box .user-interface-bg {
        border-bottom: 1px solid #ffffff;
    }
}
.user-interface-box .user-interface-bg .graphics-row {
    display: block;
}
.user-interface-box .user-interface-bg .graphics-row .left-graphics img {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    .user-interface-box .user-interface-bg .graphics-row .left-graphics img {
        margin-right: 15px;
        margin-bottom: 0;
    }
}
.user-interface-box .user-interface-bg .graphics-row .left-heading {
    margin-top: 15px;
}
.user-interface-box .col-user-6 {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .user-interface-box .col-user-6 {
        width: 50%;
    }
}
.user-interface-box .col-user-6 p:first-child {
    margin-top: 1rem;
}
.user-interface-bg {
    background-color: #0066cb;
}
@media screen and (max-width: 768px) {
    #scrollTabHeader .user-interface-box {
        margin-left: 0;
    }
}
.unica-list {
    margin: 0 auto;
    padding: 15px 0;
    text-align: left;
}
.unica-list li {
    padding: 12px 0 12px 5%;
    border-bottom: 1px dashed #ccc;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .unica-list li {
        padding-left: 0;
        font-size: 16px;
    }
}
.unica-list li:last-child {
    border-bottom: 0;
}
.unica-list li img {
    margin-right: 10px;
}
.user-interface-bg .graphics-row {
    display: block;
}

.survey-post {
            background-color: #dfedf0;
            padding: 25px;
            border-radius: 3px;
        }
        .survey-quiz .bg-color {
            background: #0066cc;
        }
        .survey-list {
            padding: 0;
            margin: 0;
        }
        .survey-list li {
            margin-bottom: 15px;
        }
        .survey-list li:last-child {
            margin-bottom: 0;
        }
        .survey-list li a {
            color: #333;
            font-size: 18px;
            text-decoration: underline;
            /*border-bottom: 1px solid #a2acad; */
        }
        .survey-list li a:hover {
            color: #06c;
        }
        /* .survey-right-section {
            background: linear-gradient(to right,#2369c4 0%,#5739b6 100%);
            padding: 25px;
            max-height: 370px;
        } */
        .survey-right-section {
            background: url('../images/survey/survey_bg.svg') no-repeat center center;
            padding: 25px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 3px;
            margin-top: 40px;
        }
        @media screen and (max-width: 768px) {
            .survey-right-section {
                display: none
            }
        }
       .survey-quiz-box {
            padding: 0 0 10px;
            border-radius: 3px;
            font-size: 18px;
            /*border: 1px solid #c0dee6;
            margin-bottom: 12px;
            transition: all ease-in-out 0.3s;*/
        }
        /*.survey-quiz-box.selected-quiz {
            box-shadow: 1px 1px 3px 1px #d3d3d3;
            border-color: #06c;
        }
        .survey-quiz-box:hover {
            box-shadow: 1px 1px 3px 1px #d3d3d3;
            cursor: pointer;
        }*/
        .survey-quiz-box .custom-checkbox, .survey-quiz-box .custom-radio label {
            width: 100%;
            cursor: pointer;
        }
        #quiz-content .outer-box-slider {
            display: flex;
        }
        .quiz-wrapper .outer-next-prev.horizontal.center {
            top: auto;
            bottom: 0;
            z-index: 10;
            width: 97%;
        }
        .quiz-wrapper .outer-next-prev.horizontal .swiper-button-next {
            right: auto;
            left: 105px;
        }
        .quiz-wrapper .swiper-button-prev, .quiz-wrapper .swiper-button-next {
            background-image: none;
            background-color: #0066cc;
            color: #fff;
            border-radius: 3px;
        }
        .quiz-wrapper .swiper-button-next, .quiz-wrapper .swiper-button-prev {
            width: auto !important;
            height: auto !important;
        }
        .quiz-wrapper .swiper-button-next, .quiz-wrapper .swiper-button-prev, .quiz-wrapper .swiper-end-button {
            background-color: #0066cc;
            padding: 7px 15px;
            border-radius: 3px;
            font-size: 18px;
        }
         .quiz-wrapper .swiper-end-button {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: auto;
            left: 180px;
            color: #fff;
            cursor: pointer;
            transition: all 0.5s ease;
        }
        #quiz-end-survey {
            visibility: hidden;
            opacity: 0;
        }
        #quiz-swiper--next.swiper-button-disabled + #quiz-end-survey{
            visibility: visible;
            opacity: 1;
            transition: all 0.5s ease;
        }
        #quiz-content, #survey-thank-you {
			display: none;
		}
        .grecaptcha-badge {
            z-index: 99;
        }
        .captcha .grecaptcha-logo {
            position: absolute;
            top: 0;
        }
        .captcha .form-control {
            opacity: 0;
        }
        .quiz-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
            position: relative;
            width: 100%;
            margin-right: 5px;
            text-indent: -999px;
            background-color: #0066cc;
            border-radius: 0;
            -webkit-transition: all 0.45s ease;
            -moz-transition: all 0.45s ease;
            -ms-transition: all 0.45s ease;
            -o-transition: all 0.45s ease;
            transition: all 0.45s ease;
        }
        .quiz-wrapper .swiper-pagination-bullets .swiper-pagination-bullet:last-child {
            margin-right: 0;
        }
        .quiz-wrapper .quiz-swiper-pagination {
            position: absolute;
            top: 0;
            width: 100%;
            left: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            pointer-events: none;
        }
        .quiz-wrapper .survey-quiz-swiper-pagination {
            position: absolute;
            top: 0;
            width: auto;
            left: auto;
            right: 0;
            bottom: auto;
            font-size: 20px;
        }
        .swiper-container.quiz-swiper--control {
            margin-bottom: 60px;
        }
        @media screen and (max-width: 768px) {
			.quiz-wrapper .outer-next-prev.horizontal.center {
				width: 93%
			}
			.quiz-wrapper .swiper-slide {
				height: auto;
			}
        }
        /***** Pie *****/
        .progress-bar {
            display: inline-block;
            width: 275px;
            height: 275px;
            margin: 7px;
            padding: 0;
            background-color: inherit;
            overflow: hidden;
        }
        .progress-bar .progress-active {
            position: relative;
            top: -281px;
            -webkit-transition: all 0.45s ease;
            -moz-transition: all 0.45s ease;
            -ms-transition: all 0.45s ease;
            -o-transition: all 0.45s ease;
            transition: all 0.45s ease;
        }
        .progress-bar p {
            position: relative;
            margin: 0;
            padding: 0;
            width: 275px;
            top: -460px;
            font-size: 43px;
            text-align: center;
            color: #333;
        }
		.result span, .quiz-page-display span {
            font-size: 54px;
            font-weight: bold;
        }

.custom-radio {
    position: relative;
}
.custom-radio [type="radio"]:checked {
    position: absolute;
    left: -99999px;
}
.custom-radio [type="radio"]:checked + label {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
}
.custom-radio [type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #40abaf;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:checked + label:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #40abaf;
    position: absolute;
    top: 10px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-radio [type="radio"]:not(:checked) {
    position: absolute;
    left: -99999px;
}
.custom-radio [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 18px;
}
.custom-radio [type="radio"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid #40abaf;
    border-radius: 100%;
    background: #fff;
}
.custom-radio [type="radio"]:not(:checked) + label:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #40abaf;
    position: absolute;
    top: 10px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

@font-face {
    font-family: sintaFont;
    src: url("../fonts/Sinta-Script.ttf");
    font-display: swap;
}
.sint-font {
    font-family: "sintaFont";
    color: #0066cb;
}
.heading-border {
    position: relative;
    display: inline-block;
}
.heading-border:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 95px;
    height: 4px;
    background: #0066cc;
}
.boards-bg {
    background: url("../images/leadership-team/boards-bg.jpg") no-repeat 0 0;
    background-size: cover;
}
.icon-plus {
    background: url("../images/expand.svg") no-repeat 0 0;
    width: 32px;
    height: 32px;
}
.icon-minus {
    background: url("../images/collapse.svg") no-repeat 0 0;
    width: 32px;
    height: 32px;
}
@media screen and (max-width: 768px) {
    .icon-plus,
    .icon-minus {
        background-size: 85%;
    }
}
@media screen and (max-width: 768px) {
    .board-members-bg .card-box p {
        text-align: center;
    }
    .our-founders .foot-social li {
        margin: 0 5px 0 0;
    }
}
.board-members-bg .card-box .card-profile {
    border: 7px solid #fff;
}
.board-members-bg .card-box:hover .card-profile.circle {
    border: 7px solid #0e68b4;
}
.board-members-bg .card-box:hover .card-profile.circle img {
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.board-members-bg .card-box .card-profile.circle img,
.board-members-bg .card-box:hover .card-profile.circle img {
	-webkit-transition: -0.7s all ease;
    -moz-transition: -0.7s all ease;
    -ms-transition: -0.7s all ease;
    -o-transition: -0.7s all ease;
    transition: -0.7s all ease;
}
.board-members-bg .search-icon {
    position: absolute;
    right: 50px;
    bottom: 25px;
}
.our-team .tab-column-card {
    border: 0;
    padding: 20px;
}
.our-team .tab-column-card .tab-column-content .nav {
    border-bottom: 0;
}
.our-team .tab-column-card .tab-column-content .nav .nav-link.active {
    text-align: center;
}
.our-team .tab-column-card .nav .nav-link {
    background: #fff;
    border-bottom: 4px solid #ccc;
    color: #666;
    margin-right: 0;
    font-size: 20px;
}
.our-team .tab-column-card .nav .nav-link.active {
    border-bottom: 4px solid #0066cc;
    color: #111;
    font-family: "muktamedium", sans-serif;
}
.our-team .tab-column-card .tab-column-content .nav .nav-link.active:after {
    content: inherit;
}
.our-team .card-box {
    margin-top: 3.5rem;
}
.our-team .card-box .card-profile {
    border: 7px solid #f2f2f2;
}
.our-team .card-box:hover .card-profile.circle {
    border: 7px solid #0e68b4;
}
.our-team.border-global {
    border-bottom: 1px solid #d4d4d4;
}
.our-team .gartner-quadrant .dropdown-menu > li a { 
	font-size: 24px;
}
.our-team .card-box .card-profile img {
	filter: grayscale(1);
}
.our-team .card-box:hover .card-profile img {
	filter: grayscale(0);
}
@media screen and (max-width: 768px) {
    .our-team.border-global {
        border-bottom: 0;
    }
}
.package {
    background-image: url("images/leadership-team/resource-14.jpg");
}

.our-founders .founder-box-img:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.our-founders .founder-box-img.circle {
    z-index: -1;
}
#gartner-integrate .scrollspy {
    display: block;
}
.gartner-quadrant .scrollspy,
.gartner-quadrant .dropdown-menu {
    width: 100%;
}
.gartner-quadrant .dropdown-menu > li {
    width: 15%;
}
.our-team .gartner-quadrant .dropdown-menu > li a.active {
    border-bottom: 5px solid #0066cc;
}
.gartner-quadrant .dropdown-menu > li a.active:before,
.gartner-quadrant .dropdown-menu > li a.active:after,
.gartner-quadrant .scrollspy ul li:before {
    content: inherit !important;
}
.gartner-quadrant .dropdown-menu > li a.active {
    font-family: "muktamedium", sans-serif;
    border-bottom: 5px solid #0066cc !important;
}
.gartner-quadrant .dropdown-menu > li a {
    display: block;
    font-size: 30px;
    font-family: "muktamedium", sans-serif;
    border-bottom: 5px solid #ccc !important;
}
.gartner-quadrant .dropdown-menu > li {
    padding: 10px 5px 0 !important;
}
.our-team .gartner-quadrant .dropdown-menu > li a {
    min-height: auto;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .our-team .gartner-quadrant .dropdown-menu > li a {
        text-align: left;
        font-size: inherit;
    }
    .our-team .gartner-quadrant .dropdown-menu > li a.active,
    .our-team .gartner-quadrant .dropdown-menu > li a {
        border-bottom: 0 !important;
    }
    .our-team .gartner-quadrant .dropdown-menu > li {
        padding: 0 !important;
    }
}

/*** Pre Loading ***/

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 999;
}

.loading .loading-tick {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 50%;
    margin-top: -11px;
    width: 23px;
    height: 22px;
    background: url('../images/icons/loading-ticks.png') no-repeat;
}
.loading .resul-loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-35%, -50%);
    width: 175px;
    height: 50px;
    background: url('../images/icons/resul.gif') no-repeat;
    background-size: 90%;
}
.loading .loading-content {
    position: absolute;
    left: 50%;
    margin-left: -28px;
    top: 50%;
    margin-top: -28px;
    width: 57px;
    height: 57px;
    background: url('../images/icons/loading.png') center center no-repeat;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

/*** Gartner magic quadrant ***/ 
		
.gartner-magic h1 {
	font-size: 2.5rem; color:#fff;			
}
.gartner-magic h2 {
	font-size: 2rem; color:#fff;
}
.gartner-magic h4 { color:#fff;
}
.gartner-magic p { color:#fff;
}
.gartner-magic {
	border-left: 5px solid #ff540a;
}
.critical-bg {
	background-color: #009bde;
}
.gartner-quadrant .scrollspy, .gartner-quadrant .dropdown-menu {
	width: 100%;
}
.gartner-quadrant .dropdown-menu > li {
	width: 15%;
}
.gartner-quadrant .dropdown-menu > li a.active {
	border-bottom: 5px solid #0066cc;
}
.gartner-quadrant .dropdown-menu .customers {
	color: #999;
	display: block;
	font-size: 12px;
	font-family: "muktalight", sans-serif;
	font-style: italic;
}
.gartner-quadrant .dropdown-menu > li a.active:before, .gartner-quadrant .dropdown-menu > li a.active:after, .gartner-quadrant .scrollspy ul li:before {
	content: inherit !important;
}
.gartner-quadrant .dropdown-menu > li a.active {
	font-family: "muktamedium", sans-serif;
	border-bottom: 5px solid #0066cc !important;
}
.gartner-quadrant .dropdown-menu > li a {
	display: block;
	/* min-height: 130px; */
	font-size: 30px;
	font-family: "Muktamedium", sans-serif;
	border-bottom: 5px solid #ccc !important;
}
.gartner-quadrant .dropdown-menu > li {
	padding: 10px 5px 0 !important;
}
.gartner-wrapper .channel {
	padding: 2rem;
}
.gartner-infographic {
	position: absolute;
	top: -20%;
	right: 5%;
	width: 35%;
}
@media screen and (max-width: 991px) {
	.gartner-infographic {
		width: 45%;
	}
}
@media screen and (max-width: 991px) {
	.gartner-infographic {
		position: inherit;
		top: 0;
		right: 0;
		width: 90%;
	}
}

.unknow-acc-banner {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.OutcomsAchivpos {
    position: absolute;
    right: 50px;
    top: 107px;
}

.Boxpershadows {
    box-shadow: 2px 2px 8px #cecece;
    padding: 80px 0px 5px 0px;
    max-width: 220px;
    min-height: 159px;
    background: #fff;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
    top: 70px;
}

.Center-Right {
    right: -100px;
    z-index: -1;
    position: relative;
}
.clients {
    z-index: 0;
}

h2.Incleads {
    margin-bottom: 0px;
    font-size: 60px;
}

p.BannerParadesc {
    color: #ffffff;
    font-size: 16px;
}

p.BannerParadesc {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .Center-Right {
        right: 0px;
        z-index: auto;
        position: inherit;
    }
    .OutcomsAchivpos {
        position: inherit;
        right: 0px;
        top: 0px;
    }

    .Boxpershadows {
        box-shadow: 2px 2px 8px #cecece;
        padding: 80px 0px 5px 0px;
        max-width: 220px;
        min-height: 159px;
        background: #ffffffbf;
        margin: 0 auto;
        position: initial;
        left: 0;
        right: 0;
        border-radius: 5px;
        z-index: 0;
        top: 75px;
        margin-top: -53px;
        margin-bottom: 20px;
    }
}

@font-face {
    font-family: volkornFont-m;
    src: url('../fonts/Vollkorn-Medium.ttf');
    font-display: swap;
}

.volk-font-m {
    font-family: "volkornFont-m" !important;
}

.package-blue-bg {
    background: #009bdf;
}

.custom-card-view .graphics-row {
  background-image: url("../images/icons/resource-box-pattern.svg");
  background-repeat: no-repeat;
  background-position: right bottom; }

.custom-card-view .graphics-row .left-graphics img {
  max-width: 70px;
  margin-right: 15px; }
  
/*** Scrollbar custom css style */
.css-scrollbar {
    scrollbar-color: #b8b8b8 #f7f7f7;
    scrollbar-width: thin;
}
.css-scrollbar::-webkit-scrollbar-track {
    background-color: #f7f7f7;
}
.css-scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: #f7f7f7;
}
.css-scrollbar::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
/*** Scrollbar custom css style ***/

@media screen and (max-width: 768px) {
	.leadership-scroll {
		height: calc(100vh - 275px);
		overflow-y: scroll;
	} 
} 

/*** search icon ***/
.res-search-icon {
	width: 20px;
	height: 20px;
	position: relative;
	z-index: 10;
}
.res-search-icon:before, .res-search-icon:after {
    display: block;
    content: "";
}
.res-search-icon:before {
    position: absolute;
    height: 11px;
    width: 11px;
    left: 2px;
    top: 3px;
    border-radius: 50%;
    border: 1px solid #fff;
}
.res-search-icon:after {
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-transform: rotate(-40deg);
    -moz-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    height: 8px;
    width: 1px;
    background-color: #fff;
}

.scroll-navbar .dark-theme .res-search-icon:before,  .white-theme .res-search-icon:before, .m-nav-search-icon.active .res-search-icon:before {
    border-color: #333;
}
.scroll-navbar .dark-theme .res-search-icon:after, .white-theme .res-search-icon:after, .m-nav-search-icon.active .res-search-icon:after {
    background-color: #333;
}
/*** Icon left arrow solid ***/
.left-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    box-sizing: border-box;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top: 4px solid;
    border-right: 4px solid;
    transform: rotate(45deg);
    margin: -4px 10px 0 0;
}
.left-arrow:after, .left-arrow:before {
    content: "";
    box-sizing: border-box;
}
/*** Icon Chevron ***/
.icon-up-small {
    position: relative;
    display: inline-block;
}
.icon-up-small:after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 13px;
    left: 1px;
    position: absolute;
    top: -7px;
    width: 13px;
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
.footer-accordion li.collapsed .left-arrow {
    transform: rotate(45deg);
    margin: 5px 10px 0 0;
}
.footer-accordion .left-arrow {
    transform: rotate(135deg);
    margin: 4px 10px 0 0;
    transition: 0.5s;
}
/*** Icon close (x) ***/
.icon-close:before, .icon-close:after {
    position: absolute;
    left: 15px;
    content: '';
    height: 15px;
    width: 1px;
    background-color: #666;
}
.icon-close:hover:before, .icon-close:hover:after {
    background-color: #343a40;
}
.icon-close:before {
    transform: rotate(45deg);
}
.icon-close:after {
    transform: rotate(-45deg);
}
.survey-answer-box {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 7px 15px;
	font-size: 21px;
	margin-bottom: 15px;
}
.survey-answer-box.box-shadow {
	box-shadow: 0px 1px 7px #e8e8e8;
}
.submit-btn .btn {
    padding: 5px 15px;
    text-transform: uppercase;
}
.submit-btn .btn-primary {
    background-color: #0066cb;
    border-color: #0066cb;
}
.main-heading {
    font-size: 2.5rem;
    font-family: 'muktamedium';
    display: block;
    text-align: center;
    line-height: 1.2;
}

/*** Mozilla Browser ***/
@-moz-document url-prefix() {
    .card-view-swiper .card img{
        max-width: 100px;
        margin: 0 auto;
    }
}

 .answer-text {
            color: #fff;
            padding: 10px 15px;
            border-radius: 3px;
        }
        .correct {
            background-color: #5aa42a; 
        }
        .wrong {
            background-color: #ef3e3f;
        }
        
        .result span, .quiz-page-display span {
            font-size: 54px;
            font-weight: bold;
        }

.modal-body p {
    font-size: 20px; line-height: 1.5;
}

.modal-body {
    z-index: 1;
}
 
.modal-close {
    z-index: 2;
}

/* Resulticks Blog CSS */
.blog-home-menu {
    margin-top: 110px;
}
.events-controls .events-swiper--control .b0 {
    bottom: -5px !important;
}
@media screen and (max-width: 768px) {
    .events-controls .border-right {
        border-right: 0 !important;
    }
    .blog-home-menu {
        margin-top: 55px;
    }
}
.blog-home-menu {
    background: #e9e9eb;
}
.blog-menu {
    margin: 0;
    padding: 0;
}
.blog-menu li {
    display: inline-flex;
    border-right: 1px solid #fff;
}
.blog-menu li a {
    display: block;
    padding: 10px 13px;
    color: #333;
    font-size: 16px;
}
.blog-menu li:nth-child(2) a { 
    padding-left: 0; 
}
.blog-menu .dropdown-menu-right li:nth-child(2) a { 
    padding-left: 15px; 
}
.blog-menu .dropdown-menu {
    padding: 0;
    border-radius: 3px;
    max-height: 240px;
    overflow-y: scroll;
    margin-top: 12px;
    min-width: 250px;
}
.blog-menu .dropdown-menu li {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.blog-menu .dropdown-menu li:before {
    background: #e9e9eb !important;
}
.blog-menu .dropdown-menu li:active:before,
.blog-menu .dropdown-menu li:focus:before,
.blog-menu .dropdown-menu li:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.blog-menu .dropdown-menu li:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blog-menu .tabdrop .dropdown-toggle:after {
    content: initial;
}
.blog-menu .tabdrop.show .dropdown-toggle:after {
    border-color: #fff transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: -13px;
    content: "";
    display: block;
    right: 11px;
    position: absolute;
    z-index: 10000;
}
.blog-menu .tabdrop.show .dropdown-toggle:before {
    border-color: #dadadc transparent;
    border-style: solid;
    border-width: 0 10px 10px;
    bottom: -12px;
    content: "";
    display: block;
    right: 11px;
    position: absolute;
}
.blog-menu li a.dropdown-item {
    padding: 5px 10px;
}
.blog-category .footer-sm-menus {
    margin: 0 !important;
}
.blog-category .footer-sm-menus li a {
    color: #666;
    padding: 0 10px;
    font-size: 12px;
}
.blog-category .footer-sm-menus li a.first {
    padding-left: 0;
}
/*@media screen and (min-width: 767px) {*/
/*    .blog-trends .section-one {*/
/*        overflow: hidden;*/
/*    }*/

/*    .blog-trends .section-one img {*/
/*        min-height: 100%;*/
/*        transform: translate(-50%, -50%);*/
/*        position: relative;*/
/*        left: 50%;*/
/*        top: 50%;*/
/*    }*/
/*}*/
/*.row.blog-trends {*/
/*    margin: 0;*/
/*}*/
.blog-trends .section-one, .blog-trends .section-two, .blog-trends .section-two .btn-social{
    background-color: #edf5f7;
}
.blog-inner-section .category-page .first-box-section {
    display: flex;
}
@media screen and (max-width: 991px) {
    .blog-inner-section .category-page .first-box-section {
        display: block;
        width: 100%;
    }
}
.blog-inner-section .category-page .first-box {
    padding-right: 0.5rem;
}
.blog-inner-section .category-page .first-box .footer-sm-menus {
    display: flex;
    white-space: pre;
}
@media screen and (max-width: 991px) {
    .blog-inner-section .category-page .first-box {
        width: 100%;
    }
}
.blog-inner-section .category-page .second-box {
    padding-left: 1rem;
    border-left: 1px solid #ccc;
}
.blog-inner-section .category-page .second-box .footer-sm-menus li:first-child a{
    padding-left: 0;
}
.blog-inner-section {
    padding-right: 78px;
}
@media screen and (max-width: 991px) {
    .blog-inner-section {
        padding-right: 15px;
    }
}
.blog-inner-section .blog-inner-content p {
    text-align: justify;
}
.blog-latest .blog-trends-box {
    padding-left: 2rem;
}
.blog-latest .blog-latest-box {
    padding-right: 2rem;
}
.blog-latest .blog-trends-box .post-entry{
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.blog-latest .blog-trends-box .post-entry:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}
.blog-home-icon {
    background: url('../images/icons/blog-home-icon.svg') no-repeat 0 9px;
    width: 25px;
    height: 44px;
    margin-right: 13px;
}
@media screen and (max-width: 767px) {
    .blog-trends .section-one img {
        max-width: 100%;
    }
    .blog-latest .blog-trends-box {
        padding-left: 15px;
    }
    .blog-latest .blog-trends-box span.main-heading {
        padding-top: 2.5rem;
        margin-top: 1rem;
        border-top: 1px solid #ccc;
    }
    .blog-latest .blog-latest-box {
        padding-right: 15px;
    }
    .blog-inner-section .category-page .first-box, .blog-inner-section .category-page .second-box {
        height: auto;
    }
    .blog-inner-section .category-page .first-box {
        padding-right: 0;
    }
    .blog-inner-section .category-page .second-box {
        padding-left: 0;
        border-left: 0;
    }
    .blog-trends .section-one {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .blog-latest .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        content: inherit;
    }
}
.command-data-swiper--controller .swiper-slide.swiper-slide-active {
    z-index: 1;
}
.trending-data-swiper--controller {
    padding: 0 15px !important;
}
.trending-data-swiper--controller .swiper-slide .card-body p {
    font-size: 18px;
    line-height: 1.5;
}
.post-entry {
    margin-bottom: 40px;
}
.post-entry .thumbnail {
    background-size: cover;
    background-position: center;
    width: 35%;
}
.post-entry .contents {
    width: 65%;
    padding: 0 20px 0 0;
}
        
/*** Survey analysis custom css ***/
#SurveyPrepopulate .rp-form-label,
#maintableuseProgress .termsandconditions_block,
#maintableuseProgress .buttons_block .rp-form-field .btn.btn-link {
    display: none;
}
#maintableuseProgress .row {
    margin: 30px 0 0;
}
#SurveyPrepopulate #Textbox1_First-name,
#SurveyPrepopulate #Textbox12_EmailID {
    width: calc(50% - 15px);
}
#SurveyPrepopulate .rp-form-row.buttons_block {
    clear: both;
}
#maintableuseProgress .buttons_block .rp-form-field .submit_loadIcons_outerBlk {
    margin: 0 auto;
    text-align: center;
}
#maintableuseProgress .buttons_block .rp-form-field .submit_loadIcons_outerBlk input {
    background-color: #0066cb;
    border-color: #0066cb;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 3px;
    padding: 5px 15px;
    cursor: pointer;
    color: #ffffff;
}
#SurveyPrepopulate .custom-row {
    display: flex;
    justify-content: space-between;
}
#SurveyPrepopulate .custom-row .rp-form-row {
    margin: 0 !important;
}
#SurveyPrepopulate .custom-row .rp-form-row .rp-form-field {
    margin: 0 15px !important;
}
/***#maintableuseProgress .row:last-child .rp-form-field {
    width: 100%;
    margin: 35px 0 50px !important;
}***/
#SurveyPrepopulate .rp-form-row.buttons_block .rp-form-field.row {
    margin: 30px auto;
}
#SurveyPrepopulate .error-block {
    position: relative;
}
#SurveyPrepopulate .error-block .input-error{
    left: 10px;
    top: -60px;
    margin-top: 0;
}
#SurveyPrepopulate .temp-holder-wrap {
    padding-top: 0 !important;
}
.resulticks-story-page .timeline-section .font-l {
    font-size: 2.5rem;
}
 .grey-pattern-bg {
    background: url('../images/survey/grey-bg.svg') no-repeat 0 0;
    background-size: cover;
}
.grey-pattern-bg .card {
    box-shadow: 0 1px 6px #dadada;
}
.umbraco-forms-Request { overflow: hidden; }



 .section {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.section .fixed {
  overflow: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
}
.section .white {
  color: #fff;
}

.section:nth-child(1) {
  background-color: #fff;
  color: #000;
  top: 0;
  z-index: 1;
}
.section:nth-child(1) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(2) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #66c8ed;
  color: #fff;
  top: 100vh;
  z-index: 2;
}
.section:nth-child(2) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(3) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #b886cf;
  color: #fff;
  top: 200vh;
  z-index: 3;
}
.section:nth-child(3) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(4) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #70bfc3;
  color: #fff;
  top: 300vh;
  z-index: 4;
}
.section:nth-child(4) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(5) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #fd8f40;
  color: #fff;
  top: 400vh;
  z-index: 5;
}
.section:nth-child(5) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(6) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #4fb14f;
  color: #fff;
  top: 500vh;
  z-index: 6;
}
.section:nth-child(6) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(7) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a85;
  color: #fff;
  top: 600vh;
  z-index: 7;
}
.section:nth-child(7) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(8) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #0ac285;
  color: #fff;
  top: 700vh;
  z-index: 8;
}
.section:nth-child(8) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(9) {
  box-shadow: inset 0 1px 80px rgba(0, 0, 0, 0.14);
  background-color: #c20a0a;
  color: #fff;
  top: 800vh;
  z-index: 9;
}
.section:nth-child(9) .fixed {
  transform: translate(-50%, -50%);
}

.section:nth-child(10) {
  background-color: #000;
  color: #fff;
  top: 900vh;
  z-index: 10;
}
.section:nth-child(10) .fixed {
  transform: translate(-50%, -50%);
}
.personalize-usecase-banner {
    background: url('images/banner/personalized-usecase-bg.jpg') no-repeat center center;
}
.parallax-usecase .package {
    position: absolute;
    width: 100%;
}
.parallax-usecase #footer {
    position: absolute;
    width: 100%;
}

.parallax-wrapper .navbar {
    position: fixed;
    right: 0;
    top: 85%;
    left: auto;
    z-index: 10;
    opacity: 0;
    transition: top .8s,opacity .8s;
}
.parallax-wrapper .navbar.parallax-active {
    opacity: 1;
    top: 50%;
}
.parallax-wrapper .navbar-nav {
    transform: translateY(-50%);
}
.parallax-wrapper .navbar-nav .nav-link {
    width: 13px;
    height: 13px;
    background: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 0;
    margin-bottom: -10px;
    transition: margin-bottom .8s;
}
.parallax-wrapper .navbar.parallax-active .nav-link {
    margin-bottom: 10px;
}
.parallax-wrapper .navbar-nav .nav-link.active {
    background: #0066cc;
}

.icon-scroll,
.icon-scroll:before {
    position: absolute;
    left: 50%;
    margin-left: -15px;
}
.icon-scroll {
    width: 30px;
    height: 50px;
    bottom: 10px;
    border: 2px solid #fff;
    border-radius: 25px;
    background: #3238a6;
}
.icon-scroll:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: scroll;
    animation-name: scroll;
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(26px);
    }
}
@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(26px);
    }
}
.scroll-down {
    position: absolute;
    bottom: 0;
    background: #06c;
    height: 50px;
    width: 50px;
}
.scroll-down svg {
    position: absolute;
    left: 10px;
    top: 10px;
    animation: scrolly 1.7s forwards infinite;
    -webkit-animation: scrolly 1.7s forwards infinite;
}
.scroll-down span {
    overflow: hidden;
    height: 60px;
    display: block;
    position: relative;
}
@keyframes scrolly {
    0% {
        transform: translate3d(0, -100%, 0) rotateX(90deg) scale(0.5) skewX(3deg);
    }
    30% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    70% {
        transform: translate3d(0, 0, 0) rotateX(0deg) scale(1) skewX(0deg);
    }
    95% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
    100% {
        transform: translate3d(0, 50%, 0) rotateX(-90deg) scale(0.5) skewX(-3deg);
    }
}

.main-timeline {
    position: relative;
    display: grid;
    grid-template-rows: auto auto auto;
    grid-gap: 0;
    align-items: center;
    height: 100vh;
}
.main-timeline:after {
    content: "";
    position: absolute;
    background: #666;
    top: 100px;
    bottom: 47px;
    width: 1px;
    z-index: -1;
    left: 50%;
}
.main-timeline:after {
    content: "";
    display: block;
    clear: both;
}
.main-timeline .timeline {
    width: 100%;
    margin: 75px 0 0;
    float: left;
}
.main-timeline .timeline-content {
    color: #222;
    display: block;
    position: relative;
    z-index: 1;
    text-align: left;
}
.main-timeline .timeline.even {
    float: right;
    margin: 0;
}
.main-timeline .timeline.timeline-image {
    margin: -30px auto;
    width: 100%;
}
.main-timeline .timeline.even .timeline-content {
    width: 40%;
    float: right;
}
.main-timeline .timeline .timeline-content {
    width: 40%;
}
.main-timeline .timeline.even .timeline-content {
    text-align: left;
}
.main-timeline .timeline-content p {
    font-size: 18px;
    margin-bottom: 7px;
    line-height: 1.5;
}
.main-timeline .arrow-down {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: inherit;
    bottom: 15px;
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .main-timeline {
        padding-left: 40px;
    }
    .main-timeline .timeline,
    .main-timeline .timeline.even {
        width: 100%;
        float: none;
        margin: 0;
    }
    .main-timeline .timeline.timeline-image img {
        width: 175px;
    }
    .main-timeline .timeline .timeline-content {
        width: 100%;
        margin-top: 50px;
    }
    .main-timeline .timeline.even .timeline-content {
        width: 100%;
        margin-top: 0;
    }
    .main-timeline .arrow-down {
        left: 0;
        margin-left: 0;
        bottom: 15px;
    }
    .main-timeline:after {
        top: 55px;
        left: 3%;
    }
}
.usecase-first-slide {
    top: 100px;
    position: relative;
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
}

@media screen and (max-width:767px){
    .usecase-first-slide {
        top: 55px;
        height: calc(100% - 55px);
    }
}
.blog-wrapper-category {
    background: #e9e9eb;
    overflow: hidden;
}
.blog-wrapper-category .blog-features:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 2000px;
    position: absolute;
    background-color: #f2f2f2;
}
.blog-wrapper-category .post-entry {
    margin-bottom: 0;
    margin-top: 40px;
}
.blog-wrapper-category .post-entry .contents {
    padding: 0 15px;
}
.blog-container .blog-infographic-box {
    margin-bottom: 30px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #ccc;
}
.tags {
    margin: 0;
    padding: 0;
}
.tags li {
    display: inline-flex;
}
.tags li a {
    margin: 0 5px 8px 0;
    background: #fff;
    padding: 3px 10px;
    font-size: 15px;
    color: #666;
    border-radius: 3px;
    transition: 0.5s;
}
.tags li a:hover {
    background: #0066cc;
    color: #fff;
}
.categories-tags .tags li {
    display: none;
}
.categories-tags .tag-plus img, .categories-tags .tag-minus img {
    width: 21px;
    margin-left: 3px;
    margin-top: -3px;
}
.features-entry {
    margin-bottom: 20px;
}
.features-entry .number {
    flex: 0 0 70px;
    font-size: 50px;
    color: #b3b3b3;
    font-family: "muktalight";
}
.features-entry .features-contents {
    margin-top: 15px;
}
.tab-component .nav-tabs {
    border-bottom: 0;
}
.tab-component .nav-tabs .nav-item {
    margin: 0 10px -1px 0;
}
.tab-component .nav-tabs .nav-item .nav-link {
    font-size: 24px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #ccc;
    background-color: inherit;
    position: relative;
    color: #333;
}
.tab-component .nav-tabs .nav-item .nav-link.active {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 2px solid #0066cc;
    color: #0066cc;
}
.tab-component .nav-tabs .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #0066cc;
    border-left: 10px solid transparent;
    bottom: -12px;
}
.tab-component .nav-tabs .nav-item .nav-link.active:before {
    content: "";
    border-bottom: 0;
    border-top: 10px solid #f2f2f2;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: -9px;
}
.blog-features {
    background: #f2f2f2;
    padding: 0 30px;
}
.blog-features.border-top {
    border-top: 3px solid #fff !important;
}
.blog-features .tab-component {
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
}
.blog-features .tab-component .nav-link {
    font-family: "volkornFont-m";
    font-size: 23px !important;
}
@media screen and (max-width:1199px) {
    .blog-features .tab-component .nav-link {
        padding: 0.5rem;
        font-size: 21px !important;
    }
}
.blog-features .tab-component .tab-content {
    padding: 20px 0 0;
}
.blog-features .border-bottom {
    border-bottom: 1px solid #ccc !important;
}
.subscribe .btn-primary {
    background-color: #0066cb;
    border-color: #0066cb;
}
.blog-container {
    background: #e9e9eb;
    padding: 45px 30px 45px 15px;
}
.blog-container .blog-infographic-box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    padding: 15px;
}
.blog-container .blog-infographic-box .content .footer-head {
    display: flex;
    justify-content: space-between;
}
.blog-container .blog-infographic-box .content .footer-head .btn-social {
    top: -5px;
}
.blog-container .blog-infographic-box .content .footer-sm-menus li:before {
    top: 10%;
}
@media screen and (max-width: 767px) {
    .blog-container {
        padding: 45px 15px;
    }
    .blog-features {
        padding: 0 15px;
    }
}
.blog-inner-section p {
    font-size: 20px;
    line-height: 1.5;
}
.blog-container .blog-info-section {
    display: none;
}
.blog-category .footer-sm-menus li:before {
    top: 23%;
}
.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 15px auto;
}
.highcharts-data-table table {
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}
.highcharts-data-table caption {
    padding: 15px 0;
    font-size: 13px;
    color: #555;
}
.highcharts-data-table th {
    font-weight: 600;
    padding: 10px;
}
.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 12px;
}
.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
#wordCount {
    overflow: visible !important;
}
.blog-inner-tags .tags li a {
    background: #f2f2f2;
    color: #666;
    font-size: 12px;
    transition: 0.5s;
}
.blog-inner-tags .tags li a:hover {
    background: #0066cc;
    color: #fff;
    border-color: #0066cc;
}
.leave-comment textarea {
    width: 100%;
    height: 100px;
    border: 1px solid #d4d6de;
    resize: none;
    padding: 10px;
}
.media-section-box .card {
    overflow: hidden;
    transition: .3s ease;
}
.media-section-box .card:hover {
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 30%);
}
.media-section-box .card:hover .content-image img {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.media-section-box .content-image img {
    transition: .3s ease;
    width: 100% !important;
    height: auto !important;
}
.media-section-box .content-image {
    overflow: hidden;
}        
.market-search {
    display: inline;
}
.market-search .learn-more {
    float: left;
}
.market-search img {
    float: right;
    right: 0;
    bottom: 0;
}
.events-controls .swiper-slide p {
    font-size: 18px;
    line-height: 1.5;
}
.events-controls .swiper-slide h5,
.blog-infographic-box h5 {
    line-height: 1.5;
}
/*** Card Hover ***/
.section-card-box {
    overflow: hidden;
    transition: 0.3s ease;
}
.section-card-box:hover {
    box-shadow: 0 20px 20px -10px rgb(0 0 0 / 30%);
}
.section-card-box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.section-card-box img {
    transition: 0.3s ease;
    width: 100% !important;
    height: auto !important;
}
.section-card-box img {
    overflow: hidden;
}
.multiaccount-insitrolBx > .card-flip {
    min-height: 375px !important;
    margin-bottom: 25px;
}
.usecase-card .card {
    height: 100%;
}
.usecase-card .usecase-card-view {
    margin-bottom: 30px;
}
.usecase-card .card .card-body .card-text {
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 1.5;
}
.usecase-card .card .card-body {
    position: relative;
    padding-bottom: 50px;
}
.usecase-card .card .card-body .d-flex {
    position: absolute;
    width: calc(100% - 2.5rem);
    bottom: 20px;
}
.usecase-card.usecase-card-grid li {
    max-width: 100%;
    flex: 0 0 100%;
}
.usecase-card.usecase-card-grid li img.card-img-top {
    max-width: 300px;
}
.usecase-card.usecase-card-grid li .card {
    display: flex;
    flex-direction: row;
}
.usecase-card .learn-more.bg-color-gray {
    text-transform: inherit;
}
.usecase-card .tag-indicator {
    height: auto !important;
    padding: 7px 10px !important;
}
.usecase-card .tag-indicator[class*="tag-"] {
    margin-right: 15px;
}
.usecase-card .tag-indicator.bg-color-gray span {
    color: #333;
    font-size: 13px;
}
.swiper-wrapper-box {
    padding: 0 15px 30px !important;
}
.swiper-wrapper-box .card {
    height: 100%;
    /*min-height: 300px;*/
}
.home-certify-swiper--control .card .card-body {
    padding: 1rem;
}
#wordTag {
    width: 100%;
    height: 300px;
}
#wordTag svg [aria-labelledby="id-41-title"] {
    display: none;
}

.blog-container .blog-infographic-box a {
    display: inline-block;
    overflow: hidden;
}

.slider-card-view .swiper-slide-visible {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: none;
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes slideInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}
@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.webinar-inner-speaker .graphics-row {
    background-color: #fff;
    padding: 0 15px;
    margin-bottom: 2rem;
}
@media screen and (max-width: 576px) {
    .webinar-inner-speaker .graphics-row {
        display: flex;
        text-align: left;
    }
    .webinar-inner-speaker .graphics-row .left-graphics img {
        margin: 0 20px 0 0;
    }
} 
@media screen and (max-width:991px){
    .overview-segment .card-view-swiper--controller {
        padding-bottom: 3rem;
    }
}

/*** Bronto  ***/
.case-study-bronto .bronto-thumbnail {
    padding: 20px;
}
.case-study-bronto .grid-content {
    padding-left: 2rem;
}
.bronto-box-wrapper {
    padding-bottom: 50px;
}
.bronto-image-box {
    position: absolute;
    max-width: 350px;
    width: 100%;
 }
 .bronto-right .bronto-image-box {
    right: 0;
 }
 .bronto-thumbnail {
    padding: 3px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 1px #ccc;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
 }
 .bronto-box-content {
    background-color: #fff;
    padding: 50px 30px 50px 75px;
    overflow: hidden;
    box-shadow: 0px 2px 8px 1px #ccc;
 }
 .bronto-box-content p {
    font-size: 20px;
    line-height: 1.5;
 }
 .bronto-right .bronto-box-content {
    padding: 50px 60px;
 }
 @media screen and (max-width: 991.98px) {
    .bronto-box-wrapper {
        padding-bottom: 30px;
    }
    .bronto-image-box {
       position: relative;
       max-width: inherit;
       padding: 0 15px 30px;
    }
    .bronto-right .bronto-image-box {
       padding: 0 15px 30px;
    }
    .bronto-box-content, .bronto-right .bronto-box-content {
       padding: 25px;
    }
    .bronto-customer.embed-cardview {
       margin-bottom: 30px;
    }
    .bronto-customer .embed-card-box, .bronto-customer .embedcard, .bronto-card {
       margin-top: 30px;
    }
    .bronto-customer .grid-divider > [class*="col-"]:nth-child(n + 2):after {
       top: 10px;
    }
    .case-study-bronto .grid-divider {
        margin: 0;
    }
    .case-study-bronto .grid-divider > [class*="col-"]:nth-child(n + 2):after {
        top: 15px;
    }
    .case-study-bronto .grid-content {
        padding-left: 0;
        padding-top: 2rem;
    }
 }
/*** Retail New ***/
.numeric-value {
    font-size: 60px;
    font-family: "muktamedium";
}
.percent-value {
    font-family: "muktalight";
    font-size: 36px;
}
.we-deliver {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0px 5px 7px #ccc;
    padding: 20px;
}
.discover-bg {
    background: #3fabae;
    border-radius: 5px;
    padding: 25px;
    color: #fff;
}
.retail-insurance .header-tab-btn .nav .nav-item {
    position: relative;
}
.retail-insurance .header-tab-btn .nav .nav-item:after {
    top: 0;
    height: 100%;
    border-right: 1px solid #c3c3c3;
    position: absolute;
    content: "";
    right: 0;
}
.retail-insurance .nav .nav-link {
    padding: 12px 50px;
    text-align: center;
    margin-right: 0;
    position: relative;
}
.retail-insurance .nav .nav-link img {
    width: 75px;
    margin-bottom: 10px;
}
.retail-insurance .nav .nav-link.active:before,
.retail-insurance .nav .nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    border-left: 10px solid transparent;
    z-index: 9;
}
.retail-insurance .nav .nav-link.active:before {
    bottom: -10px;
    color: #06c;
}
.retail-insurance .nav .nav-link.active:after {
    bottom: -7px;
    color: #fff;
}
.retail-insurance .nav .nav-link.active {
    border-bottom: 2px solid #06c;
}
.retail-insurance .nav .nav-item:last-child .nav-link:after {
    border-right: 10px solid transparent;
}
.retail-insurance .nav .nav-item .nav-link:after {
    top: inherit;
    height: auto;
    right: auto;
}
.retail-insurance .tab-column-card .card {
    background: #f2f2f2;
}
.support-box {
    background: #fff;
    text-align: center;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 10px;
    min-height: 175px;
}
.support-box h5 {
    margin: 10px 0 0;
}
.retail-lifecycle li {
    position: relative;
}
.retail-lifecycle li:after {
    content: "\2192";
    position: absolute;
    font-size: 36px;
    color: #06c;
    top: 18%;
    right: -17px;
    transform: translate(50%, 50%);
}

.support-box img {
    width: 70px;
    margin-top: 20px;
}
.retail-lifecycle li {
    width: calc(20% - 30px);
    margin: 0 15px 25px;
    float: left;
}
ul.retail-lifecycle {
    padding: 0;
}
.retail-lifecycle li:nth-child(5):after {
    transform: rotate(90deg);
    top: inherit;
    right: 39%;
    bottom: -40px;
}
.retail-lifecycle li:last-child:after {
    content: inherit;
}
.retail-lifecycle li:nth-child(6),
.retail-lifecycle li:nth-child(7),
.retail-lifecycle li:nth-child(8),
.retail-lifecycle li:nth-child(9),
.retail-lifecycle li:nth-child(10) {
    float: right;
}
.retail-lifecycle li:nth-child(6):after,
.retail-lifecycle li:nth-child(7):after,
.retail-lifecycle li:nth-child(8):after,
.retail-lifecycle li:nth-child(9):after,
.retail-lifecycle li:nth-child(10):after {
    transform: rotate(180deg);
    left: -34px;
    right: inherit;
    top: 35%;
}
.retail-lifecycle li:nth-child(10):after {
    transform: rotate(90deg);
    top: inherit;
    right: -24%;
    bottom: -79%;
}
.retail-lifecycle li:nth-child(n + 11):after {
    right: -14px;
}

@media (max-width: 991px) {
    .retail-lifecycle li {
        width: calc(33.33% - 30px);
    }
    .retail-lifecycle li:after {
        right: -15px;
    }
    .retail-lifecycle li:nth-child(3):after {
        transform: rotate(90deg);
        top: inherit;
        right: 70px;
        bottom: -40px;
    }
    .retail-lifecycle li:nth-child(4),
    .retail-lifecycle li:nth-child(5),
    .retail-lifecycle li:nth-child(6),
    .retail-lifecycle li:nth-child(10),
    .retail-lifecycle li:nth-child(11),
    .retail-lifecycle li:nth-child(12) {
        float: right;
    }
    .retail-lifecycle li:nth-child(7),
    .retail-lifecycle li:nth-child(8),
    .retail-lifecycle li:nth-child(9) {
        float: left;
    }
    .retail-lifecycle li:nth-child(4):after,
    .retail-lifecycle li:nth-child(5):after,
    .retail-lifecycle li:nth-child(10):after,
    .retail-lifecycle li:nth-child(11):after,
    .retail-lifecycle li:nth-child(12):after {
        transform: rotate(180deg);
        left: -34px;
        right: inherit;
        top: 35%;
        bottom: inherit;
    }
    .retail-lifecycle li:nth-child(6):after,
    .retail-lifecycle li:nth-child(9):after,
    .retail-lifecycle li:nth-child(12):after {
        transform: rotate(90deg);
        top: 299px;
        right: -39px;
    }
    .retail-lifecycle li:nth-child(7):after,
    .retail-lifecycle li:nth-child(8):after {
        transform: rotate(0);
        left: inherit;
        right: -35px;
        top: 35%;
    }
}

@media (max-width: 767px) {
    .retail-lifecycle li {
        width: calc(50% - 30px);
    }
    .retail-lifecycle li:nth-child(2):after,
    .retail-lifecycle li:nth-child(4):after,
    .retail-lifecycle li:nth-child(8):after,
    .retail-lifecycle li:nth-child(10):after {
        transform: rotate(90deg);
        top: inherit;
        right: 70px;
        bottom: -40px;
    }
    .retail-lifecycle li:nth-child(4):after,
    .retail-lifecycle li:nth-child(10):after {
        left: inherit;
    }
    .retail-lifecycle li:nth-child(6):after,
    .retail-lifecycle li:nth-child(12):after {
        bottom: -168px;
        top: inherit;
    }
    .retail-lifecycle li:nth-child(3),
    .retail-lifecycle li:nth-child(4),
    .retail-lifecycle li:nth-child(7),
    .retail-lifecycle li:nth-child(8),
    .retail-lifecycle li:nth-child(11),
    .retail-lifecycle li:nth-child(12) {
        float: right;
    }
    .retail-lifecycle li:nth-child(5),
    .retail-lifecycle li:nth-child(6),
    .retail-lifecycle li:nth-child(9),
    .retail-lifecycle li:nth-child(10) {
        float: left;
    }
    .retail-lifecycle li:nth-child(3):after,
    .retail-lifecycle li:nth-child(7):after,
    .retail-lifecycle li:nth-child(11):after {
        transform: rotate(180deg);
        left: -34px;
        right: inherit;
        top: 35%;
        bottom: inherit;
    }
    .retail-lifecycle li:nth-child(5):after,
    .retail-lifecycle li:nth-child(9):after {
        transform: rotate(0);
        left: inherit;
        right: -35px;
        top: 35%;
        bottom: inherit;
    }
}
.card-icon-box {
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    padding: 20px;
    text-align: center;
    height: 100%;
}
.card-icon-box img {
    width: 90px;
    margin: 0 auto;
}
.filter-main-wrapper.usecase-topic {
    padding: 25px 0 20px;
}
.usecasetopic-icon {
    display: flex;
    justify-content: flex-end;
}
 @media screen and (max-width: 991.98px) {
    .usecasetopic-icon {
        padding-top: 20px;
        justify-content: flex-start;
    } 
 }
  @media screen and (max-width: 991px) {
     .multi-scroll-content {
         max-height: 235px;
         overflow-y: scroll;
     }
 }
 /*** Webinar inner page ***/
 .webinar-inner-wrapper {
    overflow: hidden;
}
.webinar-inner-speaker:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 2000px;
    position: absolute;
    background-color: #f2f2f2;
    z-index: -1;
}
.webinar-inner-wrapper .speaker-heading {
    border-bottom: 1px solid #ccc;
    padding: 1.5rem 0 1rem;
}
.webinar-inner-wrapper .tab-column-card .tab-column-content .nav {
    border-color: #ccc;
}
.webinar-inner-wrapper .tab-column-card .nav .nav-link.active {
    background-color: transparent;
    color: #333;
    border-bottom: 3px solid #06c;
}
.webinar-inner-wrapper .tab-column-card .nav .nav-item:first-child .nav-link {
    margin-left: 0;
}
.webinar-inner-wrapper .tab-column-card .nav .nav-link {
    background-color: transparent;
    color: #333;
    font-family: "muktamedium";
    padding: 5px 0;
    margin-left: 75px;
    margin-right: 0;
    font-size: 25px;
}
.webinar-inner-wrapper .tab-column-card .nav .nav-item .nav-link.active:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #0066cc;
    border-left: 10px solid transparent;
    bottom: -12px;
}
.webinar-inner-wrapper .tab-column-card .nav .nav-item .nav-link.active:before {
    content: "";
    border-bottom: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    margin-left: -5px;
}
    
@media screen and (max-width: 991px) {
    .webinar-inner-wrapper .tab-column-card .nav .nav-link {
        margin-right: 30px;
    }
}
.webinar-inner-wrapper .tab-column-card .nav .nav-link .detail-text {
    font-family: "muktalight";
    font-size: 18px;
}
.webinar-inner-wrapper .tab-column-card .nav .nav-link.active:after {
    content: inherit
}
.webinar-inner-wrapper .tab-column-card .card .card-body{
    padding: 2rem 0;
}
@media screen and (max-width: 576px) {
    .webinar-inner-speaker .graphics-row {
        display: flex;
        text-align: left;
    }
    .webinar-inner-speaker .graphics-row .left-graphics img {
        margin: 0 20px 0 0;
    }
}
.language-content {
    padding-top: 1rem;
}
@media screen and (max-width: 767px) {
    .webinar-inner-speaker .swiper-container .swiper-wrapper {
        padding-bottom: 3rem;
    }
}
.list-view {
    padding: 0;
    display: flex;
}
.list-view li {
    display: inline-flex;
    margin-right: 25px;
    align-items: center;
    font-size: 18px;
}
.list-view li:last-child {
    margin-right: 0;
}
.list-view li a {
    font-size: 18px;
}
/*** HDFC case study ***/
.card-case-section .card {
    padding: 15px
}
.card-case-section .card img {
    width: 90px;
    margin: 0 auto;
}
.card-case-section .card .count-no {
    font-size: 60px;
    position: relative;
}
.card-case-section .card span.choose {
    position: absolute;
    bottom: 12px;
    right: 95px;
    font-size: 22px;
}
.card-case-section .card .count-text {
    font-family: 'muktamedium';
    font-size: 22px;
    line-height: 30px;
}
.features-poistion-view.case-study-hdfc {
    margin-top: -90px;
}
/*** Blog Search ***/
.blog-search .input-group {
	margin-top: 45px;
	background: #e6e6e6;
    border-radius: 3px;
}
.blog-search .input-group > .form-control {
	border-radius: inherit;
}
.blog-search .input-group > .form-control:focus {
	z-index: inherit
}
.blog-search .input-group > .form-control:not(:last-child) {
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.blog-search .input-group-append .btn {
	border-left: 1px solid #ccc;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
.blog-search .input-group-append .btn i {
	position: relative;
	top: 3px;
}
.blog-blue-line {
    border-left: 7px solid #0066cb;
    background: #f2f2f2;
    border-radius: 3px;
    padding: 15px 30px;
    font-weight: 600;
}
.blog-blue-line p {
    margin-bottom: 0;
}
.blog-number-round {
    background: #0066cb;
    border-radius: 50%;
    padding: 15px;
    color: #fff;
    font-size: 21px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
}
.blog-green-line {
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    border-left: 15px solid;
    -moz-border-image: -moz-linear-gradient(bottom, #59a744, #9fe40d) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, #59a744, #9fe40d) 1 100%;
    border-image: linear-gradient(to top, #59a744, #9fe40d) 1 100%;
}
.blog-blue-virtual {
    background: #ebfaff;
    padding: 10px 30px;
}
.blog-grey-comment {
    background: #f2f2f2;
    padding: 10px 25px;
}
#Lifecycle .resHorizontal-timeline-view.timeline--horizontal .timeline__items {
    height: 550px !important;
}
#Lifecycle .resHorizontal-timeline-view.timeline--horizontal .timeline__item--top .timeline-meta {
    width: 100%;
    text-align: center;
}
#Lifecycle .resHorizontal-timeline-view.timeline--horizontal .timeline__item--bottom .timeline-meta {
    padding: 0 2rem;
    top: -13rem;
    width: 100%;
}
#Lifecycle .resHorizontal-timeline-view.timeline--horizontal .timeline__item--bottom .timeline-meta .meta-details {
    padding-bottom: 0;
     text-align: center;
}
.blue {
    color: #0540d3;
}
.head-fill {
    display: flex;
    align-items: center;
}
.head-fill .icon-partner-program {
    font-size: 32px;
}
.partner-logos .swiper-slide img {
    width: 175px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.pagination-wrapper {
    display: flex !important;
    justify-content: center;
    align-items: center;
	width: 100%;
	margin: 2rem 0 0;
}

.pagination-wrapper .pageNumbers {
    display: flex;
}
.pagination-wrapper .pageNumbers a {
    display: block;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
    margin-right: -1px;
    font-size: 15px;
    color: #0540d3;
    transition: 0.3s;
}
.pagination-wrapper .pageNumbers a:hover {
    color: #0540d3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.pagination-wrapper .nextPage,
.pagination-wrapper .previousPage {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 30px;
    text-align: center;
    color: #0540d3;
    cursor: pointer;
    margin-right: -1px;
}
.pagination-wrapper .previousPage {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-wrapper .nextPage {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pagination-wrapper .pageNumbers a.active,
.pagination-wrapper .pageNumbers a.active:hover {
    background-color: #06c;
    border-color: #06c;
    color: #fff;
    cursor: default;
}

.pagination-wrapper .previousPage.disabled,
.pagination-wrapper .nextPage.disabled {
    background-color: #dee2e6;
    border-color: #dee2e6;
    color: #999;
    pointer-events: none;
    cursor: default;
}

/*img.logo-image {
    position: relative;
    top: 15px;
    width: 300px;
}*/

.dark-theme img.logo-image {
    height: 50px;
}
.scroll-navbar .dark-theme img.logo-image {
    height: 50px;
}
/*
.scroll-navbar img.logo-image {
    top: 5px;
}
.dark-theme .smllogo a {
    background-image: url('../images/resulticks-logo-blue.svg');
    background-position: 0 center;
    background-repeat: no-repeat;
    height: 50px;
    width: 250px;
}
.scroll-navbar .dark-theme img.logo-image {
    opacity: 0
}*/
.white-theme img.logo-image {
    position: absolute;
    left: 0;
    top: 28px;
    height: 55px;
    transition: 0.5s all ease;
}
@media screen and (max-width: 767px) {
   .white-theme img.logo-image {
       top: 0;
       position: inherit;
   }
}
/* .scroll-navbar .white-theme img.logo-image {
    top: 10px;
    height: 50px;
}
*/
body .dark-theme header .headerfull .smllogo {
    position: relative;
    top: 30px;
}
/*body.scroll-navbar .dark-theme header .headerfull .smllogo {
    top: 5px;
}*/
body .dark-theme header .headerfull .smllogo img.logo-image {
    position: absolute;
    left: 0;
    display: inline-block;
}
body .dark-theme header .headerfull .smllogo img.logo-image.logo-white {
    opacity: 1;
}
body .dark-theme header .headerfull .smllogo img.logo-image.logo-blue {
    opacity: 0;
}
body.scroll-navbar .dark-theme header .headerfull .smllogo img.logo-image.logo-white {
    opacity: 0;
}
body.scroll-navbar .dark-theme header .headerfull .smllogo img.logo-image.logo-blue {
    opacity: 1;
}
.page-header header,
body header .headerfull .sm-header,
body .dark-theme header .headerfull .smllogo,
body .dark-theme header .headerfull .smllogo img.logo-image,
body .dark-theme header .headerfull .wsmain {
    transition: 0.5s all ease;
}
body header .headerfull .sm-header {
    padding-right: 23px;
}
/* 
body.scroll-navbar header .headerfull .sm-header {
    transform: translateY(-40px);
    padding: 0px 23px 15px 0;
}
body.scroll-navbar header .headerfull .wsmain {
    padding-top: 5px;
    transform: translateY(-19px);
} 
.scroll-navbar .page-header header {
    height: 70px;
}
*/
.page-header header {
    height: 94px;
}
@media screen and (max-width: 991.98px) {
    .page-header header, .scroll-navbar .page-header.white-theme header {
        height: 55px;
    }
}

@media screen and (max-width: 991.98px) {
	img.logo-image {
		top: 7px;
	}
}
.headerfull .wsmenu>.wsmenu-list>li.hide {
    display: none;
}

.cloud-partners .home-partner-slides img{
    max-width: 200px;
}

@media screen and (max-width: 767px) {
    .cloud-partners .home-partner-slides img{
        margin-bottom: 15px;
    }
}


/*** Ignite Landing page ***/
.speaker-ignite .search-icon {
    position: absolute;
    right: 30px;
    bottom: 20px;
}
.ignite-expect {
  background: #001789;
  border-radius: 50%;
  padding: 20px;
  width: 150px;
  height: 150px;
  margin: 0 auto 15px;
  display: flex;
  justify-content: center;
  align-items: center; 
}
.speaker-ignite .ignite-profile {
    max-width: 200px; 
}
.scheduleHeading {
    padding-top: 3rem;
}
.fixed .scheduleHeading, .fixed .marchYear { 
    display: none;
}
#ignite-conference .scrollspy {
    display: block;
}    
.ignite-partner .dropdown-menu > li {
    margin-right: 30px;
}
.ignite-partner .dropdown-menu > li a.active {
    border-bottom: 5px solid #0066cc;
}
.ignite-partner .dropdown-menu > li a.active:before, .ignite-partner .dropdown-menu > li a.active:after, .ignite-partner .scrollspy ul li:before {
    content: inherit !important;
}
.ignite-partner .dropdown-menu > li a.active {
    font-family: "Muktamedium", sans-serif;
    border-bottom: 5px solid #0066cc !important;
}
.ignite-partner .dropdown-menu > li a {
    display: block;
    text-align: center;
    font-size: 23px;
    font-family: "Muktamedium", sans-serif;
}
.ignite-partner .dropdown-menu > li a .date {
    font-size: 16px;
    display: block;
    font-family: "Muktalight", sans-serif;
}
.ignite-partner .dropdown-menu > li {
    padding: 0 !important;
}
.ignite-agenda.overview-transform .card .card-header a {
    color: #0066cc;
}
.ignite-agenda.overview-transform .card .card-header a .time {
    font-size: 18px;
    color: #333;
    display: flex;
    flex-direction: column;
    width: 280px;
    font-family: "Muktalight", sans-serif;
}
.ignite-agenda.overview-transform .card .card-header a .mins {
    font-size: 16px;
}
@media (max-width: 767px) { 
    .ignite-agenda.overview-transform .card .card-header a { 
        flex-direction: column;
    }
    .ignite-agenda.overview-transform .card .card-header a .time { 
        width: auto;
    }
    .ignite-agenda.overview-transform .card .card-header a .time-heading {
        display: inherit !important;
        justify-content: flex-start !important;
    }
    .speaker-ignite .search-icon {
        right: 110px;
        bottom: 30px;
    }
}
@media (max-width: 991px) { 
    .speaker-ignite .search-icon {
        right: 65px;
        bottom: 30px;
    }
}
.ignite-agenda.overview-transform .card .card-body {
    padding: 0 35px 0 0;
}
.speaker-list-body {
    margin: 10px 0 0;
    padding: 0;
}
.speaker-list-body li a {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}
.ignite-form {
    box-shadow: 1px 2px 7px #a5a5a5;
}
.ignite-form .rp-form-label, .ignite-form .rp-form-field .btn-link {
    display: none;
}
.ignite-form .rp-form-field {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
}
.ignite-form .custom-checkbox.fill-checkbox {
    margin-bottom: 0;
}
.ignite-form .buttons_block .rp-form-field {
    margin-bottom: 0;
}
.ignite-form input[type="text"].required, .ignite-form input[type="text"] {
    border: 0;
    width: 100%;
    padding: 0.375rem 0.75rem;
}
.ignite-form input[type="button"] {
    background-color: #0066cb;
    border-radius: 3px;
    border: 0;
    padding: 7px 15px;
    border: 0;
    font-size: 1rem;
    display: flex;
    margin: 0 auto;
    cursor: pointer;
    color: #fff;
}
.ignite-form .rp-form-field .custom-checkbox .lbl {
    padding-left: 25px;
}
.speaker-ignite .speaker-position {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.speaker-ignite .secondary-text {
    font-size: 16px;
    line-height: 1.2;
}
.ignite-image {
    margin-top: 25px;
}
.ignite-wrapper {
    max-width: 37%;
    margin-top: 15px;
}
.ignite-form .input-error {
    left: 3px;
}
.termsandconditions_block .input-error {
    top: -5px;
    left: 10px;
}
.ignite-form input[type=text]::placeholder, .ignite-form .customSelectBox select {
    color: #333;
    font-size: 16px;
}
.ignite-form .customSelectBox select {
    padding: 0 15px;
}
.resulticksModalForm .modal-backdrop.fade.show {
    z-index: 1;
    opacity: 0;
    pointer-events: none
}

.modal-open #resulticksModalForm.modal {
    padding-right: 15px;
    display: block;
    background: #00000050
}

#resulticksModalForm .section-space {
    padding: 0!important
}

#resulticksModalForm .modal-body {
    padding: 2rem
}
.card-view-box .jobTitle, .filter--wrapper .filt-start-label {
    display: none;
}
#captcha {
    border: 1px solid #d8d8d8;
    margin: 0 10px;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    font-size: 21px;
}
#refresh {
    position: relative;
    top: 5px;
}
#green-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -20px;
    top: 5px;
}
.landingPageWrapper .package .row {
    justify-content: center;
}
.landingPageWrapper .package .row .data-security {
    text-align: center;
    max-width: 100%;
    flex: 0 0 100%;
    display: inherit;
    align-items: inherit;
}
.landingPageWrapper .package .row .data-security div {
    width: 100%;
}
.swiper-container.client-testimonial {
    z-index: 0;
    padding-bottom: 50px;
}
.employee-content {
    position: relative;
    box-shadow: 0 0 7px 2px #ccc;
    margin: 0 10px;
    text-align: center;
    padding: 20px;
    background: #fff;
}
.employee-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 70px;
    background: #ccc;
    top: 0;
    left: 0;
    z-index: 1;
}
.employee-content .quote-box {
    position: absolute;
    top: 10px;
    left: 30px;
    z-index:10;
}
.employee-image {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    background: #fff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    z-index: 10;
}
.employee-image img {
    max-width: 135px;
}
.employee-post {
    position: relative;
    padding-top: 15px;
}
.employee-post:after {
    content: "";
    position: absolute;
    width: 75%;
    height: 1px;
    background: #ccc;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

#resulModal .modal-content {
    background-image: url('../images/pop-up-pattern.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.resul-close {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #666;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.resul-close:before,
.resul-close:after {
    position: absolute;
    top: 5px;
    left: 12px;
    content: " ";
    height: 15px;
    width: 2px;
    background-color: #666;
}
.resul-close:before {
    transform: rotate(45deg);
}
.resul-close:after {
    transform: rotate(-45deg);
}

#resulModal .modal-dialog .modal-close {
    position: absolute;
    top: -15px;
    right: 15px;
}

#resulModal h1 {
    color: #000080;
    position: relative;
    top: 3px;
}

.nextBestMgmt .box-shadow {
    box-shadow: none;
}

.icon-chevron-down-small {
    position: relative;
}

.icon-chevron-down-small::after {
    content: "";
    position: absolute;
    top: 0;
    right: 5px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #bbb;
    border-left: 2px solid #bbb;
    transform: rotate(225deg);
}
.clientSurvey .footer-sm-menus, .clientSurvey .copyrights-section {
    margin: 12px 15px !important;
}

.clientSurvey .footer-bg .footer-links ul {
    margin: 10px 0 20px !important;
}

.suvery-new-form .input-error {
    position: absolute !important;
}

.suvery-new-form .row.rp-form-row.buttons_block {
    margin-bottom: 30px;
}

/*.banner-swiper [data-swiper-slide-index*="1"] .main-heading{
    width: 450px;
}*/

.decade-banner-section h1 {
    font-size: 51px;
    padding-top: 4.5rem;
}

.decade-banner-section p {
    font-size: 30px;
    line-height: 1.5;
    padding-top: 1rem;
    padding-right: 3rem;
    color: #08c5ff;
}

.webinar-banner.decade-banner {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#milestone {
    background-color: #f0f7fd
}

#milestone h2 {
    color: #0038d4
}

#milestone .card-graphic {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 20px;
}

#milestone .card-graphic img {
    width: 200px;
    max-height: 100px;
}

#milestone .card p {
    line-height: 1.5;
    font-size: 19px;
}

.celebrate-bg {
    background: linear-gradient(to right,#030f87 0%,#0224df 100%);
    border-radius: 15px;
    position: relative;
}

.decade-offer-icon {
    background: url('../images/icons/decade-offers.svg') no-repeat 0 0;
    width: 165px;
    height: 50px;
}

.celebrate-bg .logo-bg {
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    text-align: center;
}

.celebrate-bg .logo-bg img {
    width: 200px;
}

.celebrate-bg .border-r1 {
    border-right: 1px dashed #ccc !important;
}

.celebrate-bg .border-r1:nth-child(3) {
    border-right: 0 !important;
}

.celebrate-bg p.white {
    font-size: 19px;
    line-height: 1.5;
}

#Resul_Form p {
    font-size: 16px !important;
    line-height: 1.5;
}

#Resul_Form form, form {
    border: 0 !important;
    margin: 0 !important;
}

#Resul_Form .custom-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 7px;
}
#Resul_Form .custom-input span.lbl {
    margin: 5px 0 0 5px;
    display: inline-block;
}
#Resul_Form input {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-sizing: content-box;
  overflow: hidden;
}
#Resul_Form input:before {
  content: '';
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  transition: 0.2s border-color ease;
}
#Resul_Form input:checked:before {
  border-color: #40abaf;
  transition: 0.5s border-color ease;
}

#Resul_Form input:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  background-color: #40abaf;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  transform: translate(-50%, -50%) scale(0);
}
#Resul_Form input[type="radio"]:before {
  border-radius: 100vh;
}
#Resul_Form input[type="radio"]:after {
  width: 13px;
  height: 13px;
  border-radius: 100vh;
  transform: translate(-50%, -50%) scale(0);
}
#Resul_Form input[type="radio"]:checked:after {
  -webkit-animation: toggleOnRadio 0.2s ease forwards;
          animation: toggleOnRadio 0.2s ease forwards;
}
#Resul_Form input[type="checkbox"]:before {
  border-radius: 3px;
}
#Resul_Form input[type="checkbox"]:after {
  width: 16px;
  height: 16px;
  border-radius: 0;
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0px 0px #40abaf;
}
#Resul_Form input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
          animation: toggleOnCheckbox 0.2s ease forwards;
}
#Resul_Form input[type="checkbox"].filled:before {
  border-radius: 4px;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}


@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }
  100% {
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  70% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.8);
  }
}

#Resul_Form #chkterms:before, #Resul_Form #chkterms:after {
    content: inherit;
}

#Resul_Form #chkterms {
    width: auto;
}

.our-policy {
    margin: 0;
    padding: 0;
}
.our-policy li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.our-policy li:last-child a {
    border-bottom: 0;
}
.our-policy li a h5 {
    margin-bottom: 0;
}
.our-policy .pdf-icon {
    background: url('../images/icons/pdf-icon.svg') no-repeat 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: cover;
}
.engagement-wrapper .section-space-b {
    padding-bottom: 2rem;
}
.engagement-pattern-l {
    background-image: url('../images/connected-abstracts-left.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}

.engagement-pattern-r {
    background-image: url('../images/connected-abstracts-right.svg');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
}
.engagement-radius {
    border-radius: 5px;
    box-shadow: 0 1px 6px #dadada;
    background: #fff;
    padding: 2rem;
}

.engagement-wrapper span.heading-blue {
    font-size: 2rem;
}

.expand-partners .home-swiper-slide .swiper-slide:nth-child(2) img {
    max-width: 130px;
}

.expand-partners .home-swiper-slide .swiper-button-prev {
    background-image: url('../images/left-arrow.svg') !important;
}

.expand-partners .home-swiper-slide .swiper-button-next {
    background-image: url('../images/right-arrow.svg') !important;
}

.connected-banner.webinar-banner {
    height: 90vh;
    display: flex;
    align-items: center;
}

.contact-us-form .row.hide { display:none}
#customer-satisfaction strong { margin-top: 15px; display: block; }
#customer-satisfaction #span_content { display: none}
#customer-satisfaction .rpRadio .rp-form-field { max-width: 50%; flex: 0 0 50%; display: flex; align-items: start;}
#customer-satisfaction .rpRadio .rp-form-label {top: 3px !important;}
#customer-satisfaction .rpRadio .custom-input { margin-right: 15px}
#customer-satisfaction .row.rp-form-row, #customer-satisfaction .rpRadio { margin-top: 0 !important;}
#customer-satisfaction #rselected31_3a {margin-top: 20px !important;}
#customer-satisfaction small.pull-right {display: flex;justify-content: end;margin: 0 !important;}
#customer-satisfaction .buttons_block .btn-link { color: #fd8f40}

.system-heading .main-heading { font-size: 2.25rem; }
.multi-level-section .swiper-slide:first-child {
    display: none;
}

@media (min-width: 991px) { 
    .px-lg-10 {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}
.ratings-comments img {
    filter: grayscale(1);
}
.ratings-comments p {
    font-size: 17px
}
#partnerProgram_Form_Container .form-group {
    margin-bottom: 2rem;
}
.partnerWebinarForm .sponsors, .partnerWebinarForm .speaker-ignite, .partnerWebinarForm .digital-content, .partnerWebinarForm .dropdown-menu.scroll-menu, .partnerWebinarForm .ignite-image img {
    display: none;
}
.partnerWebinarForm .fixed .scheduleHeading, .partnerWebinarForm .fixed .marchYear  {
    display: block;
}
.partnerWebinarForm .resScrollTopFixedCSS {
    background-image: inherit;
}
.partnerWebinarForm .resScrollTopFixedCSS.fixed {
    position: inherit;
    top: 0 !important;
    background: none;
}
.partnerWebinarForm .ignite-form .rp-form-field {
    max-width: 93%;
    flex: 0 0 93%;
}
.partnerWebinarForm .ignite-expect {
    background: none;
    border-radius: inherit;
    padding: inherit;
    width: inherit;
    height: inherit;
}
.partnerWebinarForm .ignite-image h2 {
    font-size: 3rem ;
}
.partnerWebinarForm .ignite-expect img {
    max-width: 130px;
}
.partnerWebinarForm .package .data-security {
    justify-content: center;
}
.partnerWebinarForm .package .data-security div {
    text-align: center;
}
.partnerWebinarForm .ignite-agenda.overview-transform .card .card-header a {
    color: #0540d3;
}
.mediaKitForm .form-group {
    margin-bottom: 30px;
    position: relative;
}
.swiper-container.banner-swiper .swiper-slide.slide-genie .banner-divition.left .main-heading {    
    font-size: 2.25rem;
}

/*.swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition.left .main-heading {*/
/*  font-family: "Allura", serif;*/
/*  font-size: 5rem;*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*  line-height: 1.3;*/
/*  text-align: center;*/
/*}*/
/*.swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition.left .main-heading span {*/
/*    display: block;*/
/*}*/
/*.swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition.left .main-heading span:nth-child(2) {*/
/*    position: relative;*/
/*    top: 12px;*/
/*    font-size: 6rem;*/
/*}*/
/*.swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition-container .responsive-banner-md.right img {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    min-width: 770px;*/
/*    transform: translate(125px, -200px);*/
/*}*/
.holiday-bell {
    background: url("../images/icons/holiday-rose.svg") no-repeat center center;
    display: block;
    background-size: 230px;
    width: 275px;
    height: 250px;
    position: absolute;
    transform: translate(7%, -75%);
    left: 54%;
    bottom: 125px;
    /*transform-origin: top center;
    animation: swing 2s ease-in-out infinite;*/
    opacity: 0;
    filter: drop-shadow(0 0 0px rgba(255, 255, 0, 0));
    animation: fade-glow 1.5s ease-in-out forwards;
}
.holiday-star {
    background: url("../images/icons/holiday-star.svg") no-repeat 0 0;
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    left: -70px;
    bottom: 115px;
    /*animation: blink 2s infinite ease-in-out;*/
}
@media screen and (max-width: 1550px) {
    /*.swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition-container .responsive-banner-md.right img {*/
    /*    min-width: 615px;*/
    /*    transform: translate(70px, -125px);*/
    /*}*/
    .holiday-bell {
        width: 200px;
        height: 200px;
        transform: translate(25%, -80%);
    }
    .holiday-star {
        bottom: 95px;
        background-size: 150px;
    }
}

@media screen and (min-width: 1600px) {
    /*.swiper-container.banner-swiper .swiper-slide:nth-child(1) .banner-divition-container .responsive-banner-md.right img {*/
    /*    min-width: 800px;*/
    /*    transform: translate(130px, -200px);*/
    /*}*/
    .holiday-bell {
       left: 42%;
       bottom: 70px;
       background-size: 260px;
    }
}

.snowflake {
    position: absolute;
    top: -10px;
    opacity: 0.3;
    pointer-events: none;
    animation: fall linear infinite;
}

@keyframes fall {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100vh);
  }
}

@keyframes fade-glow {
  0% {
    opacity: 0; 
    filter: drop-shadow(0 0 0px rgba(255, 255, 0, 0));
  }
  100% {
    opacity: 1; 
    filter: drop-shadow(0 0 3px rgba(255, 255, 0, 0.5)); 
  }
}

@keyframes swing {
  0% { transform: rotate(15deg); }
  50% { transform: rotate(-15deg); }
  100% { transform: rotate(15deg); }
}

@keyframes blink {
  0%, 100% {
    transform: scale(1); 
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

.holiday-bell, .holiday-star {
    display: none;
}
.holiday-bell.holiday-active, .holiday-star.holiday-star-active {
    display: block;
}

.video-container {
    position: relative;
}

.video-placeholder-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
}
.video-placeholder-box svg{
    max-width: 75px;
    /*animation: moveUp 2s infinite;*/
}
  
@keyframes moveUp {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-10px); 
    }
    100% {
        transform: translateY(0); 
    }
}

.video-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    padding: 7px 10px;
    background-image: linear-gradient(45deg,rgba(35,156,248,.2) 0%,rgba(90,24,243,.2) 100%);
}

.control-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.video-controls .progress-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: #fff;
}

.video-controls .progress-bar {
    width: 100%;
    max-width: 400px;
    margin: 0 10px;
    height: auto;
}

/* Customizing the range input */
.video-controls input[type="range"].video-progress-bar {
    width: 100%;
    max-width: 250px;
    margin: 0 10px;
    height: auto;
    -webkit-appearance: none; /* Remove default styles */
    appearance: none;
    border-radius: 5px;
}

.video-controls input[type="range"].video-progress-bar.volume {
    max-width: 110px;
}

/* Styling the range track (background) */
.video-controls input[type="range"].video-progress-bar::-webkit-slider-runnable-track {
    background: #e0ebff; /* Track color */
    height: 7px; /* Track height */
    border-radius: 5px;
}

/* Styling the range thumb */
.video-controls input[type="range"].video-progress-bar::-webkit-slider-thumb {
    -webkit-appearance: none; /* Remove default thumb styling */
    appearance: none;
    background: #6d7beb; /* Thumb color */
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    top: -4px
}

/* For Firefox */
.video-controls input[type="range"].video-progress-bar::-moz-range-track {
    background: #838ec7; /* Track color */
    height: 8px;
    border-radius: 5px;
}

.video-controls input[type="range"].video-progress-bar::-moz-range-thumb {
    background: #4caf50; /* Thumb color */
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

/* For Internet Explorer */
.video-controls input[type="range"].video-progress-bar::-ms-track {
    background: #f1f1f1; /* Track color */
    height: 8px;
    border-radius: 5px;
    border: none;
}

/* For Internet Explorer Thumb */
.video-controls input[type="range"].video-progress-bar::-ms-thumb {
    background: #4caf50; /* Thumb color */
    width: 16px;
    height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.volume-slider {
    width: 100px;
}

.video-controls button svg {
    width: 24px;
    height: 24px;
    fill: white;
}

.video-controls button svg#playIcon, .video-controls button svg#pauseIcon {
    width: 21px;
    height: 21px;
    position: relative;
    top: 3px;
}

.video-controls button:hover svg {
    fill: #454ff5;
}

/*** CDP New Landing page ***/
.customer-cdp {
    background: #eff6fe;
}

.feature-cdp-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    padding: 20px;
}

.feature-cdp-item.cdp-benefits {
    align-items: center;
    margin-bottom: 25px;
    padding: 0 20px;
}

.feature-cdp-icon {
    width: 120px;
    height: 120px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    flex-shrink: 0;
}
/*
.feature-cdp-icon.collect {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

.feature-cdp-icon.unify {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}

.feature-cdp-icon.activate {
    background: linear-gradient(135deg, #3b82f6 0%, #60a5fa 100%);
}

.feature-cdp-icon.optimize {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}
*/

.feature-cdp-content {
    flex: 1;
}

.feature-cdp-title {
    color: #374151;
    line-height: 1.2;
}

.feature-cdp-description p {
    margin: 0;
}

@media (max-width: 768px) {
    .feature-cdp-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .feature-cdp-icon {
        margin-right: 0;
        margin-bottom: 20px;
        align-self: center;
    }
    
    .feature-cdp-title {
        font-size: 28px;
    }
    
    .feature-cdp-description {
        font-size: 16px;
    }
}

.cdp-choose {
    background: #eef0f8;
}

.cdp-use-case .benefit-con {
    align-items: center;
}

.cdp-use-case .benefit-con .benefit-con-box img {
    max-height: 150px;
}

.table-container {
    padding: 30px;
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.comparison-table th {
    padding: 20px 15px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    font-size: 19px;
}

.comparison-table td {
    padding: 18px 15px;
    border-bottom: 1px solid #ececec;
    vertical-align: middle;
    font-size: 19px;
}

.row-label {
    background-color: #2b64c4;
    color: white;
    text-align: center;
    font-size: 19px;
}

.traditional-col {
    background-color: #f8f9fa;
}

.resul-col {
    background-color: #fff;
    color: #333;
    font-weight: 500;
}

.comparison-table tr:hover .traditional-col,
.comparison-table tr:hover .resul-col {
    background-color: #e3f2fd;
    transition: background-color 0.3s ease;
}

/* Mobile Styles */
    @media (max-width: 768px) {

        .table-container {
            padding: 15px;
        }

        .comparison-table {
            font-size: 0.9rem;
        }

        .comparison-table th,
        .comparison-table td {
            padding: 12px 8px;
        }

        .comparison-table th {
            font-size: 0.95rem;
        }

        /* Stack table on very small screens */
        @media (max-width: 480px) {
            .comparison-table,
            .comparison-table thead,
            .comparison-table tbody,
            .comparison-table th,
            .comparison-table td,
            .comparison-table tr {
                display: block;
            }

            .comparison-table thead tr {
                position: absolute;
                top: -9999px;
                left: -9999px;
            }

            .comparison-table tr {
                border: 1px solid #ccc;
                margin-bottom: 15px;
                border-radius: 8px;
                overflow: hidden;
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            }

            .comparison-table td {
                border: none;
                position: relative;
                padding: 15px;
                text-align: left;
            }

            .comparison-table td:before {
                content: attr(data-label) ": ";
                font-weight: bold;
                color: #00f;
                display: inline-block;
                margin-bottom: 5px;
                margin-right: 5px;
            }
            
            .comparison-table td:first-child:before {
                margin-right: 0;
            }

            .row-label {
                background-color: #2b64c4;
                color: white;
                font-size: 1.1rem;
                text-align: center;
                padding: 15px;
            }

            .row-label:before {
                content: "";
            }
        }
        
    }

    /* Tablet Styles */
    @media (min-width: 769px) and (max-width: 1024px) {
        .header h1 {
            font-size: 1.8rem;
        }

        .table-container {
            padding: 25px;
        }

        .comparison-table th,
        .comparison-table td {
            padding: 16px 12px;
        }
    }

    /* Large Screen Styles */
    @media (min-width: 1025px) {
        .comparison-table th,
        .comparison-table td {
            padding: 20px 18px;
        }
    }

    /* Accessibility */
    @media (prefers-reduced-motion: reduce) {
        .comparison-table tr:hover .traditional-col,
        .comparison-table tr:hover .resul-col {
            transition: none;
        }
    }
    
    .blog-comparison-table .comparison-table th {
      padding: 10px;
    }
    .blog-comparison-table .comparison-table td {
        font-size: 16px;
        padding: 10px;
    }
    
.moengageImage {
    height: 65px
}
.tab-buttons {
    display: none;    
}
.table-moengage {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.table-moengage th {
    background: #00006e;
}
.table-moengage th,
.table-moengage td {
    padding: 15px;
    text-align: center;
}
.table-moengage td {
    border-bottom: 1px solid #ccc;
    font-size: 17px;
}
 .table-moengage th:first-child, .table-moengage td:first-child {
    text-align: left;
}
.table-moengage td img {
    max-width: 25px;
    height: auto;
}

@media (max-width: 768px) {
    .moengageImage {
        height: 35px
    }
    .cdp-use-case .benefit-con .benefit-con-box {
        padding-bottom: 25px;
    }
    .table-moengage thead {
        display: none; /* Hide table headers */
    }

    .table-moengage,
    .table-moengage tbody,
    .table-moengage tr,
    .table-moengage td {
        display: block;
        width: 100%;
        border: none;
    }

    .tab-buttons {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .tab-buttons button {
        flex: 1;
        padding: 10px;
        border: none;
        font-size: 25px;
        cursor: pointer;
        background: #eee;
        transition: 0.3s;
    }

    .tab-buttons button.active {
        background: #002f6c;
        color: #fff;
    }

    .table-moengage tr {
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd;
        display: flex
    }

    .table-moengage td:first-child {
        display: block;
    }

    .table-moengage td.brand {
        display: none;
        text-align: right;
        font-weight: normal;
    }

    .table-moengage td.brand.active {
        display: block;
    }
}

.modal-body {
    z-index: 1;
}
 
.modal-close {
    z-index: 2;
}

 @media only screen and (max-width:768px){
        
        .modal-dialog {
            min-height: calc(100vh - 20px);
            width: 85%;
            margin: auto;
            margin-top: 40px;
        }
    
    }