/* modern service css start */

:root {
    font-family: Montserrat,Montserrat Fallback,sans-serif;

    /* Brand */
    --color-primary: #fd3a30;

    /* Secondary */
    --color-secondary: #0a4a36;
    --color-secondary-light: #e7f4eb;
    --color-secondary-dark: #5fa385;

    /* Other static colors */
    --color-accent: #23493e;
    --color-neutral-dark: #25282c;

    /* Fixed neutrals — never flip */
    --color-black-fixed: #000000;
    --color-white-fixed: #ffffff;
    --color-bg-soft-fixed: #f4f5f6;

    /* Theme-aware — light mode */
    --color-bg: #ffffff;
    --color-surface: #ffffff;
    --color-border: #ececec;
    --color-text: #000000;
    --color-text-invert: #ffffff;
    --color-text-strong: #090909;

    /* Paragraph / supporting text */
    --color-text-muted: #1d1d1f;

    --surface-info: #e6f4f9;
    --surface-warm: #feeae4;
}

:root.darkmode {
    --color-bg: #000000;
    --color-surface: #000000;
    --color-border: #25282c;
    --color-text: #ffffff;
    --color-text-invert: #000000;
    --color-text-strong: #000000;

    /* Paragraph / supporting text */
    --color-text-muted: #86868b;

    --surface-info: #25282c;
    --surface-warm: #23493e;

    color-scheme: dark;
}

/* modern service css end */


/*Common css start*/




.show-overlay {
    background: rgb(0 0 0 / 60%);
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
}

@font-face {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.woff2') format('woff2'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Thin.woff2') format('woff2'), url('../fonts/Montserrat-Thin.woff') format('woff'), url('../fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.footerLocation {
    color: var(--color-text);
    margin-bottom: 3rem;
}

.home-logo-alten img {
    width: 44%;
}

.home-logo-m20 img {
    width: 30%;
}

.footerAddress-block {
    padding-left: 5rem;
}

.footerLocation p {
    line-height: 2.5rem;
}

.footer-top-links ul:first-of-type {
    margin-bottom: 4rem;
}



.cta-btn-mobile svg {
    position: absolute;
    bottom: 0;
    right: -20px;
    height: 100%;
}

.btn-proposal {
    background: var(--color-primary) url(../images/white-next-arrow.svg) no-repeat;
    color: var(--color-white-fixed);
    padding: 1.7rem 5.4rem 1.9rem 2.5rem;
    border: none !important;
    font-weight: 500;
    font-size: 1.8rem;
    margin-left: 1.2rem;
    border-radius: 1rem;
    display: inline-block;
    background-position: 89% center;
    transition: all .3s;
    cursor: pointer;
}

.btn-proposal:hover {
    background: var(--color-secondary) url(../images/white-next-arrow.svg) no-repeat;
    background-position: 92% center;
    transition: all .3s;
    color: var(--color-white-fixed);
}

.cta-btn-desktop {
    width: 278px !important;
    height: 81px;
    font-size: 19px !important;
    padding: 0 40px 0 0 !important;
    margin-left: 0 !important;
    font-weight: 500 !important;
    transition: all linear 0.3s;
    z-index: 1
}

.cta-btn-desktop:hover {
    background: var(--color-secondary);
    color: var(--color-white-fixed);
    transition: all linear 0.3s
}


.awwardsNominee {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999
}

.awwardsNominee .awwards-darkmode,
.darkmode .awwardsNominee .awwards-lightmode {
    display: none
}

.darkmode .awwardsNominee .awwards-darkmode {
    display: block
}

.brandlogo-number {
    display: flex;
    justify-content: center;
    align-items: center
}

.brandlogo-number .slogan .carousel-item a {
    color: var(--color-text);
    font-weight: 300
}

.slash-vertical::before {
    content: "|";
    padding: 0 6px;
    right: 0px;
    position: relative
}

.darkmode .contact-form-footer .form-control {
    color: var(--color-white-fixed) !important;
    z-index: 1
}

.font-weight-bold {
    font-weight: bold;
}

.padding-60 {
    padding: 6rem 0
}

li,
ul {
    list-style: none
}

.padding-40 {
    padding: 4rem 0;
}

.slide.home-fynd-logo img {
    width: 85%;
}

.home-header .mobile-show .menu-align-sec a strong {
    font-weight: 400;
}

.moretraffic-btn {
    position: fixed;
    background: var(--color-primary);
    bottom: 2rem;
    color: var(--color-white-fixed);
    z-index: 11;
    padding: 1rem 1rem;
    display: none;
    border: 0;
    left: 4rem;
    border-radius: .5rem
}

.moretraffic-btn:hover {
    background: var(--color-black-fixed);
    color: var(--color-white-fixed);
}

svg {
    font-family: Montserrat,Montserrat Fallback,sans-serif
}

#new_proposal_form .input-field label {
    transform-origin: left -30px
}



#new_proposal_form .input-field input:focus+label,
#new_proposal_form .input-field input:not(:placeholder-shown)+label {
    transform: translate(0, 0) scale(1);
    cursor: pointer
}

#new_proposal_form .input-field input::-webkit-input-placeholder {
    opacity: 0;
    transition: inherit
}

#new_proposal_form .input-field input::-moz-placeholder {
    opacity: 0;
    transition: inherit
}

#new_proposal_form .input-field input:focus::-webkit-input-placeholder {
    opacity: 1
}

#new_proposal_form .input-field input:focus::-moz-placeholder {
    opacity: 1
}

.darkmode #new_proposal_form .input-field input {
    border-bottom: 1px solid #35383c
}

#header-top {
    position: fixed;
    z-index: 99999;
    top: 0;
}

.home-header {
    width: 100%
}

.navbar-main {
    padding: 0 0 0 3rem !important;
    justify-content: space-between !important;
    background: var(--color-bg);
    background-color: rgb(255 255 255 / 35%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.angular-hiringgroup-bg p a {
    font-weight: 400;
    color: #007bff;
}

.angular-hiringgroup-bg p a:hover {
    color: #0056b3;
}

.darkmode .navbar-main {
    background-color: rgba(0, 0, 0, .2);
}

#header-top:hover .desktop-navigation {
    background: var(--color-white-fixed);
}

.custom-dropdown-menu ul li:first-child {
    margin-top: 0 !important;
}

.darkmode #header-top:hover .desktop-navigation {
    background: var(--color-black-fixed);
}

.home-header:after {
    z-index: -1;
    border-bottom: none;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    height: 1px;
}

.home-header .form-inline {
    border-left: none;
    padding-left: 2.9rem;
    margin: 0 !important;
    border-left: none;
    box-shadow: rgba(0, 0, 0, 0.1) -1px 0px 3px 0px, rgba(0, 0, 0, 0.06) -1px 0px 2px 0px;
}

.home-header ul li.custom-dropdown:hover .custom-dropdown-menu {
    display: block;
    max-height: unset;
    width: 100%;
    background: var(--color-bg);
    padding: 5rem 3vw;
    position: absolute;
    z-index: 9;
    transition: all .1s ease-in 0s;
    visibility: visible;
    opacity: 1;
    left: 0;
    top: 8rem;
    border: 0;
    border-top: .1rem solid var(--color-border);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.anchor-text-color {
    color: var(--color-primary) !important;
    font-size: 1.8rem !important;
    font-weight: 400 !important;
}

.anchor-text-color:hover {
    color: var(--color-secondary) !important;
}

.footerLocation h4 {
    font-weight: 500;
}

.footerLocation h4,
.footerLocation p {
    font-weight: 400;
    font-size: 1.6rem;
}

.navbar-main .navbar-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-text);
    padding: 0;
    margin-right: 0
}

* {
    margin: 0;
    padding: 0
}

body {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    position: relative;
    background: var(--color-bg);
    -moz-font-feature-settings: liga;
    -ms-font-feature-settings: liga;
    -webkit-font-feature-settings: liga;
    font-feature-settings: liga;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    color: #212529;
    text-align: left;
    font-size: 2rem;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: liga;
    -ms-font-feature-settings: liga;
    -webkit-font-feature-settings: liga;
    font-feature-settings: liga;
    -webkit-text-size-adjust: 100%;
    line-height: inherit !important
}

html {
    font-size: 62.5%
}

a:hover {
    text-decoration: none !important
}

:focus,
:focus-visible {
    outline: 0
}

.padding-130 {
    padding: 13rem 0
}

h2 {
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 4.4rem;
    color: var(--color-text);
}

.slogan {
    font-size: 1.4rem;
    font-weight: 400;
    margin-left: 2rem;
    color: var(--color-text);
    line-height: 2.3rem;
    width: 22rem
}

.navbar-main ul li a.nav-link {
    font-size: 1.6rem;
    font-weight: 400
}

.navbar-main.navbar-light .navbar-nav .nav-link {
    color: var(--color-text);
}

.estimate-btn {
    font-size: 1.8rem;
    border: .2rem solid #f40044;
    border-radius: 100rem;
    padding: 1.3rem 3.7rem;
    display: inline-block;
    color: #f40044;
    font-weight: 400;
    transition: all .3s
}

.estimate-btn:hover {
    border: .2rem solid var(--color-secondary);
    color: var(--color-secondary);
    transition: all .3s
}

.home-header .custom-dropdown-menu .custom-dropdown-toggle::after {
    display: none
}

.home-header ul.navbar-nav li.custom-dropdown {
    position: inherit
}

.home-header ul li.custom-dropdown .custom-dropdown-menu {
    display: none;
    transform: translateY(0);
    transition: all .3s ease;
}

.myModal-ordernow .modal {
    z-index: 99999;
}

.home-header ul.navbar-nav li a {
    padding: 3.1rem 2rem !important;
    color: var(--color-text);
    font-size: 1.6rem
}

.custom-dropdown-menu ul li {
    list-style-type: none;
    margin: 2rem 0 !important;
    padding: 0 !important;
}

.home-header .desktop-navigation .custom-dropdown-menu ul li a {
    font-size: 1.4rem;
    padding: 0 !important;
    text-transform: capitalize;
}

.home-header ul.navbar-nav li {
    padding: 0 0rem
}

.home-header ul.navbar-nav li a:hover {
    color: var(--color-primary);
}

