@font-face {
    font-family: 'Montserrat_thin';
    src: url('fonts/montserrat/static/Montserrat-Thin.ttf'); /* IE9 Compat Modes */
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/static/Montserrat-Regular.ttf'); /* IE9 Compat Modes */
}

html {
    scroll-behavior: smooth;
}

#simple_contact_form > p{
    margin-bottom: 5px!important;
    padding-left: 4px!important;
}

.required{
    color:#FF495C;
}

.required:after {
    content:" *";
    color:#FF495C;
}

.text-black-secondary{
    color:#040114!important;
}

.text-olive-black{
    color:#191516!important;
}

a {
    color: rgba(66, 129, 201, 0.98);
}

a:hover {
    color: rgba(86, 142, 207, 0.98);
}

a:focus {
    color: rgba(86, 142, 207, 0.98);
}

a:active {
    color: rgba(54, 116, 188, 0.98);
}

html .text-color-primary,
html .text-primary {
    color: rgba(66, 129, 201, 0.98) !important;
}


html .text-color-box {
    color: #212529 !important;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.3);
}


html .text-color-dark,
html .text-dark {
    color: #212529 !important;
}

html .text-color-light,
html .text-light {
    color: #FFF !important;
}


html .bg-primary {
    background-color: rgba(66, 129, 201, 0.98) !important;
}

html .bg-color-secondary {
    background-color: #e36159 !important;
}

html .bg-color-tertiary {
    background-color: #2baab1 !important;
}


html .bg-color-quaternary {
    background-color: #383f48 !important;
}


html .bg-dark {
    background-color: #212529 !important;
}

html .bg-color-light,
html .bg-light {
    background-color: #FFF !important;
}

/* Color Transition */
@keyframes colorTransition {
    0% {
        background-color: rgba(66, 129, 201, 0.98);
    }

    33% {
        background-color: #e36159;
    }

    66% {
        background-color: #2baab1;
    }

    100% {
        background-color: #383f48;
    }
}

.nav-pills > li.active > a,
.nav-pills .nav-link.active {
    background-color: rgba(66, 129, 201, 0.98);
}

.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
    background-color: rgba(66, 129, 201, 0.98);
}

html .overlay-color-dark:not(.no-skin):before {
    background-color: #212529 !important;
}

html .btn-primary {
    background-color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98) rgba(66, 129, 201, 0.98) rgba(48, 104, 168, 0.98);
    color: #FFF;
}

html .btn-primary:hover,
html .btn-primary.hover {
    background-color: rgba(96, 149, 210, 0.98);
    border-color: rgba(106, 155, 212, 0.98) rgba(106, 155, 212, 0.98) rgba(66, 129, 201, 0.98);
    color: #FFF;
}

html .btn-primary:focus,
html .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(66, 129, 201, 0.5);
}

html .btn-primary.disabled,
html .btn-primary:disabled {
    background-color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98) rgba(66, 129, 201, 0.98) rgba(48, 104, 168, 0.98);
}

html .btn-primary:active,
html .btn-primary.active {
    background-color: rgba(51, 110, 178, 0.98) !important;
    background-image: none !important;
    border-color: rgba(48, 104, 168, 0.98) rgba(48, 104, 168, 0.98) rgba(37, 79, 128, 0.98) !important;
}

html .show > .btn-primary.dropdown-toggle {
    background-color: rgba(51, 110, 178, 0.98) !important;
    background-image: none !important;
    border-color: rgba(48, 104, 168, 0.98) rgba(48, 104, 168, 0.98) rgba(37, 79, 128, 0.98) !important;
}

html .btn-secondary {
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
    color: #FFF;
}

html .btn-secondary:hover,
html .btn-secondary.hover {
    background-color: #e9807a;
    border-color: #ea8b85 #ea8b85 #e36159;
    color: #FFF;
}

html .btn-secondary:focus,
html .btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-secondary.disabled,
html .btn-secondary:disabled {
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
}

html .btn-secondary:active,
html .btn-secondary.active {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
}

html .show > .btn-secondary.dropdown-toggle {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
}

html .btn-dark {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
    color: #FFF;
}

html .btn-dark:hover,
html .btn-dark.hover {
    background-color: #32383e;
    border-color: #383f45 #383f45 #212529;
    color: #FFF;
}

html .btn-dark:focus,
html .btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

html .btn-dark.disabled,
html .btn-dark:disabled {
    background-color: #212529;
    border-color: #212529 #212529 #0a0c0d;
}

html .btn-dark:active,
html .btn-dark.active {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000000 !important;
}

html .show > .btn-dark.dropdown-toggle {
    background-color: #101214 !important;
    background-image: none !important;
    border-color: #0a0c0d #0a0c0d #000000 !important;
}

html .btn-light {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
    color: #777;
}

