@charset "UTF-8";
:root {
    --wp-admin-theme-color: #007cba;
    --wp-admin-theme-color-darker-10: #006ba1;
    --wp-admin-theme-color-darker-20: #005a87
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
    display: none
}

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
    vertical-align: middle
}

.cli-plugin-button,
.cli-plugin-button:visited {
    display: inline-block;
    padding: 9px 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    text-decoration: none
}

.cli-plugin-button,
.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.cli-plugin-button {
    margin-top: 5px
}

.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 900px
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.cli-switch input[type=checkbox] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    width: 20px
}

.cli-switch input:checked+.cli-slider {
    background-color: #00acad
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(26px)
}

.cli-switch .cli-slider {
    border-radius: 34px
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

.cli-tab-content {
    width: 100%;
    padding: 30px
}

@media (max-width:767px) {
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem*2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem*2))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px
}

.cli-switch input[type=checkbox] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    width: 15px
}

.cli-switch input:checked+.cli-slider {
    background-color: #61a229
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(18px)
}

.cli-switch .cli-slider {
    border-radius: 34px;
    font-size: 0
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

.cli-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width:767px) {
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #fff;
    border-radius: 0
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none
}

.cli-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    text-transform: capitalize
}

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: 0 0;
    border: none;
    min-width: 40px
}

.cli-tab-container h4 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px
}

.cli-privacy-content-text,
.cli-tab-container p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 80px
}

.cli-switch input:checked+.cli-slider:after {
    content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 60px;
    overflow: hidden
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    color: #000;
    text-decoration: underline
}