.headermenu-box {
    background: var(--color-primary);
    height: 38rem;
    border-radius: 1rem;
    width: 80%;
    color: var(--color-white-fixed);
    font-size: 4rem;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.headermenu-box h2,
.headermenu-box .menuTopHeading {
    color: var(--color-white-fixed);
    font-size: 3.5rem;
    font-weight: 600;
}

.home-header ul li.custom-dropdown .custom-dropdown-menu h3 {
    font-size: 1.6rem;
    color: var(--color-text);
    font-weight: 500;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
}



#dark-mode-toggle .fas {
    font-size: 2.4rem;
    cursor: pointer;
    color: var(--color-text);
}

#dark-mode-toggle {
    margin-right: 2.9rem;
    display: flex;
    cursor: pointer
}

.night-icon {
    display: none
}

.darkmode .night-icon {
    display: block
}

.darkmode .day-icon {
    display: none
}

.form-inline .cta-btn {
    position: relative;
    display: inline-block;
    height: 100%;
    z-index: 1;
    background: var(--color-primary);
}

.home-header .mobile-navigation {
    display: none;
    background-color: rgb(255 255 255 / 35%);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.mobile-show li.open a.dropdown-toggle:after {
    content: "\2212"
}

.getintouch-mobilenavigation h3 {
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
    color: var(--color-text);
    font-family: Montserrat,Montserrat Fallback,sans-serif;
}

.getintouch-mobilenavigation {
    color: var(--color-black-fixed);
    margin-top: 3rem
}

.getintouch-mobilenavigation p {
    line-height: 3.5rem;
    color: var(--color-text);
}

.mobile-show .in .nav {
    margin-top: 2rem !important;
    position: relative
}

.getintouch-btn-mobile {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: block;
    background: var(--color-primary);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.darkmode svg text {
    fill: var(--color-white-fixed);
}

.drop-main-menu p {
    font-size: 1.7rem;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    color: var(--color-text);
    line-height: normal;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 0;
    text-transform: capitalize
}

.fullMenu .list-inner-drop li a {
    font-size: 1.6rem;
    color: var(--color-black-fixed);
    display: block;
    line-height: normal
}

.mobile-show .navbar-push .list-inner-drop li {
    list-style: none
}


/* 
:root {
    font-family: Montserrat,Montserrat Fallback,sans-serif;
    --accent-orange: #fd3a30;
    --accent-orange-bg: #fd3a30;
    --accent-light-blue: #59c9cb;
    --accent-green-2: #23493E;
    --accent-red-1: #fd3a30;
    --accent-light-blue-2: #e6f4f9;
    --light-pink-brown: #feeae4;
    --dark-gray: #25282c;
    --color-light-black: #090909;
    --bodybg-color: #ffffff;
    --black-color: #000000;
    --white-color: #ffffff;
    --black-color-text-both: #000000;
    --white-color-text-both: #ffffff;
    --grey-to-dark-grey-color: #ececec
}

:root.darkmode {
    --accent-orange: #fd3a30;
    --accent-orange-bg: #fd3a30;
    --accent-light-blue: #59c9cb;
    --accent-green-2: #23493E;
    --accent-red-1: #fd3a30;
    --accent-light-blue-2: #25282c;
    --light-pink-brown: #23493E;
    --dark-gray: #25282c;
    --color-light-black: #000000;
    --bodybg-color: #000000;
    --black-color: #ffffff;
    --white-color: #000000;
    --grey-to-dark-grey-color: #25282c
} */

header {
    transition: all .4s
}

.fixed {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
    background: var(--color-bg);
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
    backface-visibility: hidden;
    transition: all .4s
}

.contact-form-footer .form-control {
    border: 0;
    border-bottom: .1rem solid #97979759;
    padding: 0;
    min-height: 4rem;
    font-size: 1.8rem;
    border-radius: 0;
    background: inherit
}

.footer-contact-heading {
    max-width: 75%;
    margin-bottom: 6rem
}

.footer-contact-heading p {
    margin-top: 2rem;
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    color: var(--color-text);
    line-height: 2.87rem
}

.footer-contact-heading p.footerform-tagline {
    line-height: 6rem;
    font-family: var(--font-montserrat);
    font-weight: 600;
    font-size: 4.4rem;
    color: var(--color-text);
    margin-top: 0;
}

.contact-form-footer .form-group {
    margin-bottom: 5rem;
    padding-right: 4rem !important
}

.contact-form-footer .form-group label {
    color: var(--color-text);
    font-size: 1.8rem;
    font-weight: 300
}

.contact-form-footer .btn-proposal {
    margin-left: 0;
    text-align: center;
    padding: 2.2rem 12rem 2.3rem 12rem !important;
    background-position: 77% center
}

.contact-form-footer button:hover {
    background-position: 79% center !important;
    transition: all .3s
}

.contact-form-footer .form-control:focus {
    color: var(--color-text);
    background-color: inherit;
    border-color: #a2a2a2;
    outline: 0;
    box-shadow: none
}

.footer-contact-form nav ol li {
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--color-text);
    display: inline-flex
}

.footer-contact-form nav ol li a {
    font-weight: 400;
    color: var(--color-text);
    margin-left: .5rem
}

.footer-contact-form nav ol li a:hover {
    color: var(--color-secondary);
}

.darkmode .footer-contact-form nav ol li a:hover {
    color: var(--color-secondary-dark);
}

.footer-contact-form nav ol.breadcrumb {
    background: inherit;
    border-top: .1rem solid var(--color-border);
    margin-top: 5rem;
    padding-top: 5rem;
    padding-left: 0;
    margin-bottom: 4rem
}

.footer-contact-form .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 2rem;
    padding-left: 2rem;
    color: var(--color-text);
    content: "/"
}

.trust-logos ul li {
    display: inline-block;
    vertical-align: middle;
    width: 10%;
    margin: 0 4rem 0 0;
    text-align: center
}

.trust-logos ul li img {
    max-width: 100%
}

.trust-logos {
    background: var(--color-secondary-light);
    padding: 8.6rem 0 8rem 0;
    border-radius: 4rem 4rem 0 0;
}

.trust-logos ul {
    margin-bottom: 0
}

.fixphoto-logo-lightmode,
.fixphoto-logo-darkmode {
    width: 8% !important;
}

.footer-top-links h3 {
    font-size: 1.8rem;
    color: var(--color-text);
    font-weight: 500;
    margin-bottom: 1.6rem;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
}

.footer-top-links ul {
    margin-bottom: 0
}

.footer-top-links li a {
    font-size: 1.6rem;
    color: var(--color-text);
    margin: 1.4rem 0;
    font-weight: 400;
    transition: all .3s;
    text-transform: capitalize;
}

.footer-top-links li a:hover {
    color: var(--color-primary);
    transition: all .3s
}

.footer-top-links li {
    list-style-type: none;
    margin: 1.2rem 0;
    display: block
}

.slash-vertical:before {
    content: "/";
    padding: 0 .6rem
}

.footer-copyright-links a {
    color: var(--color-text);
    font-size: 1.4rem;
    font-weight: 300
}

.full-circle-head h3 {
    font-weight: 400;
    font-size: 1.6rem;
    color: var(--color-text);
    margin-bottom: 2rem;
    font-family: Montserrat,Montserrat Fallback,sans-serif;
}

.social-icons a {
    padding: 0 1rem;
    display: inline-block;
}

.social-icons a svg {
    fill: #585858;
    width: 2rem;
    height: auto
}


.social-icons a:hover svg,
.social-icons a:hover svg path {
    fill: var(--color-primary) !important;
}

.copyright-sec {
    padding-bottom: 3rem;
    border-top: .1rem solid #dbdbdb87;
    padding-top: 4rem;
    margin-top: 8.2rem
}

.footer-contact-form {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    background: var(--color-bg);
}

.man-laughing-img {
    bottom: -10rem
}

.full-circle-head p {
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--color-text);
}

.footer-copyright-links {
    margin-top: .7rem
}

.social-icons {
    text-align: right
}

.man-laughing-img img {
    position: absolute;
    bottom: -.8rem
}

.trust-logos ul li.gem-logo-darkmode {
    display: none
}

.darkmode .trust-logos ul li.gem-logo-darkmode {
    display: inline-block
}

.darkmode .trust-logos ul li.gem-logo-lightmode {
    display: none
}

.readarticle-btn {
    color: var(--color-text) !important
}

.footer {
    padding-bottom: 5rem
}

.footer-link-align-about {
    padding-left: 5.5rem
}

.footer-link-align-ux {
    padding-left: 4.5rem
}

.darkmode .copyright-sec {
    border-top: 0.1rem solid var(--color-black-fixed);
}

.weOrchestrate-tab .content-blockscroll {
    margin-bottom: 8rem !important;
    background: var(--color-neutral-dark);
    border-radius: 1rem;
    padding: 10rem 0;
    text-align: center;
    float: right;
    position: relative;
    width: 82.2rem;
}

.weOrchestrate-tab .content-blockscroll::before {
    content: "";
    background: url(../images/waves-blue.svg);
    width: 50rem;
    height: 50rem;
    right: 4rem;
    position: absolute;
    z-index: 0;
    bottom: 0;
    opacity: 1;
    left: -6rem;
    display: none;
}

.weOrchestrate-tab .content-blockscroll p {
    margin-top: 3.5rem;
    color: var(--color-white-fixed);
    padding: 0 15rem;
    text-align: left;
    margin-bottom: 0 !important;
}

#section7 .content-blockscroll img {
    z-index: 1;
    position: relative;
    max-width: initial;
    top: -5rem;
    right: 5rem;
}

.ourclient-popup .modal-body video {
    width: 100%;
    height: 100%;
}

.close-btn {
    position: absolute;
    right: 2rem;
    top: 1rem;
    font-size: 3rem;
}

.fixphoto-logo-darkmode {
    display: none !important;
}

.darkmode .fixphoto-logo-darkmode {
    display: inline-block !important;
    margin-right: 0;
}

.darkmode .fixphoto-logo-lightmode {
    display: none;
}

.carousel-item.active {
    color: var(--color-text);
}

.home-header ul.navbar-nav li.font-weight-bold {
    color: var(--color-text);
}

.contact-form-footer .btn-proposal:focus {
    outline: none;
}

.custom-dropdown-menu ul li strong {
    color: var(--color-text);
}

.slogan .carousel {
    height: auto;
}

/*Common css End*/