html .btn-light:hover,
html .btn-light.hover {
    background-color: #ffffff;
    border-color: #ffffff #ffffff #FFF;
    color: #777;
}

html .btn-light:focus,
html .btn-light.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

html .btn-light.disabled,
html .btn-light:disabled {
    background-color: #FFF;
    border-color: #FFF #FFF #e6e6e6;
}

html .btn-light:active,
html .btn-light.active {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

html .show > .btn-light.dropdown-toggle {
    background-color: #ececec !important;
    background-image: none !important;
    border-color: #e6e6e6 #e6e6e6 #cccccc !important;
}

html .btn-outline.btn-primary {
    color: rgba(66, 129, 201, 0.98);
    background-color: transparent;
    background-image: none;
    border-color: rgba(66, 129, 201, 0.98);
}

html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
    color: #FFF;
    background-color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98);
}

html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(66, 129, 201, 0.5);
}

html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
    color: rgba(66, 129, 201, 0.98);
    background-color: transparent;
}

html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
    color: #FFF !important;
    background-color: rgba(66, 129, 201, 0.98) !important;
    border-color: rgba(66, 129, 201, 0.98) !important;
}

html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: rgba(66, 129, 201, 0.98) !important;
    border-color: rgba(66, 129, 201, 0.98) !important;
}

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

html .btn-outline.btn-secondary:hover,
html .btn-outline.btn-secondary.hover {
    color: #FFF;
    background-color: #e36159;
    border-color: #e36159;
}

html .btn-outline.btn-secondary:focus,
html .btn-outline.btn-secondary.focus {
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-outline.btn-secondary.disabled,
html .btn-outline.btn-secondary:disabled {
    color: #e36159;
    background-color: transparent;
}

html .btn-outline.btn-secondary:active,
html .btn-outline.btn-secondary.active {
    color: #FFF !important;
    background-color: #e36159 !important;
    border-color: #e36159 !important;
}

html .show > .btn-outline.btn-secondary.dropdown-toggle {
    color: #FFF !important;
    background-color: #e36159 !important;
    border-color: #e36159 !important;
}

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

html .btn-outline.btn-dark:hover,
html .btn-outline.btn-dark.hover {
    color: #FFF;
    background-color: #212529;
    border-color: #212529;
}

html .btn-outline.btn-dark:focus,
html .btn-outline.btn-dark.focus {
    box-shadow: 0 0 0 3px rgba(33, 37, 41, 0.5);
}

html .btn-outline.btn-dark.disabled,
html .btn-outline.btn-dark:disabled {
    color: #212529;
    background-color: transparent;
}

html .btn-outline.btn-dark:active,
html .btn-outline.btn-dark.active {
    color: #FFF !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

html .show > .btn-outline.btn-dark.dropdown-toggle {
    color: #FFF !important;
    background-color: #212529 !important;
    border-color: #212529 !important;
}

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

html .btn-outline.btn-light:hover,
html .btn-outline.btn-light.hover {
    color: #777;
    background-color: #FFF;
    border-color: #FFF;
}

html .btn-outline.btn-light:focus,
html .btn-outline.btn-light.focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5);
}

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

html .btn-outline.btn-light:active,
html .btn-outline.btn-light.active {
    color: #777 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

html .show > .btn-outline.btn-light.dropdown-toggle {
    color: #777 !important;
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.pagination > a,
.pagination > a:hover,
.pagination > a:focus,
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: rgba(66, 129, 201, 0.98);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: rgba(66, 129, 201, 0.98) !important;
    border-color: rgba(66, 129, 201, 0.98);
}

body.dark .pagination > li > a,
body.dark .pagination > li > span,
body.dark .pagination > li > a:hover,
body.dark .pagination > li > span:hover,
body.dark .pagination > li > a:focus,
body.dark .pagination > li > span:focus {
    color: rgba(66, 129, 201, 0.98);
}

body.dark .pagination > .active > a,
body.dark .pagination > .active > span,
body.dark .pagination > .active > a:hover,
body.dark .pagination > .active > span:hover,
body.dark .pagination > .active > a:focus,
body.dark .pagination > .active > span:focus {
    background-color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98);
}

.pagination > .active > a,
body.dark .pagination > .active > a {
    background-color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98) rgba(66, 129, 201, 0.98) rgba(48, 104, 168, 0.98);
    color: #fff;
}

.pagination > .active > a:hover,
body.dark .pagination > .active > a:hover,
.pagination > .active > a.hover,
body.dark .pagination > .active > a.hover {
    background-color: rgba(96, 149, 210, 0.98);
    border-color: rgba(106, 155, 212, 0.98) rgba(106, 155, 212, 0.98) rgba(66, 129, 201, 0.98);
    color: #fff;
}