.cli-modal-footer {
    position: relative
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.wt-cli-sr-only {
    display: none;
    font-size: 16px
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap
}

.cli-bar-btn_container a {
    white-space: nowrap
}

.cli-style-v2 {
    font-size: 11pt;
    line-height: 18px;
    font-weight: 400
}

.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element {
    margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-left: 5px
}

.cli-style-v2 .cli_settings_button:not(.cli-plugin-button) {
    text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px
}

.wt-cli-necessary-checkbox {
    display: none !important
}

@media (max-width:985px) {
    .cli-style-v2 .cli-bar-message {
        width: 100%
    }
    .cli-style-v2.cli-bar-container {
        justify-content: left;
        flex-wrap: wrap
    }
    .cli-style-v2 .cli-bar-btn_container {
        margin-left: 0;
        margin-top: 10px
    }
}

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

.carousel-inner .qodef-slide-title span{
    font-family: Sumana, serif;
    line-height: 1;
}

body.home .carousel-inner h2 span {
    font-weight: 400;
    font-size: 48px;
}

.home-contact-form-section div.wpcf7-response-output {
    margin: 16px 0;
    border-width: 1px
}

.qodef-main-menu>ul>li:not(.contact).qodef-active-item>a .item_outer:before {
    opacity: 1;
    -ms-transform: scaleX(.4) !important;
    -webkit-transform: scaleX(.4) !important;
    transform: scaleX(.4) !important;
    height: 2px;
    top: auto;
    bottom: 0;
    background-color: #fff;
    border-radius: 2px
}

.qodef-sticky-header .qodef-main-menu>ul>li:not(.contact).qodef-active-item>a .item_outer:before {
    background-color: #333
}

.qodef-main-menu>ul>li:not(.contact)>a .item_outer:before {
    background-color: transparent
}

.qodef-main-menu>ul>li:not(.contact).qodef-active-item>a {
    color: #333
}

.qodef-main-menu ul li:not(.contact) a {
    color: #333
}

.qodef-main-menu>ul>li.contact {
    padding-left: 10px
}

.qodef-main-menu>ul>li.contact>a .item_outer {
    background-color: #1B87C6;
    transform: translateY(-50%);
    color: #fff
}

.qodef-main-menu>ul>li.contact>a .item_outer:before {
    opacity: 1;
    transform: none
}

.qodef-menu-area .qodef-logo-wrapper a img.qodef-light-logo {
    height: 52%;
    transform: translatey(-262%)
}

.qodef-menu-area .qodef-logo-wrapper a img.qodef-normal-logo,
.qodef-sticky-header .qodef-logo-wrapper a img.qodef-normal-logo {
    height: 52%;
    transform: translatey(42%)
}

.qodef-mobile-header .qodef-mobile-logo-wrapper img {
    height: 60% !important;
    transform: translateY(20%)
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay-holder {
    border-radius: 0 !important
}

.qodef-sticky-header .qodef-sticky-holder {
    box-shadow: 0 2px 2px 0 #12121233;
    border-bottom: none
}

.qodef-drop-down .wide.wide_background .second {
    box-shadow: 0 2px 2px #ddd
}

.qodef-drop-down .wide .second i {
    font-size: 20px
}

.qodef-drop-down .wide .second .item_inner {
    display: flex
}

.qodef-drop-down .wide .second span.menu_icon_wrapper {
    width: 30px;
    display: flex;
    justify-content: center
}

.qodef-drop-down .wide .second>.inner>ul>li {
    margin: 0 0 10px !important
}

.service-nav-decor {
    padding: 1em;
    border-radius: 5px;
    background-color: #1B87C6;
    color: #fff
}

.technology-nav-decor {
    padding: 1em;
    border-radius: 5px;
    background-color: #1B87C6;
    color: #fff
}

.qodef-main-menu>ul>li>a span.item_inner {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.menu-item .qodef-counter-holder .qodef-counter-content-top {
    position: relative
}

.menu-item .qodef-counter-holder .qodef-counter-content-top .qodef-counter {
    color: #000 !important;
    font-weight: 400
}

.menu-item .qodef-counter-holder .qodef-counter-content-top span.qodef-counter.zero:after {
    content: '+';
    font-size: .6em;
    display: inline;
    position: absolute;
    top: 0;
    font-weight: 400
}

.menu-item .qodef-counter-holder .qodef-counter-content-top .qodef-counter-icon i {
    color: #000 !important;
    font-size: .8em
}

.qodef-counter-holder .qodef-counter-content-top .qodef-counter {
    font-weight: 500
}

.qodef-drop-down .second .inner ul li.menu-item a {
    color: #333
}

.qodef-drop-down .wide .second span.menu_icon_wrapper {
    flex-shrink: 0
}

.qodef-drop-down .wide .second span.item_text {
    flex-shrink: 1
}

.qodef-drop-down .second .inner ul li:first-child .widget {
    padding: 0 56px 0 0
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder {
    box-sizing: border-box
}

@media only screen and (max-width:1024px) {
    .qodef-mobile-header .qodef-mobile-nav li .hd-custom-menu-link .sub_menu {
        visibility: hidden;
        opacity: 0;
        display: block
    }
}

@media only screen and (max-width:768px) {
    .carousel.qodef-full-screen {
        height: 100% !important
    }
    .carousel-control .qodef-next-nav,
    .carousel-control .qodef-prev-nav {
        display: none
    }
}

@media only screen and (max-width:600px) {
    .carousel-inner h3.qodef-slide-subtitle {
        font-size: 13px !important
    }
    .carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn {
        margin: 40px 8px 0 !important
    }
    .carousel-inner .qodef-slider-content .qodef-slider-content-inner.one_by_one.from_bottom {
        width: 100% !important
    }
}

a,
body,
div,
h2,
h3,
h4,
html,
i,
iframe,
label,
li,
ol,
p,
span,
ul {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0
}

header,
nav {
    display: block
}

a img {
    border: none
}

img {
    max-width: 100%;
    height: auto
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

html {
    height: 100%;
    margin: 0 !important;
    overflow-y: scroll !important
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    line-height: 23px;
    color: #797979;
    font-weight: 500;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased
}

h2 {
    font-size: 34px;
    line-height: 1.284em;
    font-weight: 700;
    font-family: Open Sans, sans-serif
}

h3 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: Open Sans, sans-serif
}

h4 {
    font-size: 18px;
    line-height: 1.508em;
    font-weight: 500;
    font-family: Open Sans, sans-serif
}

h2 {
    color: #202020
}

h3 {
    color: #222
}

h4 {
    color: #797979
}

h2,
h3,
h4 {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

a {
    color: #b2dd4c;
    text-decoration: none
}

ol,
ul {
    list-style-position: inside
}

.qodef-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1000;
    left: 0
}

.qodef-wrapper .qodef-wrapper-inner {
    width: 100%;
    overflow: hidden
}

@-webkit-keyframes preload-background {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@keyframes preload-background {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

.qodef-grid {
    width: 1100px;
    margin: 0 auto
}

.qodef-vertical-align-containers {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box
}

.qodef-vertical-align-containers .qodef-position-left {
    position: relative;
    float: left;
    z-index: 2;
    height: 100%
}

.qodef-vertical-align-containers .qodef-position-center {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1
}

.qodef-vertical-align-containers .qodef-position-right {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right
}

.qodef-vertical-align-containers .qodef-position-center-inner,
.qodef-vertical-align-containers .qodef-position-left-inner,
.qodef-vertical-align-containers .qodef-position-right-inner {
    vertical-align: middle;
    display: inline-block
}

.qodef-vertical-align-containers .qodef-position-center:before,
.qodef-vertical-align-containers .qodef-position-left:before,
.qodef-vertical-align-containers .qodef-position-right:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0
}

.qodef-st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2100
}

.qodef-st-loader1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.qodef-st-loader .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #b2dd4c;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0)
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes scaleout {
    0% {
        -ms-transform: scale(0)
    }
    100% {
        -ms-transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes scaleout {
    0% {
        -o-transform: scale(0)
    }
    100% {
        -o-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

#qodef-back-to-top {
    position: fixed;
    width: 46px;
    right: 46px;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden
}

#qodef-back-to-top>span {
    width: 46px;
    height: 46px;
    line-height: 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    background-color: #373737;
    opacity: .9;
    box-sizing: border-box
}

.qodef-logo-wrapper {
    display: inline-block;
    vertical-align: middle
}

.qodef-logo-wrapper a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.qodef-logo-wrapper a img {
    height: 100%
}

.qodef-logo-wrapper a img.qodef-normal-logo {
    opacity: 1
}

.qodef-logo-wrapper a img.qodef-dark-logo {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.qodef-logo-wrapper a img.qodef-light-logo {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
}

.qodef-main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.qodef-main-menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left
}

.qodef-main-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right
}

.qodef-main-menu ul li a {
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #727272
}

body:not(.qodef-menu-with-large-icons) .qodef-main-menu ul li a span.item_inner i:before {
    margin: 0 7px 0 0
}

.qodef-main-menu ul li.qodef-active-item a {
    color: #b2dd4c
}

.qodef-main-menu>ul {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%
}

.qodef-main-menu>ul>li {
    height: 100%;
    margin: 0 2px
}

.qodef-main-menu>ul>li:last-child>a span.plus {
    display: none
}

.qodef-main-menu>ul>li>a .item_outer:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    background-color: #b2dd4c;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-backface-visibility: hidden
}

.qodef-main-menu>ul>li.qodef-active-item>a {
    color: #fff
}

.qodef-main-menu>ul>li.qodef-active-item>a .item_outer {
    background-color: transparent !important;
    position: relative
}

.qodef-main-menu>ul>li.qodef-active-item>a .item_outer:before {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-main-menu>ul>li>a {
    height: 100%;
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 0;
    position: relative;
    border-color: transparent;
    height: 100%;
    background-color: transparent
}

.qodef-main-menu>ul>li>a:before {
    height: 2px;
    bottom: 0
}

.qodef-main-menu>ul>li>a:after {
    height: 1px;
    bottom: 4px
}

.qodef-main-menu>ul>li>a>span.item_outer {
    display: block;
    position: relative;
    top: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.qodef-main-menu>ul>li>a span.item_inner {
    display: inline-block;
    padding: 0 20px;
    border-width: 0;
    position: relative;
    border-color: transparent;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden
}

.qodef-main-menu>ul>li>a span.item_inner:after,
.qodef-main-menu>ul>li>a span.item_inner:before,
.qodef-main-menu>ul>li>a:after,
.qodef-main-menu>ul>li>a:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    background-color: transparent;
    width: 100%
}

.qodef-main-menu>ul>li>a span.item_inner:before {
    bottom: 0;
    height: 2px
}

.qodef-main-menu>ul>li>a span.item_inner:after {
    height: 1px;
    bottom: 4px
}

.qodef-main-menu>ul>li>a span.plus {
    width: 4px;
    height: 4px;
    display: none;
    position: absolute;
    top: 50%;
    right: -2px;
    margin-top: -2px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.qodef-main-menu>ul>li>a span.item_text {
    -webkit-backface-visibility: hidden
}

.qodef-light-header .qodef-page-header>div:not(.qodef-sticky-header) .qodef-main-menu>ul>li>a {
    color: #fff
}

.qodef-drop-down ul {
    list-style: none;
    border-radius: 0 0 3px 3px
}

.qodef-drop-down ul li {
    position: relative
}

.qodef-drop-down .second {
    left: 0;
    margin: 0;
    top: 100%;
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    border-top: 7px solid #b2dd4c
}

.qodef-menu-area .qodef-featured-icon,
.qodef-sticky-nav .qodef-featured-icon {
    position: relative;
    font-size: 10px;
    position: relative;
    top: -5px;
    margin-left: 2px;
    color: #b2dd4c
}

.qodef-main-menu>ul>li>a .qodef-featured-icon {
    display: none
}

.qodef-drop-down .second .inner {
    position: relative;
    padding: 0;
    display: block;
    z-index: 997
}

.qodef-drop-down .second .inner>ul {
    display: inline-block;
    position: relative;
    background-color: #fff
}

.qodef-drop-down .second .inner ul li {
    display: block;
    padding: 0 15px;
    margin: 20px 0;
    position: relative;
    float: none;
    height: auto;
    background: 0;
    width: 190px
}

.qodef-drop-down .second .inner ul li a,
.qodef-drop-down .second .inner ul li h4 {
    display: block;
    color: #969696;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0 25px;
    border-bottom: 1px solid transparent;
    float: none;
    position: relative
}

.qodef-drop-down .second .inner ul li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #b2dd4c;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.qodef-drop-down .second .inner>ul>li:last-child>a,
.qodef-drop-down .second .inner>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.qodef-drop-down .wide .second .inner ul li h4,
.qodef-drop-down .wide .second .inner ul li.sub a,
.qodef-drop-down .wide .second ul li a {
    background: 0
}

.qodef-drop-down .wide .second i {
    display: none
}

.qodef-drop-down .second .inner ul li.sub ul li a {
    background: 0 0
}

.qodef-drop-down .second .inner .widget {
    padding: 0 28px
}

.qodef-drop-down .wide .second ul {
    padding: 37px 0 26px
}

.qodef-drop-down .wide .second ul li {
    float: left;
    width: 274px;
    padding: 0;
    border-left: 1px solid #d3d3d3;
    border-bottom: 0;
    box-sizing: border-box;
    width: 100%
}

.qodef-drop-down .wide .second>.inner>ul {
    width: 1100px
}

.qodef-drop-down .wide .second>.inner>ul>li {
    width: 25%;
    margin: 0
}

.qodef-drop-down .wide .second>.inner>ul>li>a:before {
    display: none
}

.qodef-drop-down .wide:not(.right_position) .second ul li:first-child,
.qodef-drop-down .wide:not(.right_position) .second ul li:nth-child(4n+1) {
    border-left-color: transparent
}

.qodef-drop-down .wide .second ul li:last-child {
    margin-right: 0
}

.qodef-drop-down .wide .second ul li:nth-child(4n+1) {
    clear: both
}

.qodef-drop-down .second .inner ul li.sub a i.q_menu_arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    margin: -6px 0 0
}

.qodef-drop-down .wide .second .inner ul li.sub a i.q_menu_arrow {
    display: none
}

.qodef-drop-down .wide .second .inner>ul>li>a {
    line-height: 16px;
    color: #16171d;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 4px
}

.qodef-drop-down .wide .second ul li ul {
    display: block;
    left: 0;
    padding: 10px 0 0;
    position: relative;
    top: 0;
    visibility: visible;
    background-color: transparent !important
}

.qodef-drop-down .wide .second ul li ul li {
    padding: 0;
    margin: 10px 0;
    border: 0
}

.qodef-drop-down .wide.wide_background .second {
    background-color: #fff
}

.qodef-drop-down .wide.wide_background .second .inner {
    text-align: center
}

.qodef-drop-down .wide.wide_background .second .inner ul {
    text-align: left
}

.qodef-header-standard .qodef-menu-area {
    background-color: #fff
}

.qodef-header-standard .qodef-menu-area .qodef-vertical-align-containers .qodef-position-right-inner {
    height: 100%
}

.qodef-mobile-header .qodef-mobile-nav {
    display: none;
    background-color: #fff
}

.qodef-mobile-header .qodef-mobile-nav ul {
    list-style-type: none
}

.qodef-mobile-header .qodef-mobile-nav ul ul {
    margin-left: 20px;
    display: none
}

.qodef-mobile-header .qodef-mobile-nav li {
    position: relative
}

.qodef-mobile-header .qodef-mobile-nav a,
.qodef-mobile-header .qodef-mobile-nav h4 {
    border-bottom: 1px solid #eaeaea;
    display: block;
    font-size: 13px;
    color: #8d8d8d;
    padding: 9px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 17px;
    letter-spacing: 0
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    width: 50px;
    text-align: right
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .fa-angle-down {
    display: none
}

.qodef-mobile-header .qodef-mobile-nav>.qodef-grid>ul>li:last-child>a {
    border-bottom: none
}

.qodef-mobile-header {
    display: none;
    position: relative;
    z-index: 101
}

.qodef-mobile-header .qodef-mobile-header-inner {
    height: 100px;
    background-color: #fff;
    position: relative
}

.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-header-holder {
    position: relative;
    z-index: 2;
    height: 100%
}

.qodef-mobile-header .qodef-grid {
    height: 100%
}

.qodef-mobile-header .qodef-vertical-align-containers {
    padding: 0
}

.qodef-mobile-header .qodef-mobile-logo-wrapper a {
    display: block;
    max-height: 80px
}

.qodef-mobile-header .qodef-mobile-logo-wrapper img {
    height: 100%;
    width: auto
}

.qodef-mobile-header .qodef-mobile-menu-opener {
    float: left;
    position: relative;
    z-index: 2;
    height: 100%
}

.qodef-mobile-header .qodef-mobile-menu-opener a {
    display: table;
    height: 100%;
    padding-right: 10px;
    color: #000
}

.qodef-mobile-header .qodef-mobile-menu-opener .qodef-mobile-opener-icon-holder {
    display: table-cell;
    vertical-align: middle
}

.qodef-page-header {
    display: inline-block;
    margin: 0;
    position: absolute !important;
    vertical-align: middle;
    width: 100%;
    z-index: 110
}

.qodef-page-header a img {
    display: block
}

.qodef-page-header .qodef-grid {
    height: 100%
}

.qodef-page-header .qodef-grid .qodef-vertical-align-containers {
    padding: 0
}

.qodef-page-header .qodef-menu-area {
    height: 100px;
    position: relative
}

.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
    max-height: 90px
}

.qodef-page-header .qodef-sticky-header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder {
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #e7e7e7
}

.qodef-page-header .qodef-sticky-header .qodef-position-right-inner {
    height: 100%
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
    max-height: 54px
}

.qodef-light-header .qodef-menu-area {
    color: #fff !important
}

.qodef-light-header .qodef-menu-area .widget {
    color: #fff !important
}

.qodef-light-header .qodef-menu-area .widget i,
.qodef-light-header .qodef-menu-area .widget span {
    color: #fff !important
}

.qodef-light-header .qodef-menu-area .qodef-light-logo {
    opacity: 1
}

.qodef-light-header .qodef-menu-area .qodef-dark-logo,
.qodef-light-header .qodef-menu-area .qodef-normal-logo {
    opacity: 0
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #959595;
    margin-top: 10px
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #959595;
    margin: 10px 0 0 0
}

.qodef-counter-holder {
    display: block;
    opacity: 0;
    padding: 20px 0
}

.qodef-counter-holder .qodef-counter-content-top {
    display: block;
    font-size: 72px;
    line-height: 1em;
    height: 1em;
    color: #fff
}

.qodef-counter-holder .qodef-counter-content-top .qodef-counter {
    font-size: inherit;
    line-height: inherit;
    font-weight: 500 !important;
    color: inherit;
    overflow: visible !important;
    display: inline-block !important
}

.qodef-counter-holder .qodef-counter-content-top .qodef-counter-icon {
    font-size: 44px;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    line-height: inherit
}

.qodef-counter-holder .qodef-counter-content-top .qodef-counter-icon i {
    vertical-align: middle;
    display: inline-block
}

.qodef-counter-holder .qodef-counter-title {
    margin-top: 5px;
    color: #b2dd4c;
    font-weight: 600;
    letter-spacing: 0
}

.qodef-counter-holder-show {
    opacity: 1
}

.qodef-counter-holder.center {
    text-align: center
}

@-moz-document url-prefix() {
    .qodef-counter-holder .qodef-counter-content-top .qodef-counter {
        overflow: visible
    }
}

@supports (-ms-ime-align:auto) {
    .qodef-counter-holder .qodef-counter-content-top .qodef-counter {
        overflow: visible
    }
}

.qodef-btn {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 800;
    font-family: inherit;
    padding: 0 35px;
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
    color: #707070;
    background-color: transparent;
    box-sizing: content-box !important
}

.qodef-btn.qodef-btn-solid {
    background-color: #b2dd4c;
    border: none;
    color: #fff;
    height: 52px;
    line-height: 52px
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) {
    overflow: hidden;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-btn-text {
    z-index: 9;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay-holder {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    top: -100%;
    left: 0;
    height: 300%;
    width: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay {
    background-color: #b2dd4c
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-solid:not(.qodef-btn-custom-hover-bg) .qodef-animation-overlay {
    background-color: #212121
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .qodef-btn-hover-animation {
        display: inline-table
    }
}

@supports (-ms-ime-align:auto) {
    .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
        border-radius: inherit !important;
        height: 100% !important;
        top: 0 !important
    }
}

.qodef-btn {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 800;
    font-family: inherit;
    padding: 0 35px;
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
    color: #707070;
    background-color: transparent;
    box-sizing: content-box !important
}

.qodef-btn.qodef-btn-solid {
    background-color: #b2dd4c;
    border: none;
    color: #fff;
    height: 52px;
    line-height: 52px
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) {
    overflow: hidden;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-btn-text {
    z-index: 9;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay-holder {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    top: -100%;
    left: 0;
    height: 300%;
    width: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay {
    background-color: #b2dd4c
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-solid:not(.qodef-btn-custom-hover-bg) .qodef-animation-overlay {
    background-color: #212121
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .qodef-btn-hover-animation {
        display: inline-table
    }
}

@supports (-ms-ime-align:auto) {
    .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
        border-radius: inherit !important;
        height: 100% !important;
        top: 0 !important
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    box-sizing: border-box
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 15;
    padding: 0 !important;
    text-align: center;
    list-style: none
}

.carousel-indicators:not(.thumbnails) li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 20px
}

.carousel {
    margin-bottom: 0
}

.carousel.qodef-full-screen {
    height: 1500px
}

.qodef-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.qodef-slider-preloader {
    width: 100%;
    background-repeat: repeat;
    background-color: #3f3f3f;
    background-attachment: scroll;
    background-size: inherit;
    background-image: url(https://cdn.hdwebsoft.com/wp-content/themes/startit/assets/css/img/preload_pattern.png);
    -webkit-animation-name: preload-background;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-name: preload-background;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: 20;
    height: 1100px
}

.qodef-slider-preloader .qodef-st-loader {
    display: none !important
}

.carousel-inner .qodef-slider-content-outer {
    position: relative;
    height: 100%;
    width: 1100px;
    margin: 0 auto;
    z-index: 12
}

.carousel-inner .qodef-slider-content {
    position: absolute;
    width: 100%
}

.carousel-inner .item.qodef-content-vertical-middle .qodef-slider-content-outer {
    display: table
}

.carousel-inner .item.qodef-content-vertical-middle .qodef-slider-content {
    display: table-cell;
    vertical-align: middle;
    position: static
}

.carousel-inner .qodef-slider-content.left {
    text-align: left
}

.carousel-inner .qodef-slider-content .qodef-text {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carousel-inner .qodef-slider-content .qodef-slider-content-inner.one_by_one,
.carousel-inner .qodef-slider-content .qodef-text.one_by_one {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1
}

.carousel-inner .qodef-slider-content .qodef-slider-content-inner.one_by_one.from_bottom,
.carousel-inner .qodef-slider-content .qodef-text.one_by_one.from_bottom .qodef-el {
    opacity: 0;
    position: relative;
    top: 70px
}

.carousel-inner .qodef-slider-content .qodef-el {
    width: 100%
}

.carousel-inner .qodef-slider-content .qodef-el>div {
    display: inline-block;
    vertical-align: middle;
    width: inherit
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder {
    display: inline-block;
    width: 100%
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn {
    margin: 40px 8px 0;
    height: auto !important
}

@media only screen and (max-width:480px) {
    .carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn:last-child {
        margin: 20px 0 0
    }
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn.qodef-btn-solid {
    line-height: 56px
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn.qodef-btn-default {
    color: #fff;
    line-height: 52px;
    border-color: rgba(255, 255, 255, .5)
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn:first-child {
    margin-left: 0
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn:last-child {
    margin-right: 0
}

.carousel-inner h2 {
    clear: both;
    font-size: 90px;
    line-height: 1.0777em;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    margin: 0 0 22px
}

.carousel-inner h2 span,
.carousel-inner h3 span {
    display: inline-block
}

.carousel-inner h3.qodef-slide-subtitle {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    line-height: 1.458em;
    padding: 9px 20px;
    display: inline-block;
    border-left: 7px solid #b2dd4c;
    margin: 0 0 20px
}

.carousel-inner h3.qodef-slide-text {
    margin: 0;
    clear: both;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.458em
}

.carousel-inner .left .qodef-text,
.carousel-inner .left h2,
.carousel-inner .left h3 {
    text-align: left
}

.carousel-inner {
    left: 0 !important;
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.carousel-inner .item img {
    display: inline-block !important
}

.carousel-inner .item .qodef-image {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 110%
}

.carousel-inner .item .qodef-image img {
    display: none !important;
    width: 0;
    height: 0
}

.carousel-control {
    top: 0;
    width: 8%;
    height: 100%;
    text-shadow: none;
    position: absolute;
    z-index: 2 !important;
    margin: 0;
    outline: 0;
    -ms-transform: opacity .15s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.carousel-control.right {
    right: 0;
    left: auto
}

.carousel-control .qodef-next-nav,
.carousel-control .qodef-prev-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, .35);
    text-align: center;
    z-index: 10
}

.carousel-control span span {
    display: block;
    line-height: inherit
}

.carousel-control .qodef-prev-nav {
    left: 0;
    border-radius: 0 3px 3px 0
}

.carousel-control .qodef-next-nav {
    right: 0;
    border-radius: 3px 0 0 3px
}

.carousel-indicators:not(.thumbnails) li {
    vertical-align: middle;
    background-color: #fff;
    position: relative;
    opacity: .4;
    margin: 5px 7px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform: background-color .2s ease-out, border-color .2s ease-out, opacity .2s ease-out, transform .2s ease-out
}

.carousel-indicators:not(.thumbnails) li:before {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    border-radius: 20px;
    border: 2px solid transparent;
    background-color: transparent;
    width: 16px;
    height: 16px;
    padding: 3px;
    opacity: 1
}

.carousel-indicators:not(.thumbnails) li.active:before {
    border-color: #fff
}

.carousel-indicators:not(.thumbnails) li.active {
    opacity: 1;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

@media only screen and (max-width:1200px) {
    .qodef-grid,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 950px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-grid,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 768px
    }
}

@media only screen and (max-width:768px) {
    .qodef-grid,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 600px
    }
}

@media only screen and (max-width:600px) {
    .qodef-grid,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 420px
    }
}

@media only screen and (max-width:480px) {
    .qodef-grid,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 300px
    }
}

@media only screen and (max-width:320px) {
    .qodef-grid,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 95%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-page-header {
        display: none
    }
    .qodef-mobile-header {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .qodef-drop-down .wide .second>.inner>ul {
        width: 950px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-drop-down .wide .second>.inner>ul {
        width: 768px
    }
}

@media only screen and (max-width:1024px) {
    .carousel-inner {
        position: relative
    }
    .carousel-inner>.item,
    .qodef-slider .carousel-control {
        padding-top: 0 !important
    }
    .carousel .carousel-inner .qodef-slider-content-outer {
        display: table;
        box-sizing: border-box;
        display: table;
        padding: 0 5px
    }
    .carousel .carousel-inner .qodef-slider-content {
        display: table-cell;
        vertical-align: middle;
        position: static;
        top: 0 !important;
        left: 0 !important
    }
}

@media only screen and (max-width:600px) {
    .carousel-control {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .carousel .carousel-inner .qodef-slider-content-outer {
        width: 100% !important
    }
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
    max-height: 88px
}

.qodef-counter-holder .qodef-counter-title,
.qodef-menu-area .qodef-featured-icon,
.qodef-sticky-nav .qodef-featured-icon,
a {
    color: #1B87C6
}

.qodef-btn.qodef-btn-hover-animation .qodef-animation-overlay,
.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay,
.qodef-btn.qodef-btn-solid,
.qodef-drop-down .second .inner ul li a:before,
.qodef-main-menu>ul>li.qodef-active-item>a .item_outer,
.qodef-main-menu>ul>li>a .item_outer:before {
    background-color: #1B87C6
}

.carousel-inner h3.qodef-slide-subtitle,
.qodef-btn.qodef-btn-solid,
.qodef-drop-down .second,
.qodef-drop-down .second .inner>ul {
    border-color: #1B87C6
}

ol,
p,
ul {
    color: #333
}

.qodef-page-header .qodef-sticky-header {
    height: 88px
}

.qodef-page-header .qodef-sticky-header .qodef-logo-wrapper a {
    max-height: 79px
}

.qodef-main-menu.qodef-sticky-nav>ul>li>a {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 400
}

.qodef-main-menu.qodef-default-nav>ul>li>a {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    font-display: swap;
    text-transform: uppercase;
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
    display: none
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7 input[type=email] {
    direction: ltr
}

#cookie-law-info-bar {
    font-size: 15px;
    margin: 0 auto;
    padding: 12px 10px;
    position: absolute;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    z-index: 9999;
    display: none;
    left: 0;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3)
}

#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    z-index: 9999;
    box-shadow: #161616 2px 2px 5px 2px
}

#cookie-law-info-bar span {
    vertical-align: middle
}

.cli-plugin-button,
.cli-plugin-button:visited {
    display: inline-block;
    padding: 9px 12px;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    text-decoration: none
}

.small.cli-plugin-button,
.small.cli-plugin-button:visited {
    font-size: 11px
}

.cli-plugin-button,
.cli-plugin-button:visited {
    font-size: 13px;
    font-weight: 400;
    line-height: 1
}

.cli-plugin-button {
    margin-top: 5px
}

.cli-bar-popup {
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 20px
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 900px
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .3rem;
    outline: 0
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0;
    background-color: transparent !important;
    border: 0;
    -webkit-appearance: none;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 70px;
    font-size: 14px
}

.cli-switch input[type=checkbox] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 24px;
    width: 50px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 20px;
    left: 2px;
    position: absolute;
    width: 20px
}

.cli-switch input:checked+.cli-slider {
    background-color: #00acad
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(26px)
}

.cli-switch .cli-slider {
    border-radius: 34px
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

.cli-tab-content {
    width: 100%;
    padding: 30px
}

@media (max-width:767px) {
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.cli-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.cli-align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.cli-px-0 {
    padding-left: 0;
    padding-right: 0
}

.cli-btn {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: .5rem 1.25rem;
    line-height: 1;
    border-radius: .25rem
}

.cli-modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.cli-modal-backdrop.cli-fade {
    opacity: 0
}

.cli-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    transform: scale(0);
    overflow: hidden;
    outline: 0
}

.cli-modal a {
    text-decoration: none
}

.cli-modal .cli-modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2))
}

@media (min-width:576px) {
    .cli-modal .cli-modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
        min-height: calc(100% - (1.75rem * 2))
    }
}

.cli-modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: .2rem;
    box-sizing: border-box;
    outline: 0
}

.cli-switch {
    display: inline-block;
    position: relative;
    min-height: 1px;
    padding-left: 38px;
    font-size: 14px
}

.cli-switch input[type=checkbox] {
    display: none
}

.cli-switch .cli-slider {
    background-color: #e3e1e8;
    height: 20px;
    width: 38px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cli-switch .cli-slider:before {
    background-color: #fff;
    bottom: 2px;
    content: "";
    height: 15px;
    left: 3px;
    position: absolute;
    width: 15px
}

.cli-switch input:checked+.cli-slider {
    background-color: #61a229
}

.cli-switch input:checked+.cli-slider:before {
    transform: translateX(18px)
}

.cli-switch .cli-slider {
    border-radius: 34px;
    font-size: 0
}

.cli-switch .cli-slider:before {
    border-radius: 50%
}

.cli-tab-content {
    background: #fff
}

.cli-tab-content {
    width: 100%;
    padding: 5px 30px 5px 5px;
    box-sizing: border-box
}

@media (max-width:767px) {
    .cli-tab-content {
        padding: 30px 10px
    }
}

.cli-tab-content p {
    color: #343438;
    font-size: 14px;
    margin-top: 0
}

.cli-tab-footer .cli-btn {
    background-color: #00acad;
    padding: 10px 15px;
    text-decoration: none
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #61a229;
    color: #fff;
    border-radius: 0
}

.cli-tab-footer {
    width: 100%;
    text-align: right;
    padding: 20px 0
}

.cli-col-12 {
    width: 100%
}

.cli-tab-header {
    display: flex;
    justify-content: space-between
}

.cli-tab-header a:before {
    width: 10px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px)
}

.cli-tab-header a:after {
    width: 2px;
    height: 10px;
    left: 4px;
    top: calc(50% - 5px);
    -webkit-transform: none;
    transform: none
}

.cli-tab-header a:before {
    width: 7px;
    height: 7px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    content: " ";
    transform: rotate(-45deg);
    margin-right: 10px
}

.cli-tab-header a.cli-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
    text-transform: capitalize
}

.cli-tab-header {
    border-radius: 5px;
    padding: 12px 15px;
    background-color: #f2f2f2
}

.cli-modal .cli-modal-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -webkit-appearance: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    padding: 10px;
    background: 0 0;
    border: none;
    min-width: 40px
}

.cli-tab-container h4 {
    font-family: inherit;
    font-size: 16px;
    margin-bottom: 15px;
    margin: 10px 0
}

#cliSettingsPopup .cli-tab-section-container {
    padding-top: 12px
}

.cli-privacy-content-text,
.cli-tab-container p {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 0;
    padding: 0;
    color: #000
}

.cli-tab-content {
    display: none
}

.cli-tab-section .cli-tab-content {
    padding: 10px 20px 5px 20px
}

.cli-tab-section {
    margin-top: 5px
}

@media (min-width:992px) {
    .cli-modal .cli-modal-dialog {
        max-width: 645px
    }
}

.cli-switch .cli-slider:after {
    content: attr(data-cli-disable);
    position: absolute;
    right: 50px;
    color: #000;
    font-size: 12px;
    text-align: right;
    min-width: 80px
}

.cli-switch input:checked+.cli-slider:after {
    content: attr(data-cli-enable)
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 60px;
    overflow: hidden
}

a.cli-privacy-readmore {
    font-size: 12px;
    margin-top: 12px;
    display: inline-block;
    padding-bottom: 0;
    color: #000;
    text-decoration: underline
}

.cli-modal-footer {
    position: relative
}

a.cli-privacy-readmore:before {
    content: attr(data-readmore-text)
}

.cli-modal-close svg {
    fill: #000
}

span.cli-necessary-caption {
    color: #000;
    font-size: 12px
}

.cli-tab-container .cli-row {
    max-height: 500px;
    overflow-y: auto
}

.wt-cli-sr-only {
    display: none;
    font-size: 16px
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cli-bar-btn_container {
    margin-left: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: nowrap
}

.cli-bar-btn_container a {
    white-space: nowrap
}

.cli-style-v2 {
    font-size: 11pt;
    line-height: 18px;
    font-weight: 400
}

.cli-style-v2 .cli-bar-message {
    width: 70%;
    text-align: left
}

.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element {
    margin-top: 5px
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button,
.cli-style-v2 .cli-bar-btn_container .cli_settings_button {
    margin-left: 5px
}

.cli-style-v2 .cli_settings_button:not(.cli-plugin-button) {
    text-decoration: underline
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    margin-top: 5px;
    margin-bottom: 5px
}

.wt-cli-necessary-checkbox {
    display: none !important
}

@media (max-width:985px) {
    .cli-style-v2 .cli-bar-message {
        width: 100%
    }
    .cli-style-v2.cli-bar-container {
        justify-content: left;
        flex-wrap: wrap
    }
    .cli-style-v2 .cli-bar-btn_container {
        margin-left: 0;
        margin-top: 10px
    }
}

.wt-cli-privacy-overview-actions {
    padding-bottom: 0
}

@media only screen and (max-width:479px) and (min-width:320px) {
    .cli-style-v2 .cli-bar-btn_container {
        flex-wrap: wrap
    }
}

body.home .carousel-inner h2 span {
    font-weight: normal;
    font-size: 48px;
}

.cli-style-v2 {
    display: flex !important
}

.cli-style-v2 .cli-bar-message {
    width: auto !important;
    flex-grow: 1;
    padding-right: 15px
}

.cli-style-v2 #cookie_action_close_header {
    border-radius: 5px
}

.contact-intro ul {
    padding-left: 0;
    list-style: none
}

.contact-intro ul li {
    position: relative;
    margin-bottom: 1em;
    counter-increment: my-counter;
    padding-left: 50px;
    font-size: 14px
}

.contact-intro ul li:before {
    content: counter(my-counter);
    display: block;
    position: absolute;
    font-size: 14px;
    left: 0;
    top: 5px;
    background: #1B87C6;
    border-radius: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-family: Oswald;
    color: #fff
}

.contact-intro p {
    font-size: 14px
}

.contact-intro strong {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin-top: 20px
}

.home-testimonial-section .qodef-testimonials.cards_carousel .qodef-testimonial-text-holder .qodef-testimonial-text {
    font-size: 90%
}

.home-contact-section .wpcf7-form-control.wpcf7-textarea {
    height: 100px
}

.home-contact-form-section {
    padding: 32px 16px 32px 16px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #888;
    margin-top: -96px
}

.home-contact-form-section.vc_column_container {
    padding-left: 16px;
    padding-right: 16px
}

.home-contact-form-section .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 24px
}

.home-contact-form-section .wpcf7-form-control-wrap>input,
.home-contact-form-section .wpcf7-form-control-wrap>textarea {
    margin-bottom: 0 !important;
    font-family: Open Sans, sans-serif;
}

@media (max-width:480px) {
    .home-contact-form-section .wpcf7-form-control-wrap {
        margin-bottom: 28px
    }
}

.home-contact-form-section div.wpcf7-response-output {
    margin: 16px 0;
    border-width: 1px
}

.home-contact-form-section .wpcf7-form-control.wpcf7-textarea {
    height: unset !important
}

.heading-2 {
    font-family: Oswald;
    position: relative;
    padding-bottom: 5px;
    color: #1B87C6;
    font-size: 34px;
    line-height: 48px
}

.heading-2.dark-bg {
    color: #fff
}

.heading-2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4em;
    height: .09em;
    background: #dcdcdc;
    border-radius: .05em
}

.heading-2.text-center {
    text-align: center
}

.heading-2.text-center:after {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.heading-2-sub {
    font-size: 16px
}

.heading-2-sub.dark-bg {
    color: #fff
}

.heading-2-sub.text-center {
    text-align: center
}

.text-center {
    text-align: center
}

.heading-4 {
    font-family: Oswald;
    font-size: 14px;
    padding-top: 1.5em;
    padding-bottom: 0.5em
}

.qodef-main-menu>ul>li:not(.contact).qodef-active-item>a .item_outer:before {
    opacity: 1;
    -ms-transform: scaleX(0.4) !important;
    -webkit-transform: scaleX(0.4) !important;
    transform: scaleX(0.4) !important;
    height: 2px;
    top: auto;
    bottom: 0;
    background-color: #fff;
    border-radius: 2px
}

.qodef-sticky-header .qodef-main-menu>ul>li:not(.contact).qodef-active-item>a .item_outer:before {
    background-color: #333
}

.qodef-main-menu>ul>li:not(.contact)>a .item_outer:before {
    background-color: transparent
}

.qodef-main-menu>ul>li:not(.contact).qodef-active-item>a {
    color: #333
}

.qodef-main-menu ul li:not(.contact) a {
    color: #333
}

.home-service-row p {
    margin-bottom: 10px
}

.qodef-main-menu>ul>li.contact {
    padding-left: 10px
}

.qodef-main-menu>ul>li.contact>a .item_outer {
    background-color: #1B87C6;
    transform: translateY(-50%);
    color: #fff
}

.qodef-main-menu>ul>li.contact>a .item_outer:before {
    opacity: 1;
    transform: none
}

.qodef-menu-area .qodef-logo-wrapper a img.qodef-light-logo {
    height: 52%;
    transform: translatey(-262%)
}

.qodef-menu-area .qodef-logo-wrapper a img.qodef-normal-logo,
.qodef-sticky-header .qodef-logo-wrapper a img.qodef-normal-logo {
    height: 52%;
    transform: translatey(42%)
}

.qodef-mobile-header .qodef-mobile-logo-wrapper img {
    height: 60% !important;
    transform: translateY(20%)
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay-holder {
    border-radius: 0 !important
}

.home-service-row .qodef-section-inner-margin .vc_column_container .wpb_content_element {
    padding: 30px 20px;
    border: 1px solid #fff
}

.home-service-row .qodef-section-inner-margin .vc_column_container .wpb_content_element h5 a {
    font-size: 18px;
    font-weight: 400;
    line-height: 1
}

.qodef-sticky-header .qodef-sticky-holder {
    box-shadow: 0 2px 2px 0 #12121233;
    border-bottom: none
}

.qodef-footer-top-holder .menu .heading-office a {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    color: #727272
}

#menu-socials.menu {
    display: flex;
    align-content: center
}

#menu-socials.menu li.menu-item {
    width: fit-content;
    margin-right: 15px
}

#menu-socials.menu li.menu-item i.fa {
    background-color: #2ca7ef;
    padding: 10px;
    border-radius: 20px;
    color: white;
    font-size: 10px;
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width:480px) {
    .home-contact-form-section {
        margin-top: 30px
    }
}

footer a.footer-link {
    color: #ddd
}

footer .copyright {
    font-family: Verdana, sans-serif;
    color: #777
}

.footer-contact .heading-4 {
    padding-bottom: 1.5em;
    font-size: 16px;
}

.footer-contact p {
    margin: 3px 0;
    color: #9ea3a8
}

.footer-contact ul p {
    align-items: baseline
}

.footer-contact ul i.fa {
    margin-top: 4px
}

.footer-contact i.fa {
    margin-right: 10px;
    background-color: #2ca7ef;
    border-radius: 16px;
    color: white;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: inline-block;
    line-height: 16px;
    text-align: center;
    vertical-align: top;
    flex-grow: 0;
    flex-shrink: 0
}

.footer-contact i.fa.fa-envelope {
    font-size: .6em
}

.footer-contact .address {
    display: flex
}

.footer-contact .f-c-divider {
    height: 15px
}

.footer-contact .address .fa {
    font-size: .8em
}

.footer-contact .address .f-c-info {
    font-size: 1.1em
}

footer .qodef-footer-top-holder {
    background-image: url("https://cdn.hdwebsoft.com/wp-content/uploads/2021/03/1f.jpg") !important
}

footer .qodef-footer-bottom-holder {
    background-image: url("https://cdn.hdwebsoft.com/wp-content/uploads/2021/03/1d.jpg") !important
}

.qodef-drop-down .wide.wide_background .second {
    box-shadow: 0 2px 2px #ddd
}

.qodef-drop-down .wide .second i {
    font-size: 20px
}

.qodef-drop-down .wide .second .item_inner {
    display: flex
}

.qodef-drop-down .wide .second span.menu_icon_wrapper {
    width: 30px;
    display: flex;
    justify-content: center
}

.qodef-drop-down .wide .second>.inner>ul>li {
    margin: 0 0 10px 0 !important
}

footer .widget.qodef-footer-column-4 .qodef-footer-widget-title {
    font-family: Oswald;
    font-size: 16px;
    color: #a2a2a2;
    font-weight: 400;
    text-transform: uppercase
}

footer .widget.qodef-footer-column-4 .tnp-widget-minimal form.tnp-form {
    display: flex
}

footer .widget.qodef-footer-column-4 .tnp-widget-minimal form.tnp-form .tnp-submit {
    width: 100px;
    margin-left: 5px;
    background-color: #2ca7ef;
    font-weight: 600
}

footer .qodef-footer-top.qodef-footer-top-full {
    padding: 65px 0;
    padding-bottom: 30px !important;
    max-width: 1100px;
    margin: 0 auto
}

footer .qodef-footer-top .qodef-column:first-child {
    padding-left: 0px !important
}

footer .qodef-footer-top .qodef-column {
    padding: 0 10px !important
}

footer .qodef-footer-top .qodef-column:last-child {
    padding-right: 0 !important
}

.qodef-content .wpb_content_element p,
.qodef-content .wpb_content_element ul {
    margin-bottom: 1em
}

.qodef-content .wpb_content_element ul {
    margin-left: 0
}

@media (min-width:768px) {
    .qodef-content .wpb_content_element ul {
        margin-left: 2rem
    }
}

.service-nav-decor {
    padding: 1em;
    border-radius: 5px;
    background-color: #1B87C6;
    color: #fff
}

.technology-nav-decor {
    padding: 1em;
    border-radius: 5px;
    background-color: #1B87C6;
    color: #fff
}

.qodef-main-menu>ul>li>a span.item_inner {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.menu-item .qodef-counter-holder .qodef-counter-content-top {
    position: relative
}

.menu-item .qodef-counter-holder .qodef-counter-content-top .qodef-counter {
    color: #000 !important;
    font-weight: 400
}

.menu-item .qodef-counter-holder .qodef-counter-content-top span.qodef-counter.zero:after {
    content: '+';
    font-size: .6em;
    display: inline;
    position: absolute;
    top: 0;
    font-weight: 400
}

.menu-item .qodef-counter-holder .qodef-counter-content-top .qodef-counter-icon i {
    color: #000 !important;
    font-size: .8em
}

.qodef-counter-holder .qodef-counter-content-top .qodef-counter {
    font-weight: 500
}

.qodef-drop-down .second .inner ul li.menu-item a {
    color: #333
}

.qodef-drop-down .wide .second span.menu_icon_wrapper {
    flex-shrink: 0
}

.qodef-drop-down .wide .second span.item_text {
    flex-shrink: 1
}

.wpb_text_column:last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0 !important
}

.qodef-drop-down .second .inner ul li:first-child .widget {
    padding: 0 56px 0 0
}

@media (min-width:992px) {
    .qodef-parallax-section-holder.qodef-vertical-middle-align {
        min-height: 625px
    }
}

.qodef-four-columns .qodef-column {
    width: calc(100% /3 - 10px) !important
}

.qodef-four-columns .qodef-column:nth-child(1) {
    order: 1
}

.qodef-four-columns-inner {
    display: flex;
    flex-wrap: wrap
}

footer .qodef-footer-top .qodef-column {
    border-right: none !important;
    min-height: unset !important
}

footer .widget_newsletterwidgetminimal {
    margin-top: 65px !important;
}

footer .widget_newsletterwidgetminimal .tnp-widget-minimal {
    padding-top: 6px;
    padding-bottom: 13px
}

.qodef-four-columns .qodef-column:nth-child(2) {
    order: 4;
    width: 100% !important
}

.qodef-four-columns .qodef-column:nth-child(2) .qodef-column-inner {
    width: 100% !important;
    padding: 50px 0 0
}

.qodef-footer-inner .qodef-four-columns .qodef-column:nth-child(2) .qodef-column-inner {
    padding: 70px 0 47px 0
}

.qodef-four-columns .qodef-column:nth-child(2) .qodef-column-inner .qodef-footer-column-2 {
    margin-bottom: 0px
}

.qodef-four-columns .qodef-column:nth-child(2) .qodef-column-inner .qodef-footer-column-2 ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.qodef-four-columns .qodef-column:nth-child(2) .qodef-column-inner .qodef-footer-column-2 ul .heading-office {
    padding-left: 15px;
    padding-right: 15px
}

.qodef-four-columns .qodef-column:nth-child(2) .qodef-column-inner .qodef-footer-column-2 ul .heading-office a {
    color: #9ea3a8;
    font-weight: 400;
    font-family: Oswald, Verdana, sans-serif
}

footer .widget.widget_media_image {
    margin-bottom: 0px !important
}

.qodef-four-columns .qodef-column:nth-child(1) .qodef-column-inner .widget.widget_media_image img {
    opacity: 0.5
}

.qodef-four-columns .qodef-column:not(:nth-child(1)):not(:nth-child(2)) .qodef-column-inner .widget.widget_media_image img {
    opacity: 0
}

.qodef-four-columns .qodef-column:nth-child(3) {
    order: 2
}

.qodef-four-columns .qodef-column:nth-child(4) {
    order: 3
}

.tnp-widget-minimal input.tnp-email {
    padding: 15px 10px !important;
    outline: none;
    font-family: Open Sans, sans-serif;
}

.footer-contact .fa.fa-map-marker:before {
    font-family: FontAwesome;
    content: "\f041" !important
}

.footer-contact .fa-phone:before {
    font-family: FontAwesome;
    content: "\f095" !important
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder {
    box-sizing: border-box
}

.table-holder .qodef-elements-holder-item.qodef-vertical-alignment-top.qodef-horizontal-alignment-left {
    position: relative;
    padding-bottom: 45px
}

@media (min-width:992px) {
    a.qodef-btn.qodef-btn-medium.qodef-btn-solid.qodef-btn-icon.table-bottom-button.qodef-btn-hover-animation {
        bottom: 30px
    }
}

a.qodef-btn.qodef-btn-medium.qodef-btn-solid.qodef-btn-icon.table-bottom-button.qodef-btn-hover-animation {
    position: absolute;
    display: block
}

.page-template-default .qodef-content .qodef-container .qodef-container-inner p,
.page-template-default .qodef-content .qodef-container .qodef-container-inner h2 {
    margin-bottom: 22px
}

.table-hd-holder .qodef-elements-holder.qodef-three-columns {
    border-collapse: separate;
    border-spacing: 15px
}

.p-0 {
    padding: 0px !important
}

.o-5 {
    opacity: .5 !important
}

.f-c-info.f-c-text {
    font-size: 0
}

.f-c-info.f-c-text span {
    font-size: 16px
}

@media only screen and (max-width:1024px) {
    .table-holder .qodef-elements-holder {
        display: block !important
    }
    .table-holder .qodef-elements-holder-item {
        display: block !important;
        width: 100% !important
    }
    .qodef-four-columns .qodef-column {
        width: calc(100% /2 - 10px) !important;
        margin-bottom: 10px !important
    }
    .qodef-four-columns .qodef-column:nth-child(2) {
        width: 100% !important
    }
    .qodef-mobile-header .qodef-mobile-nav li .hd-custom-menu-link .sub_menu {
        visibility: hidden;
        opacity: 0;
        display: block
    }
}

@media only screen and (max-width:768px) {
    .qodef-four-columns .qodef-column {
        width: 100% !important;
        text-align: left !important;
        margin-bottom: 5px !important
    }
    footer .qodef-footer-top .qodef-column:first-child {
        padding-left: 10px !important
    }
    .qodef-four-columns .qodef-column:not(:nth-child(1)):not(:nth-child(2)) .qodef-column-inner .widget.widget_media_image img {
        opacity: 0;
        display: none
    }
    .carousel.qodef-full-screen {
        height: 100% !important
    }
    .carousel-control .qodef-next-nav,
    .carousel-control .qodef-prev-nav {
        display: none
    }
}

@media only screen and (max-width:600px) {
    .heading-2 {
        font-size: 30px;
        padding: 0 30px
    }
    .page-template-default .qodef-content .qodef-container .qodef-container-inner h2 {
        margin-bottom: 0px
    }
    .page-template-default .qodef-content .qodef-container .qodef-container-inner {
        padding-top: 10px !important
    }
    input.wpcf7-form-control.wpcf7-submit {
        width: 100% !important;
        height: 100% !important;
        padding: 0 !important
    }
    .home .vc_row.wpb_row.vc_inner.vc_row-fluid.qodef-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important
    }
    .home-service-row .qodef-section-inner-margin .vc_column_container .wpb_content_element {
        padding: 15px 20px 0px
    }
    .home.page-template-default .qodef-content .qodef-container .qodef-container-inner p {
        margin-bottom: 0px
    }
    .carousel-inner h3.qodef-slide-subtitle {
        font-size: 13px !important
    }
    .carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn {
        margin: 40px 8px 0 !important
    }
    .carousel-inner .qodef-slider-content .qodef-slider-content-inner.one_by_one.from_bottom {
        width: 100% !important
    }
}

@media only screen and (max-width:480px) {
    .qodef-section.qodef-parallax-section-holder {
        min-height: auto !important;
        height: 100% !important
    }
    .heading-2.text-center:after {
        bottom: -5px
    }
    .page-template-default .qodef-content .qodef-container .qodef-container-inner h2 {
        font-size: 25px;
        line-height: 1.5;
        padding: 0
    }
    .page-template-default .qodef-content .qodef-container .qodef-container-inner p {
        margin-bottom: 10px
    }
    .wpb_text_column:last-child {
        margin-top: 10px
    }
    footer .qodef-footer-top.qodef-footer-top-full {
        padding: 20px !important
    }
    .heading-2 {
        font-size: 25px;
        padding: 0px
    }
    .home-testimonial-section .qodef-testimonials-holder {
        overflow: hidden
    }
    .qodef-testimonials.cards_carousel .qodef-testimonial-text-holder .qodef-testimonial-text-inner {
        padding: 23px 30px 15px 10px !important
    }
    .qodef-testimonials.cards_carousel .qodef-testimonial-info-holder {
        margin: 15px 0 0 8px !important
    }
    .wpb_column .vc_custom_1593762630709 {
        padding-bottom: 0px !important
    }
    .qodef-testimonials.cards_carousel .qodef-testimonial-author-text .qodef-testimonials-job {
        width: 150px
    }
    .carousel-inner .qodef-slider-content .qodef-slider-content-inner.one_by_one.from_bottom {
        width: 300px !important;
        margin: 0 auto
    }
}

@media only screen and (max-width:340px) {
    .qodef-grid-section .qodef-section-inner {
        width: 300px !important
    }
}

a,
body,
div,
form,
h2,
h3,
h4,
h5,
html,
i,
iframe,
label,
li,
ol,
p,
span,
strong,
ul {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0
}

footer,
header,
nav {
    display: block
}

a img {
    border: none
}

img {
    max-width: 100%;
    height: auto
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

.alignnone {
    margin: 0
}

a img.alignnone {
    margin: 0
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

html {
    height: 100%;
    margin: 0 !important;
    overflow-y: scroll !important
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #797979;
    font-weight: 500;
    background-color: #fff;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased
}

h2 {
    font-size: 34px;
    line-height: 1.284em;
    font-weight: 700;
    font-family: Open Sans, sans-serif
}

h3 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: Open Sans, sans-serif
}

h4 {
    font-size: 18px;
    line-height: 1.508em;
    font-weight: 500;
    font-family: Open Sans, sans-serif
}

h5 {
    font-size: 19px;
    line-height: 1.4em;
    font-weight: 600;
    font-family: Open Sans, sans-serif
}

h2 {
    color: #202020
}

h3,
h5,
h5 a {
    color: #222
}

h4 {
    color: #797979
}

h2,
h3,
h4,
h5 {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

h5 a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit
}

a,
p a {
    color: #b2dd4c;
    text-decoration: none
}

input[type=submit] {
    -webkit-appearance: none
}

ol,
ul {
    list-style-position: inside
}

.qodef-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 1000;
    left: 0
}

.qodef-wrapper .qodef-wrapper-inner {
    width: 100%;
    overflow: hidden
}

.qodef-container {
    background-color: #fff;
    position: relative;
    padding: 0;
    width: 100%;
    z-index: 100
}

.qodef-container:before {
    content: " ";
    display: table
}

.qodef-container:after {
    content: " ";
    display: table;
    clear: both
}

.qodef-container-inner {
    width: 1100px;
    margin: 0 auto
}

.qodef-content .qodef-container .qodef-container-inner {
    padding-top: 44px
}

.qodef-three-columns {
    width: 100%
}

.qodef-four-columns {
    width: 100%
}

.qodef-four-columns>.qodef-four-columns-inner {
    margin: 0 -15px
}

.qodef-four-columns .qodef-column {
    width: 25%;
    float: left
}

.qodef-four-columns .qodef-column .qodef-column-inner {
    padding: 0 15px
}

@-webkit-keyframes preload-background {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

@keyframes preload-background {
    from {
        background-position: 0 0
    }
    to {
        background-position: 100% 0
    }
}

.qodef-grid {
    width: 1100px;
    margin: 0 auto
}

.qodef-vertical-align-containers {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box
}

.qodef-vertical-align-containers .qodef-position-left {
    position: relative;
    float: left;
    z-index: 2;
    height: 100%
}

.qodef-vertical-align-containers .qodef-position-center {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1
}

.qodef-vertical-align-containers .qodef-position-right {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right
}

.qodef-vertical-align-containers .qodef-position-center-inner,
.qodef-vertical-align-containers .qodef-position-left-inner,
.qodef-vertical-align-containers .qodef-position-right-inner {
    vertical-align: middle;
    display: inline-block
}

.qodef-vertical-align-containers .qodef-position-center:before,
.qodef-vertical-align-containers .qodef-position-left:before,
.qodef-vertical-align-containers .qodef-position-right:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0
}

.qodef-section {
    position: relative
}

.qodef-grid-section .qodef-section-inner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 20
}

.qodef-section-inner-margin {
    margin-left: -15px;
    margin-right: -15px
}

.qodef-content-aligment-left {
    text-align: left
}

.qodef-content-aligment-center {
    text-align: center
}

.qodef-parallax-section-holder {
    position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    overflow: hidden
}

.qodef-parallax-section-holder.qodef-vertical-middle-align {
    display: table;
    width: 100%
}

.qodef-parallax-section-holder .qodef-parallax-content-outer {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 100% 0
}

.qodef-st-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2100
}

.qodef-st-loader1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%
}

.qodef-st-loader .pulse {
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #b2dd4c;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    -webkit-animation: scaleout 1s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@-moz-keyframes scaleout {
    0% {
        -moz-transform: scale(0)
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0
    }
}

@-ms-keyframes scaleout {
    0% {
        -ms-transform: scale(0)
    }
    100% {
        -ms-transform: scale(1);
        opacity: 0
    }
}

@-o-keyframes scaleout {
    0% {
        -o-transform: scale(0)
    }
    100% {
        -o-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin-bottom: 24px;
    padding: 10px 15px;
    border: 1px solid #cfcfcf;
    outline: 0;
    font-family: Open Sans, sans-serif;
    font-weight: 500;
    font-size: 14px;
    background-color: #fff;
    color: #797979;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.wpcf7-form-control.wpcf7-textarea {
    height: 330px
}

footer input[type=submit],
input.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    width: auto;
    height: 52px;
    line-height: 50px;
    padding: 0 35px;
    border: 2px solid #b2dd4c;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: 1px;
    color: #fff;
    background-color: #b2dd4c;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

#qodef-back-to-top {
    position: fixed;
    width: 46px;
    right: 46px;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden
}

#qodef-back-to-top>span {
    width: 46px;
    height: 46px;
    line-height: 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 12px;
    background-color: #373737;
    opacity: .9;
    box-sizing: border-box
}

.wpb_content_element,
.wpb_row {
    margin-bottom: 0 !important
}

.qodef-parallax-section-holder.qodef-vertical-middle-align {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.qodef-logo-wrapper {
    display: inline-block;
    vertical-align: middle
}

.qodef-logo-wrapper a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%
}

.qodef-logo-wrapper a img {
    height: 100%
}

.qodef-logo-wrapper a img.qodef-normal-logo {
    opacity: 1
}

.qodef-logo-wrapper a img.qodef-dark-logo {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.qodef-logo-wrapper a img.qodef-light-logo {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%)
}

.qodef-main-menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.qodef-main-menu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    text-align: left
}

.qodef-main-menu ul li {
    position: relative;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-position: right
}

.qodef-main-menu ul li a {
    font-size: 16px;
    line-height: 34px;
    font-weight: 700;
    color: #727272
}

body:not(.qodef-menu-with-large-icons) .qodef-main-menu ul li a span.item_inner i:before {
    margin: 0 7px 0 0
}

.qodef-main-menu ul li.qodef-active-item a {
    color: #b2dd4c
}

.qodef-main-menu>ul {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    height: 100%
}

.qodef-main-menu>ul>li {
    height: 100%;
    margin: 0 2px
}

.qodef-main-menu>ul>li:last-child>a span.plus {
    display: none
}

.qodef-main-menu>ul>li>a .item_outer:before {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    content: '';
    background-color: #b2dd4c;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    -ms-transform: scaleX(.2);
    -webkit-transform: scaleX(.2);
    transform: scaleX(.2);
    -webkit-backface-visibility: hidden
}

.qodef-main-menu>ul>li.qodef-active-item>a {
    color: #fff
}

.qodef-main-menu>ul>li.qodef-active-item>a .item_outer {
    background-color: transparent !important;
    position: relative
}

.qodef-main-menu>ul>li.qodef-active-item>a .item_outer:before {
    opacity: 1;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.qodef-main-menu>ul>li>a {
    height: 100%;
    position: relative;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 0;
    position: relative;
    border-color: transparent;
    height: 100%;
    background-color: transparent
}

.qodef-main-menu>ul>li>a:before {
    height: 2px;
    bottom: 0
}

.qodef-main-menu>ul>li>a:after {
    height: 1px;
    bottom: 4px
}

.qodef-main-menu>ul>li>a>span.item_outer {
    display: block;
    position: relative;
    top: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.qodef-main-menu>ul>li>a span.item_inner {
    display: inline-block;
    padding: 0 20px;
    border-width: 0;
    position: relative;
    border-color: transparent;
    background-color: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-backface-visibility: hidden
}

.qodef-main-menu>ul>li>a span.item_inner:after,
.qodef-main-menu>ul>li>a span.item_inner:before,
.qodef-main-menu>ul>li>a:after,
.qodef-main-menu>ul>li>a:before {
    content: "";
    display: none;
    position: absolute;
    left: 0;
    background-color: transparent;
    width: 100%
}

.qodef-main-menu>ul>li>a span.item_inner:before {
    bottom: 0;
    height: 2px
}

.qodef-main-menu>ul>li>a span.item_inner:after {
    height: 1px;
    bottom: 4px
}

.qodef-main-menu>ul>li>a span.plus {
    width: 4px;
    height: 4px;
    display: none;
    position: absolute;
    top: 50%;
    right: -2px;
    margin-top: -2px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.qodef-main-menu>ul>li>a span.item_text {
    -webkit-backface-visibility: hidden
}

.qodef-light-header .qodef-page-header>div:not(.qodef-sticky-header) .qodef-main-menu>ul>li>a {
    color: #fff
}

.qodef-drop-down ul {
    list-style: none;
    border-radius: 0 0 3px 3px
}

.qodef-drop-down ul li {
    position: relative
}

.qodef-drop-down .second {
    left: 0;
    margin: 0;
    top: 100%;
    position: absolute;
    display: block;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    z-index: 10;
    border-top: 7px solid #b2dd4c
}

.qodef-menu-area .qodef-featured-icon,
.qodef-sticky-nav .qodef-featured-icon {
    position: relative;
    font-size: 10px;
    position: relative;
    top: -5px;
    margin-left: 2px;
    color: #b2dd4c
}

.qodef-main-menu>ul>li>a .qodef-featured-icon {
    display: none
}

.qodef-drop-down .second .inner {
    position: relative;
    padding: 0;
    display: block;
    z-index: 997
}

.qodef-drop-down .second .inner>ul {
    display: inline-block;
    position: relative;
    background-color: #fff
}

.qodef-drop-down .second .inner ul li {
    display: block;
    padding: 0 15px;
    margin: 20px 0;
    position: relative;
    float: none;
    height: auto;
    background: 0;
    width: 190px
}

.qodef-drop-down .second .inner ul li a,
.qodef-drop-down .second .inner ul li h4 {
    display: block;
    color: #969696;
    height: auto;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0 25px;
    border-bottom: 1px solid transparent;
    float: none;
    position: relative
}

.qodef-drop-down .second .inner ul li a:before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    background-color: #b2dd4c;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.qodef-drop-down .second .inner>ul>li:last-child>a,
.qodef-drop-down .second .inner>ul>li>ul>li:last-child>a {
    border-bottom: 0
}

.qodef-drop-down .wide .second .inner ul li h4,
.qodef-drop-down .wide .second .inner ul li.sub a,
.qodef-drop-down .wide .second ul li a {
    background: 0
}

.qodef-drop-down .wide .second i {
    display: none
}

.qodef-drop-down .second .inner ul li.sub ul li a {
    background: 0 0
}

.qodef-drop-down .second .inner .widget {
    padding: 0 28px
}

.qodef-drop-down .wide .second ul {
    padding: 37px 0 26px
}

.qodef-drop-down .wide .second ul li {
    float: left;
    width: 274px;
    padding: 0;
    border-left: 1px solid #d3d3d3;
    border-bottom: 0;
    box-sizing: border-box;
    width: 100%
}

.qodef-drop-down .wide .second>.inner>ul {
    width: 1100px
}

.qodef-drop-down .wide .second>.inner>ul>li {
    width: 25%;
    margin: 0
}

.qodef-drop-down .wide .second>.inner>ul>li>a:before {
    display: none
}

.qodef-drop-down .wide:not(.right_position) .second ul li:first-child,
.qodef-drop-down .wide:not(.right_position) .second ul li:nth-child(4n+1) {
    border-left-color: transparent
}

.qodef-drop-down .wide .second ul li:last-child {
    margin-right: 0
}

.qodef-drop-down .wide .second ul li:nth-child(4n+1) {
    clear: both
}

.qodef-drop-down .second .inner ul li.sub a i.q_menu_arrow {
    position: absolute;
    top: 50%;
    right: 25px;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    margin: -6px 0 0
}

.qodef-drop-down .wide .second .inner ul li.sub a i.q_menu_arrow {
    display: none
}

.qodef-drop-down .wide .second .inner>ul>li>a {
    line-height: 16px;
    color: #16171d;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 4px
}

.qodef-drop-down .wide .second ul li ul {
    display: block;
    left: 0;
    padding: 10px 0 0;
    position: relative;
    top: 0;
    visibility: visible;
    background-color: transparent !important
}

.qodef-drop-down .wide .second ul li ul li {
    padding: 0;
    margin: 10px 0;
    border: 0
}

.qodef-drop-down .wide.wide_background .second {
    background-color: #fff
}

.qodef-drop-down .wide.wide_background .second .inner {
    text-align: center
}

.qodef-drop-down .wide.wide_background .second .inner ul {
    text-align: left
}

.qodef-header-standard .qodef-menu-area {
    background-color: #fff
}

.qodef-header-standard .qodef-menu-area .qodef-vertical-align-containers .qodef-position-right-inner {
    height: 100%
}

.qodef-mobile-header .qodef-mobile-nav {
    display: none;
    background-color: #fff
}

.qodef-mobile-header .qodef-mobile-nav ul {
    list-style-type: none
}

.qodef-mobile-header .qodef-mobile-nav ul ul {
    margin-left: 20px;
    display: none
}

.qodef-mobile-header .qodef-mobile-nav li {
    position: relative
}

.qodef-mobile-header .qodef-mobile-nav a,
.qodef-mobile-header .qodef-mobile-nav h4 {
    border-bottom: 1px solid #eaeaea;
    display: block;
    font-size: 13px;
    color: #8d8d8d;
    padding: 9px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 17px;
    letter-spacing: 0
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 35px;
    height: 35px;
    padding-right: 10px;
    width: 50px;
    text-align: right
}

.qodef-mobile-header .qodef-mobile-nav .mobile_arrow .fa-angle-down {
    display: none
}

.qodef-mobile-header .qodef-mobile-nav>.qodef-grid>ul>li:last-child>a {
    border-bottom: none
}

.qodef-mobile-header {
    display: none;
    position: relative;
    z-index: 101
}

.qodef-mobile-header .qodef-mobile-header-inner {
    height: 100px;
    background-color: #fff;
    position: relative
}

.qodef-mobile-header .qodef-mobile-header-inner .qodef-mobile-header-holder {
    position: relative;
    z-index: 2;
    height: 100%
}

.qodef-mobile-header .qodef-grid {
    height: 100%
}

.qodef-mobile-header .qodef-vertical-align-containers {
    padding: 0
}

.qodef-mobile-header .qodef-mobile-logo-wrapper a {
    display: block;
    max-height: 80px
}

.qodef-mobile-header .qodef-mobile-logo-wrapper img {
    height: 100%;
    width: auto
}

.qodef-mobile-header .qodef-mobile-menu-opener {
    float: left;
    position: relative;
    z-index: 2;
    height: 100%
}

.qodef-mobile-header .qodef-mobile-menu-opener a {
    display: table;
    height: 100%;
    padding-right: 10px;
    color: #000
}

.qodef-mobile-header .qodef-mobile-menu-opener .qodef-mobile-opener-icon-holder {
    display: table-cell;
    vertical-align: middle
}

.qodef-page-header {
    display: inline-block;
    margin: 0;
    position: absolute !important;
    vertical-align: middle;
    width: 100%;
    z-index: 110
}

.qodef-page-header a img {
    display: block
}

.qodef-page-header .qodef-grid {
    height: 100%
}

.qodef-page-header .qodef-grid .qodef-vertical-align-containers {
    padding: 0
}

.qodef-page-header .qodef-menu-area {
    height: 100px;
    position: relative
}

.qodef-page-header .qodef-menu-area .qodef-logo-wrapper a {
    max-height: 90px
}

.qodef-page-header .qodef-sticky-header {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-backface-visibility: hidden
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder {
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    border-bottom: 1px solid #e7e7e7
}

.qodef-page-header .qodef-sticky-header .qodef-position-right-inner {
    height: 100%
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
    max-height: 54px
}

.qodef-light-header .qodef-menu-area {
    color: #fff !important
}

.qodef-light-header .qodef-menu-area .widget {
    color: #fff !important
}

.qodef-light-header .qodef-menu-area .widget i,
.qodef-light-header .qodef-menu-area .widget span {
    color: #fff !important
}

.qodef-light-header .qodef-menu-area .qodef-light-logo {
    opacity: 1
}

.qodef-light-header .qodef-menu-area .qodef-dark-logo,
.qodef-light-header .qodef-menu-area .qodef-normal-logo {
    opacity: 0
}

footer {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

footer .qodef-footer-inner {
    position: relative
}

footer a {
    text-decoration: none;
    color: #fff
}

footer .qodef-footer-top-holder {
    display: block;
    background-color: #212121;
    position: relative;
    background-position: center center;
    background-size: cover
}

footer .qodef-footer-top.qodef-footer-top-full {
    padding: 65px 25px
}

footer .qodef-footer-top .qodef-column {
    box-sizing: border-box;
    border-right: 1px solid #3b3b3b
}

footer .qodef-footer-top .qodef-column {
    padding: 0 40px
}

footer .qodef-footer-top .qodef-column:first-child {
    padding-left: 70px
}

footer .qodef-footer-top .qodef-column:last-child {
    border-right: 0;
    padding-right: 85px
}

footer .qodef-footer-bottom-holder {
    display: inline-block;
    width: 100%;
    background-color: #303030;
    vertical-align: middle;
    text-align: center;
    padding: 30px 0
}

footer .qodef-footer-bottom-holder .qodef-column-inner {
    text-align: center;
    vertical-align: middle
}

footer .widget {
    margin-bottom: 8px
}

footer .widget .qodef-footer-widget-title {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700
}

footer .widget h4 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700
}

footer .widget ul {
    list-style: none
}

footer .widget .textwidget {
    color: #a2a2a2
}

footer .qodef-footer-bottom-holder .widget {
    margin-bottom: 0
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #959595;
    margin-top: 10px
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
    color: #959595;
    margin: 10px 0 0 0
}

.qodef-elements-holder {
    width: 100%;
    display: table;
    table-layout: fixed
}

.qodef-elements-holder.qodef-three-columns .qodef-elements-holder-item {
    width: 33%
}

.qodef-elements-holder .qodef-elements-holder-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover
}

.qodef-elements-holder .qodef-elements-holder-item.qodef-vertical-alignment-top {
    vertical-align: top
}

.qodef-elements-holder .qodef-elements-holder-item.qodef-horizontal-alignment-left {
    text-align: left
}

.qodef-elements-holder .qodef-elements-holder-item .qodef-elements-holder-item-inner {
    width: 100%
}


.qodef-counter-holder {
    display: block;
    opacity: 0;
    padding: 20px 0
}

.qodef-counter-holder .qodef-counter-content-top {
    display: block;
    font-size: 72px;
    line-height: 1em;
    height: 1em;
    color: #fff
}

.qodef-counter-holder .qodef-counter-content-top .qodef-counter-icon {
    font-size: 44px;
    color: inherit;
    display: inline-block;
    vertical-align: top;
    line-height: inherit
}

.qodef-counter-holder .qodef-counter-content-top .qodef-counter-icon i {
    vertical-align: middle;
    display: inline-block
}

.qodef-counter-holder .qodef-counter-title {
    margin-top: 5px;
    color: #b2dd4c;
    font-weight: 600;
    letter-spacing: 0
}

.qodef-counter-holder-show {
    opacity: 1
}

.qodef-counter-holder.center {
    text-align: center
}

@-moz-document url-prefix() {
    .qodef-counter-holder .qodef-counter-content-top .qodef-counter {
        overflow: visible
    }
}

@supports (-ms-ime-align:auto) {
    .qodef-counter-holder .qodef-counter-content-top .qodef-counter {
        overflow: visible
    }
}

.qodef-testimonials.cards_carousel .qodef-testimonial-content {
    display: inline-block;
    width: 32.4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 .7%;
    opacity: 0
}

.qodef-testimonials.cards_carousel .qodef-testimonial-content:first-child {
    margin-left: 0
}

.qodef-testimonials.cards_carousel .qodef-testimonial-content:last-child {
    margin-right: 0
}

.qodef-testimonials.cards_carousel .qodef-testimonial-text-holder {
    position: relative;
    display: block
}

.qodef-testimonials.cards_carousel .qodef-testimonial-text-holder .qodef-testimonial-text-inner {
    display: block;
    text-align: left;
    padding: 23px 35px 40px;
    background-color: rgba(255, 255, 255, .35);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.qodef-testimonials.cards_carousel .qodef-testimonial-text-holder .qodef-testimonial-text-inner:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(255, 255, 255, .35);
    position: absolute;
    top: 100%;
    left: 44px
}

.qodef-testimonials.cards_carousel .qodef-testimonial-text {
    font-size: 14px;
    line-height: 1.71em;
    font-weight: 500;
    color: #fff
}

.qodef-testimonials.cards_carousel .qodef-testimonial-info-holder {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 40px 0 0 35px
}

.qodef-testimonials.cards_carousel .qodef-testimonial-author {
    display: table-cell;
    height: 100%;
    vertical-align: middle
}

.qodef-testimonials.cards_carousel .qodef-testimonial-author-text {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-left: 20px;
    color: #fff
}

.qodef-testimonials.cards_carousel .qodef-testimonial-author-text span {
    display: block
}

.qodef-testimonials.cards_carousel .qodef-testimonial-author-text .qodef-testimonials-job {
    font-weight: 500
}

.qodef-btn {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 800;
    font-family: inherit;
    padding: 0 35px;
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
    color: #707070;
    background-color: transparent;
    box-sizing: content-box !important
}

.qodef-btn.qodef-btn-solid {
    background-color: #b2dd4c;
    border: none;
    color: #fff;
    height: 52px;
    line-height: 52px
}

.qodef-btn.qodef-btn-icon {
    padding: 0;
    vertical-align: middle;
    box-sizing: content-box
}

.qodef-btn.qodef-btn-icon .qodef-btn-text {
    display: inline-block;
    padding: 0 30px;
    margin-right: 0;
    vertical-align: middle;
    float: left;
    line-height: inherit;
    font-weight: 600;
}

@media only screen and (max-width:600px) {
    .qodef-btn.qodef-btn-icon .qodef-btn-text {
        padding: 0 15px
    }
}

.qodef-btn.qodef-btn-icon .qodef-btn-text-icon {
    display: inline-block;
    width: 56px;
    text-align: center;
    font-size: 23px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: inherit;
    vertical-align: middle;
    float: left;
    line-height: inherit;
    border-radius: 0 3px 3px 0;
    position: relative;
    overflow: hidden
}

.qodef-btn.qodef-btn-icon .qodef-btn-text-icon i {
    display: block;
    position: relative;
    left: 0;
    line-height: inherit
}

.qodef-btn.qodef-btn-icon .qodef-btn-text-icon:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    content: "\e079";
    font-family: simple-line-icons;
    overflow: hidden;
    font-weight: 400
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-border-hover).qodef-btn-solid {
    border: none
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid .qodef-btn-text-icon {
    background-color: #9fd323
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-border-hover).qodef-btn-solid .qodef-btn-text-icon {
    border: none
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) {
    overflow: hidden;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-btn-text {
    z-index: 9;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay-holder {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    top: -100%;
    left: 0;
    height: 300%;
    width: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay {
    background-color: #b2dd4c
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-solid:not(.qodef-btn-custom-hover-bg) .qodef-animation-overlay {
    background-color: #212121
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .qodef-btn-hover-animation {
        display: inline-table
    }
}

@supports (-ms-ime-align:auto) {
    .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
        border-radius: inherit !important;
        height: 100% !important;
        top: 0 !important
    }
}

.qodef-btn {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 800;
    font-family: inherit;
    padding: 0 35px;
    font-size: 13px;
    line-height: 48px;
    height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px solid #e6e6e6;
    color: #707070;
    background-color: transparent;
    box-sizing: content-box !important
}

.qodef-btn.qodef-btn-solid {
    background-color: #b2dd4c;
    border: none;
    color: #fff;
    height: 52px;
    line-height: 52px
}

.qodef-btn.qodef-btn-icon {
    padding: 0;
    vertical-align: middle;
    box-sizing: content-box
}

.qodef-btn.qodef-btn-icon .qodef-btn-text {
    display: inline-block;
    padding: 0 30px;
    margin-right: 0;
    vertical-align: middle;
    float: left;
    line-height: inherit
}

@media only screen and (max-width:600px) {
    .qodef-btn.qodef-btn-icon .qodef-btn-text {
        padding: 0 15px
    }
}

.qodef-btn.qodef-btn-icon .qodef-btn-text-icon {
    display: inline-block;
    width: 56px;
    text-align: center;
    font-size: 23px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: inherit;
    vertical-align: middle;
    float: left;
    line-height: inherit;
    border-radius: 0 3px 3px 0;
    position: relative;
    overflow: hidden
}

.qodef-btn.qodef-btn-icon .qodef-btn-text-icon i {
    display: block;
    position: relative;
    left: 0;
    line-height: inherit
}

.qodef-btn.qodef-btn-icon .qodef-btn-text-icon:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    content: "\e079";
    font-family: simple-line-icons;
    overflow: hidden;
    font-weight: 400
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-border-hover).qodef-btn-solid {
    border: none
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid .qodef-btn-text-icon {
    background-color: #9fd323
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-border-hover).qodef-btn-solid .qodef-btn-text-icon {
    border: none
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) {
    overflow: hidden;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-btn-text {
    z-index: 9;
    position: relative
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay-holder {
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    top: -100%;
    left: 0;
    height: 300%;
    width: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay {
    background-color: #b2dd4c
}

.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline).qodef-btn-solid:not(.qodef-btn-custom-hover-bg) .qodef-animation-overlay {
    background-color: #212121
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .qodef-btn-hover-animation {
        display: inline-table
    }
}

@supports (-ms-ime-align:auto) {
    .qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline) .qodef-animation-overlay {
        border-radius: inherit !important;
        height: 100% !important;
        top: 0 !important
    }
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    box-sizing: border-box
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 15;
    padding: 0 !important;
    text-align: center;
    list-style: none
}

.carousel-indicators:not(.thumbnails) li {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 1px;
    text-indent: -999px;
    border-radius: 20px
}

.carousel {
    margin-bottom: 0
}

.carousel.qodef-full-screen {
    height: 1500px
}

.qodef-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 10
}

.qodef-slider-preloader {
    width: 100%;
    background-repeat: repeat;
    background-color: #3f3f3f;
    background-attachment: scroll;
    background-size: inherit;
    background-image: url(https://cdn.hdwebsoft.com/wp-content/themes/startit/assets/css/img/preload_pattern.png);
    -webkit-animation-name: preload-background;
    -webkit-animation-duration: 40s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-fill-mode: forwards;
    animation-name: preload-background;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    position: absolute;
    z-index: 20;
    height: 1100px
}

.qodef-slider-preloader .qodef-st-loader {
    display: none !important
}

.carousel-inner .qodef-slider-content-outer {
    position: relative;
    height: 100%;
    width: 1100px;
    margin: 0 auto;
    z-index: 12
}

.carousel-inner .qodef-slider-content {
    position: absolute;
    width: 100%
}

.carousel-inner .item.qodef-content-vertical-middle .qodef-slider-content-outer {
    display: table
}

.carousel-inner .item.qodef-content-vertical-middle .qodef-slider-content {
    display: table-cell;
    vertical-align: middle;
    position: static
}

.carousel-inner .qodef-slider-content.left {
    text-align: left
}

.carousel-inner .qodef-slider-content .qodef-text {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.carousel-inner .qodef-slider-content .qodef-slider-content-inner.one_by_one,
.carousel-inner .qodef-slider-content .qodef-text.one_by_one {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1
}

.carousel-inner .qodef-slider-content .qodef-slider-content-inner.one_by_one.from_bottom,
.carousel-inner .qodef-slider-content .qodef-text.one_by_one.from_bottom .qodef-el {
    opacity: 0;
    position: relative;
    top: 70px
}

.carousel-inner .qodef-slider-content .qodef-el {
    width: 100%
}

.carousel-inner .qodef-slider-content .qodef-el>div {
    display: inline-block;
    vertical-align: middle;
    width: inherit
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder {
    display: inline-block;
    width: 100%
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn {
    margin: 40px 8px 0;
    height: auto !important
}

@media only screen and (max-width:480px) {
    .carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn:last-child {
        margin: 20px 0 0
    }
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn.qodef-btn-solid {
    line-height: 56px
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn.qodef-btn-default {
    color: #fff;
    line-height: 52px;
    border-color: rgba(255, 255, 255, .5)
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn:first-child {
    margin-left: 0
}

.carousel-inner .qodef-slider-content .qodef-slide-buttons-holder .qodef-btn:last-child {
    margin-right: 0
}

.carousel-inner h2 {
    clear: both;
    font-size: 90px;
    line-height: 1.0777em;
    letter-spacing: 0;
    font-weight: 700;
    color: #fff;
    margin: 0 0 22px
}

.carousel-inner h2 span,
.carousel-inner h3 span {
    display: inline-block
}

.carousel-inner h3.qodef-slide-subtitle {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    background-color: rgba(255, 255, 255, .2);
    line-height: 1.458em;
    padding: 9px 20px;
    display: inline-block;
    border-left: 7px solid #b2dd4c;
    margin: 0 0 20px
}

.carousel-inner h3.qodef-slide-text {
    margin: 0;
    clear: both;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.458em
}

.carousel-inner .left .qodef-text,
.carousel-inner .left h2,
.carousel-inner .left h3 {
    text-align: left
}

.carousel-inner {
    left: 0 !important;
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -o-transform: translate(0, 0)
}

.carousel-inner .item img {
    display: inline-block !important
}

.carousel-inner .item .qodef-image {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 110%
}

.carousel-inner .item .qodef-image img {
    display: none !important;
    width: 0;
    height: 0
}

.carousel-control {
    top: 0;
    width: 8%;
    height: 100%;
    text-shadow: none;
    position: absolute;
    z-index: 2 !important;
    margin: 0;
    outline: 0;
    -ms-transform: opacity .15s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden
}

.carousel-control.right {
    right: 0;
    left: auto
}

.carousel-control .qodef-next-nav,
.carousel-control .qodef-prev-nav {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 20px;
    color: #fff;
    background-color: rgba(255, 255, 255, .35);
    text-align: center;
    z-index: 10
}

.carousel-control span span {
    display: block;
    line-height: inherit
}

.carousel-control .qodef-prev-nav {
    left: 0;
    border-radius: 0 3px 3px 0
}

.carousel-control .qodef-next-nav {
    right: 0;
    border-radius: 3px 0 0 3px
}

.carousel-indicators:not(.thumbnails) li {
    vertical-align: middle;
    background-color: #fff;
    position: relative;
    opacity: .4;
    margin: 5px 7px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-transform: background-color .2s ease-out, border-color .2s ease-out, opacity .2s ease-out, transform .2s ease-out
}

.carousel-indicators:not(.thumbnails) li:before {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    border-radius: 20px;
    border: 2px solid transparent;
    background-color: transparent;
    width: 16px;
    height: 16px;
    padding: 3px;
    opacity: 1
}

.carousel-indicators:not(.thumbnails) li.active:before {
    border-color: #fff
}

.carousel-indicators:not(.thumbnails) li.active {
    opacity: 1;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

@media only screen and (max-width:1200px) {
    .qodef-container-inner,
    .qodef-grid,
    .qodef-grid-section .qodef-section-inner,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 950px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-container-inner,
    .qodef-grid,
    .qodef-grid-section .qodef-section-inner,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 768px
    }
}

@media only screen and (max-width:768px) {
    .qodef-container-inner,
    .qodef-grid,
    .qodef-grid-section .qodef-section-inner,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 600px
    }
}

@media only screen and (max-width:600px) {
    .qodef-container-inner,
    .qodef-grid,
    .qodef-grid-section .qodef-section-inner,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 420px
    }
}

@media only screen and (max-width:480px) {
    .qodef-container-inner,
    .qodef-grid,
    .qodef-grid-section .qodef-section-inner,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 300px
    }
}

@media only screen and (max-width:320px) {
    .qodef-container-inner,
    .qodef-grid,
    .qodef-grid-section .qodef-section-inner,
    .qodef-slider .carousel-inner .qodef-slider-content-outer {
        width: 95%
    }
}

@media only screen and (max-width:480px) {
    .qodef-section-inner-margin {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-four-columns .qodef-column {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .qodef-page-header {
        display: none
    }
    .qodef-mobile-header {
        display: block
    }
}

@media only screen and (max-width:1200px) {
    .qodef-drop-down .wide .second>.inner>ul {
        width: 950px
    }
}

@media only screen and (max-width:1024px) {
    .qodef-drop-down .wide .second>.inner>ul {
        width: 768px
    }
}

@media only screen and (min-width:1024px) and (max-width:1400px) {
    footer .qodef-four-columns .qodef-column {
        padding: 30px
    }
    footer .qodef-four-columns .qodef-column:first-child {
        padding-left: 30px
    }
    footer .qodef-four-columns .qodef-column:last-child {
        padding-right: 30px
    }
}

@media only screen and (max-width:1024px) {
    footer .qodef-footer-top .qodef-column {
        min-height: initial !important
    }
    footer .qodef-footer-top .qodef-column:nth-child(2n+2) {
        border-right: 0
    }
    footer .qodef-four-columns .qodef-column {
        width: 49.5%;
        float: none;
        vertical-align: top;
        display: inline-block;
        margin-bottom: 50px;
        padding: 0 30px
    }
    footer .qodef-four-columns .qodef-column:first-child {
        padding-left: 30px
    }
    footer .qodef-four-columns .qodef-column:last-child {
        padding-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .qodef-column:nth-child(n+3) {
        margin-bottom: 0
    }
}

@media only screen and (max-width:768px) {
    .qodef-testimonials.cards_carousel .qodef-testimonial-content {
        width: 100%;
        margin: 0 0 30px 0
    }
    .qodef-elements-holder.qodef-responsive-mode-768.qodef-three-columns .qodef-elements-holder-item {
        width: 100%;
        display: inline-block;
        height: auto
    }

    footer .qodef-four-columns .qodef-column {
        width: 100%;
        text-align: center;
        border-right: 0
    }
    footer .qodef-column:last-child {
        margin-bottom: 0
    }

}

@media only screen and (max-width:1024px) {
    .carousel-inner {
        position: relative
    }
    .carousel-inner>.item,
    .qodef-slider .carousel-control {
        padding-top: 0 !important
    }
    .carousel .carousel-inner .qodef-slider-content-outer {
        display: table;
        box-sizing: border-box;
        display: table;
        padding: 0 5px
    }
    .carousel .carousel-inner .qodef-slider-content {
        display: table-cell;
        vertical-align: middle;
        position: static;
        top: 0 !important;
        left: 0 !important
    }
}

@media only screen and (max-width:600px) {
    .carousel-control {
        display: none
    }
}

@media only screen and (max-width:480px) {
    .carousel .carousel-inner .qodef-slider-content-outer {
        width: 100% !important
    }
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .qodef-section.qodef-parallax-section-holder {
        height: auto !important;
        min-height: 400px
    }
}

@media only screen and (max-width:480px) {
    .qodef-section.qodef-parallax-section-holder {
        height: auto !important;
        min-height: 400px
    }
}

.qodef-page-header .qodef-sticky-header .qodef-sticky-holder .qodef-logo-wrapper a {
    max-height: 88px
}

.qodef-btn.qodef-btn-icon:not(.qodef-btn-custom-hover-bg).qodef-btn-solid .qodef-btn-text-icon {
    background-color: rgba(0, 0, 0, .05)
}

.qodef-counter-holder .qodef-counter-title,
.qodef-menu-area .qodef-featured-icon,
.qodef-sticky-nav .qodef-featured-icon,
a,
p a {
    color: #1B87C6
}

.qodef-btn.qodef-btn-hover-animation .qodef-animation-overlay,
.qodef-btn.qodef-btn-hover-animation:not(.qodef-btn-outline):not(.qodef-btn-custom-hover-bg):not(.qodef-btn-solid) .qodef-animation-overlay,
.qodef-btn.qodef-btn-solid,
.qodef-drop-down .second .inner ul li a:before,
.qodef-main-menu>ul>li.qodef-active-item>a .item_outer,
.qodef-main-menu>ul>li>a .item_outer:before,
footer input[type=submit],
input.wpcf7-form-control.wpcf7-submit {
    background-color: #1B87C6
}

.carousel-inner h3.qodef-slide-subtitle,
.qodef-btn.qodef-btn-solid,
.qodef-drop-down .second,
.qodef-drop-down .second .inner>ul,
footer input[type=submit],
input.wpcf7-form-control.wpcf7-submit {
    border-color: #1B87C6
}

ol,
p,
ul {
    color: #333
}

footer .qodef-footer-top .qodef-column-inner {
    text-align: inherit
}

.qodef-page-header .qodef-sticky-header {
    height: 88px
}

.qodef-page-header .qodef-sticky-header .qodef-logo-wrapper a {
    max-height: 79px
}

.qodef-main-menu.qodef-sticky-nav>ul>li>a {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 400
}

.qodef-main-menu.qodef-default-nav>ul>li>a {
    font-family: Oswald, sans-serif;
    font-weight: 400;
    text-transform: uppercase
}

.vc_row:after,
.vc_row:before {
    content: " ";
    display: table
}

.vc_row:after {
    clear: both
}

.vc_column_container {
    width: 100%
}

.vc_row {
    margin-left: -15px;
    margin-right: -15px
}

.vc_col-sm-12,
.vc_col-sm-3,
.vc_col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.vc_col-sm-1\/5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@media (min-width:768px) {
    .vc_col-sm-12,
    .vc_col-sm-3,
    .vc_col-sm-6 {
        float: left
    }
    .vc_col-sm-12 {
        width: 100%
    }
    .vc_col-sm-6 {
        width: 50%
    }
    .vc_col-sm-3 {
        width: 25%
    }
    .vc_col-sm-1\/5 {
        float: left
    }
    .vc_col-sm-1\/5 {
        width: 20%
    }
}

.wpb_text_column:last-child,
.wpb_text_column p:last-child {
    margin-bottom: 0
}

.wpb_content_element {
    margin-bottom: 35px
}

.vc_column-inner::after,
.vc_column-inner::before {
    content: " ";
    display: table
}

.vc_column-inner::after {
    clear: both
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0
}

.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

.tnp-widget-minimal {
    width: 100%
}

.tnp-widget-minimal form {
    margin: 0;
    padding: 0;
    border: 0
}

.tnp-widget-minimal input.tnp-email {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    color: #444;
    font-size: 14px;
    font-family: Open Sans, sans-serif;
}

.tnp-widget-minimal input.tnp-submit {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
    border: 1px;
    border-color: #ddd;
    background-color: #444;
    background-image: none;
    text-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    border-radius: 0;
    height: auto;
    margin: 0
}