/*Bootstrap css*/
*,
::after,
::before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: var(--color-secondary-dark);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: 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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code,
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: .2rem .4rem;
    font-size: 87.5%;
    color: var(--color-white-fixed);
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1760px;
        margin: 0 auto;
        padding-left: 5rem;
        padding-right: 5rem
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table .table {
    background-color: var(--color-white-fixed);
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: var(--color-white-fixed);
    background-color: #212529;
    border-color: #32383e
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: var(--color-white-fixed);
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: var(--color-white-fixed);
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: var(--color-white-fixed);
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: var(--color-white-fixed);
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.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-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.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-prepend>.form-control-plaintext.input-group-text {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-sm>.input-group-append>select.btn: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-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-lg>.input-group-append>select.btn: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-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: var(--color-white-fixed);
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    background-color: #71dd8a
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: var(--color-white-fixed);
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    background-color: #efa2a9
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label::before,
.was-validated .custom-file-input:invalid~.custom-file-label::before {
    border-color: inherit
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}


.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.fade {
    opacity: 0;
    transition: opacity .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 .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: var(--color-white-fixed);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--color-white-fixed);
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after {
    margin-left: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
    margin-left: -1px
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::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-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--color-white-fixed);
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:active~.custom-control-label::before {
    color: var(--color-white-fixed);
    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: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: 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: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: var(--color-white-fixed) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 5px rgba(128, 189, 255, .5)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: var(--color-white-fixed);
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .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: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: var(--color-white-fixed);
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: var(--color-white-fixed);
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--color-white-fixed);
    background-color: #007bff
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        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 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        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: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    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: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--color-primary) !important;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--color-primary);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
    color: var(--color-white-fixed);
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: var(--color-white-fixed);
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--color-white-fixed);
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
    color: var(--color-white-fixed);
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: var(--color-white-fixed);
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--color-white-fixed);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-group {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:first-child .card-header,
    .card-group>.card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:first-child .card-footer,
    .card-group>.card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:last-child .card-header,
    .card-group>.card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:last-child .card-footer,
    .card-group>.card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:only-child {
        border-radius: .25rem
    }

    .card-group>.card:only-child .card-header,
    .card-group>.card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group>.card:only-child .card-footer,
    .card-group>.card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: var(--color-white-fixed);
    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 .2rem rgba(0, 123, 255, .25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: var(--color-white-fixed);
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: var(--color-white-fixed);
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.alert {
    color: #f00;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--color-white-fixed);
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: var(--color-white-fixed);
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: var(--color-white-fixed);
}

.list-group-item.active {
    z-index: 2;
    color: var(--color-white-fixed);
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: var(--color-white-fixed);
    background-color: #1b1e21;
    border-color: #1b1e21
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: var(--color-black-fixed);
    text-shadow: 0 1px 0 var(--color-white-fixed);
    opacity: .5
}

.close:focus,
.close:hover {
    color: var(--color-black-fixed);
    text-decoration: none;
    opacity: .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;
    background: rgba(0, 0, 0, 0.8);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: var(--color-white-fixed);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: var(--color-black-fixed);
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2))
    }

    .modal-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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: var(--color-black-fixed);
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: var(--color-black-fixed);
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: var(--color-black-fixed);
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: var(--color-black-fixed);
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: var(--color-white-fixed);
    text-align: center;
    background-color: var(--color-black-fixed);
    border-radius: .25rem
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    /*font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: var(--color-white-fixed);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] .arrow,
.bs-popover-top .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
    border-width: .5rem .5rem 0
}

.bs-popover-auto[x-placement^=top] .arrow::before,
.bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] .arrow::after,
.bs-popover-top .arrow::after {
    bottom: 1px;
    border-top-color: var(--color-white-fixed);
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] .arrow,
.bs-popover-right .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
    border-width: .5rem .5rem .5rem 0
}

.bs-popover-auto[x-placement^=right] .arrow::before,
.bs-popover-right .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] .arrow::after,
.bs-popover-right .arrow::after {
    left: 1px;
    border-right-color: var(--color-white-fixed);
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow,
.bs-popover-bottom .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
    border-width: 0 .5rem .5rem .5rem
}

.bs-popover-auto[x-placement^=bottom] .arrow::before,
.bs-popover-bottom .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] .arrow::after,
.bs-popover-bottom .arrow::after {
    top: 1px;
    border-bottom-color: var(--color-white-fixed);
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] .arrow,
.bs-popover-left .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
    border-width: .5rem 0 .5rem .5rem
}

.bs-popover-auto[x-placement^=left] .arrow::before,
.bs-popover-left .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] .arrow::after,
.bs-popover-left .arrow::after {
    right: 1px;
    border-left-color: var(--color-white-fixed);
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.active.carousel-item-right,
.carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.active.carousel-item-left,
.carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: var(--color-white-fixed);
    text-align: center;
    opacity: .5
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: var(--color-white-fixed);
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, .5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: var(--color-white-fixed);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--color-white-fixed);
    text-align: center
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    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;
    -webkit-clip-path: none;
    clip-path: none
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:992px) {}

@media (min-width:1200px) {}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center !important
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.text-white {
    color: var(--color-white-fixed) !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: var(--color-white-fixed) !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .1s
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}


/*Responsive css Start*/
@media only screen and (max-width:1800px) {
    .weOrchestrate-tab .content-blockscroll {
        margin-bottom: 0;
        height: auto;
        width: 100%;
        padding: 3rem 3rem
    }

    .weOrchestrate-tab .content-blockscroll p {
        padding: 0 2rem
    }

    #section7 .content-blockscroll img {
        max-width: 100% !important;
        margin-left: 0
    }

    .navbar-main ul li a.nav-link {
        font-size: 1.4rem
    }

    .container {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .home-header ul.navbar-nav li a {
        padding: 3.1rem 1.5rem !important;
    }
}

@media only screen and (max-width:1660px) {
    .footer-contact-form nav ol li {
        font-size: 1.6rem;
    }

    .slogan {
        margin-left: 1.5rem;
    }

    .increase-conversion ul li {
        padding-right: 0 !important;
    }

    #trafficConversion .content-blockscroll h3 {
        padding-right: 5rem
    }

    .pinkrec:before {
        top: 9rem
    }

    .carousel-banner-vertical {
        left: -6rem
    }

    .counter-main {
        padding: 3rem 0 0 11rem
    }

    .weOrchestrate-tab .content-blockscroll {
        margin-bottom: 0;
        height: auto;
        width: 100%;
        padding: 3rem 3rem
    }

    .weOrchestrate-tab .content-blockscroll p {
        padding: 0 2rem
    }

    #section7 .content-blockscroll img {
        max-width: 100% !important;
        margin-left: 0;
        right: 0;
        top: 0
    }

    .navbar-toggle .icon-bar:last-child {
        width: 22px;
        margin-left: 0
    }

    .ourclient-popup .modal-content {
        height: calc(70vh - 0px);
        border-radius: .8rem
    }

    .container {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .toggle {
        bottom: 4rem
    }

    .logo-right-pd {
        margin-right: 6rem
    }

    .home-header ul.navbar-nav li a {
        padding: 3.1rem 1.1rem !important
    }

    .content-blockscroll h3 .bluenumbers {
        left: 0;
        width: 5rem;
        height: 5rem;
        font-size: 4rem
    }

    .pinkbox::after {
        width: 100%
    }

    .navbar-main ul li a.nav-link {
        font-size: 1.4rem
    }

    .weworkcompanies ul li {
        margin-right: 4rem !important
    }

    .trust-logos ul li {
        margin: 0 3.8rem 0 0
    }

    .weworkcompanies ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .home-header .form-inline {
        padding-left: 1.5rem;
    }

    #dark-mode-toggle {
        margin-right: 2.2rem;
    }
}


@media only screen and (max-width:1560px) {
    .cta-btn-mobile:hover {
        color: var(--color-white-fixed);
    }

    .cta-btn-mobile svg {
        position: absolute;
        bottom: 0;
        right: -40px;
        height: 100%
    }

    .weOrchestrate-tab .content-blockscroll {
        margin-bottom: 0;
        height: auto;
        width: 100%;
        padding: 3rem 3rem
    }

    .weOrchestrate-tab .content-blockscroll p {
        padding: 0 2rem
    }

    #section7 .content-blockscroll img {
        max-width: 100% !important;
        margin-left: 0
    }

    .mt-80 {
        margin-top: 62px !important
    }

    .mobile-navigation .cta-btn {
        padding-left: 2.9rem
    }

    .toggle {
        bottom: 7rem
    }

    .carousel-banner-vertical {
        left: -4rem
    }

    .mobile-show {
        display: block
    }

    .ourclient-popup .modal-content {
        height: calc(100vh - 63px)
    }

    .counter-main {
        padding: 3rem 0 0 10rem
    }

    .darkmode #mobile_close_button svg {
        fill: var(--color-white-fixed);
    }

    .darkmode-hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid rgb(104 104 104 / 17%);
        padding-left: 2.5rem;
    }

    .mobile-navigation .navbar-toggle {
        cursor: pointer;
        position: relative !important;
        line-height: 0;
        float: right;
        margin: 0 !important;
        width: 32px;
        border: 0;
        background: transparent;
        top: 0;
        right: 0
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 0;
        background: var(--color-text);
    }

    .mobile-navigation .icon-bar+.icon-bar {
        margin-top: 4px
    }

    .home-header .navbar-brand svg {
        max-width: 100%
    }

    .slogan {
        display: none
    }

    .custom-dropdown-menu ul li strong {
        font-size: 1.4rem;
    }

    .headermenu-box h2,
    .headermenu-box .menuTopHeading {
        font-size: 3rem;
    }



    .home-header .in.navbar-push #dark-mode-toggle {
        margin-right: 0;
        position: absolute;
        top: 3.2rem;
        right: 11rem
    }

    .close-button {
        background: inherit;
        height: 25px;
        width: 25px;
        border: 0;
        position: absolute;
        right: 0;
        z-index: 99999;
        margin: 0;
        top: -30px;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.455, .03, 0, 1);
        -moz-transition: -moz-transform .3s cubic-bezier(.455, .03, 0, 1);
        -o-transition: -o-transform .3s cubic-bezier(.455, .03, 0, 1);
        transition: transform .3s cubic-bezier(.455, .03, 0, 1)
    }



    .carousel-banner-vertical {
        left: 0
    }

    .getquote-dropdown {
        width: 100%
    }

    .ready-banner .enteryourwebsite-input {
        width: 41rem
    }

    .tab-inner-last {
        height: auto;
        padding: 5rem
    }

    .tab-inner-middle {
        padding: 3.5rem
    }

    .logo-right-pd {
        margin-right: 5.5rem
    }

    .getquote-dropdown .getquote-btn {
        font-size: 1.8rem
    }

    .trust-logos ul li {
        margin: 0 3.8rem 0 0
    }

    .content-blockscroll h3 {
        padding-right: 0
    }

    .trust-logos ul li {
        margin: 0 3.4rem 0 0;
    }
}