.pagination > .active > a:focus,
body.dark .pagination > .active > a:focus,
.pagination > .active > a.focus,
body.dark .pagination > .active > a.focus {
    box-shadow: 0 0 0 3px rgba(66, 129, 201, 0.5);
}

.pagination > .active > a.disabled,
body.dark .pagination > .active > a.disabled,
.pagination > .active > a:disabled,
body.dark .pagination > .active > a:disabled {
    background-color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98) rgba(66, 129, 201, 0.98) rgba(48, 104, 168, 0.98);
}

.pagination > .active > a:active,
body.dark .pagination > .active > a:active,
.pagination > .active > a.active,
body.dark .pagination > .active > a.active {
    background-color: rgba(51, 110, 178, 0.98) !important;
    background-image: none !important;
    border-color: rgba(48, 104, 168, 0.98) rgba(48, 104, 168, 0.98) rgba(37, 79, 128, 0.98) !important;
}

html .bg-color-light-scale-2 {
    background-color: #e8e8e8 !important;
}

html .section.bg-color-light-scale-2 {
    border-top-color: #e0e0e0 !important;
}

html .toggle-primary .toggle label,
html .toggle-primary .toggle .toggle-title {
    color: rgba(66, 129, 201, 0.98);
    border-left-color: rgba(66, 129, 201, 0.98);
    border-right-color: rgba(66, 129, 201, 0.98);
}

html .toggle-primary .toggle.active > label,
html .toggle-primary .toggle.active > .toggle-title {
    background-color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98);
    color: #FFF;
}


.thumbnail .zoom,
.img-thumbnail .zoom {
    background-color: rgba(66, 129, 201, 0.98);
}

.inverted {
    background-color: rgba(66, 129, 201, 0.98);
}

html body .tabs .nav-tabs .nav-link,
html.dark body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
    color: rgba(66, 129, 201, 0.98);
}

html body .tabs .nav-tabs .nav-link:hover,
html.dark body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html.dark body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html.dark body .tabs .nav-tabs li.active .nav-link {
    border-top-color: rgba(66, 129, 201, 0.98);
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98);
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: rgba(66, 129, 201, 0.98);
}

html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
    color: rgba(66, 129, 201, 0.98);
    border-color: rgba(66, 129, 201, 0.98);
}

html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: rgba(66, 129, 201, 0.98);
    color: #FFF;
}

.accordion .card-header a {
    color: rgba(66, 129, 201, 0.98);
}

#header .tip {
    background: rgba(66, 129, 201, 0.98);
    color: #FFF;
}

#header .tip:before {
    border-right-color: rgba(66, 129, 201, 0.98);
    border-left-color: transparent;
}

html[dir="rtl"] #header .tip:before {
    border-left-color: rgba(66, 129, 201, 0.98);
}

#header .header-btn-collapse-nav {
    background: rgba(66, 129, 201, 0.98);
}


.font16 {
    font-size: 16px;
}

.font20 {
    font-size: 20px;
}


@media (min-width: 992px) {

    #header .header-nav-main nav > ul > li > a {
        color: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: rgba(66, 129, 201, 0.98);
        color: #FFF;
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: rgba(66, 129, 201, 0.98);
    }
}

@media (max-width: 991px) {
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a {
        color: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a:active {
        color: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active {
        background: rgba(66, 129, 201, 0.98);
    }

    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:focus,
    #header .header-nav-main:not(.header-nav-main-mobile-dark) nav > ul > li > a.active:hover {
        background: rgba(66, 129, 201, 0.98);
    }
}

.feature-box .feature-box-icon {
    background-color: rgba(66, 129, 201, 0.98);
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"],
.feature-box.feature-box-style-2 .feature-box-icon .icons {
    color: rgba(66, 129, 201, 0.98);
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

html .call-to-action.call-to-action-quaternary {
    background: #383f48;
}

html .call-to-action.call-to-action-quaternary h3,
html .call-to-action.call-to-action-quaternary p {
    color: #FFF;
}

/* OCTO */
.img-fluid.iframe {
    min-height: 300px;
}

.hidden {
    display: none;
}

.news_list_links a {
    display: block;
}

.menu-list a {
    display: block;
    margin-bottom: 8px;
}

a.accordion-toggle {
    color: black !important;
    font-size: 15px;
}

a:hover.accordion-toggle {
    color: #e36159 !important;
}

/* Custom Carousel */

.pad-left-60 {
    padding-left: 60px;
}

.textBox {
    position: relative;
    padding: 15px;
    font-size: 17px;
}

.textBox.grey {
    background-color: #f7f8f9;
}

.carBtn {
}

a.carBtn:link {
    color: white;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
    white-space: nowrap;
    font-size: 14px !important;
}

a.carBtn:hover {
    color: white !important;
    background-color: #383f48;
    text-decoration: none !important;
}

a.carBtn:active {
    color: white !important;
}

a.carBtn.active {
    background-color: #383f48;
}

.carouselInfo {
    margin-top: 15px;
    line-height: 40px;
}

.carouselInfo span {
    margin-right: 30px;
    font-size: 20px;
}

.carouselInfo a:link {
    font-size: 16px;
    color: white;
    text-decoration: none;
    margin-right: 30px;
}

.carouselInfo a:visited {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.carouselInfo a:hover {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.carouselInfo a:active {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

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

.respImage img {
    width: 100%;
    height: auto;
}

.carousel-white {
    color: white;
}

.carousel-white .textBox p {
    color: white;
}

.carousel-white .carouselInfo {
    margin-top: 15px;
}

.carousel-white .carouselInfo span {
    margin-right: 30px;
    font-size: 20px;
}

.carousel-white .carouselInfo a:link {
    font-size: 16px;
    color: white;
    text-decoration: none;
    margin-right: 30px;
}

.carousel-white .carouselInfo a:visited {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.carousel-white .carouselInfo a:hover {
    font-size: 16px;
    color: #3F3F3F;
    text-decoration: underline;
}

.carousel-white .carouselInfo a:active {
    font-size: 16px;
    color: white;
    text-decoration: none;
}

.arrowPanel i {
    color: white;
}

.arrowPanel i:hover {
    color: black;
}

.carArrowRight {
    cursor: pointer;
}

.carArrowLeft {
    cursor: pointer;
}

/* Custom Carousel END */

.loginBtn:hover {
    color: #9f32f4 !important;
}

.logo_sq1 {
    width: 55px;
    height: auto;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

@media (max-width: 1199px) {
    .logo_sq1 {
        width: 35px;
    }

    #header.header-effect-shrink .header-container{
        margin: 0 auto;
        width: 100%;
        padding: 0 40px 0 10px;
        max-width: 100%;
    }

    #header .header-nav-features{
        margin-left: 0!important;
        padding-left: 10px!important;
    }
}

@media (max-width: 668px) {

    .carouselInfo {
        display: none;
    }

    .carOptionBullets {
        display: inline-block;
    }
}


@media (max-width: 991px) {
    .hide-mob {
        display: none;
    }
}

/* .loginBtn i { max-width: 5px !important; height: auto !important;} */


.txt-green {
    color: green;
}

.txt-green1 {
    color: #98cc33 !important;
}

.txt-red {
    color: #c35159 !important;
}

/* Green */


/* Blue */
.bg-color-blue {
    background-color: #5b88c7 !important;
}

.post-content h2 {
    text-transform: inherit;
    font-size: 22px !important;
    line-height: 35px;
    font-weight: 600;
    color: #4683ca;
}

.post-content h3 {
    text-transform: inherit;
    font-size: 22px;
    line-height: 35px;
    color: #4683ca;
}


.manualPage {
    max-width: 1450px;
    margin-right: auto;
    margin-left: auto;
}

.aboutNav {
    padding: 0;
    margin: 0;
}

.aboutNav li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#supportList li {
    list-style: none;
    border-left: solid 4px #d1d1d1;
    margin-bottom: 5px;
    padding-left: 5px;
}

#supportList li:hover {
    border-color: red;
}

a.supportLink:link {
    text-decoration: none;
    font-size: 14px;
    color: #3762C5;
}

a.supportLink:visited {
    text-decoration: none;
    font-size: 14px;
    color: #3762C5
}

a.supportLink:hover {
    text-decoration: none;
    font-size: 14px;
    color: #9E3032;
}

a.supportLink.active {
    text-decoration: none;
    font-size: 14px;
    color: #C90003 !important;
}

a.main-link:link {
    text-decoration: none;
    color: #1097ff;
}

a.main-link:visited {
    text-decoration: none;
    color: #1097ff
}

a.main-link:hover {
    text-decoration: none;
    color: #9f32f4;
}

a.main-link.active {
    text-decoration: none;
    color: #1097ff !important;
}

.iconBox img {
    max-width: 70px;
    height: auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both !important;
}

.radius-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.radius-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

html .menuDotOxygen {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin-top: 5px;
    margin-right: 10px;
    background: linear-gradient(90deg, rgba(158, 50, 242, 1) 0%, rgba(43, 131, 251, 1) 100%);
}

html .btn-oxygen {
    /*background-color: #e36159;*/
    background: rgb(158, 50, 242);
    background: linear-gradient(90deg, rgba(158, 50, 242, 1) 0%, rgba(43, 131, 251, 1) 100%);
    /*border-color: #e36159 #e36159 #dc372d; */
    border-color: #9e32f2;
    color: #FFF;
}

html .btn-oxygen:hover,
html .btn-oxygen.hover {
    background-color: #e9807a;
    border-color: #ea8b85 #ea8b85 #e36159;
    color: #FFF;
}

html .btn-oxygen:focus,
html .btn-oxygen.focus {
    box-shadow: 0 0 0 3px rgba(227, 97, 89, 0.5);
}

html .btn-oxygen.disabled,
html .btn-oxygen:disabled {
    background-color: #e36159;
    border-color: #e36159 #e36159 #dc372d;
}

html .btn-oxygen:active,
html .btn-oxygen.active {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
}

html .show > .btn-oxygen.dropdown-toggle {
    background-color: #dd4238 !important;
    background-image: none !important;
    border-color: #dc372d #dc372d #b7281f !important;
}



.mainOxygenLink:hover {
    background: rgb(158, 50, 242) !important;
    background: linear-gradient(90deg, rgba(158, 50, 242, 1) 0%, rgba(43, 131, 251, 1) 100%) !important;
    border-color: #9e32f2 !important;
    color: #FFF !important;
    text-decoration: none !important;
}

.mainOxygenLink:hover .menuDotOxygen {
    background: white !important;
}

/*.voucherA {*/
/*    background-image: url('../img/bg/voucher_buildings.jpg');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/


.bg-oxygen-light {
    background-color: #f7f7ff !important;
}

.bg-oxygen-dual-light {
    background-color: #f7f7ff !important;
    background-image: url('../img/woo/bg_dual_white.jpg') !important;
    background-repeat: repeat-x;
    background-position: center;
}


/* Oxygen One */

a.btnOxygenOne2:link {
    display: inline-block;
    border-radius: 36px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 48px;
    letter-spacing: normal;
    color: white;
    background-color: #0006AC;
    text-decoration: none;
    height: 48px;
    max-width: 316px;
    width: 100%;
    text-align: center;
}

a.btnOxygenOne2:visited {
    color: white;
    background-color: #00046d;
    text-decoration: none;
}

a.btnOxygenOne2:active {
    color: white;
    background-color: #00046d;
    text-decoration: none;
}

a.btnOxygenOne2:hover {
    color: white;
    background-color: #00046d;
    text-decoration: none;
}


a.btnOxygenOne:link {
    display: inline-block;
    border-radius: 36px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 48px;
    letter-spacing: normal;
    color: white;
    background-color: #a700e3;
    text-decoration: none;
    height: 48px;
    max-width: 316px;
    width: 100%;
    text-align: center;
}

a.btnOxygenOne:visited {
    color: white;
    background-color: #6c0093;
    text-decoration: none;
}

a.btnOxygenOne:active {
    color: white;
    background-color: #6c0093;
    text-decoration: none;
}

a.btnOxygenOne:hover {
    color: white;
    background-color: #6C0093;
    text-decoration: none;
}


a.btnOxygenOne-small:link {
    display: inline-block;
    padding: 1px 25px 1px 25px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: white;
    background-color: #0006ac;
    text-decoration: none;
}

a.btnOxygenOne-small:visited {
    color: white;
    background-color: #0006ac;
    text-decoration: none;
}

a.btnOxygenOne-small:active {
    color: white;
    background-color: #0006ac;
    text-decoration: none;
}

a.btnOxygenOne-small:hover {
    color: white;
    background-color: #00046d;
    text-decoration: none;
}


a.link-blue-light:link {
    color: #1097ff;
    text-decoration: none;
}

a.link-blue-light:active {
    color: #00046d;
    text-decoration: none;
}

a.link-blue-light:hover {
    color: #00046d !important;
    text-decoration: none;
}

a.link-blue-light:visited {
    color: #1097ff;
    text-decoration: none;
}

a.link-white:link {
    color: white !important;
    text-decoration: none;
}

a.link-white:active {
    color: white !important;
    text-decoration: none;
}

a.link-white:hover {
    color: #0aaae4 !important;
    text-decoration: none;
}

a.link-white:visited {
    color: white !important;
    text-decoration: none;
}


a.btnOxygenOne-light:link {
    display: inline-block;
    padding: 10px 55px 10px 55px;
    border-radius: 36px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: white;
    background-color: #1097ff;
    text-decoration: none;
}

a.btnOxygenOne-light:visited {
    color: white;
    background-color: #1097ff;
    text-decoration: none;
}

a.btnOxygenOne-light:active {
    color: white;
    background-color: #1097ff;
    text-decoration: none;
}

a.btnOxygenOne-light:hover {
    color: white;
    background-color: #00046d;
    text-decoration: none;
}


a.btnOxygenOne-light-small:link {
    display: inline-block;
    padding: 1px 25px 1px 25px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: white;
    background-color: #a206e7;
    text-decoration: none;
}

a.btnOxygenOne-light-small:visited {
    color: white;
    background-color: #6C0093;
    text-decoration: none;
}

a.btnOxygenOne-light-small:active {
    color: white;
    background-color: #6C0093;
    text-decoration: none;
}

a.btnOxygenOne-light-small:hover {
    color: white;
    background-color: #6C0093;
    text-decoration: none;
}


a.btnOxygenWhite:link {
    display: inline-block;
    padding: 10px 55px 10px 55px;
    border-radius: 36px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: black;
    background-color: white;
    text-decoration: none;
}

a.btnOxygenWhite:visited {
    color: black;
    background-color: white;
    text-decoration: none;
}

a.btnOxygenWhite:active {
    color: white;
    background-color: #fd0041;
    text-decoration: none;
}

a.btnOxygenWhite:hover {
    color: white;
    background-color: #fd0041;
    text-decoration: none;
}


a.btnOxygenWhite2:link {
    display: inline-block;
    padding: 10px 55px 10px 55px;
    border-radius: 36px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: black;
    background-color: white;
    text-decoration: none;
}

a.btnOxygenWhite2:visited {
    color: black;
    background-color: white;
    text-decoration: none;
}

a.btnOxygenWhite2:active {
    color: white;
    background-color: #00046d;
    text-decoration: none;
}

a.btnOxygenWhite2:hover {
    color: white;
    background-color: #00046d;
    text-decoration: none;
}


a.btnOxygenWhite3:link {
    display: inline-block;
    padding: 10px 55px 10px 55px;
    border-radius: 36px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 42px;
    letter-spacing: normal;
    color: black;
    background-color: white;
    text-decoration: none;
}

a.btnOxygenWhite3:visited {
    color: black;
    background-color: white;
    text-decoration: none;
}

a.btnOxygenWhite3:active {
    color: white;
    background-color: #CCCED4;
    text-decoration: none;
}

a.btnOxygenWhite3:hover {
    color: white;
    background-color: #CCCED4;
    text-decoration: none;
}

/* woocommerce + startups*/
.oxygenOne-hero-worker {
    position: absolute;
    z-index: 0;
    top: 165px;
    right: -50px;
}

.faq-q {
    font-weight: bold;
    padding-bottom: 25px;
    cursor: pointer;
    border-left: solid 1px #ccced4;
    padding-left: 10px;
}

.faq-q:hover {
    color: #1097ff;
}

.faq-a {
    padding-bottom: 25px;
    border-left: solid 1px #ccced4;
    padding-left: 10px;
    display: none;
}

.faq-a.active {
    display: block;
    border-left: solid 2px #9f32f4;
    padding-bottom: 25px;
}

.faq-q.active {
    display: block;
    color: black;
    border-left: solid 2px #9f32f4;
    padding-top: 25px;
}

.p-container {
    padding-top: 50px;
    padding-bottom: 5px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    border: solid 0 #ffffff;
    width: 460px;
    z-index: 9999999999;
    border-radius: 8px;
    /*	background: rgb(2,0,36);
	background: linear-gradient(150deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 0%, rgba(9,9,121,0) 100%); */
}

.p-win-flow {
    position: relative;
    max-width: 440px;
    overflow: hidden;
    z-index: 9999999999;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position-x: 0;
    /* ker comment webs-38 height: 150px;*/
}

.oxygen_one_banner {
    position: relative;
    overflow: hidden;
    z-index: 9999999999;
    margin-right: auto;
    margin-left: auto;
    top: 0;
    height: 60px !important;
    width: 100%;
    background-blend-mode: multiply, normal;
    background-image: linear-gradient(to bottom, rgba(25, 21, 22, 0.5), rgba(25, 21, 22, 0.5)), linear-gradient(to bottom, #6c0093, #6c0093);
    /* ker comment webs-38 height: 150px;*/
}

.p-win-flow:hover {
    /* ker comment webs-38 height: 330px;*/
}

.p-title {
    color: white;
    margin-top: 15px;
}

.generic-hero-pack {
    position: absolute;
    top: 30px;
    right: 15px;
    max-width: 500px;
}

.generic-hero-pack img {
    max-width: 500px;
    height: auto;
}


.feature-box-2 {
    min-width: 350px;
    min-height: 280px;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    border-bottom: solid 8px white;
    box-shadow: 0 16px 24px 0 rgba(4, 1, 20, 0.1);
}

.feature-box-3 {
    min-width: 340px;
    min-height: 280px;
    width: 100%;
    background-color: white;
    border-radius: 12px;
    border-bottom: solid 8px white;
    box-shadow: 0 16px 24px 0 rgba(4, 1, 20, 0.1);
}

.oxygen-bg-gradient {
    background-image: linear-gradient(70deg, #09f, #93f 86%);
}

.feature-box-2.active {
    border-bottom: solid 8px #9f32f4;
}

.feature-box-2:hover {
    border-bottom: solid 8px #9f32f4;
}

.feature-box-2 img {
    width: 40px;
    height: auto;
}

.feature-box-2 h3 {
    text-transform: none;
}


.feature-box-4 {
    min-width: 350px;
    min-height: 280px;
    width: 100%;
    background-color: white;
    border-radius: 8px;
    border-bottom: solid 8px white;
    box-shadow: 0 8px 16px 0 rgba(4, 1, 20, 0.1);
}

.feature-box-4.active {
    border-bottom: solid 8px #9f32f4;
}

.feature-box-4:hover {
    border-bottom: solid 8px #9f32f4;
}

.feature-box-4 img {
    width: 40px;
    height: auto;
}

.feature-box-4 h3 {
    text-transform: none;
}


/* oxygen hr + startups */

.oxygen-list {
    line-height: 24px;
    padding: 22px;
    border-bottom: solid 1px #ccced4;
}

.oxygen-list-group div {
    line-height: 18px;
    padding: 10px;
    border-bottom: solid 0 #ccced4;
}

.oxygen-list-group div img {
    width: 25px;
    height: auto;
    margin-right: 20px;
}
/* end oxygen hr + startups */


/* OFFERS PAGE */

.div50 {
    width: 50%;
    float: left;
}

.radius-left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.radius-right {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.offer-box-shadow {
    box-shadow: 0 8px 16px 0 rgba(4, 1, 20, 0.1);
}

a.link-purple:link {
    color: #9f32f4 !important;
    text-decoration: none;
}

a.link-purple:active {
    color: #9f32f4 !important;
    text-decoration: none;
}

a.link-purple:visited {
    color: #9f32f4 !important;
    text-decoration: none;
}

a.link-purple:hover {
    color: blue !important;
    text-decoration: none;
}


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

    .arrow_offer {
        display: none !important;
    }

    .mob_subtext_banner {
        padding-right: 0 !important;
    }

    .in_ee, .out_ee{
        font-size: 14px !important;
    }

    .div50 {
        width: 100%;
        float: none;
    }

    .header_image_laptop {
        display: none;
    }

    .div50, .div50 > div {
        border-radius: 8px !important;
    }

}


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

    #bn_mme img {
        width: 150px !important;
        height: auto;
    }

    .oxygenOne-hero-worker {
        display: none;
    }

    .oxygenOne-hero-ergani {
        display: none;
    }

    .generic-hero-pack {
        position: inherit;
        top: inherit;
        right: inherit;
    }

    .div50 {
        width: 100%;
        float: none;
    }

}

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

    /* hardware + old_pricing */
    .oxygen_bg_pricing > div > h1 {

        font-size: 28px !important;
    }

    .oxygen_bg_pricing .left_price {
        padding: 1rem !important;
    }

    .oxygen_bg_pricing .text_cloud {
        font-size: 18px !important;
    }

    .oxygen_bg_pricing .present {

        font-size: 18px !important;
        text-align: left;
    }


    .oxygen_bg_pricing .get_oxygenOne {
        top: 120px !important;
    }

    /* hardware + old_pricing */

    .p-container {
        right: 0 !important;
        width: 100%;
        max-width: inherit;
    }

    .p-title {
        color: white !important;
        margin-top: 5px;
    }

    .sm-hide {
        display: none !important;
    }

    .p-container {
        display: none;
    }

    .div50 {
        width: 100%;
        float: none;
    }

    .startups_bg_div .new_bus {
        font-size: 42px !important;
    }

    .startups_bg_div .new_start {
        font-size: 32px !important;
    }

    .oxygenHR_div .oxygen_title {
        font-size: 40px !important;
    }

    .oxygenHR_div .left_text {
        font-size: 30px !important;
    }

}

/* ker code here for partners responsive etc*/

.oxygenHR_div {
    background-image: url('../img/offers/OxygenHR_bg.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 1200px 480px;
    min-height: 480px;
    font-family: 'Open Sans', sans-serif;
    padding: 50px 50px 50px 70px !important;
}

.startups_bg_div {
    background-image: url('../img/offers/blue_bg.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 480px;
    font-family: 'Open Sans', sans-serif;
}

.startups_bg_div .new_start {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100 !important;
}

.thin_hr {
    font-family: "Montserrat_thin", serif;
    font-weight: 100;
    margin-bottom: 0 !important;
    color: white;
}

.mob_bannertop {
    display: none !important;
}

@media (min-width: 767px) and (max-width: 1440px) {

    .header_text_new {
        font-size: 56px !important;
    }

    .double_texts > p {
        line-height: 28px !important;
    }

    .carousel-item img {
        margin: auto;
    }

    .carousel-control-next,
    .carousel-control-prev
    {
        filter: invert(100%);
    }

}


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

    /* hardware + homepage */
    .buttons_header .purple_btn, .white_btn_border {
        width: 100%;
        min-width: 220px !important;
        font-size: 16px !important;
    }

}


@media only screen and (max-width: 1199px) {
    /* all header */
    #bn-oxygenOne,
    #bn-oxygenOne .height_banner,
    #bn-oxygenOne .textBox {
        max-height: 60px !important;
    }

    .mob_bannertop {

        display: flex !important;
        justify-content: space-evenly;
    }

    .desk_bannertop {  
        display: none !important;
    }
}


@media (min-width: 768px) and (max-width: 1440px) {

    .adeia_banner {
        padding: 24px 0 !important;
    }
}


@media (min-width: 390px) and (max-width: 767px) {


    /* hardware + old_pricing */
    .oxygen_bg_pricing > div > h1 {

        font-size: 30px !important;
    }

    .oxygen_bg_pricing .left_price {
        padding: 1rem !important;

    }

    .oxygen_bg_pricing .text_cloud {
        font-size: 20px !important;
    }

    .oxygen_bg_pricing .present {

        font-size: 20px !important;
        text-align: left;
    }

    .oxygen_bg_pricing .get_oxygenOne {
        top: 120px !important;
        padding: 0;
        font-size: 16px;
    }
    /* end hardware + old_pricing */

    /* hardware + homepage */
    .buttons_header {
        justify-content: center;
    }

    /* header */
    .mob_subtext_banner {
        line-height: 1.5;
    }

}


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

    .arrow-right, .arrow-left {
        display: none !important;
    }

    /* header doubles */
    .double_texts > h4 {
        font-size: 18px !important;
    }

    .double_texts {
        flex-direction: column;
    }

    /* oxygenhr + woo + startups */
    .bg-oxygen-dual-light {
        background-color: #f7f7ff;
        background-image: none !important;
    }

    #bn-oxygenOne .height_banner{
        padding: 0!important;
        font-size: 16px!important;
    }

    .desk_bannertop {
        display: none !important;
    }

    #bn-oxygenOne .textBox {
        justify-content: start!important;
    }

}

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

    .bf_banner_text{
        font-size: 16px!important;
        line-height: 20px;
        margin-left: 20px;
    }

    .desktop_news_section {
        display: none !important;
    }
    .mobile_news_section {
        display: block !important;
    }

    .reverse_mob{
        flex-direction: column-reverse;
    }

}