@media only screen and (max-width:1440px) {
    .weworkcompanies picture {
        width: 18rem;
        height: 15rem
    }

    .popupscroll {
        width: 30% !important
    }

    .counter-section .counter-cover {
        font-size: 5.2rem;
        line-height: 3rem
    }

    .portfolioproject-name h2 {
        font-size: 5rem
    }

    .scroll-tabs__image-item svg.transparencyNtrust-image {
        top: -40px;
        position: absolute;
        width: 90%;
        height: auto
    }

    .scroll-tabs__image-item svg {
        width: 56%;
        top: 10px;
        height: auto
    }

    .ourclient-popup .modal-content {
        height: calc(40vh - 0px);
        border-radius: .8rem
    }

    .grow-banner h1 {
        font-size: 5rem !important;
        line-height: 7rem !important;
    }

    .scroll-tabs__image {
        width: 40%;
        height: 50rem
    }

    .we-orchestrate .orches-left h3 a span {
        font-size: 2.5rem;
        margin-bottom: 1rem !important
    }

    .increase-conversion h2 {
        margin: 0 0 1.2rem 0 !important;
    }

    .process__wrap {
        padding-top: 7.9rem
    }

    .increase-conversion p {
        margin-bottom: 3rem
    }

    .increase-conversion .nav p {
        padding-right: 0
    }

    .scheduleCall-btn {
        margin-top: 2rem
    }

    .content-blockscroll h3 {
        padding-right: 0
    }

    .increase-conversion .nav li h3 a {
        font-size: 2rem
    }

    .footer-contact-form nav ol li {
        margin-bottom: 1rem
    }

    .play-btn img {
        width: 10%
    }

    .pinkrec:before {
        top: 9rem;
        height: 66%
    }

    .trust-logos ul li {
        margin: 0 3.3rem 0 0;
    }

    .home-header .mobile-navigation {
        display: flex;
        padding-right: 0;
        padding-left: 30px;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0
    }

    .navbar-main {
        display: none
    }

    .home-header .navbar-brand {
        max-width: 46%
    }

    .home-header .desktop-navigation .navbar-nav {
        display: none
    }

    .cta-btn-mobile {
        width: 220px !important;
        display: inline-block !important;
        padding: 1.7rem 3.6rem !important;
    }

    .headermenu-box h2,
    .headermenu-box .menuTopHeading {
        font-size: 2.8rem;
    }

}

@media only screen and (max-width:1400px) {
    .we-orchestrate h2 {
        margin-bottom: 5rem
    }

    .trust-logos ul li {
        margin: 0 3.2rem 0 0
    }

    .scroll-tabs__nav-item {
        margin-top: 2rem
    }

    .ourclient-popup .modal-content {
        height: calc(100% - 63px)
    }

    .scroll-tabs__nav {
        padding-right: 0
    }

    .logo-right-pd {
        margin-right: 4.5rem
    }

    .slider-main-cover::before {
        width: 100%;
        height: 100%
    }

    .increase-conversion ul li {
        margin-bottom: 2rem
    }

    .serviceTabBlock h2 {
        line-height: 4rem !important;
        font-size: 3.8rem
    }

    .increase-conversion .nav-pills {
        top: 8rem
    }

    .footer-contact-heading {
        max-width: 100%
    }

    .contact-form-footer .form-group {
        padding-right: 2rem !important
    }

    .getquote-dropdown .getquote-btn:hover {
        background-position: 98% center
    }

    .getquote-dropdown .getquote-btn {
        width: 100%;
        background-position: 94% center !important;
        transition: .3s;
        height: 6rem;
        border-radius: .4rem !important;
        padding: 1rem 4.4rem 1rem 3rem !important
    }

    .getquote-dropdown .input-group-append {
        width: 100%;
        transition: .3s
    }

    .ready-banner .enteryourwebsite-input {
        width: 34rem;
        transition: .3s
    }

    .counter-main {
        padding: 3rem 0 0 7rem
    }

    .horizontalTab .tab-inner-middle ul li a {
        font-size: 1.8rem
    }
}

@media only screen and (max-width:1366px) {
    .pinkrec:before {
        top: 9rem;
        height: 63%
    }

    .trust-logos ul li {
        margin: 0 2.9rem 0 0;
    }
}

@media only screen and (max-width:1200px) {

    .footer-link-align-ux,
    .footerAddress-block {
        padding-left: 0rem !important;
    }

    .ceomsg-content h3 {
        font-size: 3.2rem;
        line-height: 4.2rem
    }

    .weorches-mobileContent h3 a p {
        margin-top: 2rem
    }

    .weOrchestrate-tab .content-blockscroll {
        width: 100%;
        margin-bottom: 0;
        padding: 7rem 7rem;
        height: auto
    }

    .weOrchestrate-tab .content-blockscroll p {
        padding: 0 0;
        text-align: center
    }

    .weorches-mobileContent h3 a {
        padding: 0
    }

    .weorches-mobileContent h3 a {
        padding: 0;
        font-size: 3.2rem;
        font-weight: 400;
        color: var(--color-text);
        position: relative;
        line-height: 5rem
    }
}

@media only screen and (max-width:1280px) {
    .trust-logos ul li {
        width: 15%
    }

    .footer-link-align-ux,
    .footerAddress-block {
        padding-left: 3rem
    }

    .ready-banner h2 br {
        display: none
    }

    .weOrchestrate-tab .nav li h3 a {
        font-size: 2.8rem !important
    }

    #section7 .content-blockscroll img {
        top: 0;
        right: 0
    }

    .footer-logo-small a svg {
        width: 230px
    }

    .is-mobile .process__slider-slide {
        background-size: 20%
    }

    .contact-form-footer .form-group label {
        font-size: 1.6rem
    }

    .btn-proposal {
        font-size: 1.8rem
    }

    .process__descriptions {
        margin-bottom: 0
    }

    .we-orchestrate .orches-left h3 a {
        padding-left: 0
    }

    .process .swiper-slide:before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--color-neutral-dark);
        border-radius: 1rem
    }

    .process {
        overflow: hidden
    }

    .process__slider {
        width: calc(100% - 16px);
        overflow: visible;
        margin: 3.2rem 0 1.6rem;
        position: relative
    }

    .is-mobile .process__slider-slide {
        position: relative;
        height: 40vh;
        background-position: center center;
        background-size: 20%;
        background-repeat: no-repeat
    }

    .getquote-dropdown .input-group-append {
        width: 100%;
        transition: all 0.3s
    }

    .ready-banner .enteryourwebsite-input {
        width: 31rem;
        transition: all 0.3s
    }

    .resp-tabs-list-tabblock li h3 {
        margin: 0 0 0 1rem;
        font-size: 2.1rem
    }

    .grow-banner h1 {
        font-size: 5.4rem;
        line-height: 6.8rem
    }

    .horizontalTab .tab-inner-middle ul li a {
        font-size: 1.7rem
    }

    .content-blockscroll h3 {
        padding-right: 0rem
    }

    .pinkrec:before {
        top: 12rem;
        height: 45%;
        left: 0
    }

    .is-desktop {
        display: none !important
    }

    .is-mobile {
        display: block
    }

    .scroll-tabs__sticky-layout {
        height: auto !important
    }
}

@media only screen and (max-width:1199px) {
    .getquote-dropdown .getquote-btn {
        background-position: 96.5% center !important;
    }

    .popupscroll {
        width: 60% !important;
    }

    .gry-bg li {
        width: 21rem !important;
    }

    .gry-bg h4 {
        font-size: 1.8rem;
    }

    .webscreen-imgslideup .frameupdown-slide {
        height: 400px;
    }

    .pinkrec:before {
        width: 100%;
        height: 100%;
        top: 6rem
    }

    .ceoimg {
        padding-right: 3rem
    }

    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6,
    #section7,
    #section8,
    #section9,
    #section10 {
        padding-top: 30px !important;
    }

    #trafficConversion {
        top: 0
    }

    .weorches-mobileContent {
        display: block !important;
        margin-top: 0 !important;
        padding-top: 0 !important
    }

    .weOrchestrate-tab .nav-pills {
        display: none
    }

    .container {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .padding-130 {
        padding: 10rem 0
    }

    #myScrollspy1 {
        margin-bottom: 5rem
    }

    .toggle {
        bottom: -6rem
    }

    .counter-main {
        padding: 15rem 0 0 10rem
    }

    .serviceTabBlock {
        padding-bottom: 5rem
    }

    .weworkcompanies ul li {
        margin-right: 0rem !important
    }

    .weworkcompanies ul li:nth-child(5),
    .weworkcompanies ul li:nth-child(10),
    .weworkcompanies ul li:nth-child(15) {
        margin-right: 0rem !important
    }

    .weworkcompanies picture {
        width: 17rem
    }

    .we-orchestrate {
        padding-top: 10rem
    }

    #reveal-wrap {
        right: 0
    }

    .man-laughing-img {
        display: none
    }

    .blog .card {
        padding: 3.2rem;
        margin-bottom: 3rem
    }

    .content-blockscroll h3 {
        padding-left: 8rem;
        padding-right: 0
    }

    .content-blockscroll p {
        padding-left: 8rem
    }

    .container {
        max-width: 100%
    }

    .banner-women-bg {
        position: relative;
        width: 100%
    }

    .grow-banner figure {
        position: relative
    }

    .getquote-dropdown {
        margin-bottom: 9rem;
        width: 100%;
    }

    .grow-banner h1,
    .grow-banner p {
        max-width: 100%
    }

    .carousel-banner-vertical {
        left: 0 !important;
        right: 0;
        margin: 0 auto
    }

    .readytogrow-cover {
        position: relative;
        bottom: 0;
        text-align: center
    }

    .tab-inner-middle {
        margin-bottom: 2rem
    }

    .resp-tabs-list-tabblock li h3 {
        margin: 0 0 0 1rem;
        font-size: 1.9rem
    }

    .overflowContent div {
        float: none
    }

    .increase-conversion .nav p {
        padding-right: 0;
        margin-bottom: 0
    }

    #myScrollspy1 ul li.nav-item {
        display: none
    }

    .web-part .mobile-screen,
    .web-part .web-screen {
        left: 0;
        margin: 0 auto;
        right: 0
    }

    .portfolioproject-name h2 {
        font-size: 5rem;
        margin-bottom: 0
    }

    .counter-mg {
        margin-bottom: 0;
        display: inline-block;
        margin: 2rem 0 0 6rem
    }

    .pinkbox::after {
        width: 100%
    }

    .testimonial-avtar-block {
        margin-bottom: 6rem
    }
}

@media only screen and (max-width:1024px) {
    .gry-bg ul {
        flex-wrap: wrap;
    }

    .gry-bg h4 {
        font-weight: 400;
    }

    .gry-bg li {
        width: 46% !important;
        margin-right: inherit !important;
        margin-bottom: inherit !important;
        margin: 2rem !important;
    }

    .footer-logo-small a svg {
        width: 100%;
        height: auto
    }

    .darkmode #horizontalTab1 svg g rect {
        stroke: var(--color-white-fixed);
    }

    .darkmode #horizontalTab1 svg g rect.software-icon-color-red {
        stroke: var(--color-primary);
    }

    .tab-sprite-img h3 {
        margin-left: 2rem !important
    }

    .horizontalTab .resp-tabs-list-tabblock {
        display: none
    }

    .container {
        max-width: 100%
    }

    .weworkcompanies picture {
        width: 15rem
    }

    .weworkcompanies ul li {
        margin-right: 0rem !important
    }

    .weworkcompanies ul li:nth-child(5),
    .weworkcompanies ul li:nth-child(10),
    .weworkcompanies ul li:nth-child(15) {
        margin-right: 0rem !important
    }

    .ourclient-popup .modal-content {
        height: calc(100% - 63px)
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .ourclient-popup .modal-content {
        height: calc(100% - 63px)
    }

    .footer-link-align-about,
    .footer-link-align-ux {
        padding-left: 0rem
    }

    .social-icons a {
        padding: 0 .6rem
    }

    .weworkcompanies ul li {
        margin-right: 0 !important
    }

    .weworkcompanies ul li:nth-child(5),
    .weworkcompanies ul li:nth-child(10),
    .weworkcompanies ul li:nth-child(15) {
        margin-right: 0 !important
    }

    .resp-tabs-container-tabblock h2.resp-tab-active span.resp-arrow {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid #e7e1e0
    }

    .resp-tabs-container-tabblock h2.resp-tab-active {
        background: var(--color-secondary) !important;
        color: var(--color-white-fixed);
    }

    .resp-tabs-container-tabblock h2.resp-accordion {
        display: flex;
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-top: -1px
    }

    .resp-tabs-container-tabblock .resp-arrow {
        position: absolute;
        right: 6%;
        top: 45%;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #e7e1e0
    }

    .horizontalTab .resp-tabs-container-tabblock .resp-tab-content-active {
        padding: 15px;
        border: 1px solid var(--color-secondary);
        border-top: none
    }

    .resp-tabs-container-tabblock h2.resp-accordion:first-child {
        border-top: 1px solid var(--color-secondary) !important;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .resp-tabs-container-tabblock h2.resp-accordion {
        border: 1px solid var(--color-secondary);
    }

    .serviceTabBlock {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:990px) {
    .personalise-main p {
        padding: 0 0 !important;
    }

    .footer-top-links h3 {
        font-size: 2rem;
    }

    .swiper-scrollbar-drag {
        width: 100% !important
    }

    .weOrchestrate-tab .overflowcc h2 {
        font-size: 3.8rem !important;
        line-height: 4rem !important
    }

    .pinkrec:before {
        width: 100%;
        height: 100%;
        top: 2rem
    }

    #horizontalTab-services .tab-inner-last:after {
        display: none
    }

    #horizontalTab-services .tab-inner-first .quote-red p {
        margin: 0
    }

    .somebrands .tab-inner-middle {
        padding-left: 0
    }

    .testimonial-avtar-block {
        margin-bottom: 4rem
    }

    .weOrchestrate-tab .content-blockscroll::before {
        display: none
    }

    .weOrchestrate-tab .content-blockscroll {
        padding: 4rem 4rem
    }

    .increase-conversion.weOrchestrate-tab h2 {
        max-width: 100% !important;
        margin: 0 auto 6rem !important
    }

    .weorches-mobileContent h3 a {
        font-size: 3.2rem;
        line-height: 4rem
    }

    #section7 .content-blockscroll img {
        margin-top: 0;
        max-width: 100%;
        margin-left: 0
    }

    .web-part .mobile-screen {
        width: calc(90% - 0rem);
        text-align: center;
        margin: 0 auto;
        align-items: center;
        display: flex
    }

    .web-part .web-screen {
        display: none
    }

    .content-blockscroll {
        margin-bottom: 0
    }

    .swiper-wrapper img {
        width: 25%
    }

    html {
        font-size: 55%
    }

    .ourclient-popup .modal-dialog {
        max-width: 90%;
        margin: 0 auto
    }

    .ourclient-popup .close {
        right: 0;
        top: -32px
    }

    .blog .swiper-container-horizontal>.swiper-scrollbar {
        width: 80%
    }

    #reveal-wrap {
        right: 0
    }

    #horizontalTab1 .resp-tabs-list-tabblock li h3 {
        margin: 0 0 0 0.4rem !important;
        font-size: 1.5rem
    }

    .counter-main {
        padding: 6rem 0 0 0
    }

    .resp-tabs-list-tabblock li {
        justify-content: center
    }

    .blog .card {
        min-height: auto
    }

    .portfolioproject-name {
        text-align: center
    }

    .home-header .navbar-brand {
        max-width: 46%
    }

    .home-header .navbar-brand svg {
        max-width: 100%
    }

    .tab-sprite-img h3 {
        margin-left: 2rem !important
    }

    .grow-banner p {
        max-width: 100%
    }

    .our-clients h2 {
        max-width: 100%
    }

    .we-orchestrate h2 {
        max-width: 100%
    }

    .readytogrow-cover {
        position: relative
    }

    .portfolioproject-name p {
        margin-left: 0rem !important;
        margin-top: 2rem;
        margin-bottom: 1rem;
        max-width: 100% !important
    }

    .portfolioproject-name {
        display: block
    }

    .projectabout {
        display: block
    }

    .slider-main-cover::before {
        width: 100%
    }

    .pinkbox::after {
        display: none
    }

    .we-orchestrate {
        padding-bottom: 5rem
    }
}