@media (min-width: 320px) and (max-width: 420px) {

    /* hardware + old_pricing */
    .oxygen_bg_pricing > div > h1 {

        font-size: 24px !important;
    }

    .oxygen_bg_pricing .left_price {
        padding: 1rem !important;
    }

    .oxygen_bg_pricing .text_cloud {
        font-size: 16px !important;
    }

    .oxygen_bg_pricing .present {

        font-size: 16px !important;
        text-align: left;
    }

    .oxygen_bg_pricing .get_oxygenOne {
        top: 120px !important;
        padding: 0;
        font-size: 14px;
    }

    .pos_img {
        top: 30px !important;
        right: 18px !important;
    }
    /* end hardware + old_pricing */


    .double_texts > h4, .double_texts > p {
        line-height: 18px !important;
        font-size: 14px !important;
    }

    #bn-oxygenOne, #bn-oxygenOne .height_banner, #bn-oxygenOne .textBox {
        height: 100% !important;
        max-height: 100% !important;
    }

    .brand_name {
        margin-top: 25px;
    }

    a.btnOxygenWhite {
        padding: 0 !important;
        min-height: 48px;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

/* hardware & pricing */

.bf_bg_div {

    background-image: url('../img/bf/bf_offers.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 480px;
}
.brand_name {
    font-family: 'Open Sans', sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: black;
    line-height: normal;
}

.oxygen_bg_pricing {
    background-image: url('../img/OxygenOne-BG.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 824px;
    height: 240px;
    border-radius: 8px;
}

.pos_img {
    max-width: 275px;
    right: 120px;
    top: 5px;
    width: 100%;
    font-family: 'Open Sans', sans-serif !important;
}
/* end hardware & pricing */

/* contact form css */
.checkbox_terms {
    position: absolute;
    height: 18px;
    width: 18px;
    left: 0;
    top: 5px;
}

.link_box {
    color: #a700e3 !important;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ccced4; /* Default background */
}

.custom-checkbox:hover input ~ .checkmark {
    background-color: #b6b3b3; /* On hover */
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #a700e3; /* Checked background */
}

.custom-checkbox input:checked ~ .tick {
    border-right: 3px solid white;
    transform: rotate(47deg);
    border-bottom: 3px solid white;
}

.tick {
    position: absolute;
    width: 5px;
    height: 10px;
    left: 7px;
    top: 8px;
    z-index: 9;
}
/* end contact form css */

.short_description{
    font-weight: 300;
    max-width: 840px;
    padding-bottom: 60px;
}