@media only screen and (max-width:767px) and (min-width:320px) {


    .vocso-innerheader-case-studies-list-mobile {
        height: 300px;
        overflow: scroll;
    }

    .slider .slide-track-logo .slide {
        height: 140px !important;
        width: 140px !important;
        margin: 0 1rem
    }

    .ready-banner .slide-track-logo {
        margin-top: -2rem
    }

    .ready-banner .slider {
        padding-bottom: 0 !important
    }

    li.goodfirm-logo {
        width: 26% !important
    }

    li.appdevelopment-logo img,
    li.clutch-logo img,
    li.goodfirm-logo img {
        position: relative;
        top: -7px
    }

    .fixphoto-logo-darkmode,
    .fixphoto-logo-lightmode {
        width: 14% !important;
        position: relative;
        left: 10px
    }

    li.appdevelopment-logo {
        width: 27% !important
    }

    .footer-top-links li a,
    .footerLocation h4,
    .footerLocation p {
        font-size: 1.8rem
    }

    .purpleblock {
        padding-bottom: 5rem
    }

    .seeportfolio-btn {
        background-size: 8%
    }

    .popupscroll {
        width: 94% !important;
        padding: 31px 35px 54px !important
    }

    .submit-box {
        margin: 54px -35px -88px !important;
    }

    .popup#window h4 {
        font-size: 25px !important
    }

    #new_proposal_form .input-field {
        margin-bottom: 10px !important
    }

    .estimatorblock .n-ppost img {
        width: 80%
    }

    .estimatorblock {
        left: 3rem !important
    }

    .cookieadd .content1 {
        padding: 20px !important;
        font-size: 1.6rem !important;
        line-height: 2.2rem !important
    }

    #cookie_action_close_header {
        margin: 9px 0 0 !important;
        font-size: 12px !important
    }

    .calculator-main h1 {
        font-size: 4.2rem !important;
        margin-top: 60px !important
    }

    .secondMobile-portfolio {
        margin: 2rem 0
    }

    .gry-bg,
    .gry-bg ul {
        margin-top: 0 !important
    }

    .weworkcompanies picture.long-logo {
        width: 34%;
        height: auto
    }

    .calculator-main {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
        min-height: auto !important
    }

    .gry-bg {
        padding: 5rem 0 !important;
    }

    .gry-bg li {
        width: 100% !important;
        height: auto !important;
        margin: 2rem 0 !important
    }

    .gry-bg li a {
        padding: 4rem 5rem !important
    }

    .calculator-main p {
        padding: 0 !important;
        font-size: 1.8rem !important
    }

    .gry-bg h2 {
        line-height: initial !important
    }

    .personalise-main {
        margin-top: 40px !important;
        padding-bottom: 0 !important
    }

    .gry-bg h3 {
        font-size: 45px !important;
        line-height: 30px !important;
        margin-bottom: 30px !important
    }

    .personalise-main .webport-seemore-btn {
        margin-top: 25px !important
    }

    .darkmode .trust-logos ul li.gem-logo-darkmode,
    .trust-logos ul li.gem-logo-darkmode,
    .trust-logos ul li.gem-logo-lightmode {
        margin: 0 1.3rem 0 0 !important;
        width: 31%
    }

    .trust-logos ul li.gem-logo {
        width: 31% !important;
        margin: 0 0 0 0 !important
    }

    .trust-logos ul li img {
        width: 100%
    }

    .weOrchestrate-tab .content-blockscroll.mb-0 {
        margin-bottom: 0 !important
    }

    .trust-logos {
        padding: 4rem 0 5rem 0
    }

    .home-header ul.navbar-nav li a {
        font-size: 1.8rem
    }

    .moretraffic-btn {
        display: block
    }

    html {
        font-size: 45%
    }

    .ceomsg-content .quote-red p img {
        width: 29px;
        height: 23px
    }

    .home-vocso-intro img {
        width: 25%;
    }

    .footer-top-links li {
        margin: 1.9rem 0;
    }

    #reveal-wrap {
        position: absolute;
        z-index: 99999;
        bottom: inherit
    }

    .tab-inner-first .quote-red p img {
        width: 35%
    }

    .horizontalTab .tab-inner-first br {
        display: none
    }

    #horizontalTab-services .tab-inner-first .quote-red {
        margin-bottom: 0
    }

    .ceomsg-content {
        margin-top: 8rem
    }

    .is-mobile .process__slider-slide.transtrust-mobile {
        background-size: 75% !important;
        top: 18px
    }

    .is-mobile .process__slider-slide.proventrack-mobile {
        background-size: 85% !important
    }

    .footer-logo-small a svg {
        width: 60%;
        height: auto
    }

    .home-header .navbar-brand {
        max-width: 31%;
        padding-top: 0;
        padding-bottom: 0
    }

    .red-part {
        padding-bottom: 5rem
    }

    .web-part .web-screen {
        width: calc(100% - 0rem);
        top: 0
    }

    .web-part .firstMobile-portfolio .mobile-screen {
        display: block
    }

    .mb-0 {
        margin-bottom: 4rem !important
    }

    .ourclient-popup .modal-body {
        height: 100%
    }

    .overflowContent #section0:after {
        z-index: -1
    }

    #process-which-works {
        padding-top: 0
    }

    .weworkcompanies {
        padding-top: 0 !important
    }

    .blog .swiper-container-horizontal>.swiper-scrollbar {
        width: 100%
    }

    .footer-contact-heading p.footerform-tagline {
        line-height: 4.5rem;
        font-size: 3.2rem;
    }

    .readarticle-btn svg {
        position: relative;
        top: .2rem
    }

    .blog .card {
        margin-right: 0
    }

    .we-orchestrate .orches-left h3 a {
        padding-left: 0
    }

    .we-orchestrate .swiper-container {
        padding-bottom: 4rem
    }

    .we-orchestrate .orches-left h3 a span {
        margin-bottom: 0;
        line-height: 4rem
    }

    .process__slider {
        margin: 0 !important
    }

    .process__wrap {
        padding-top: 0
    }

    .counter-main:after {
        display: none
    }

    .weworkcompanies ul li {
        margin-right: 0 !important;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        align-self: center;
    }

    .weworkcompanies ul li:nth-child(5),
    .weworkcompanies ul li:nth-child(10),
    .weworkcompanies ul li:nth-child(15) {
        margin-right: 0rem !important
    }

    .footer-link-align-about {
        padding-left: 0
    }

    .footer-link-align-ux {
        padding-left: 0
    }

    .trust-logos ul li {
        width: 24%;
        margin: 0 1.3rem !important;
    }

    .blog .card:hover:before {
        border: .1rem solid #dbdbdb
    }

    .blog .card:hover {
        box-shadow: none
    }

    .weworkcompanies ul li:last-child {
        margin-bottom: 0
    }

    .contact-form-footer .form-control {
        min-height: 25px
    }

    .mobile-show nav ul li {
        margin: 0 !important;
        padding: 0 !important
    }

    .footer-contact-form .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 1rem;
        padding-left: 1rem;
        display: none;
    }

    .footer-contact-form nav ol.breadcrumb {
        padding-right: 0;
        margin-bottom: 4rem;
        padding-bottom: 0;
        justify-content: center
    }

    .copyright-sec {
        text-align: center;
        margin-top: 3rem
    }

    .footer-logo-small {
        text-align: center
    }

    .footer-logo-small img {
        max-width: 40%
    }

    .full-circle-head h3,
    .full-circle-head p {
        line-height: 2.2rem
    }

    .social-icons {
        text-align: center;
        margin-top: 5rem;
        padding-left: 1rem !important
    }

    .footer-contact-form nav ol li {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .contact-form-footer .btn-proposal {
        margin-left: 0
    }

    .orches-left p {
        margin-top: 1.2rem
    }

    .weworkcompanies ul {
        margin-left: 0;
        margin-bottom: 0
    }

    .weworkcompanies picture {
        height: 7rem;
        width: 12rem
    }

    #verticalTab h2.resp-tab-active {
        background: var(--color-secondary) !important
    }

    #verticalTab .resp-accordion .orches-left h3 a span {
        font-size: 2rem
    }

    #verticalTab h2.resp-accordion {
        border: 1px solid var(--color-secondary) !important
    }

    #verticalTab h2.resp-accordion:first-child {
        border-top: 1px solid var(--color-secondary) !important;
        border-top-right-radius: .5rem;
        border-top-left-radius: .5rem
    }

    #verticalTab h2.resp-accordion {
        text-align: left;
        position: relative;
        margin-top: -1px
    }

    #verticalTab .resp-tab-active .orches-left h3 a span {
        font-size: 2rem
    }

    #verticalTab h2.resp-accordion .orches-left h3 {
        margin-bottom: 0;
        line-height: 2rem
    }

    .betterROI {
        margin-bottom: 0
    }

    #verticalTab .resp-tab-content {
        padding: 3rem !important;
        border: 1px solid var(--color-secondary) !important;
        margin-top: 0;
    }

    .orches-left h3 a {
        padding: 0;
        background: inherit
    }

    #verticalTab .resp-tab-active .orches-left h3 a {
        background: none;
        color: var(--color-white-fixed);
        padding: 0
    }

    #verticalTab span.resp-arrow {
        position: absolute;
        right: 5%;
        top: 9%;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #e7e1e0
    }

    #verticalTab h2.resp-tab-active span.resp-arrow {
        border: none;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid #e7e1e0
    }

    .we-orchestrate .resp-vtabs .resp-tabs-container {
        width: 100%
    }

    .readarticle-btn {
        position: relative;
        margin-top: 3rem;
        display: inline-block
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        bottom: 2rem !important;
        top: inherit !important
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        bottom: 2rem !important;
        top: inherit !important
    }

    #dark-mode-toggle svg,
    .darkmode #dark-mode-toggle svg {
        width: 28px;
        height: 28px
    }

    .overflowContent {
        padding-top: 0
    }

    #horizontalTab1 .resp-tab-content-active .quote-red {
        margin-top: 0
    }

    #horizontalTab .quote-red {
        margin-top: 2rem
    }

    .horizontalTab .tab-inner-middle ul li {
        line-height: 3rem
    }

    .horizontalTab .tab-inner-last h3 {
        font-size: 2.5rem;
        line-height: 3rem
    }

    .tab-inner-middle {
        padding: 2.5rem
    }

    .horizontalTab .resp-tabs-container-tabblock .resp-tab-content-active {
        padding: 15px;
        border: 1px solid var(--color-secondary);
        border-top: none
    }

    .horizontalTab .resp-tabs-container-tabblock .resp-tab-active h3 {
        color: var(--color-white-fixed);
    }

    .fullMenu .container .box-menu-drop {
        padding: 0
    }

    .mobile-show .in .nav:before {
        display: none;
        position: absolute;
        content: "";
        border-top: .1rem solid var(--color-border);
        width: 100%;
        height: 2px;
        left: 0%;
        top: -2rem;
        right: 0
    }

    .home-header .in.navbar-push #dark-mode-toggle {
        margin-right: 0;
        position: absolute;
        top: 3.5rem;
        right: 11rem
    }

    .home-header .in.navbar-push {
        padding: 19px 30px
    }

    .home-header .in .navbar-brand {
        margin-top: -1.1rem;
        padding: 0
    }

    .ppc-stats-counter .counter-main .counter-mg .counter-section .counter-title {
        font-size: 1.2rem;
        margin-top: 0rem
    }

    .counter-mg {
        margin: 1.5rem
    }

    .play-btn img {
        max-width: 20%
    }

    .play-btn {
        text-align: center
    }

    .web-part .mobile-screen,
    .web-part .web-screen {
        padding: .8rem;
        border-radius: 2rem
    }

    .portfolioproject-name p {
        margin: 1rem 0 0rem 0 !important
    }

    .portfolioproject-name h2 {
        font-size: 3.5rem
    }

    .content-blockscroll p {
        padding-left: 0 !important
    }

    .content-blockscroll h3 .bluenumbers {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 2rem;
        top: .5rem;
        position: relative;
        margin-bottom: 1rem
    }

    .container {
        max-width: 100%
    }

    .ready-banner .enteryourwebsite-input {
        width: 100%
    }

    .content-blockscroll h3 {
        padding-right: 0 !important;
        padding-left: 0;
        font-size: 3rem
    }

    .increase-conversion ul {
        padding-right: 0
    }

    .slogan {
        display: none
    }

    .home-header .form-inline {
        display: block;
        text-align: center;
        margin: 0 !important
    }

    .darkmode-hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 2rem
    }

    .sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        border: 0
    }

    .tab-inner-last h3 {
        margin-left: 0 !important
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 32px;
        height: 2px;
        border-radius: 100px;
        background: var(--color-text);
    }

    .close-button {
        height: 25px;
        width: 25px;
        border: 0;
        position: absolute;
        right: 0;
        z-index: 99999;
        margin: 0;
        top: -30px;
        -webkit-transition: -webkit-transform .3s cubic-bezier(.455, .03, 0, 1);
        -moz-transition: -moz-transform .3s cubic-bezier(.455, .03, 0, 1);
        -o-transition: -o-transform .3s cubic-bezier(.455, .03, 0, 1);
        transition: transform .3s cubic-bezier(.455, .03, 0, 1)
    }

    .close-button:hover,
    .close-button:focus {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        border: 0;
        outline: none
    }

    .mobile-navigation .icon-bar+.icon-bar {
        margin-top: 4px
    }

    .mobile-navigation .navbar-toggle {
        cursor: pointer;
        position: relative !important;
        line-height: 0;
        float: right;
        margin: 0 !important;
        width: 32px;
        border: 0;
        background: transparent;
        top: 0;
        right: 0;
        padding: 0 !important
    }

    .mobile-navigation .icon-bar:last-child {
        width: 22px;
        margin-left: 10px
    }

    .mobile-show .push-nav ul.nav.navbar-nav {
        margin-top: 25px !important;
        width: 50%;
        margin: 0 auto !important;
        display: block
    }

    .mobile-show .navbar .navbar-nav>li {
        float: none;
        margin-bottom: 0;
        border-bottom: 1px solid #4b4b4b;
        padding: 15px 0 15px
    }

    .btn-proposal {
        margin-top: .8rem;
        margin-left: 0;
        width: 100%;
        text-align: left;
        background-position: 96% center
    }

    .resp-tabs-container-tabblock h2.resp-accordion {
        display: flex;
        width: 100%;
        max-width: 100%;
        position: relative;
        margin-top: -1px
    }

    .resp-tabs-container-tabblock .resp-arrow {
        position: absolute;
        right: 6%;
        top: 45%;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid #e7e1e0
    }

    .resp-tabs-container-tabblock h3 {
        margin: 0 0 0 0;
        display: block;
        font-size: 2rem;
        font-weight: 400;
        vertical-align: middle;
        color: var(--color-text);
    }

    .horizontalTab .resp-tabs-container-tabblock {
        padding-top: 0;
        z-index: 1;
        position: relative;
    }

    .counter-section .counter-cover {
        font-size: 4.5rem
    }

    .serviceTabBlock {
        padding-bottom: inherit
    }

    .grow-banner p {
        margin: 2.3rem 0 3.5rem 0
    }

    h2 {
        font-size: 3.2rem !important
    }

    .ready-banner h2,
    .serviceTabBlock h2 {
        line-height: 5.4rem
    }

    .padding-130 {
        padding: 5rem 0
    }

    .ready-left {
        padding-bottom: 7rem
    }

    .increase-conversion {
        padding-top: 0 !important
    }

    .resp-tabs-container-tabblock h2.resp-accordion {
        border: 1px solid var(--color-secondary);
    }

    .resp-tabs-container-tabblock h2.resp-accordion:first-child {
        border-top: 1px solid var(--color-secondary) !important;
        border-top-left-radius: .5rem;
        border-top-right-radius: .5rem
    }

    .resp-tabs-container-tabblock h2.resp-accordion:last-child {
        border-bottom-left-radius: .5rem;
        border-bottom-right-radius: .5rem
    }

    .resp-tabs-container-tabblock h2.resp-tab-active {
        background: var(--color-secondary) !important;
        color: var(--color-white-fixed);
    }

    .resp-tabs-container-tabblock h2.resp-tab-active span.resp-arrow {
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 8px solid #e7e1e0
    }

    .horizontalTab .tab-inner-middle p {
        margin-top: 0
    }

    .home-header .mobile-navigation {
        padding-left: 10px
    }

    .tab-inner-last {
        padding: 3rem
    }

    .serviceTabBlock h2 {
        margin: 0 auto 4rem
    }
}

@media only screen and (max-width:480px) {
    .is-mobile .process__slider-slide {
        background-size: 50% !important
    }
}


/*Push menu css Start*/
.ready-banner .slide-track-logo {
    margin-top: -2rem;
    border-bottom: 2px solid #35383c
}

.ready-banner .slider {
    padding-top: 0
}

.slider {
    position: relative;
    width: 100%;
    display: grid;
    overflow: hidden;
    padding: 3rem 0
}

.slide-track-logo {
    width: 100%;
    display: flex;
    animation: 50s linear infinite scroll;
    justify-content: space-between;
    margin-top: 4rem;
    margin-bottom: 4rem
}

.angularPortfolioSlider .slider .slide {
    background: inherit !important;
    filter: grayscale(100%) brightness(.9) invert(1)
}

.slider .slide-track-logo .slide {
    background: var(--color-white-fixed);
    border-radius: .8rem;
    padding: 4rem 2rem;
    height: 190px;
    width: 190px;
}

.slide {
    display: grid;
    height: 100%;
    float: left;
    clear: none
}

.slide,
.slider {
    place-items: center
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(calc(-150px * 10))
    }
}

.mobile-show .navbar-push.navbar-push-left.in .getintouch-btn-mobile {
    position: fixed;
}

.fullMenu {
    top: 0 !important;
    z-index: 1
}

.navigation-close {
    top: 3.8rem !important;
    right: 4rem !important;
    z-index: 0 !important
}

.navbar-push {
    padding: 30px 30px;
    margin-left: 0;
    margin-right: 0
}

.push_menu {
    position: relative !important;
    z-index: 99999 !important
}

.navbar-push {
    background: var(--color-bg)
}

.push_menu .push-nav {
    background: var(--color-white-fixed);
    transition: all 0.5s ease-out
}

.desktop-nav .navbar-inverse .navbar-toggle,
.mobile-show .navbar-inverse .navbar-toggle {
    border-color: transparent
}

.mobile-show .navbar-push .nav>li>a {
    font-size: 2rem !important;
    color: var(--color-text) !important;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    padding: 0
}

.mobile-show .push-canvas {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    left: 0
}

.push-canvas.pushed-left,
.push-canvas.pushed-left .push-nav.fixed {
    left: -100%;
    transition: all 0.5s ease-out
}

.push-canvas.pushed-right,
.push-canvas.pushed-right .push-nav.fixed {
    left: 100%
}

.mobile-show .navbar-push.navbar-push-left {
    right: -100%
}

.mobile-show .navbar-push.navbar-push-right {
    left: -100%
}

.mobile-show .navbar-push.navbar-push-right.in {
    left: 0
}

.mobile-show .navbar-push.navbar-push-left.in {
    right: 0
}

.mobile-show .navbar-push {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
}

.mobile-show .close-button,
.list-inner-drop:before,
.mobile-show .drop-common-img,
.drop-main-menu:hover p::before,
.drop-main-menu p::before,
.fullMenu .list-inner-drop li a:before {
    display: none
}

.mobile-show .menu-align-sec a {
    padding: 0;
    width: 100%;
    transform: none !important
}

.mobile-show .menu-align-sec {
    padding: 0;
    width: 100%
}

.mobile-show .box-menu-drop,
.mobile-show .list-menu-drop {
    padding-left: 0 !important;
    width: 100%
}

.home-header .mobile-show .navbar-nav>li>a {
    margin-right: 0px !important;
    padding: 2rem 0 !important
}

.mobile-show .drop-main-menu {
    margin-bottom: 6px;
    border-bottom: .1rem solid var(--color-border) !important;
    width: 100%;
    border-radius: 0;
    opacity: 1 !important
}

.mobile-show li.dropdown a.dropdown-toggle:after {
    text-decoration: inherit;
    font-size: 22px;
    float: right;
    font-weight: 400;
    border: 0;
    margin-right: 1.8rem;
    margin-top: .9rem;
    background: url(../images/mobile-down-arrow.png) no-repeat;
    width: 15px;
    height: 8px;
    transition: all 0.3s linear
}

.darkmode .mobile-show li.dropdown a.dropdown-toggle:after {
    filter: invert(1)
}

.mobile-show .entypo-dot {
    display: none !important
}

.mobile-show li.show a.dropdown-toggle:after {
    background: url(../images/mobile-down-arrow.png) no-repeat;
    transform: rotate(180deg);
    transition: all 0.3s linear
}

.mobile-show .navbar-push li.show .dropdown-menu {
    padding-top: 0;
    width: 100%;
    position: static !important;
    float: none;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    transform: inherit !important
}

.navbar-push {
    min-height: 100%
}

.mobile-show .push-nav ul.nav.navbar-nav {
    margin-top: 25px !important;
    width: 50%;
    margin: 0 auto !important;
    display: block
}

.mobile-show .navbar-push .nav>li>a {
    font-size: 14px
}

.mobile-show .navbar-push {
    padding-left: 30px;
    padding-right: 30px
}

.mobile-show .navbar-push li.show .fullMenu {
    margin-top: 0;
    margin-bottom: 20px
}

.mobile-show .navbar-push .list-inner-drop a {
    font-size: 12px !important;
    border-bottom: 1px solid #d4dce640;
    padding: 6px 0 12px !important;
    margin-top: 6px;
    font-family: Montserrat,Montserrat Fallback,sans-serif
}

.mobile-show .navbar-push .drop-main-menu p {
    font-size: 12px;
    padding: 0
}

.mobile-show .fullMenu {
    padding: 0;
    background: transparent;
    position: inherit;
    height: auto;
    /*max-height:250px!important;*/
    width: 100%;
    overflow-x: hidden;
    overflow-y: visible
}

.mobile-show .navbar .navbar-nav .show .dropdown-menu {
    position: static;
    float: none;
    background-color: transparent;
    border: 0;
    box-shadow: none
}

.mobile-show .drop-main-menu {
    text-transform: capitalize;
    background: transparent !important;
    margin-right: 0;
    padding: 15px;
    margin-bottom: 0;
    display: inline-block;
    min-height: inherit;
    width: 100% !important
}

.home-header .mobile-show .menu-align-sec a,
.mobile-show .list-inner-drop {
    padding: 2rem 0 !important;
    display: inline-block;
}

.mobile-show .nav.navbar-nav.navbar-right li.dropdown a:hover {
    background: transparent;
    transform: inherit !important
}

.push-canvas {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    position: relative;
    left: 0
}

.mobile-show .navbar-nav>li {
    float: none;
    margin-bottom: 0;
    border-bottom: .1rem solid var(--color-border);
    padding: 15px 0 15px
}

.desktop-nav .drop-main-menu {
    background: #4a4f74;
    margin-Right: 0;
    padding: 13px;
    margin-bottom: 14px;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    border-radius: 4px;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    display: block;
    min-height: 142px
}

.desktop-nav .fullMenu {
    padding: 4% 0;
    background: rgba(26, 29, 71, .95);
    position: fixed;
    top: 68px;
    left: 0;
    height: 100vh;
    height: 100%;
    width: 100%
}

.navbar .navbar-nav>li.show {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.nav {
    width: 100%
}

.navigation-close {
    display: block !important
}

.navbar-inverse .navbar-nav>.show>a {
    margin-bottom: 0
}

.darkmode .trust-logos {
    background: var(--color-secondary) !important;
}

.darkmode .footer {
    background: var(--color-secondary) !important;
    border-top: .1rem solid rgb(255 255 255 / 11%);
}


.footer {
    background: var(--color-secondary-light);
    border-top: .1rem solid #dbdbdb87;
}

.social-icons a svg {
    fill: var(--color-secondary) !important;
}

.darkmode .social-icons a svg,
.darkmode .social-icons a svg path {
    fill: var(--color-secondary-dark) !important;
}

.darkmode .social-icons a:hover svg,
.darkmode .social-icons a:hover svg path {
    fill: var(--color-primary) !important;
}

.darkmode .copyright-sec {
    border-top: .1rem solid rgb(255 255 255 / 11%);
}

.footer-copyright-links a:hover {
    color: var(--color-secondary);
}

.darkmode .footer-copyright-links a:hover {
    color: var(--color-primary);
}


.vocso-case-card {
    display: block;
    height: 20rem;
    position: relative;
    overflow: hidden;
    text-decoration: none;

    border-radius: 12px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);

    transition:
        box-shadow 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
}

.vocso-case-card:hover {
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.14);
}

.vocso-case-card-img {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;
    transition: transform 0.5s ease;
}

.vocso-case-card:hover .vocso-case-card-img {
    transform: scale(1.05);
}

.vocso-case-card-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(to top,
            #020617 0%,
            rgba(15, 23, 42, 0.8) 48%,
            rgba(15, 23, 42, 0) 100%);
}

.vocso-case-card-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.vocso-case-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
}

.vocso-case-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 4px;
    background: var(--color-primary);
    color: var(--color-white-fixed);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.2);
}

.vocso-accuracy-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 6px 12px;
    border-radius: 4px;
    background: var(--color-secondary);
    border: 1px solid rgba(16, 185, 129, 0.3);
    color: var(--color-secondary-light);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 700;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    white-space: nowrap;
    letter-spacing: 0.03em;
}

.vocso-accuracy-dot {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #34d399;

    animation: vocsoPulse 1.6s ease-in-out infinite;
}

.vocso-case-title {
    margin: 0;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 600;
}

.vocso-case-card:hover .vocso-case-title {
    color: var(--color-primary);
}

.vocso-case-desc {
    margin: 2px 0 0;
    color: #e2e8f0;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@keyframes vocsoPulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.55;
        transform: scale(1.25);
    }
}


.ai-nav-link {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    overflow: visible !important;
    z-index: 5;
    color: inherit;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.ai-nav-text {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.ai-nav-link:hover {
    color: #fd3a30 !important;
    text-shadow:
        0 0 6px rgba(253, 58, 48, 0.65),
        0 0 14px rgba(253, 58, 48, 0.45);
}

.ai-nav-link::before {
    content: "";
    position: absolute;
    inset: -13px -18px;
    border-radius: 999px;
    pointer-events: none;
    opacity: 0;
    z-index: 1;
    background:
        radial-gradient(circle at 20% 35%, rgba(253, 58, 48, 0.25) 0 3px, transparent 4px),
        radial-gradient(circle at 80% 25%, rgba(253, 58, 48, 0.18) 0 4px, transparent 7px),
        radial-gradient(circle at 60% 80%, rgba(253, 58, 48, 0.22) 0 3px, transparent 6px);
    filter: blur(0.2px);
}

.ai-nav-link:hover::before {
    opacity: 1;
    animation: aiGlowBubble 1.4s ease-in-out infinite;
}

.ai-sparkle {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fd3a30;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    box-shadow:
        0 0 6px rgba(253, 58, 48, 0.9),
        0 0 12px rgba(253, 58, 48, 0.55);
}

.ai-sparkle-1 {
    top: -8px;
    right: -12px;
}

.ai-sparkle-2 {
    bottom: -7px;
    right: 5px;
    width: 4px;
    height: 4px;
    background: #ffffff;
    box-shadow:
        0 0 6px rgba(253, 58, 48, 0.9),
        0 0 12px rgba(253, 58, 48, 0.65);
}

.ai-sparkle-3 {
    top: 50%;
    left: -12px;
    width: 4px;
    height: 4px;
}

.ai-sparkle-4 {
    top: -10px;
    left: 50%;
    width: 3px;
    height: 3px;
    background: #ffffff;
}

.ai-nav-link:hover .ai-sparkle-1 {
    animation: aiSparkleOne 1s ease-in-out infinite;
}

.ai-nav-link:hover .ai-sparkle-2 {
    animation: aiSparkleTwo 1.2s ease-in-out infinite;
}

.ai-nav-link:hover .ai-sparkle-3 {
    animation: aiSparkleThree 1.1s ease-in-out infinite;
}

.ai-nav-link:hover .ai-sparkle-4 {
    animation: aiSparkleFour 0.95s ease-in-out infinite;
}

.ai-nav-text::after {
    content: "✦";
    position: absolute;
    top: -17px;
    right: -18px;
    font-size: 13px;
    color: #fd3a30;
    opacity: 0;
    transform: scale(0.4) rotate(0deg);
    pointer-events: none;
}

.ai-nav-link:hover .ai-nav-text::after {
    animation: aiStarTwinkle 0.9s ease-in-out infinite;
}

@keyframes aiGlowBubble {

    0%,
    100% {
        transform: scale(0.94);
        opacity: 0.45;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

@keyframes aiSparkleOne {

    0%,
    100% {
        opacity: 0;
        transform: translate(0, 0) scale(0.5);
    }

    50% {
        opacity: 1;
        transform: translate(5px, -6px) scale(1.25);
    }
}

@keyframes aiSparkleTwo {

    0%,
    100% {
        opacity: 0;
        transform: translate(0, 0) scale(0.5);
    }

    50% {
        opacity: 1;
        transform: translate(6px, 6px) scale(1.15);
    }
}

@keyframes aiSparkleThree {

    0%,
    100% {
        opacity: 0;
        transform: translate(0, 0) scale(0.5);
    }

    50% {
        opacity: 1;
        transform: translate(-6px, -3px) scale(1);
    }
}

@keyframes aiSparkleFour {

    0%,
    100% {
        opacity: 0;
        transform: translate(0, 0) scale(0.45);
    }

    50% {
        opacity: 1;
        transform: translate(2px, -7px) scale(1.2);
    }
}

@keyframes aiStarTwinkle {

    0%,
    100% {
        opacity: 0.25;
        transform: scale(0.5) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: scale(1.35) rotate(180deg);
    }


}


ul.vocso-innerheader-case-studies li a {
    display: flex;
    gap: 2rem;
}

span.vocso-innerheader-case-study-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-width: 50%;
}

.casestudies-heading {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: var(--color-text);
}

.custom-dropdown-menu .vocso-innerheader-case-study-li {
    margin: 0 !important;
}

.vocso-innerheader-case-study-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Products/solutions menu cards carry full wordmark logos, roughly 5:1, so the
   square case-study box renders them small. 20rem is the practical ceiling: the
   desktop menu only exists above 1440px, where the card is 489px and the text
   column is capped at 50%, so the row starts to overflow past 22.5rem. Scoped to
   the desktop grid - the mobile menu and the case-study cards keep the square. */
.vocso-innerheader-case-studies .vocso-innerheader-product-card .vocso-innerheader-case-study-logo {
    width: 18rem;
    min-width: 18rem;
    padding: 0.8rem 2rem;
}

.vocso-innerheader-case-study-logo {
    width: 115px;
    height: 115px;
    min-width: 115px;
    border-radius: 1rem;
    background: #f4f5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 8px;
}

.vocso-innerheader-case-study-item {
    display: flex !important;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    white-space: normal !important;
    line-height: normal !important;
    transition: all linear 0.3s;
}

.vocso-innerheader-case-study-item:hover {
    background: #f4f5f6;
    transform: translateX(6px);
    transition: all linear 0.3s;
    border-radius: 1rem;
}

ul.vocso-innerheader-case-studies {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
}

span.vocso-innerheader-case-study-content strong {
    color: var(--color-text) !important;
    font-size: 1.6rem !important;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
}

.darkmode .vocso-innerheader-case-study-item:hover {
    background: var(--color-secondary);
}


.ai-nav-link,
.ai-nav-text,
.ai-sparkle {
    pointer-events: auto;
}

.ai-sparkle {
    pointer-events: none;
}


@media screen and (max-width:767px) {

    .push-canvas.pushed-left,
    .push-canvas.pushed-left .push-nav.fixed {
        left: -100%
    }

    .push-canvas.pushed-right,
    .push-canvas.pushed-right .push-nav.fixed {
        left: 100%
    }

    .navbar-push {
        width: 100%
    }

    .navbar-push.navbar-push-left {
        right: -100%
    }

    .navbar-push.navbar-push-right {
        left: -100%
    }
}

@media screen and (max-width:480px) {

    .push-canvas.pushed-left,
    .push-canvas.pushed-left .push-nav.fixed {
        left: -100%
    }

    .push-canvas.pushed-right,
    .push-canvas.pushed-right .push-nav.fixed {
        left: 100%
    }

    .navbar-push {
        width: 100%
    }

    .navbar-push.navbar-push-left {
        right: -100%
    }

    .navbar-push.navbar-push-right {
        left: -100%
    }
}

.mobile-show .nav li.show {
    border-bottom: 0
}

@media screen and (max-width:1394px) {
    .desktop-nav {
        display: none
    }
}

@media screen and (max-width:1024px) {

    .push-canvas.pushed-left,
    .push-canvas.pushed-left .push-nav.fixed {
        left: -100%
    }

    .push-canvas.pushed-right,
    .push-canvas.pushed-right .push-nav.fixed {
        left: 100%
    }

    .navbar-push {
        width: 100%
    }

    .navbar-push.navbar-push-left {
        right: -100%
    }

    .navbar-push.navbar-push-right {
        left: -100%
    }

    body .push.navbar-push .container {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

/*easy-responsive-tabs.css*/
@media only screen and (max-width:768px) {
    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #c1c1c1
    }

    .resp-vtabs .resp-tabs-container {
        border: none;
        float: none;
        width: 100%;
        min-height: initial;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

    .cta-btn-mobile {
        background: var(--color-primary);
        color: var(--color-white-fixed);
        padding: 0 0 0 22px;
        line-height: normal;
        width: 160px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 2rem;
        font-size: 16px;
        font-weight: 500;
    }
}


.home-header .desktop-navigation .seeportfolio-listing {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--color-black-fixed);
    transition: all .3s;
    background-position: 92% center !important;
    background-repeat: no-repeat !important;
    background: var(--color-white-fixed) url(../images/arrow-hoverSVG.svg);
    padding: 1.8rem 3rem 1.6rem 3rem !important;
    border-radius: 1rem;
    margin-top: 3rem;
    width: 100%;
}

.home-header .desktop-navigation .seeportfolio-listing:hover {
    color: var(--color-primary);
    transition: all .3s;
    background-position: 94% center !important;

}


/* Our Work mega-menu: on zoomed-in / narrower desktops (approx 1524px viewport at
   125% zoom) the red intro box and the case-study logos looked oversized.
   Scoped to .custom-dropdown-menu only - the top header bar is untouched. */
@media only screen and (max-width:1600px) and (min-width:992px) {

    /* left red box - 15% smaller inside the mega-menu */
    .custom-dropdown-menu .headermenu-box {
        height: 32.3rem !important;
        padding: 2.6rem !important;
        font-size: 3.4rem !important;
    }

    .custom-dropdown-menu .headermenu-box h2,
    .custom-dropdown-menu .headermenu-box .menuTopHeading {
        font-size: 2.55rem !important;
    }

    /* right case-study logos - 15% smaller */
    .custom-dropdown-menu .vocso-innerheader-case-study-logo {
        width: 9.8rem !important;
        height: 9.8rem !important;
        min-width: 9.8rem !important;
    }

    .custom-dropdown-menu .vocso-innerheader-case-studies .vocso-innerheader-product-card .vocso-innerheader-case-study-logo {
        width: 15.3rem !important;
        min-width: 15.3rem !important;
    }
}
