 */@-webkit-keyframes bs-notify-fadeOut {
    0% {
    opacity: .9;
}
100% {
    opacity: 0;
}
}@-o-keyframes bs-notify-fadeOut {
    0% {
    opacity: .9;
}
100% {
    opacity: 0;
}
}@keyframes bs-notify-fadeOut {
    0% {
    opacity: .9;
}
100% {
    opacity: 0;
}
}.bootstrap-select>select.bs-select-hidden, select.bs-select-hidden, select.selectpicker {
    display: none!important;
}
.bootstrap-select {
    vertical-align: middle;
}
.bootstrap-select>.dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: right;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bootstrap-select>.dropdown-toggle:after {
    margin-top: -1px;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #999;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder.btn-success:hover {
    color: rgba(255, 255, 255, .5);
}
.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    z-index: 0!important;
}
.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block!important;
    width: 100%!important;
    z-index: 2!important;
}
.bootstrap-select.is-invalid .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle, .was-validated .bootstrap-select select:invalid+.dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid+.dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto!important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
    height: auto;
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
    float: right;
}
.form-group .bootstrap-select, .form-horizontal .bootstrap-select, .form-inline .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-lg .dropdown-toggle, .bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: .25rem .5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: .5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
    width: 100%}
.bootstrap-select.disabled, .bootstrap-select>.disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus, .bootstrap-select>.disabled:focus {
    outline: 0!important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0!important;
    padding: 0!important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
    position: static;
    top: 0;
    left: 0;
    float: left;
    height: 100%;
    width: 100%;
    text-align: left;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0!important;
    float: left;
    opacity: 0!important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
    width: 100%}
.bootstrap-select .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu>.inner:focus {
    outline: 0!important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
    color: rgba(255, 255, 255, .5)!important;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: .5em;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    -o-animation: .3s linear 750ms forwards bs-notify-fadeOut;
    animation: .3s linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner, .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0'}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: .5em;
    height: 1em;
    border-style: solid;
    border-width: 0 .26em .26em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, .2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid rgba(204, 204, 204, .2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid #fff;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.open>.dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show>.dropdown-toggle .filter-option:before {
    display: block;
}
.bs-actionsbox, .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%}
.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/*!*Style.css*/body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #767676;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
a {
    color: #efbb20;
    outline: 0 none;
    text-decoration: none;
}
a:focus, a:hover {
    text-decoration: none;
    outline: 0 none;
}
a:active, a:hover {
    color: #333;
}
p a {
    color: #333;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
hr {
    clear: both;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}
address {
    font-style: italic;
}
table {
    background-color: transparent;
    width: 100%}
table thead th {
    color: #333;
}
table td {
    padding: 15px 10px;
}
address, dd, dl, hr, ol, p, pre, table, ul {
    margin-bottom: 24px;
}
.overflow-hide {
    overflow: hidden;
}
.overflow-auto {
    overflow: auto;
}
.clear {
    clear: both;
}
.pull-none {
    float: none;
}
::-moz-selection {
    background: #3396d1;
    color: #fff;
}
::selection {
    background: #3396d1;
    color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-family: roboto;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #333;
}
h1 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 25px;
    font-weight: 600;
}
h2 {
    font-size: 30px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}
h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}
h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}
h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}
h6 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
p {
    line-height: 24px;
    margin-bottom: 20px;
    color: #333333;
}
strong {
    font-weight: 600;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.v-align-t {
    vertical-align: top;
}
.v-align-m {
    vertical-align: middle;
}
.v-align-b {
    vertical-align: bottom;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-24 {
    font-size: 24px;
}
.font-26 {
    font-size: 26px;
}
.font-30 {
    font-size: 30px;
    line-height: 40px;
}
.font-35 {
    font-size: 35px;
    line-height: 45px;
}
.font-40 {
    font-size: 40px;
    line-height: 50px;
}
.font-45 {
    font-size: 45px;
    line-height: 55px;
}
.font-50 {
    font-size: 50px;
    line-height: 65px;
}
.font-55 {
    font-size: 55px;
    line-height: 65px;
}
.font-60 {
    font-size: 60px;
    line-height: 70px;
}
.font-weight-300 {
    font-weight: 300;
}
.font-weight-400 {
    font-weight: 400;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}
.font-weight-800 {
    font-weight: 800;
}
.font-weight-900 {
    font-weight: 900;
}
dl, ol, ul {
    list-style-position: outside;
    padding: 0;
}
ol, ul {
    margin-bottom: 24px;
}
ol li, ul li {
    padding: 0;
}
dl {
    margin-left: 0;
    margin-bottom: 30px;
}
dl dd {
    margin-bottom: 10px;
}
.p-a0 {
    padding: 0;
}
.p-a5 {
    padding: 5px;
}
.p-a10 {
    padding: 10px;
}
.p-a15 {
    padding: 15px;
}
.p-a20 {
    padding: 20px;
}
.p-a25 {
    padding: 25px;
}
.p-a30 {
    padding: 30px;
}
.p-a40 {
    padding: 40px;
}
.p-a50 {
    padding: 50px;
}
.p-a60 {
    padding: 60px;
}
.p-a70 {
    padding: 70px;
}
.p-a80 {
    padding: 80px;
}
.p-a90 {
    padding: 90px;
}
.p-a100 {
    padding: 100px;
}
.p-t0 {
    padding-top: 0;
}
.p-t5 {
    padding-top: 5px;
}
.p-t10 {
    padding-top: 10px;
}
.p-t15 {
    padding-top: 15px;
}
.p-t20 {
    padding-top: 20px;
}
.p-t30 {
    padding-top: 30px;
}
.p-t40 {
    padding-top: 40px;
}
.p-t50 {
    padding-top: 50px;
}
.p-t60 {
    padding-top: 60px;
}
.p-t70 {
    padding-top: 70px;
}
.p-t80 {
    padding-top: 80px;
}
.p-t90 {
    padding-top: 90px;
}
.p-t100 {
    padding-top: 100px;
}
.p-b0 {
    padding-bottom: 0;
}
.p-b5 {
    padding-bottom: 5px;
}
.p-b10 {
    padding-bottom: 10px;
}
.p-b15 {
    padding-bottom: 15px;
}
.p-b20 {
    padding-bottom: 20px;
}
.p-b30 {
    padding-bottom: 30px;
}
.p-b40 {
    padding-bottom: 40px;
}
.p-b50 {
    padding-bottom: 50px;
}
.p-b60 {
    padding-bottom: 60px;
}
.p-b70 {
    padding-bottom: 70px;
}
.p-b80 {
    padding-bottom: 80px;
}
.p-b90 {
    padding-bottom: 90px;
}
.p-b100 {
    padding-bottom: 100px;
}
.p-l0 {
    padding-left: 0;
}
.p-l5 {
    padding-left: 5px;
}
.p-l10 {
    padding-left: 10px;
}
.p-l15 {
    padding-left: 15px;
}
.p-l20 {
    padding-left: 20px;
}
.p-l30 {
    padding-left: 30px;
}
.p-l40 {
    padding-left: 40px;
}
.p-l50 {
    padding-left: 50px;
}
.p-l60 {
    padding-left: 60px;
}
.p-l70 {
    padding-left: 70px;
}
.p-l80 {
    padding-left: 80px;
}
.p-l90 {
    padding-left: 90px;
}
.p-l100 {
    padding-left: 100px;
}
.p-r0 {
    padding-right: 0;
}
.p-r5 {
    padding-right: 5px;
}
.p-r10 {
    padding-right: 10px;
}
.p-r15 {
    padding-right: 15px;
}
.p-r20 {
    padding-right: 20px;
}
.p-r30 {
    padding-right: 30px;
}
.p-r40 {
    padding-right: 40px;
}
.p-r50 {
    padding-right: 50px;
}
.p-r60 {
    padding-right: 60px;
}
.p-r70 {
    padding-right: 70px;
}
.p-r80 {
    padding-right: 80px;
}
.p-r90 {
    padding-right: 90px;
}
.p-r100 {
    padding-right: 100px;
}
.p-lr0 {
    padding-left: 0;
    padding-right: 0;
}
.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}
.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}
.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}
.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}
.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}
.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}
.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}
.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}
.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}
.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}
.p-tb0 {
    padding-bottom: 0;
    padding-top: 0;
}
.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}
.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}
.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}
.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}
.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}
.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}
.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}
.m-auto {
    margin: auto;
}
.m-a0 {
    margin: 0;
}
.m-a5 {
    margin: 5px;
}
.m-a10 {
    margin: 10px;
}
.m-a15 {
    margin: 15px;
}
.m-a20 {
    margin: 20px;
}
.m-a30 {
    margin: 30px;
}
.m-a40 {
    margin: 40px;
}
.m-a50 {
    margin: 50px;
}
.m-a60 {
    margin: 60px;
}
.m-a70 {
    margin: 70px;
}
.m-a80 {
    margin: 80px;
}
.m-a90 {
    margin: 90px;
}
.m-a100 {
    margin: 100px;
}
.m-t0 {
    margin-top: 0;
}
.m-t5 {
    margin-top: 5px;
}
.m-t10 {
    margin-top: 10px;
}
.m-t15 {
    margin-top: 15px;
}
.m-t20 {
    margin-top: 20px;
}
.m-t30 {
    margin-top: 30px;
}
.m-t40 {
    margin-top: 40px;
}
.m-t50 {
    margin-top: 50px;
}
.m-t60 {
    margin-top: 60px;
}
.m-t70 {
    margin-top: 70px;
}
.m-t80 {
    margin-top: 80px;
}
.m-t90 {
    margin-top: 90px;
}
.m-t100 {
    margin-top: 100px;
}
.m-b0 {
    margin-bottom: 0;
}
.m-b5 {
    margin-bottom: 5px;
}
.m-b10 {
    margin-bottom: 10px;
}
.m-b15 {
    margin-bottom: 15px;
}
.m-b20 {
    margin-bottom: 20px;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b40 {
    margin-bottom: 40px;
}
.m-b50 {
    margin-bottom: 50px;
}
.m-b60 {
    margin-bottom: 60px;
}
.m-b70 {
    margin-bottom: 70px;
}
.m-b80 {
    margin-bottom: 80px;
}
.m-b90 {
    margin-bottom: 90px;
}
.m-b100 {
    margin-bottom: 100px;
}
.m-l0 {
    margin-left: 0;
}
.m-l5 {
    margin-left: 5px;
}
.m-l10 {
    margin-left: 10px;
}
.m-l15 {
    margin-left: 15px;
}
.m-l20 {
    margin-left: 20px;
}
.m-l30 {
    margin-left: 30px;
}
.m-l40 {
    margin-left: 40px;
}
.m-l50 {
    margin-left: 50px;
}
.m-l60 {
    margin-left: 60px;
}
.m-l70 {
    margin-left: 70px;
}
.m-l80 {
    margin-left: 80px;
}
.m-l90 {
    margin-left: 90px;
}
.m-l100 {
    margin-left: 100px;
}
.m-r0 {
    margin-right: 0;
}
.m-r5 {
    margin-right: 5px;
}
.m-r10 {
    margin-right: 10px;
}
.m-r15 {
    margin-right: 15px;
}
.m-r20 {
    margin-right: 20px;
}
.m-r30 {
    margin-right: 30px;
}
.m-r40 {
    margin-right: 40px;
}
.m-r50 {
    margin-right: 50px;
}
.m-r60 {
    margin-right: 60px;
}
.m-r70 {
    margin-right: 70px;
}
.m-r80 {
    margin-right: 80px;
}
.m-r90 {
    margin-right: 90px;
}
.m-r100 {
    margin-right: 100px;
}
.m-lr0 {
    margin-left: 0;
    margin-right: 0;
}
.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}
.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}
.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}
.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}
.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}
.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}
.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}
.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}
.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}
.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}
.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}
.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}
.m-tb0 {
    margin-bottom: 0;
    margin-top: 0;
}
.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}
.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}
.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}
.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}
.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}
.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}
.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}
.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}
.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}
.no-col-gap [class*=col-lg-], .no-col-gap [class*=col-md-], .no-col-gap [class*=col-sm-], .no-col-gap [class*=col-xs-] {
    padding-left: 0;
    padding-right: 0;
}
.max-w100 {
    max-width: 100px;
}
.max-w200 {
    max-width: 200px;
}
.max-w300 {
    max-width: 300px;
}
.max-w400 {
    max-width: 400px;
}
.max-w500 {
    max-width: 500px;
}
.max-w600 {
    max-width: 600px;
}
.max-w700 {
    max-width: 700px;
}
.max-w800 {
    max-width: 800px;
}
.max-w900 {
    max-width: 900px;
}
.max-w1000 {
    max-width: 1000px;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.static {
    position: static;
}
.z-index1 {
    z-index: 1;
}
.z-index2 {
    z-index: 2;
}
.z-index3 {
    z-index: 3;
}
.z-index4 {
    z-index: 4;
}
.z-index5 {
    z-index: 5;
}
.z-index6 {
    z-index: 6;
}
.z-index7 {
    z-index: 7;
}
.z-index8 {
    z-index: 8;
}
.z-index9 {
    z-index: 9;
}
.z-index10 {
    z-index: 10;
}
.z-index100 {
    z-index: 100;
}
.z-index999 {
    z-index: 999;
}
.text-white {
    color: #fff;
}
.text-primary {
    color: #efbb20;
}
.text-black {
    color: #000;
}
.text-gray {
    color: #f5f6f6;
}
.text-gray-dark {
    color: #d3d3d3;
}
.text-red {
    color: red;
}
.text-green {
    color: #090;
}
.text-yellow {
    color: #ff0;
}
.bg-transparent {
    background-color: transparent;
}
.bg-white {
    background-color: #fff;
}
.bg-black {
    background-color: #000;
}
.bg-black-light {
    background-color: #212121;
}
.bg-gray {
    background-color: #f5f6f6;
}
.bg-gray-dark {
    background-color: #d3d3d3;
}
.bg-red {
    background-color: #ff4045;
}
.bg-green {
    background-color: #38e225;
}
.bg-yellow {
    background-color: #f0f52e;
}
.bg-img-fix {
    background-attachment: fixed;
    background-size: cover;
}
.dez-img-overlay1, .dez-img-overlay2, .dez-img-overlay3, .dez-img-overlay4, .dez-img-overlay5, .dez-img-overlay6, .dez-img-overlay7, .dez-img-overlay8, .dez-img-overlay9 {
    position: relative;
}
.dez-img-overlay1:after, .dez-img-overlay1:before, .dez-img-overlay2:after, .dez-img-overlay2:before, .dez-img-overlay3:after, .dez-img-overlay3:before, .dez-img-overlay4:after, .dez-img-overlay4:before, .dez-img-overlay5:after, .dez-img-overlay5:before, .dez-img-overlay6:after, .dez-img-overlay6:before, .dez-img-overlay7:after, .dez-img-overlay7:before, .dez-img-overlay8:after, .dez-img-overlay8:before, .dez-img-overlay9:after, .dez-img-overlay9:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: .4;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.dez-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dez-box:hover .dez-img-overlay1:before, .dez-img-overlay1:hover:before {
    opacity: .5;
}
.dez-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
}
.dez-box:hover .dez-img-overlay2:before, .dez-img-overlay2:hover:before {
    opacity: .9;
}
.dez-img-overlay3:before {
    left: 50%;
    top: 50%}
.dez-box:hover .dez-img-overlay3:before, .dez-img-overlay3:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.dez-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%}
.dez-box:hover .dez-img-overlay4:before, .dez-img-overlay4:hover:before {
    width: 100%;
    left: 0;
}
.dez-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%}
.dez-box:hover .dez-img-overlay5:before, .dez-img-overlay5:hover:before {
    height: 100%;
    top: 0;
}
.dez-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%}
.dez-box:hover .dez-img-overlay6:before, .dez-img-overlay6:hover:before {
    height: 100%}
.dez-img-overlay7:after, .dez-img-overlay7:before {
    height: 100%}
.dez-img-overlay7:after {
    left: auto;
    right: 0;
}
.dez-box:hover .dez-img-overlay7:after, .dez-box:hover .dez-img-overlay7:before, .dez-img-overlay7:hover:after, .dez-img-overlay7:hover:before {
    width: 50%}
.dez-img-overlay8:after, .dez-img-overlay8:before {
    height: 100%}
.dez-img-overlay8:after {
    left: auto;
    right: 0;
}
.dez-box:hover .dez-img-overlay8:after, .dez-box:hover .dez-img-overlay8:before, .dez-img-overlay8:hover:after, .dez-img-overlay8:hover:before {
    width: 100%;
    opacity: .3;
}
.dez-img-overlay9:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}
.dez-box:hover .dez-img-overlay9:after, .dez-box:hover .dez-img-overlay9:before, .dez-img-overlay9:hover:after, .dez-img-overlay9:hover:before {
    width: 100%;
    height: 100%;
    opacity: .3;
}
.dez-img-overlay10:after, .dez-img-overlay10:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.dez-box:hover .dez-img-overlay10:before, .dez-img-overlay10:hover:before {
    opacity: .5;
}
.dez-box:hover .dez-img-overlay10:after, .dez-img-overlay10:hover:after {
    width: 90%;
    height: 80%;
    left: 5%;
    top: 10%;
    opacity: .5;
    background: 0 0;
    border: 1px dashed #fff;
}
.dez-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}
.dez-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
}
.dez-img-effect.opacity img:hover {
    opacity: .8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}
.dez-img-effect.zoom-slow img {
    transition: all 5s;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    -o-transition: all 5s;
}
.dez-img-effect.zoom-slow:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.dez-img-effect.zoom:hover img {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.dez-img-effect.shrink:hover img {
    transform: scale(.8);
    -ms-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
}
.dez-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.dez-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.dez-img-effect.fade-in {
    background: #000;
}
.dez-img-effect.fade-in img {
    opacity: .65;
    -moz-opacity: 0.65;
    -webkit-opacity: 0.65;
}
.dez-img-effect.fade-in:hover img {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
}
.dez-img-effect.fade-out {
    background: #000;
}
.dez-img-effect.fade-out:hover img {
    opacity: .7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
}
.dez-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}
.dez-img-effect.sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}
.algo-image-hover.sepia:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
.dez-img-effect.blurr img {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.dez-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
.dez-img-effect.blurr-invert img {
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}
.dez-img-effect.blurr-invert img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}
.dez-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}
.dez-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.dez-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.dez-box .dez-img-effect.on-color img, .dez-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}
.dez-box:hover .dez-img-effect.on-color img, .dez-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}
.dez-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}
.dez-info-has.p-a15 {
    padding: 15px;
}
.dez-info-has.p-a20 {
    padding: 20px;
}
.dez-info-has.bg-primary {
    background-color: rgba(27, 188, 232, .9);
}
.dez-info-has.bg-green {
    background-color: rgba(106, 179, 62, .9);
}
.dez-info-has.bg-black {
    background-color: rgba(0, 0, 0, .6);
}
.dez-info-has.bg-white {
    background-color: rgba(255, 255, 255, .8)!important;
}
.dez-info-has.bg-white h1, .dez-info-has.bg-white h2, .dez-info-has.bg-white h3, .dez-info-has.bg-white h4, .dez-info-has.bg-white h5, .dez-info-has.bg-white h6 {
    color: #3d474a;
}
.dez-info-has.bg-white h1 a, .dez-info-has.bg-white h2 a, .dez-info-has.bg-white h3 a, .dez-info-has.bg-white h4 a, .dez-info-has.bg-white h5 a, .dez-info-has.bg-white h6 a {
    color: #3d474a;
}
.dez-info-has.bg-white .dez-info-has-text, .dez-info-has.bg-white p {
    color: #767676;
}
.dez-info-has a, .dez-info-has h1, .dez-info-has h2, .dez-info-has h3, .dez-info-has h4, .dez-info-has h5, .dez-info-has h6, .dez-info-has p, .dez-info-has-text {
    color: #fff;
}
.dez-info-has .dez-info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}
.dez-media {
    overflow: hidden;
    position: relative;
}
.dez-box:hover .dez-info-has, .dez-media:hover .dez-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
.dez-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}
.dez-info-has.skew-has {
    border-top: 4px solid #2d3239;
    padding: 30px 15px 60px;
    -moz-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    transform: skewY(10deg);
    bottom: -35px;
}
.dez-info-has.skew-has>* {
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    transform: skewY(-10deg);
}
label {
    font-weight: 600;
    margin-bottom: 10px;
}
.panel-default, .panel-default>.panel-heading {
    border-color: #e7ecf1;
    color: inherit;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e7ecf1;
}
.form-group {
    margin-bottom: 25px;
}
.form-control {
    border-color: #e1e6eb;
    box-shadow: none;
    height: 40px;
    font-size: 13px;
    line-height: 20px;
    padding: 9px 12px;
}
.form-control:focus {
    border-color: #e1e1e1;
    outline: 0;
}
.form-control:focus, .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control.kv-fileinput-caption {
    height: 39px;
}
.form-group.form-inline .checkbox, .form-group.form-inline .radio {
    margin-right: 15px;
}
.input-group {
    width: 100%}
.input-group .form-control, .input-group-btn, .input-group-prepend {
    display: table-cell;
}
.input-group-prepend {
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
}
.input-group-prepend.font-size-20 {
    font-size: 20px;
}
.input-group-prepend.fixed-w {
    text-align: center;
    padding: 6px 0;
    width: 40px;
}
.input-group-prepend.v-align-t {
    line-height: 30px;
}
.dropdown-menu {
    font-size: 13px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%}
.bootstrap-select .dropdown-toggle {
    border: 1px solid #e7ecf1!important;
    background-color: #fff!important;
    height: 40px;
    font-size: 13px;
    color: #999;
}
.bootstrap-select .dropdown-toggle:after {
    display: none;
}
.bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:hover {
    background-color: #fff!important;
    border: 1px solid #e9e9e9!important;
    box-shadow: none!important;
    outline: 0!important;
}
.bootstrap-select:active, .bootstrap-select:focus {
    border: 0!important;
    box-shadow: none!important;
    outline: 0!important;
}
.bootstrap-select.show {
    box-shadow: none!important;
    outline: 0!important;
}
.bootstrap-select.show .dropdown-toggle {
    box-shadow: none!important;
    outline: 0!important;
}
.bootstrap-select.show.btn-group .dropdown-menu.inner {
    display: block;
}
.bootstrap-select div.dropdown-menu {
    border: 1px solid #e9e9e9;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 0;
    font-size: 13px;
}
.bootstrap-select div.dropdown-menu ul li {
    padding: 0;
}
.bootstrap-select div.dropdown-menu ul li a {
    padding: 5px 15px;
}
.bootstrap-select div.dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px;
}
.bootstrap-select .bs-searchbox .form-control {
    padding: 5px 10px;
    height: 30px;
}
.bootstrap-select .dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.bootstrap-select .dropdown-menu>li>a:hover {
    background-color: #f2f2f4;
}
input[type=checkbox], input[type=radio] {
    opacity: 0;
    margin-left: 1px!important;
}
input[type=checkbox]+label, input[type=radio]+label {
    display: block;
    padding-left: 20px!important;
    position: relative;
}
input[type=checkbox]+label:hover:before, input[type=radio]+label:hover:before {
    border-color: #3396d1;
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
    background-color: #fff;
    border: 2px solid #b6b7b8;
    border-radius: 0;
    content: "";
    display: inline-block;
    height: 16px;
    line-height: 1;
    margin-left: -20px;
    position: absolute;
    top: 2px;
    transition: all linear .1s;
    width: 16px;
}
input[type=checkbox]+label:after {
    color: #fff;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-size: 0px;
    -webkit-font-smoothing: antialiased;
    left: 6px;
    position: absolute;
    top: 7px;
    transition: all linear .1s;
}
input[type=checkbox]:checked+label:before {
    border-width: 7px;
    border-color: #3396d1;
}
input[type=checkbox]:checked+label:after {
    font-size: 10px;
    left: 2px;
    top: 2px;
}
input[type=radio]+label:before {
    border-radius: 50%;
    content: ""}
input[type=radio]:checked+label:before {
    border-color: #3396d1;
    border-width: 5px;
}
.form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
    position: absolute;
    left: 0;
    bottom: 0;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: auto;
    vertical-align: middle;
    display: table-cell;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 4.5px 8px;
    margin-left: -1px;
    position: relative;
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    background: #fff;
    font-size: 0;
    color: #000;
}
.bootstrap-touchspin .input-group-btn-vertical>.btn:before {
    font-size: 10px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 9px;
    font-weight: 400;
    color: #9fa0a1;
}
.input-rating input[type=radio] {
    display: none;
}
.input-rating input[type=radio]+label {
    display: inline-block;
    margin-left: -4px;
    padding-left: 0!important;
    padding-right: 0;
    width: 24px;
}
.input-rating input[type=radio]+label:first-of-type {
    margin-left: 0;
}
.input-rating input[type=radio]+label:before {
    background-color: transparent;
    border: none;
    color: #ffd925;
    content: "\f006";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    height: 14px;
    line-height: 1;
    margin-left: 0;
    position: static;
    text-align: center;
    top: 2px;
    transition: none;
    width: 14px;
}
.input-rating input[type=radio]+label.filled:before, .input-rating input[type=radio]+label.hovered.filled:before, .input-rating input[type=radio]+label.marked:before, .input-rating input[type=radio]:checked+label:before {
    content: "\f005"}
.input-rating input[type=radio]+label.hovered:before {
    content: "\f006"}
.rating-bx {
    color: #ffd925;
    font-size: 14px;
}
.rating-bx i {
    margin: 0 2px;
}
.rating-container .rating-stars::before {
    text-shadow: none;
}
.rating-container {
    color: #c8c8c8;
}
.rating-container .rating-stars {
    color: #3396d1;
}
.has-feedback label~.form-control-feedback {
    top: 31px;
}
.loading-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    opacity: .7;
    z-index: 9999;
}
.loading-pic {
    width: 70px;
    height: 70px;
    background: url(../error-404.html) center no-repeat;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -35px;
    z-index: 99999;
}
.loading-cover, .loading-map, .loading-srh-bar {
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.loading-cover .fa-spinner, .loading-map .fa-spinner, .loading-srh-bar .fa-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px;
    font-size: 25px;
    color: #333;
}
.dez-banner-outer {
    margin-bottom: 0;
}
.dez-error-top, .dez-success-top {
    margin-bottom: 0;
}
.alert-bx.alert-info {
    padding: 15px;
    border: 1px solid #bce8f1;
}
.alignnone {
    margin: 0;
}
.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 15px;
}
.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}
.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}
a img.alignnone {
    margin: 5px 0 25px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}
a img.aligncenter {
    display: block;
    margin: 5px auto 15px;
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0;
}
.wp-caption.alignnone {
    margin: 5px 0 25px 0;
}
.wp-caption.alignleft {
    margin: 5px 25px 25px 0;
}
.wp-caption.alignright {
    margin: 5px 0 25px 25px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
}
blockquote {
    padding: 16px 20px 16px 80px;
    font-size: 18px;
    font-style: italic;
    color: #555;
    margin: 40px 0;
    border-left: none;
    line-height: 30px;
    position: relative;
    background: #f6f6f6;
    clear: both;
    border-left: 4px solid #efbb20;
}
blockquote p {
    font-size: 18px;
    color: #555;
    line-height: 30px;
    margin-bottom: 0;
}
blockquote:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #efbb20;
    font-size: 35px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-style: normal;
}
.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
    max-width: 100%;
    height: auto;
}
.site-header {
    position: relative;
    z-index: 999;
}
.site-header ol, .site-header ul {
    margin-bottom: 0;
}
.extra-nav {
    float: right;
    padding: 23px 0;
    position: relative;
    z-index: 9;
}
.extra-nav .extra-cell {
    display: inline-block;
    margin-left: 10px;
}
@media only screen and (max-width:480px) {
    .extra-nav {
    width: 100%;
    clear: both;
    margin: 0;
    text-align: right;
}
}#header-part.fix-map-header {
    height: 90px;
}
#header-part.fix-map-header .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width:480px) {
    #header-part.fix-map-header {
    height: 160px;
}
}.top-bar {
    background-color: #2d3239;
    color: #fff;
    padding: 10px 0;
}
.top-bar a {
    vertical-align: middle;
    background-color: rgba(255, 255, 255, .06);
    border: 1px solid rgba(255, 255, 255, .02);
    padding: 0;
    line-height: 22px;
    width: 22px;
    height: 22px;
    text-align: center;
}
.top-bar .fab {
    font-family: "Font Awesome 5 Brands"}
.dez-topbar-left {
    float: left;
}
.dez-topbar-right {
    float: right;
}
.dez-topbar-center, .dez-topbar-left, .dez-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width:767px) {
    .top-bar [class*=col-] {
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.top-bar [class*=col-]:last-child {
    border-bottom: none;
}
}.e-p-bx li {
    display: inline;
    font-size: 12px;
    padding-right: 10px;
}
.e-p-bx li a {
    color: #fff;
}
.e-p-bx li i {
    margin-right: 10px;
    vertical-align: middle;
}
.login-bx, .social-bx {
    margin: 0 0 0 15px;
    float: right;
}
.login-bx li, .social-bx li {
    font-size: 12px;
    margin: 0;
    position: relative;
}
.social-bx li {
    padding-left: 2px;
    padding-right: 2px;
}
.login-bx li a, .social-bx li a {
    color: #fff;
}
.login-bx li i, .social-bx li i {
    vertical-align: baseline;
    margin: 0 5px 0 0;
}
.login-bx li span, .social-bx li span {
    vertical-align: baseline;
    margin: 0 2px 0;
    font-size: 8px;
}
.login-bx li ul {
    top: 25px;
    left: auto;
    right: 0;
    border: none;
    padding: 0;
}
.login-bx li ul li {
    border-bottom: 1px solid #f7f7f7;
}
.login-bx li ul li a {
    color: #767676;
    padding: 9px 15px;
}
.arrow-up-border:before, .arrow-up:after {
    position: absolute;
    display: inline-block;
    content: ''}
.arrow-up-border:before {
    top: -7px;
    right: 19px;
    border-right: 7px solid transparent;
    border-bottom: 7px solid red;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
}
.arrow-up:after {
    top: -6px;
    right: 20px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}
.arrow-left:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, .2);
    content: ''}
.arrow-left:after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    content: ''}
.language-bx li {
    display: inline;
    margin: 0 10px;
}
.logo-header {
    display: table;
    float: left;
    padding: 15px 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 200px;
    height: 86px;
    position: relative;
    z-index: 9;
    align-items: center;
}
.logo-footer {
    display: table;
    vertical-align: middle;
    padding: 0;
    font-size: 36px;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
    width: 240px;
    height: 60px;
}
.logo-footer>a, .logo-header>a {
    display: table-cell;
    vertical-align: middle;
}
.logo-header.center-block {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.logo-footer img, .logo-header img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.logo-footer span, .logo-header span {
    font-size: 20px;
    color: #efbb20;
    letter-spacing: 20px;
}
.is-fixed .logo-header, .is-fixed.header-curve .logo-header {
    height: 86px;
    width: 200px;
}
@media only screen and (max-width:767px) {
    .is-fixed.header-curve .logo-header, .logo-header {
    width: 150px;
}
.is-fixed .logo-header a img, .is-fixed.header-curve .logo-header a img {
    vertical-align: sub;
}
}.main-bar {
    background: #fff;
    width: 100%;
    position: relative;
}
.header-curve .logo-header:after, .header-curve .logo-header:before {
    background-color: #3d424a;
    content: "";
    position: absolute;
    bottom: 0;
    height: 120%;
    z-index: -1;
}
@media only screen and (max-width:480px) {
    .header-curve .logo-header: after, .header-curve .logo-header:before {
    height: 110%}
}.header-curve .logo-header:before {
    right: -50px;
    width: 80%;
    border-right: 7px solid #2d3239;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}
.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.header-curve .logo-header img {
    margin-top: -20px;
}
.is-fixed.header-curve .logo-header img {
    margin-top: 0;
}
@media only screen and (max-width:767px) {
    .header-curve .logo-header: after {
    right: 0;
    left: auto;
}
}.navbar-toggler {
    margin: 35px 0 25px 15px;
    padding: 12px 10px;
    float: right;
}
.navbar-toggler span {
    background: #666;
}
.is-fixed .navbar-toggler {
    margin: 35px 0 25px 15px;
}
.header-nav {
    position: relative;
    padding: 0;
}
.header-nav .nav {
    float: right;
}
.header-nav .nav i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
    opacity: .7;
}
.header-nav .nav>li {
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
}
.header-nav .nav>li>a {
    border-radius: 0;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    padding: 31px 12px;
    cursor: pointer;
    display: inline-block;
}
.header-nav .nav>li>a:hover {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav>li>a:active, .header-nav .nav>li>a:focus {
    background-color: transparent;
}
.header-nav .nav>li.active>a, .header-nav .nav>li.current-menu-item>a {
    background-color: transparent;
    color: #efbb20;
}
.header-nav .nav>li:hover>a {
    color: #efbb20;
}
.header-nav .nav>li:hover>.mega-menu, .header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header-nav .nav>li .sub-menu {
    background-color: #fff;
    border: 1px solid #f4f4f4;
    display: block;
    left: 0;
    list-style: none;
    margin: 20px 0 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
}
.header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}
.header-nav .nav>li .sub-menu li a {
    color: #6b6c74;
    display: block;
    font-size: 14px;
    padding: 12px 25px;
    text-transform: capitalize;
    transition: all .15s linear;
    font-weight: 600;
}
.header-nav .nav>li .sub-menu li a:hover {
    background-color: #f2f2f2;
    color: #efbb20;
    text-decoration: none;
}
.header-nav .nav>li .sub-menu li:hover>a {
    color: #efbb20;
}
.header-nav .nav>li .sub-menu li:last-child {
    border-bottom: 0;
}
.header-nav .nav>li .sub-menu li .fa {
    color: #363636;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
}
.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    margin: 0 0 0 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.header-nav .nav>li .sub-menu li:hover>.sub-menu {
    left: 220px;
    margin: 0;
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.header-nav .nav>li .sub-menu li:hover>.sub-menu:before {
    background-color: transparent;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: -6px;
    position: absolute;
    top: 0;
    width: 6px;
}
.header-nav .nav>li.has-mega-menu {
    position: inherit;
}
.header-nav .nav>li .mega-menu {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    display: table;
    left: 0;
    list-style: none;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    width: 100%;
    margin-top: 20px;
}
.header-nav .nav>li .mega-menu>li {
    display: table-cell;
    padding: 10px 0;
    position: relative;
    vertical-align: top;
    width: 25%}
.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(204, 204, 204, .4);
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%}
.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none;
}
.header-nav .nav>li .mega-menu>li>a {
    color: #000;
    display: block;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
    padding: 4px 25px;
    padding-bottom: 15px;
}
.header-nav.nav-dark .nav>li .mega-menu>li>a {
    border-color: rgba(0, 0, 0, .2);
}
.header-nav .nav>li .mega-menu>li ul {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%}
.header-nav .nav>li .mega-menu>li ul a {
    color: #6b6c74;
    display: block;
    font-size: 14px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 25px;
}
.header-nav .nav>li .mega-menu>li ul a:hover {
    color: #efbb20;
    background-color: #f2f2f2;
}
.header-nav .nav>li.menu-item-has-children:before {
    content: "\f078";
    display: block;
    font-family: "Font Awesome 5 Free";
    right: 4px;
    position: absolute;
    top: 50%;
    color: #999;
    margin-top: -8px;
    font-size: 8px;
}
@media only screen and (max-width:991px) {
    .nav.navbar-nav li a i.fa-chevron-down: before, .side-nav .nav.navbar-nav li a i.fa-chevron-down:before {
    content: "\f078"}
.nav.navbar-nav li.open a i.fa-chevron-down:before, .side-nav .nav.navbar-nav li.open a i.fa-chevron-down:before {
    content: "\f054"}
.nav.navbar-nav li a i.fa-angle-right, .nav.navbar-nav li a i.fa-chevron-down, .side-nav .nav.navbar-nav li a i.fa-chevron-down {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
    height: 100%;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -6px;
    width: 50px;
    z-index: 3;
}
.header-nav .nav>li .sub-menu li i.fa-angle-right:before {
    content: "\f078";
    font-size: 10px;
}
.header-nav .nav>li .sub-menu li.open i.fa-angle-right:before {
    content: "\f054"}
.header-nav .nav>li .sub-menu .sub-menu, .header-nav .nav>li:hover .mega-menu, .header-nav .nav>li:hover .sub-menu, .header-nav .nav>li:hover .sub-menu .sub-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
}
.header-nav .nav li .sub-menu .sub-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
}
.header-nav .nav>li.open>.sub-menu .sub-menu {
    display: none;
}
.header-nav .nav>li ul.mega-menu ul, .header-nav .nav>li.open>.mega-menu, .header-nav .nav>li.open>.sub-menu, .header-nav .nav>li.open>.sub-menu li.open .sub-menu {
    display: block;
    opacity: 1;
    margin-top: 0;
}
.header-nav .nav>li .sub-menu li .fa {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin: 0;
    right: -1px;
    color: #fff;
}
.header-nav .nav>li .mega-menu>li {
    padding: 0;
}
.header-nav .nav>li .mega-menu>li>a {
    display: none;
}
.header-nav .nav .mega-menu a i {
    display: inline-block;
    float: none;
    margin-top: 0;
}
.header-nav .nav .open>a, .header-nav .nav .open>a:focus, .header-nav .nav .open>a:hover {
    background-color: inherit;
    border-color: #e9e9e9;
}
.header-nav.nav-dark .nav .open>a:focus, .header-nav.nav-dark .nav .open>a:hover, .header-nav.nav-dark.nav .open>a {
    border-color: rgba(0, 0, 0, .2);
}
header .logo {
    display: block;
    padding: 4px 0;
}
.header-nav .nav i {
    margin-top: 6px;
}
.mo-left .header-nav.nav-dark {
    background-color: #202020;
}
.mo-left .header-nav {
    overflow: hidden;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100%!important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
}
.mo-left .header-nav li.open a {
    position: relative;
}
.navbar-nav {
    overflow-x: scroll;
    height: 100%}
.mo-left .header-nav.show {
    left: -1px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    margin: 0;
    width: 280px;
}
.mo-left .is-fixed .header-nav .nav {
    height: 100%}
.mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, .6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all .5s;
    transform-origin: top right;
    margin: 0 0 0 20px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, .6);
}
.mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 30px 15px;
    width: 100%}
.mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 180px;
}
.mo-left .navbar-toggler.open span {
    background: #fff;
}
.navbar-header {
    float: none;
}
.navbar-toggler {
    display: block;
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-collapse.collapse.show {
    display: block!important;
}
.header-nav {
    clear: both;
    margin: 0 -15px;
    border-bottom: 1px solid #e9e9e9;
}
.header-nav .nav {
    float: none;
    margin: 0;
    background: #fff;
    width: 100%;
    display: block;
}
.header-nav .nav li {
    float: none;
    display: block;
    width: 100%}
.header-nav .nav>li .mega-menu>li, .header-nav .nav>li .sub-menu>li {
    float: none;
    display: block;
    width: auto;
}
.header-nav .nav>li>a {
    padding: 12px 15px;
    border-top: 1px solid #e9e9e9;
    display: block;
    position: relative;
}
.header-nav .nav i {
    float: right;
}
.header-nav .nav>li>a:active, .header-nav .nav>li>a:focus, .header-nav .nav>li>a:hover {
    background-color: #f0f0f0;
    text-decoration: none;
}
.header-nav .nav>li .mega-menu>li:after {
    display: none;
}
.header-nav .nav>li .mega-menu, .header-nav .nav>li .sub-menu, .header-nav .nav>li ul {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: #f6f6f6;
}
.header-nav .nav>li ul.mega-menu ul {
    display: none;
}
.header-nav .nav>li .sub-menu li>.sub-menu, .header-nav .nav>li:hover .mega-menu, .header-nav .nav>li:hover .sub-menu, .header-nav .nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
    display: block;
    margin: 0;
}
.header-nav .nav>li ul.mega-menu li:hover ul {
    display: block;
}
.header-nav .nav>li .sub-menu .sub-menu, .header-nav .nav>li:hover .mega-menu, .header-nav .nav>li:hover .sub-menu, .header-nav .nav>li:hover .sub-menu .sub-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
}
.header-nav .nav li .sub-menu .sub-menu {
    display: none;
    opacity: 1;
    margin-top: 0;
}
.header-nav .nav>li.open>.sub-menu .sub-menu {
    display: none;
}
.header-nav .nav>li ul.mega-menu ul, .header-nav .nav>li.open>.mega-menu, .header-nav .nav>li.open>.sub-menu, .header-nav .nav>li.open>.sub-menu li.open .sub-menu {
    display: block;
    opacity: 1;
    margin-top: 0;
}
}.nav-dark.header-nav .nav>li .mega-menu, .nav-dark.header-nav .nav>li .sub-menu {
    background-color: #2d3239;
    border: 1px solid rgba(0, 0, 0, .2);
}
.nav-dark.header-nav .nav>li .sub-menu li {
    border-bottom: 1px solid #23282f;
}
.nav-dark.header-nav .nav>li .mega-menu>li ul a, .nav-dark.header-nav .nav>li .mega-menu>li>a, .nav-dark.header-nav .nav>li .sub-menu li a {
    color: #ccc;
}
.nav-dark.header-nav .nav>li .sub-menu li a:hover {
    background-color: #23282f;
}
.nav-dark.header-nav .nav>li .mega-menu>li ul a:hover {
    background-color: #23282f;
    color: #efbb20;
}
.nav-dark.header-nav .nav>li .mega-menu>li:after {
    background-color: rgba(0, 0, 0, .2);
}
@media only screen and (max-width:991px) {
    .nav-dark.header-nav {
    border-bottom: 1px solid rgba(0, 0, 0, .8);
}
.nav-dark.header-nav .nav {
    background-color: #2d3239;
}
.nav-dark.header-nav .nav>li>a {
    border-top: 1px solid rgba(0, 0, 0, .2);
}
[class*=bg-] .nav-dark.header-nav .nav>li>a {
    color: #999;
}
[class*=bg-] .nav-dark.header-nav .nav>li.active>a, [class*=bg-] .nav-dark.header-nav .nav>li:hover>a {
    color: #efbb20;
}
.nav-dark.header-nav .nav>li>a:active, .nav-dark.header-nav .nav>li>a:focus, .nav-dark.header-nav .nav>li>a:hover {
    background-color: #2d3239;
    color: #efbb20;
}
.nav-dark.header-nav .nav>li .mega-menu, .nav-dark.header-nav .nav>li .sub-menu, .nav-dark.header-nav .nav>li ul {
    background-color: #2d3239;
}
}.sticky-no .main-bar {
    position: static!important;
}
.is-fixed .main-bar {
    position: fixed;
    top: 0;
    left: 0;
}
.is-fixed .header-nav .nav>li>a {
    padding: 31px 12px;
}
.is-fixed .extra-nav {
    padding: 23px 0;
}
@media only screen and (max-width:991px) {
    .is-fixed .header-nav .nav>li>a {
    padding: 12px 15px;
}
}@media only screen and (max-width:767px) {
    .is-fixed .header-nav .nav {
    overflow: auto;
    height: 225px;
}
.is-fixed .header-nav .nav>li>a {
    padding: 12px 15px;
}
.is-fixed#header-part .navbar-toggler {
    margin: 15px 0;
}
.is-fixed .logo-header, .logo-header {
    height: 70px!important;
}
.is-fixed .navbar-toggler, .navbar-toggler {
    margin: 27px 0 15px 15px;
}
.extra-nav, .is-fixed .extra-nav {
    padding: 15px 0;
}
.header-curve .logo-header img {
    margin-top: -5px;
}
}#header-part.full-width .main-bar .container, #header-part.full-width .top-bar .container {
    width: auto;
}
[class*=bg-] .header-nav .nav>li>a {
    color: #fff;
}
[class*=bg-] .header-nav .nav>li.active>a, [class*=bg-] .header-nav .nav>li.current-menu-item>a {
    color: #2d3239;
}
[class*=bg-] .header-nav .nav>li:hover>a, [class*=bg-] .header-nav .nav>li>a:hover {
    color: #2d3239!important;
}
[class*=bg-] .navbar-toggler {
    border-color: #fff;
}
[class*=bg-] .navbar-toggler span {
    background-color: #2d3239;
}
@media only screen and (max-width:991px) {
    [class*=bg-] .header-nav .nav>li>a {
    color: #555;
}
}@media only screen and (min-width:991px) {
    .header-style-1 .header-nav .nav>li>a {
    position: relative;
}
.header-style-1 .header-nav .nav>li>a:after {
    content: "";
    position: absolute;
    height: 3px;
    background: #2d3239;
    background-repeat: repeat-x;
    background-size: 12px 4px;
    background-position: 0 0;
    width: 100%;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    transition: .5s all;
    opacity: 0;
}
.header-style-1 .header-nav .nav>li.active>a:after, .header-style-1 .header-nav .nav>li:hover>a:after {
    opacity: 1;
    bottom: 0;
}
}.header-style-2 .logo-header {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    float: none;
}
.header-style-2 .container {
    position: relative;
}
.header-style-2 .nav-outer {
    display: table;
}
.boxed .header-style-2 .header-curve.is-fixed .logo-header-outer {
    overflow: hidden;
}
.boxed .header-style-2 .header-curve.is-fixed .logo-header:after {
    left: auto;
    right: 0;
    width: 2000px;
}
.header-style-2 .main-bar-inr {
    display: table;
    margin: auto;
}
.header-style-2 .header-nav {
    display: inline-block;
    float: left;
}
.header-style-2 .header-nav .nav {
    float: none;
}
@media only screen and (max-width:991px) {
    .header-style-2 .main-bar-inr {
    display: block;
}
.header-style-2 .header-nav {
    display: block;
    float: none;
}
.header-style-2 .navbar-toggler {
    float: left;
    margin-left: 5px;
}
}@media only screen and (max-width:767px) {
    .header-style-2 .nav-outer {
    display: block;
    padding: 22px 0 0;
}
}@media only screen and (max-width:480px) {
    .extra-nav {
    clear: none;
    width: auto;
}
}.header-style-3 .main-bar {
    position: absolute;
    background: 0 0;
}
.header-style-3 .header-nav .nav>li>a {
    color: #fff;
}
.header-style-3 .navbar-toggler span {
    background: #fff;
}
.header-style-3.is-fixed .main-bar {
    position: fixed;
    background: #fff;
}
.header-style-3.is-fixed .header-nav .nav>li>a {
    color: #777;
}
.header-style-3.is-fixed .navbar-toggler span {
    background: #666;
}
@media only screen and (max-width:991px) {
    .header-style-3 .header-nav .nav>li>a {
    color: #555;
}
}@media only screen and (max-width:767px) {
    .header-style-3 .main-bar {
    background-color: #fff;
    position: unset;
}
.header-style-3 .main-bar .navbar-toggler span {
    background-color: #000;
}
}.header-style-4 .main-bar {
    background-color: rgba(255, 255, 255, .6);
    position: absolute;
}
.header-style-4 .is-fixed .main-bar {
    position: fixed;
    background: #fff;
}
@media only screen and (max-width:767px) {
    .header-style-4 .main-bar {
    background-color: #fff;
    position: unset;
}
}.header-style-5 .main-bar {
    background-color: rgba(0, 0, 0, .6);
    position: absolute;
}
.header-style-5 .header-nav .nav>li>a {
    color: #fff;
}
.header-style-5 .navbar-toggler span {
    background: #fff;
}
.header-style-5 .is-fixed .main-bar {
    position: fixed;
    background: #fff;
}
.header-style-5 .is-fixed .header-nav .nav>li>a {
    color: #777;
}
.header-style-5 .is-fixed .navbar-toggler span {
    background: #666!important;
}
@media only screen and (max-width:991px) {
    .header-style-5 .header-nav .nav>li>a {
    color: #777;
}
}@media only screen and (max-width:767px) {
    .header-style-5 .header-nav .nav>li>a {
    color: #555;
}
.header-style-5 .header-nav .nav>li.menu-item-has-children::before {
    color: #66666;
}
.header-style-5 .main-bar {
    background-color: #3d424a;
    position: unset;
}
}.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    border: 0;
    float: right;
    z-index: 99;
}
.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #000;
}
.bg-primary .navicon span {
    background: #fff;
}
.navicon span:first-child {
    top: 0;
}
.navicon span:nth-child(2) {
    top: 7px;
}
.navicon span:nth-child(3) {
    top: 14px;
}
.navicon.open span:first-child {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.dez-banner-outer, .dez-banner-row {
    position: relative;
}
.dez-bnr-pic {
    width: 100%;
    overflow: hidden;
}
.dez-bnr-pic img {
    width: 100%;
    height: auto;
    display: block;
}
.dez-bnr-text {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
    margin: 0;
    font-family: Raleway;
    color: #fff;
    font-family: Raleway;
}
.dez-bnr-text-has {
    max-width: 600px;
}
.dez-bnr-text span, .dez-bnr-text strong {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.dez-bnr-text strong {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 0 0 25px;
    color: #fff;
}
.dez-bnr-text span {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
}
.dez-bnr-text .btn {
    margin-right: 30px;
}
@media only screen and (max-width:1200px) {
    .dez-bnr-text strong {
    font-size: 60px;
    line-height: 60px;
    margin: 0 0 15px;
}
.dez-bnr-text span {
    font-size: 20px;
    line-height: 24px;
}
}@media only screen and (max-width:991px) {
    .dez-bnr-text strong {
    font-size: 50px;
    line-height: 50px;
    margin: 0 0 10px;
}
}@media only screen and (max-width:767px) {
    .dez-bnr-text strong {
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 0;
}
}@media only screen and (max-width:680px) {
    .dez-bnr-text strong {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 0;
}
.dez-bnr-text span {
    font-size: 14px;
    line-height: 18px;
}
}@media only screen and (max-width:480px) {
    .dez-bnr-text strong {
    font-size: 20px;
    line-height: 20px;
}
.dez-bnr-text span {
    font-size: 12px;
    line-height: 16px;
}
}.dez-bnr-inr {
    height: 300px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%}
.dez-bnr-inr .container {
    display: table;
    height: 100%}
.dez-bnr-inr-entry {
    display: table-cell;
    vertical-align: middle;
}
.banner-inner-row h1, .banner-inner-row h2, .banner-inner-row h3, .banner-inner-row h4, .banner-inner-row h5, .banner-inner-row h6 {
    color: #fff;
}
.banner-inner-row.provider-banner-off {
    height: 150px;
    background-image: url("../../../file/C_/Users/admin/Documents/inc/images/pattern/pattern1.html")!important;
    background-repeat: repeat;
    background-size: auto;
}
.provider-banner-off.overlay-black-middle::after {
    opacity: .1;
}
.tp-caption .font-weight-300 {
    font-weight: 300;
}
.tp-caption .font-weight-400 {
    font-weight: 400;
}
.tp-caption .font-weight-500 {
    font-weight: 500;
}
.tp-caption .font-weight-600 {
    font-weight: 600;
}
.tp-caption .font-weight-700 {
    font-weight: 700;
}
.tp-caption .font-weight-800 {
    font-weight: 800;
}
.tp-caption .font-weight-900 {
    font-weight: 900;
}
.tp-caption h1, .tp-caption h2, .tp-caption h3, .tp-caption h4, .tp-caption h5, .tp-caption h6 {
    font-weight: 800;
    margin-bottom: 24px;
    color: #fff;
}
.tp-caption h1 {
    font-size: 70px;
    line-height: 60px;
}
.tp-caption h2 {
    font-size: 60px;
    line-height: 50px;
}
.tp-caption h3 {
    font-size: 50px;
    line-height: 40px;
    margin-bottom: 20px;
}
.tp-caption h4 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 15px;
}
.tp-caption h5 {
    font-size: 30px;
    line-height: 4px;
    margin-bottom: 10px;
}
.tp-caption h6 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.tp-caption h4, .tp-caption h5, .tp-caption h6 {
    font-weight: 600;
}
.tp-caption .text {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    width: 500px;
}
.overlay-row {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.owl-none .owl-nav {
    display: none;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
    text-align: center;
}
.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot span, .owl-theme.dots-style-2 .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, .2);
    width: 8px;
    height: 8px;
    margin: 5px;
}
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span, .owl-theme.dots-style-1 .owl-dots .owl-dot:hover span {
    background: #000;
}
.owl-theme.dots-style-3 .owl-dots {
    margin-top: 30px;
    position: unset;
    right: auto;
    text-align: center;
    top: auto;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: auto;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    margin: 0;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot {
    border: 1px solid;
    border-radius: 20px;
    display: inline-block;
    margin: 4px;
    padding: 3px;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active, .owl-theme.dots-style-3 .owl-dots .owl-dot:hover {
    border: 1px solid #ff3b68;
}
.owl-theme.dots-style-3 .owl-dots .owl-dot.active span, .owl-theme.dots-style-3 .owl-dots .owl-dot:hover span {
    background-color: #ff3b68;
}
.owl-item.dots-style-3 .slide-content-box {
    opacity: 0;
}
.owl-item.active.dots-style-3 .slide-content-box {
    opacity: 1;
    transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    -webkit-transition: all 2s ease 2s;
    -o-transition: all 2s ease 2s;
}
.owl-btn-top-c .owl-nav {
    text-align: center;
}
.owl-btn-top-l .owl-nav {
    text-align: left;
}
.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}
.owl-btn-top-r .owl-nav {
    text-align: right;
}
.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}
.owl-btn-top-lr .owl-nav {
    text-align: left;
}
.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}
.owl-btn-full .owl-next, .owl-btn-full .owl-prev {
    padding: 40px 8px;
}
.owl-btn-center-lr .owl-nav {
    margin: 0;
}
.owl-btn-center-lr+.owl-theme .owl-nav {
    margin: 0;
}
.owl-btn-center-lr .owl-nav .owl-next, .owl-btn-center-lr .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.owl-btn-center-lr .owl-nav .owl-next {
    left: auto;
    right: 0;
}
.owl-carousel .owl-item img {
    transform-style: inherit;
}
.owl-btn-1 .owl-next, .owl-btn-1 .owl-prev, .owl-btn-2 .owl-next, .owl-btn-2 .owl-prev, .owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px!important;
    padding: 0;
    text-align: center;
    width: 40px;
}
.owl-btn-2 .owl-next, .owl-btn-2 .owl-prev, .owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
    margin: 0 -70px!important;
}
.owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: .2;
}
.owl-btn-3 .owl-next:hover, .owl-btn-3 .owl-prev:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1;
}
.owl-btn-3.btn-white .owl-next, .owl-btn-3.btn-white .owl-prev {
    color: #fff;
}
.owl-btn-3.btn-white .owl-next:hover, .owl-btn-3.btn-white .owl-prev:hover {
    color: #fff;
}
.owl-btn-4 {
    overflow: hidden;
}
.owl-btn-4 .owl-next, .owl-btn-4 .owl-prev {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, .5);
    color: #000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px!important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity: .7;
}
.owl-btn-4 .owl-next:hover, .owl-btn-4 .owl-prev:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
    opacity: 1;
}
#sync2 .owl-item.active.current .item img {
    outline: 5px solid rgba(0, 0, 0, .2);
    outline-offset: -9px;
}
.owl-dots-none .owl-dots {
    display: none;
}
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span, .owl-dots-black-full.owl-theme .owl-dots .owl-dot span, .owl-dots-primary-big.owl-theme .owl-dots .owl-dot span, .owl-dots-primary-full.owl-theme .owl-dots .owl-dot span, .owl-dots-white-big.owl-theme .owl-dots .owl-dot span, .owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    opacity: .5;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    margin: 4px;
}
.owl-dots-primary-big.owl-theme .owl-dots .owl-dot span, .owl-dots-primary-full.owl-theme .owl-dots .owl-dot span {
    background-color: #1abc9c;
}
.owl-dots-black-big.owl-theme .owl-dots .owl-dot span, .owl-dots-black-full.owl-theme .owl-dots .owl-dot span {
    background-color: #333;
}
.owl-dots-white-big.owl-theme .owl-dots .owl-dot span, .owl-dots-white-full.owl-theme .owl-dots .owl-dot span {
    background-color: #f5f5f5;
}
.owl-dots-black-full.owl-theme .owl-dots .owl-dot.active span, .owl-dots-primary-full.owl-theme .owl-dots .owl-dot.active span, .owl-dots-white-full.owl-theme .owl-dots .owl-dot.active span {
    opacity: 1;
    width: 25px;
}
.owl-dots-black-big.owl-theme .owl-dots .owl-dot.active span, .owl-dots-primary-big.owl-theme .owl-dots .owl-dot.active span, .owl-dots-white-big.owl-theme .owl-dots .owl-dot.active span {
    width: 14px;
    height: 14px;
    opacity: 1;
    margin: 0 4px 2px 4px;
}
@media only screen and (max-width:1200px) {
    .owl-btn-2 .owl-next, .owl-btn-2 .owl-prev, .owl-btn-3 .owl-next, .owl-btn-3 .owl-prev {
    margin: 0 10px!important;
}
}.blog-post {
    position: relative;
    margin-bottom: 30px;
}
.dez-post-title {
    margin-bottom: 10px;
}
.dez-post-title .post-title {
    margin-top: 15px;
}
.dez-post-meta {
    margin-bottom: 10px;
}
.dez-post-meta ul {
    margin: 0 -4px;
    list-style: none;
}
.dez-post-meta ul li {
    padding: 0;
    display: inline-block;
    font-weight: 700;
}
.dez-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    opacity: .5;
}
.dez-post-meta li:last-child:after {
    display: none;
}
.dez-post-meta a {
    color: #a9a9a9!important;
}
.dez-post-meta i {
    color: #7b7b7b;
    margin: 0 5px;
}
.dez-post-text {
    margin-bottom: 15px;
}
.dez-post-text p:last-child {
    margin: 0;
}
.dez-post-readmore {
    margin-bottom: 15px;
}
.dez-post-tags {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
}
.dez-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}
.dez-post-tags .post-tags a {
    border: 1px solid #ddd;
    padding: 2px 8px;
    color: #a9a9a9;
    margin: 0 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.date-style-1 .post-date {
    color: #fff;
    background-color: #efbb20;
    padding: 3px 5px 3px 5px;
}
.date-style-1 .post-date .fa {
    color: #fff;
    left: 5px;
    top: 5px;
}
.date-style-2 .post-date {
    color: #fff;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50px;
    text-align: center;
    text-transform: uppercase;
}
.date-style-2 .post-date span, .date-style-2 .post-date strong {
    display: block;
    padding: 10px 5px;
}
.date-style-2 .post-date strong {
    font-size: 10px;
    padding: 10px 5px 5px;
    position: relative;
}
.date-style-2 .post-date>strong:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    background-color: #fff;
    margin: 0 -10px;
    width: 20px;
}
.date-style-2 .post-date span {
    font-size: 16px;
    padding: 5px 5px 10px;
}
.date-style-2 .post-date .fa, .date-style-2 .post-date:after, .date-style-3 .post-date .fa, .date-style-3 .post-date:after {
    display: none;
}
.date-style-3 .dez-post-info {
    position: relative;
}
.date-style-3 .post-date {
    font-family: oswald;
    background-color: #efbb20;
    text-transform: uppercase;
    position: absolute;
    padding: 8px 15px;
    color: #fff;
    top: -36px;
    left: 0;
    height: 36px;
}
.date-style-3 .post-date strong {
    color: #30353c;
    margin-right: 2px;
}
.date-style-3.skew-date .post-date {
    padding-right: 8px;
}
.date-style-3.skew-date .post-date:before {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 22px;
    height: 100%;
    border-right: 3px solid #2d3239;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.no-image-blog.date-style-2 .algo-post-info {
    padding-top: 70px;
}
.no-image-blog.date-style-2 .post-date {
    top: 0;
    left: 20px;
}
.blog-post.no-img-post .post-date {
    position: static;
    float: left;
}
.blog-md .dez-post-media {
    width: 350px;
    max-width: 350px;
    min-width: 350px;
    float: left;
    margin-right: 30px;
}
.blog-md .dez-post-info {
    border: none;
}
.blog-md .dez-post-tags {
    border: none;
    display: inline-block;
    padding: 0;
}
@media only screen and (max-width:767px) {
    .blog-md.blog-post .dez-post-media {
    float: none;
    margin: 0 0 20px;
    width: auto;
}
}.nav-links:after {
    clear: both;
    content: "";
    display: table;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
}
.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 9px 15px;
    font-weight: 600;
    font-size: 12px;
    display: block;
    float: left;
    margin-left: -1px;
}
.pagination .page-numbers.current, .pagination a.page-numbers:hover {
    background: #3396d1;
    color: #fff;
}
.nav-links .nav-next a, .nav-links .nav-previous a {
    display: inline-block;
    color: #3396d1;
    font-weight: 600;
    margin-bottom: 20px;
    outline: 0!important;
}
.nav-links .nav-next a:hover, .nav-links .nav-previous a:hover {
    color: #09c;
}
.nav-links .nav-next a:after, .nav-links .nav-previous a:after {
    content: "\f105";
    font-family: FontAwesome;
    vertical-align: middle;
    margin-left: 2px;
    color: #333;
}
.post-navigation {
    background-color: #fff;
    padding: 30px;
    border-bottom: 2px solid #e3e3e3;
}
.post-navigation .screen-reader-text {
    margin-top: 0;
}
.post-navigation .nav-next, .post-navigation .nav-previous {
    display: inline-block;
    width: 50%}
.post-navigation .nav-next {
    text-align: right;
}
.post-navigation .nav-next a:after, .post-navigation .nav-previous a:after {
    display: none;
}
.post-navigation .nav-next .post-title, .post-navigation .nav-previous .post-title {
    display: block;
    font-size: 15px;
    color: #777;
    margin-top: 10px;
}
.dez-link-pages {
    padding: 20px 0 30px;
}
.dez-link-pages a {
    color: #fff;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: 600;
    background-color: #ccc;
    margin: 0 2px;
}
.sticky-post {
    position: absolute;
    right: 0;
    top: 0;
    background: #77c04b;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.post-password-form {
    position: relative;
    clear: both;
}
.post-password-form input[type=password] {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 100px 10px 15px;
    height: 40px;
}
.post-password-form label {
    display: block;
}
.post-password-form input[type=submit] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}
.blog [class*=galleryid-] {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}
.gallery .gallery-item {
    float: left;
    list-style: none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0 0 5px 15px;
    text-align: center;
}
.gallery .gallery-caption {
    padding-top: 10px;
    font-size: 13px;
}
.gallery .gallery-item img {
    float: left;
    padding: 0 0;
    width: 100%;
    border: none!important;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%}
.gallery-columns-4 .gallery-item {
    max-width: 25%}
.gallery-columns-5 .gallery-item {
    max-width: 20%}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0;
}
.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}
.side-bar .widget {
    margin-bottom: 30px;
}
@media only screen and (max-width:991px) {
    .side-bar {
    margin-bottom: 40px;
}
}.blog-single .dez-post-meta {
    margin-bottom: 20px;
}
.blog-single .dez-post-text {
    margin-top: 20px;
}
.blog-single .dez-post-tags {
    margin-top: 20px;
}
.comments-area {
    padding: 0;
}
.comments-area .comments-title {
    text-transform: uppercase;
    font-size: 20px;
}
.comments-area .comments-title:first-letter {
    font-family: "Open Sans";
    font-weight: 600;
    color: #efbb20;
}
ol.comment-list {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
ol.comment-list li.comment {
    position: relative;
    padding: 0;
}
ol.comment-list li.comment .comment-body {
    position: relative;
    padding: 20px;
    margin-bottom: 40px;
    margin-left: 80px;
    position: relative;
    border: 1px solid #e9e9e9;
}
ol.comment-list li.comment .comment-body:after, ol.comment-list li.comment .comment-body:before {
    content: '';
    position: absolute;
    top: 20px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
}
ol.comment-list li.comment .comment-body:before {
    border-color: transparent #fff transparent #fff;
    z-index: 1;
    left: -12px;
    top: 22px;
}
ol.comment-list li.comment .comment-body:after {
    border-color: transparent #e9e9e9 transparent #e9e9e9;
    border-width: 12px 14px 12px 0;
    left: -14px;
}
ol.comment-list li.comment .comment-author {
    display: block;
    margin-bottom: 10px;
}
ol.comment-list li.comment .comment-author .avatar {
    position: absolute;
    top: 0;
    left: -80px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    border: 2px solid #fff;
}
ol.comment-list li.comment .comment-author .fn {
    display: inline-block;
    color: #555;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
ol.comment-list li.comment .comment-author .says {
    display: none;
    color: #999;
    font-weight: 600;
}
ol.comment-list li.comment .comment-meta {
    color: #8d8d8d;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 14px;
}
ol.comment-list li.comment .comment-meta a {
    color: #8d8d8d;
    text-transform: capitalize;
}
ol.comment-list li.comment .comment-meta:before, ol.comment-list li.comment .reply a:before {
    font-family: 'Font Awesome 5 Free';
    font-size: 14px;
    margin-right: 3px;
    vertical-align: top;
}
ol.comment-list li.comment .comment-meta:before {
    content: "\f133"}
ol.comment-list li.comment .reply a:before {
    content: "\f064";
    color: #555;
    margin-right: 5px;
    vertical-align: middle;
}
ol.comment-list li.comment p {
    line-height: 22px;
    margin: 0 0 5px;
}
ol.comment-list li.comment .reply a {
    position: absolute;
    top: 50px;
    right: 30px;
    margin-top: -5px;
    color: #efbb20;
    font-weight: 600;
}
ol.comment-list li .children {
    list-style: none;
    margin-left: 80px;
}
ol.comment-list li .children li {
    padding: 0;
}
@media only screen and (max-width:767px) {
    .comments-area .padding-30 {
    padding: 15px;
}
ol.comment-list li.comment .comment-body {
    margin-bottom: 30px;
    margin-left: 70px;
}
ol.comment-list li.comment .comment-author .avatar {
    left: -75px;
    height: 60px;
    width: 60px;
}
ol.comment-list li .children {
    margin-left: 20px;
}
ol.comment-list li.comment .reply a {
    position: static;
}
}@media only screen and (max-width:480px) {
    ol.comment-list li.comment .comment-body {
    margin-left: 52px;
}
ol.comment-list li.comment .comment-author .avatar {
    left: -55px;
    top: 12px;
    width: 40px;
    height: 40px;
}
}.comment-respond {
    padding: 30px 30px;
    border: 1px solid #e9e9e9;
}
.comment-respond .comment-reply-title {
    text-transform: uppercase;
    font-size: 20px;
}
.comment-respond .comment-reply-title {
    font-size: 16px;
    font-weight: 600;
}
.comments-area .comment-form {
    margin: 0 -15px;
}
.comments-area .comment-form .comment-notes {
    display: none;
}
.comments-area .comment-form p {
    width: 33.333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.comments-area .comment-form p.form-allowed-tags {
    width: 100%}
ol.comment-list li.comment .comment-respond .comment-form p {
    padding: 0 15px!important;
}
.comments-area .comment-form p label {
    display: none;
    line-height: 18px;
    margin-bottom: 10px;
}
.comments-area p:before {
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 0;
    font-size: 16px;
    color: #ccc;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e1e6eb;
    text-align: center;
    border-radius: 4px 0 0 4px;
}
.comments-area p.comment-form-author:before {
    content: "\f007"}
.comments-area p.comment-form-email:before {
    content: "\f0e0"}
.comments-area p.comment-form-url:before {
    content: "\f7a2"}
.comments-area p.comment-form-comment:before {
    content: "\f303"}
.comments-area .comment-form p input[type=text], .comments-area .comment-form p textarea {
    width: 100%;
    height: 40px;
    line-height: 6px 12px;
    padding: 10px 10px 10px 50px;
    border: 1px solid #e1e6eb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.comments-area .comment-form p.comment-form-comment {
    width: 100%;
    display: block;
    clear: both;
}
.comments-area .comment-form p textarea {
    height: 120px;
}
.comments-area .comment-form p.form-submit {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
}
.comments-area .comment-form p input[type=submit] {
    background-color: #efbb20;
    border: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
.comments-area .comment-form p input[type=submit]:active, .comments-area .comment-form p input[type=submit]:focus, .comments-area .comment-form p input[type=submit]:hover {
    background-color: #6ab33e;
    border-color: #6ab33e;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .comments-area .comment-form p {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
.comment-respond {
    padding: 20px;
}
}.widget {
    margin-bottom: 30px;
}
.widget-title {
    margin: 0 0 25px;
}
.widget-title {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}
.widget-title:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    height: 3px;
    margin: 0 0 0;
    width: 50px;
    margin: 10px 0;
}
.widget .post-title, .widget .widget-title {
    text-transform: uppercase;
}
.category-entry ul, .recent-posts-entry ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.widget_archive ul, .widget_categories ul, .widget_getintuch ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul, .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}
.widget_archive ul li, .widget_categories ul li, .widget_meta ul li, .widget_nav_menu li, .widget_pages ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_services ul li {
    padding-bottom: 18px;
    margin-bottom: 13px;
    border-bottom: 1px solid rgba(102, 102, 102, .11);
    position: relative;
    padding: 10px 10px 10px 15px;
    margin-bottom: 0;
    line-height: 20px;
}
.widget_archive ul li a, .widget_categories ul li a, .widget_meta ul li a, .widget_nav_menu li a, .widget_pages ul li a, .widget_recent_comments ul li a, .widget_recent_entries ul li a, .widget_services ul li a {
    color: #767676;
}
.widget_archive ul li:before, .widget_categories ul li:before, .widget_meta ul li:before, .widget_nav_menu ul li:before, .widget_pages ul li:before, .widget_recent_comments ul li:before, .widget_recent_entries ul li:before, .widget_services ul li:before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
}
.widget_archive ul li li, .widget_categories ul li li, .widget_meta ul li li, .widget_nav_menu li li, .widget_pages ul li li, .widget_recent_comments ul li li, .widget_services li li {
    border-bottom: none;
    padding-left: 10px;
    padding-right: 5px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 28px;
}
.widget_archive ul li li:before, .widget_categories ul li li:before, .widget_meta ul li li:before, .widget_nav_menu li li:before, .widget_pages ul li li:before, .widget_recent_comments ul li li:before, .widget_services li li:before {
    top: 0;
    left: -8px;
}
.search-bx .site-button {
    padding: 9px 12px;
    border: 1px solid transparent;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.widget_search .screen-reader-text {
    display: block;
}
.searchform {
    position: relative;
}
.searchform input[type=text] {
    width: 100%;
    height: 40px;
    padding: 10px 90px 10px 15px;
    border: 1px solid #ccc;
}
.searchform input[type=submit] {
    height: 40px;
    padding: 10px 15px;
    background-color: #77c04b;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.searchform input[type=submit]:active, .searchform input[type=submit]:focus, .searchform input[type=submit]:hover {
    background-color: #6ab33e;
    color: #fff!important;
    border-bottom-color: #5a9e2f;
}
.recent-posts-entry .post-date, .tweets-feed-entry .tweet-date {
    color: #3396d1;
    font-style: normal;
}
.widget .post-title {
    line-height: 16px;
    margin-bottom: 8x;
}
.recent-posts-entry .widget-post {
    margin-bottom: 10px;
    display: flex;
}
.recent-posts-entry .widget-post-bx:last-child {
    border-bottom: none;
}
.recent-posts-entry .dez-post-media {
    float: left;
    max-width: 90px;
    min-width: 90px;
    width: 90px;
}
.recent-posts-entry .dez-post-info {
    background: 0 0;
    padding: 0;
    margin-left: 15px;
    border: none;
    align-self: center;
}
.recent-posts-entry .post-meta span {
    margin-right: 10px;
}
.widget_recent_comments ul li:before {
    content: "\f0e6"}
.widget_recent_comments ul li {
    padding-left: 20px;
    color: #999;
}
.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}
.widget_calendar caption::after {
    color: #707070;
    content: ">";
    font-family: FontAwesome;
    margin: 0 0 0 5px;
}
.widget_calendar table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 100%}
.widget_calendar thead {
    background-color: #999;
}
.widget_calendar tfoot tr td {
    border: none;
    padding: 0;
}
.widget_calendar tfoot tr td a {
    background-color: #fff;
    padding: 4px 10px;
}
.widget_calendar table thead tr th {
    font-size: 11px;
    padding: 5px;
    text-align: center;
    border: none;
    color: #fff;
}
.widget_calendar table tbody td {
    font-size: 13px;
    padding: 6px 5px;
    text-align: center;
    background-color: #fff;
    border: none;
    color: #444;
}
.widget_calendar table tbody td#today {
    background-color: #77c04b;
    color: #fff;
}
.widget_calendar table tbody td#today a {
    color: #fff;
}
.widget_tag_cloud a {
    padding: 8px 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    display: inline-block;
    margin: 0 0 5px;
    color: #555;
}
.side-bar .widget_tag_cloud a:hover {
    background-color: #ccc;
}
.widget_archive select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
.widget_text select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
}
.widget_text select option {
    width: 100%}
.widget_categories li {
    text-align: right;
}
.widget_categories li a {
    float: left;
}
.widget_rss ul {
    margin: 0;
    line-height: 20px;
}
.widget_rss ul li {
    line-height: 20px;
    margin-bottom: 15px;
}
.widget_rss ul .rsswidget {
    color: #333;
}
.widget_rss ul .rss-date {
    color: #3396d1;
}
.widget_rss ul .rssSummary {
    padding: 5px 0;
}
.widget_rss ul cite {
    color: #333;
    font-weight: 600;
}
.widget_getintuch {
    padding-top: 10px;
}
.widget_getintuch li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 40px;
}
.widget_getintuch b, .widget_getintuch strong {
    display: block;
    text-transform: uppercase;
}
.widget_getintuch i {
    position: absolute;
    left: 0;
    top: 5px;
    text-align: center;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .05);
}
.widget_gallery ul {
    padding-left: 0;
}
.widget_gallery li {
    display: inline-flex;
    margin-bottom: 5px;
    width: 32.1%;
    border: 2px solid transparent;
}
.widget_gallery li img {
    display: inline-block;
    width: 100%}
.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}
.widget_gallery li:hover {
    width: 32.1%;
    border: 2px solid;
}
.widget_gallery a {
    display: flex;
}
.alert, .btn, .btn-group-divides>.btn:last-child:not(:first-child), .btn-group-divides>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group>.dropdown-toggle:not(:first-child), .dez-booking-form .dez-extra-services li .icon-bx-lg, .dez-booking-form .dez-extra-services li.active .icon-bx-lg:after, .dropdown-menu, .form-control, .img-thumbnail, .input-group-addon, .list-group-item:first-child, .list-group-item:last-child, .modal-content, .nav-pills>li>a, .nav-tabs>li>a, .navbar-toggler, .pager li>a, .pager li>span, .panel, .panel-group .panel, .panel-head ing, .searchform input[type=submit], .searchform input[type=text], .well, .widget_tag_cloud a, ol.comment-list li.comment .comment-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.btn, .dez-info-has, .dez-we-find .dez-box, .extra-nav, .form-control, .header-nav .nav>li>a, .how-dez-work .dez-box .shadow-bx img, .how-dez-work .dez-box .step-no-bx, .icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xl, .icon-bx-xs, .indicator, .logo-header, .navbar-toggler, .overlay-bx, .overlay-icon li a i, .profile-menu ul li, .share-social-bx li, .staff-member .member-done, a {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.animate-slow {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.animate-mid {
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.animate-fast {
    -webkit-transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
    -ms-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.clearfix:after, .clearfix:before {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.has-error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle:focus, .has-error .bootstrap-select .dropdown-toggle:hover {
    border-color: #a94442!important;
}
.has-success .bootstrap-select .dropdown-toggle, .has-success .bootstrap-select .dropdown-toggle:focus, .has-success .bootstrap-select .dropdown-toggle:hover {
    border-color: #3c763d!important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background-color: #2d3239;
    border-color: #2d3239;
    color: #fff;
    padding: 5px 10px!important;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}
.owl-next:active, .owl-next:focus, .owl-next:hover, .owl-prev:active, .owl-prev:focus, .owl-prev:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.btn-group-lg>.btn, .btn-lg {
    border-radius: 4px;
    font-size: 20px;
    padding: 12px 24px;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 3px;
    font-size: 12px;
    padding: 4px 8px;
}
.site-button, .site-button-secondry {
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 0;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}
.site-button {
    background-color: #efbb20;
}
.active>.site-button, .site-button:active, .site-button:focus, .site-button:hover {
    background-color: #d8a409;
    color: #fff;
}
.site-button-secondry {
    background-color: #282a3c;
}
.active>.site-button-secondry, .site-button-secondry:active, .site-button-secondry:focus, .site-button-secondry:hover {
    background-color: #3c3e4e;
    color: #fff;
}
.site-button.text-uppercase {
    text-transform: uppercase;
}
.button-sm {
    padding: 5px 10px;
    font-size: 12px;
}
.button-md {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
}
.button-lg {
    font-size: 18px;
    font-weight: 600;
    padding: 18px 35px;
}
.button-xl {
    font-size: 22px;
    padding: 25px 35px;
}
.radius-no {
    border-radius: 0;
    -webkit-border-radius: 0;
}
.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.radius-xl {
    border-radius: 100px;
    -webkit-border-radius: 100px;
}
.radius-md {
    border-radius: 8px;
    -webkit-border-radius: 8px;
}
.site-button.white {
    background-color: #fff;
    color: #777;
}
.site-button.white:active, .site-button.white:focus, .site-button.white:hover {
    background-color: #f4f4f4;
    color: #555;
}
.site-button.black {
    background-color: #171717;
    color: #fff;
}
.site-button.black:active, .site-button.black:focus, .site-button.black:hover {
    background-color: #000;
    color: #fff;
}
.site-button.gray {
    background-color: #666;
    color: #fff;
}
.site-button.gray.active, .site-button.gray:active, .site-button.gray:focus, .site-button.gray:hover {
    background-color: #555;
    color: #fff;
}
.site-button.pink {
    background-color: #ff3c85;
    color: #fff;
}
.site-button.pink.active, .site-button.pink:active, .site-button.pink:focus, .site-button.pink:hover {
    background-color: #ef2c75;
    color: #fff;
}
.site-button.blue {
    background-color: #00c5dc;
    color: #fff;
}
.site-button.blue.active, .site-button.blue:active, .site-button.blue:focus, .site-button.blue:hover {
    background-color: #00b5cc;
    color: #fff;
}
.site-button.green {
    background-color: #34bfa3;
    color: #fff;
}
.site-button.green.active, .site-button.green:active, .site-button.green:focus, .site-button.green:hover {
    background-color: #24af93;
    color: #fff;
}
.site-button.orange {
    background-color: #ef9800;
    color: #fff;
}
.site-button.orange.active, .site-button.orange:active, .site-button.orange:focus, .site-button.orange:hover {
    background-color: #df8800;
    color: #fff;
}
.site-button.red {
    background-color: #f0526d;
    color: #fff;
}
.site-button.red.active, .site-button.red:active, .site-button.red:focus, .site-button.red:hover {
    background-color: #f22d4e;
    color: #fff;
}
.site-button.brown {
    background-color: #484a5c;
    color: #fff;
}
.site-button.brown.active, .site-button.brown:active, .site-button.brown:focus, .site-button.brown:hover {
    background-color: #383a4c;
    color: #fff;
}
.site-button.yellow {
    background-color: #ffb822;
    color: #fff;
}
.site-button.yellow.active, .site-button.yellow:active, .site-button.yellow:focus, .site-button.yellow:hover {
    background-color: #efa812;
    color: #fff;
}
.site-button.purple {
    background-color: #8862b9;
    color: #fff;
}
.site-button.purple.active, .site-button.purple:active, .site-button.purple:focus, .site-button.purple:hover {
    background-color: #7852a9;
    color: #fff;
}
.site-button.white {
    background-color: #fff;
    color: #777;
}
.site-button.white:active, .site-button.white:focus, .site-button.white:hover {
    background-color: #f4f4f4;
    color: #555;
}
.site-button.black.gradient {
    background: #000;
    background: -moz-linear-gradient(45deg, #000 0, #727272 100%);
    background: -webkit-linear-gradient(45deg, #000 0, #727272 100%);
    background: linear-gradient(45deg, #000 0, #727272 100%);
    color: #fff;
}
.site-button.black.gradient:active, .site-button.black.gradient:focus, .site-button.black.gradient:hover {
    background: #1e1e1e;
    background: -moz-linear-gradient(45deg, #1e1e1e 0, #727272 100%);
    background: -webkit-linear-gradient(45deg, #1e1e1e 0, #727272 100%);
    background: linear-gradient(45deg, #1e1e1e 0, #727272 100%);
    color: #fff;
}
.site-button.gradient.gray {
    background: #666;
    background: -moz-linear-gradient(45deg, #666 0, #999 100%);
    background: -webkit-linear-gradient(45deg, #666 0, #999 100%);
    background: linear-gradient(45deg, #666 0, #999 100%);
    color: #fff;
}
.site-button.gradient.gray:active, .site-button.gradient.gray:focus, .site-button.gradient.gray:hover {
    background: #4f4f4f;
    background: -moz-linear-gradient(45deg, #4f4f4f 0, #999 100%);
    background: -webkit-linear-gradient(45deg, #4f4f4f 0, #999 100%);
    background: linear-gradient(45deg, #4f4f4f 0, #999 100%);
    color: #fff;
}
.site-button.gradient.pink {
    background: #ff3c85;
    background: -moz-linear-gradient(45deg, #ff3c85 0, #ff93bb 100%);
    background: -webkit-linear-gradient(45deg, #ff3c85 0, #ff93bb 100%);
    background: linear-gradient(45deg, #ff3c85 0, #ff93bb 100%);
    color: #fff;
}
.site-button.gradient.pink:active, .site-button.gradient.pink:focus, .site-button.gradient.pink:hover {
    background: #ff3d81;
    background: -moz-linear-gradient(45deg, #ff3d81 0, #ff7fae 100%);
    background: -webkit-linear-gradient(45deg, #ff3d81 0, #ff7fae 100%);
    background: linear-gradient(45deg, #ff3d81 0, #ff7fae 100%);
    color: #fff;
}
.site-button.gradient.blue {
    background: #00c5db;
    background: -moz-linear-gradient(45deg, #00c5db 0, #6dff9e 99%);
    background: -webkit-linear-gradient(45deg, #00c5db 0, #6dff9e 99%);
    background: linear-gradient(45deg, #00c5db 0, #6dff9e 99%);
    color: #fff;
}
.site-button.gradient.blue:active, .site-button.gradient.blue:focus, .site-button.gradient.blue:hover {
    background: #00a9bc;
    background: -moz-linear-gradient(45deg, #00a9bc 0, #54ea86 99%);
    background: -webkit-linear-gradient(45deg, #00a9bc 0, #54ea86 99%);
    background: linear-gradient(45deg, #00a9bc 0, #54ea86 99%);
    color: #fff;
}
.site-button.gradient.green {
    background: #84ba3f;
    background: -moz-linear-gradient(45deg, #84ba3f 0, #b7ff59 99%);
    background: -webkit-linear-gradient(45deg, #84ba3f 0, #b7ff59 99%);
    background: linear-gradient(45deg, #84ba3f 0, #b7ff59 99%);
    color: #fff;
}
.site-button.gradient.green:active, .site-button.gradient.green:focus, .site-button.gradient.green:hover {
    background: #6dad1a;
    background: -moz-linear-gradient(45deg, #6dad1a 0, #90ff00 99%);
    background: -webkit-linear-gradient(45deg, #6dad1a 0, #90ff00 99%);
    background: linear-gradient(45deg, #6dad1a 0, #90ff00 99%);
    color: #fff;
}
.site-button.gradient.orange {
    background: #ef940b;
    background: -moz-linear-gradient(45deg, #ef940b 0, #ffd754 100%);
    background: -webkit-linear-gradient(45deg, #ef940b 0, #ffd754 100%);
    background: linear-gradient(45deg, #ef940b 0, #ffd754 100%);
    color: #fff;
}
.site-button.gradient.orange:active, .site-button.gradient.orange:focus, .site-button.gradient.orange:hover {
    background: #d68000;
    background: -moz-linear-gradient(45deg, #d68000 0, #ffbf00 100%);
    background: -webkit-linear-gradient(45deg, #d68000 0, #ffbf00 100%);
    background: linear-gradient(45deg, #d68000 0, #ffbf00 100%);
    color: #fff;
}
.site-button.gradient.red {
    background: #ff1437;
    background: -moz-linear-gradient(45deg, #ff1437 0, #ff5982 100%);
    background: -webkit-linear-gradient(45deg, #ff1437 0, #ff5982 100%);
    background: linear-gradient(45deg, #ff1437 0, #ff5982 100%);
    color: #fff;
}
.site-button.gradient.red:active, .site-button.gradient.red:focus, .site-button.gradient.red:hover {
    background: #f02;
    background: -moz-linear-gradient(45deg, #f02 0, #ff3866 100%);
    background: -webkit-linear-gradient(45deg, #f02 0, #ff3866 100%);
    background: linear-gradient(45deg, #f02 0, #ff3866 100%);
    color: #fff;
}
.site-button.gd, .site-button.gd:active, .site-button.gd:focus, .site-button.gd:hover {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
}
.site-button.gradient.brown {
    background: #303451;
    background: -moz-linear-gradient(45deg, #303451 0, #7e8196 100%);
    background: -webkit-linear-gradient(45deg, #303451 0, #7e8196 100%);
    background: linear-gradient(45deg, #303451 0, #7e8196 100%);
    color: #fff;
}
.site-button.gradient.brown:active, .site-button.gradient.brown:focus, .site-button.gradient.brown:hover {
    background: #1d213f;
    background: -moz-linear-gradient(45deg, #1d213f 0, #777c9b 100%);
    background: -webkit-linear-gradient(45deg, #1d213f 0, #777c9b 100%);
    background: linear-gradient(45deg, #1d213f 0, #777c9b 100%);
    color: #fff;
}
.site-button.gradient.yellow {
    background: #ffb52d;
    background: -moz-linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
    background: -webkit-linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
    background: linear-gradient(45deg, #ffb52d 34%, #ffd684 100%);
    color: #fff;
}
.site-button.gradient.yellow:active, .site-button.gradient.yellow:focus, .site-button.gradient.yellow:hover {
    background: #e2a336;
    background: -moz-linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
    background: -webkit-linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
    background: linear-gradient(45deg, #e2a336 34%, #ffc656 100%);
    color: #fff;
}
.site-button.gradient.purple {
    background: #62369b;
    background: -moz-linear-gradient(45deg, #62369b 0, #b37cff 87%);
    background: -webkit-linear-gradient(45deg, #62369b 0, #b37cff 87%);
    background: linear-gradient(45deg, #62369b 0, #b37cff 87%);
    color: #fff;
}
.site-button.gradient.purple:active, .site-button.gradient.purple:focus, .site-button.gradient.purple:hover {
    background: #814ec4;
    background: -moz-linear-gradient(45deg, #814ec4 0, #9e4aba 87%);
    background: -webkit-linear-gradient(45deg, #814ec4 0, #9e4aba 87%);
    background: linear-gradient(45deg, #814ec4 0, #9e4aba 87%);
    color: #fff;
}
.button-skew {
    position: relative;
    text-align: center;
    margin-right: 25px;
    -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.button-skew span {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew i {
    background-color: inherit;
    position: absolute;
    height: 100%;
    font-size: 12px;
    margin-right: -32px;
    font-weight: 700!important;
    right: 0;
    top: 0;
    padding: 12px 12px;
    line-height: normal;
}
.button-skew i:before {
    display: inline-block;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.button-skew.button-sm i {
    padding: 7px 10px;
    margin-right: -27px;
}
.button-skew.button-lg i {
    padding: 25px 15px;
    margin-right: -40px;
}
.button-skew.button-xl i {
    padding: 35px 22px;
    margin-right: -55px;
}
.site-button.graphical {
    color: #fff;
    border-radius: 3px;
    text-shadow: 0 -1px rgba(0, 0, 0, .4);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, .3), 0 1px 3px -1px rgba(45, 60, 72, .5);
    border: 1px solid rgba(0, 0, 0, .15);
}
.site-button.graphical:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .25) inset;
}
.site-button.button-3d {
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    border-bottom: 4px solid rgba(0, 0, 0, .2);
    border-left: none;
    border-right: none;
    border-top: none;
}
.text-white .site-button.outline {
    color: #fff;
}
.site-button.outline {
    color: #888;
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: inherit;
}
.site-button.outline-2 {
    border-width: 2px;
}
.site-button.outline-2.radius-xl, .site-button.outline.radius-xl {
    border-radius: 100px;
}
.site-button.outline.white {
    color: #e7e7e7;
    border-color: #e7e7e7;
}
.site-button.outline.white:hover {
    color: #666;
}
.site-button.outline.black {
    color: #171717;
    border-color: #171717;
}
.site-button.outline.gray {
    color: #666;
    border-color: #666;
}
.site-button.outline.pink {
    color: #e63f75;
    border-color: #e63f75;
}
.site-button.outline.blue {
    color: #42b8d4;
    border-color: #42b8d4;
}
.site-button.outline.green {
    color: #35b494;
    border-color: #35b494;
}
.site-button.outline.orange {
    color: #e56713;
    border-color: #e56713;
}
.site-button.outline.red {
    color: #d93223;
    border-color: #d93223;
}
.site-button.outline.brown {
    color: #69441f;
    border-color: #69441f;
}
.site-button.outline.yellow {
    color: #efbb20;
    border-color: #efbb20;
}
.site-button.outline.purple {
    color: #ae1af7;
    border-color: #ae1af7;
}
.site-button.outline:hover {
    border-color: transparent;
    color: #fff;
}
.site-button-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: inline-block;
    font-weight: 400;
    padding: 3px 5px;
}
.site-button-link i {
    margin-left: 10px;
}
.site-button-link.white {
    color: #e7e7e7;
}
.site-button-link.white:active, .site-button-link.white:focus, .site-button-link.white:hover {
    color: #ccc;
}
.site-button-link.black {
    color: #171717;
}
.site-button-link.black:active, .site-button-link.black:focus, .site-button-link.black:hover {
    color: #000;
}
.site-button-link.gray {
    color: #666;
}
.site-button-link.gray:active, .site-button-link.gray:focus, .site-button-link.gray:hover {
    color: #555;
}
.site-button-link.pink {
    color: #e63f75;
}
.site-button-link.pink:active, .site-button-link.pink:focus, .site-button-link.pink:hover {
    color: #ef2c75;
}
.site-button-link.blue {
    color: #42b8d4;
}
.site-button-link.blue:active, .site-button-link.blue:focus, .site-button-link.blue:hover {
    color: #00b5cc;
}
.site-button-link.green {
    color: #35b494;
}
.site-button-link.green:active, .site-button-link.green:focus, .site-button-link.green:hover {
    color: #26a585;
}
.site-button-link.orange {
    color: #e56713;
}
.site-button-link.orange:active, .site-button-link.orange:focus, .site-button-link.orange:hover {
    color: #d55703;
}
.site-button-link.red {
    color: #d93223;
}
.site-button-link.red:active, .site-button-link.red:focus, .site-button-link.red:hover {
    color: #c51e0f;
}
.site-button-link.brown {
    color: #69441f;
}
.site-button-link.brown:active, .site-button-link.brown:focus, .site-button-link.brown:hover {
    color: #5f3a15;
}
.site-button-link.yellow {
    color: #ecc731;
}
.site-button-link.yellow:active, .site-button-link.yellow:focus, .site-button-link.yellow:hover {
    color: ##d4af19;
}
.site-button-link.purple {
    color: #ae1af7;
}
.site-button-link.purple:active, .site-button-link.purple:focus, .site-button-link.purple:hover {
    color: #9804e1;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
}
.site-button.box-shadow.black {
    box-shadow: 0 5px 10px 2px rgba(0, 0, 0, .19);
}
.site-button.box-shadow.gray {
    box-shadow: 0 5px 10px 2px rgba(85, 85, 85, .19);
}
.site-button.box-shadow.pink {
    box-shadow: 0 5px 10px 2px rgba(239, 44, 177, .19);
}
.site-button.box-shadow.blue {
    box-shadow: 0 5px 10px 2px rgba(0, 181, 104, .19);
}
.site-button.box-shadow.green {
    box-shadow: 0 5px 10px 2px rgba(36, 176, 147, .19);
}
.site-button.box-shadow.orange {
    box-shadow: 0 5px 10px 2px rgba(223, 136, 0, .19);
}
.site-button.box-shadow.red {
    box-shadow: 0 5px 10px 2px rgba(242, 45, 78, .19);
}
.site-button.box-shadow.brown {
    box-shadow: 0 5px 10px 2px rgba(56, 58, 76, .19);
}
.site-button.box-shadow.yellow {
    box-shadow: 0 5px 10px 2px rgba(239, 168, 18, .19);
}
.site-button.box-shadow.purple {
    box-shadow: 0 5px 10px 2px rgba(120, 82, 169, .19);
}
.site-button.circle-sm {
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 40px;
    font-size: 12px;
    line-height: 27px;
}
.site-button.circle {
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 40px;
    line-height: 39px;
}
.site-button.circle-lg {
    border-radius: 40px;
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px;
}
.site-button.sharp-sm {
    width: 28px;
    height: 28px;
    padding: 0;
    font-size: 12px;
    line-height: 27px;
}
.site-button.sharp {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 39px;
}
.site-button.sharp-lg {
    font-size: 20px;
    height: 55px;
    padding: 0;
    width: 55px;
    line-height: 54px;
}
.site-button-link.facebook {
    color: #3b5998;
}
.site-button-link.google-plus {
    color: #de4e43;
}
.site-button-link.linkedin {
    color: #007bb6;
}
.site-button-link.instagram {
    color: #8a5a4e;
}
.site-button-link.twitter {
    color: #1ea1f3;
}
.site-button-link.youtube {
    color: #ce201f;
}
.site-button-link.whatsapp {
    color: #01c854;
}
.site-button-link.facebook.hover, .site-button-link.google-plus.hover, .site-button-link.instagram.hover, .site-button-link.linkedin.hover, .site-button-link.twitter.hover, .site-button-link.whatsapp.hover, .site-button-link.youtube.hover {
    color: inherit;
}
.site-button-link.facebook.hover:active, .site-button-link.facebook.hover:focus, .site-button-link.facebook.hover:hover {
    color: #3b5998;
}
.site-button-link.google-plus.hover:active, .site-button-link.google-plus.hover:focus, .site-button-link.google-plus.hover:hover {
    color: #de4e43;
}
.site-button-link.linkedin.hover:active, .site-button-link.linkedin.hover:focus, .site-button-link.linkedin.hover:hover {
    color: #007bb6;
}
.site-button-link.instagram.hover:active, .site-button-link.instagram.hover:focus, .site-button-link.instagram.hover:hover {
    color: #8a5a4e;
}
.site-button-link.twitter.hover:active, .site-button-link.twitter.hover:focus, .site-button-link.twitter.hover:hover {
    color: #1ea1f3;
}
.site-button-link.youtube.hover:active, .site-button-link.youtube.hover:focus, .site-button-link.youtube.hover:hover {
    color: #ce201f;
}
.site-button-link.whatsapp.hover:active, .site-button-link.whatsapp.hover:focus, .site-button-link.whatsapp.hover:hover {
    color: #01c854;
}
.site-button.facebook {
    background-color: #3b5998;
}
.site-button.facebook:active, .site-button.facebook:focus, .site-button.facebook:hover {
    background-color: #4b69a8;
}
.site-button.google-plus {
    background-color: #de4e43;
}
.site-button.google-plus:active, .site-button.google-plus:focus, .site-button.google-plus:hover {
    background-color: #fe6e63;
}
.site-button.linkedin {
    background-color: #007bb6;
}
.site-button.linkedin:active, .site-button.linkedin:focus, .site-button.linkedin:hover {
    background-color: #209bd6;
}
.site-button.instagram {
    background-color: #8a5a4e;
}
.site-button.instagram:active, .site-button.instagram:focus, .site-button.instagram:hover {
    background-color: #aa7a6e;
}
.site-button.twitter {
    background-color: #1ea1f3;
}
.site-button.twitter:active, .site-button.twitter:focus, .site-button.twitter:hover {
    background-color: #0e91e3;
}
.site-button.youtube {
    background-color: #ce201f;
}
.site-button.youtube:active, .site-button.youtube:focus, .site-button.youtube:hover {
    background-color: #ee403f;
}
.site-button.whatsapp {
    background-color: #01c854;
}
.site-button.whatsapp:active, .site-button.whatsapp:focus, .site-button.whatsapp:hover {
    background-color: #00a834;
}
.site-button.facebook.outline, .site-button.google-plus.outline, .site-button.instagram.outline, .site-button.linkedin.outline, .site-button.twitter.outline, .site-button.whatsapp.outline, .site-button.youtube.outline {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid;
}
.site-button.facebook.outline {
    color: #3b5998;
}
.site-button.google-plus.outline {
    color: #de4e43;
}
.site-button.linkedin.outline {
    color: #007bb6;
}
.site-button.instagram.outline {
    color: #8a5a4e;
}
.site-button.twitter.outline {
    color: #1ea1f3;
}
.site-button.youtube.outline {
    color: #ce201f;
}
.site-button.whatsapp.outline {
    color: #01c854;
}
.site-button.facebook.outline:active, .site-button.facebook.outline:focus, .site-button.facebook.outline:hover {
    background-color: #4b69a8;
    color: #fff;
}
.site-button.google-plus.outline:active, .site-button.google-plus.outline:focus, .site-button.google-plus.outline:hover {
    background-color: #fe6e63;
    color: #fff;
}
.site-button.linkedin.outline:active, .site-button.linkedin.outline:focus, .site-button.linkedin.outline:hover {
    background-color: #209bd6;
    color: #fff;
}
.site-button.instagram.outline:active, .site-button.instagram.outline:focus, .site-button.instagram.outline:hover {
    background-color: #aa7a6e;
    color: #fff;
}
.site-button.twitter.outline:active, .site-button.twitter.outline:focus, .site-button.twitter.outline:hover {
    background-color: #0e91e3;
    color: #fff;
}
.site-button.youtube.outline:active, .site-button.youtube.outline:focus, .site-button.youtube.outline:hover {
    background-color: #ee403f;
    color: #fff;
}
.site-button.whatsapp.outline:active, .site-button.whatsapp.outline:focus, .site-button.whatsapp.outline:hover {
    background-color: #00a834;
    color: #fff;
}
@media only screen and (max-width:991px) {
    .button-layout .btn, .button-layout .site-button, .button-layout .site-button-link, .button-layout .site-secondry {
    margin-bottom: 10px;
}
}.site-filters {
    margin-bottom: 30px;
}
.site-filters ul {
    margin: 0;
    list-style: none;
}
.site-filters li {
    display: inline;
    padding: 0;
}
.site-filters li.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0!important;
}
.site-filters li input {
    display: none;
}
.site-filters a {
    margin: 0 15px 5px 0;
}
.site-filters .active>[class*=site-button] {
    color: #fff;
    background-color: #efbb20;
}
.site-filters.center {
    text-align: center;
}
.site-filters.center ul {
    display: inline-block;
    margin: auto;
}
.site-filters.center [class*=site-button] {
    display: inline-block;
    font-weight: 600;
    margin: 0 5px 10px;
    text-transform: uppercase;
}
.button-skew-s1 {
    padding: 0 0 0 20px;
}
.button-skew-s1 i {
    background-color: rgba(0, 0, 0, .2);
    margin-left: 25px;
    padding: 15px;
    position: relative;
    z-index: 1;
}
.button-skew-s1 i:after {
    border-bottom: 44px solid rgba(0, 0, 0, .2);
    border-left: 15px solid transparent;
    border-top: 0 none;
    content: "";
    left: -15px;
    position: absolute;
    top: 0;
}
.button-skew-s1.button-sm {
    padding: 0 0 0 15px;
}
.button-skew-s1.button-sm i {
    margin-left: 15px;
    padding: 8px;
}
.button-skew-s1.button-sm i:after {
    border-bottom: 28px solid rgba(0, 0, 0, .2);
    border-left: 10px solid transparent;
    left: -10px;
}
.button-skew-s1.button-lg {
    padding: 0 0 0 35px;
}
.button-skew-s1.button-lg i {
    margin-left: 40px;
    padding: 25px;
}
.button-skew-s1.button-lg i:after {
    border-bottom: 66px solid rgba(0, 0, 0, .2);
    border-left: 20px solid transparent;
    left: -20px;
}
.button-skew-s1.button-xl {
    padding: 0 0 0 45px;
}
.button-skew-s1.button-xl i {
    margin-left: 50px;
    padding: 35px;
}
.button-skew-s1.button-xl i:after {
    border-bottom: 93px solid rgba(0, 0, 0, .2);
    border-left: 35px solid transparent;
    left: -35px;
}
@media only screen and (max-width:480px) {
    .site-filters.center [class*=site-button] {
    margin: 0 1px 5px;
    padding: 5px 10px;
    font-size: 12px;
}
}.dez-separator-outer {
    overflow: hidden;
}
.dez-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    margin-bottom: 10px;
    position: relative;
}
.dez-separator.style-liner {
    width: 20px;
}
.dez-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
}
.dez-separator[class*=style-]:after, .dez-separator[class*=style-]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 35px;
    width: 150px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dez-separator[class*=style-]:before {
    left: auto;
    right: 35px;
}
.dez-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
.dez-separator.style-skew[class*=style-]:after, .dez-separator.style-skew[class*=style-]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}
.dez-separator.style-skew[class*=style-]:before {
    right: 20px;
    left: auto;
}
.dez-divider {
    height: 1px;
    position: relative;
    margin: 30px 0;
}
.dez-divider.divider-2px {
    height: 2px;
}
.dez-divider.divider-3px {
    height: 3px;
}
.dez-divider.divider-4px {
    height: 4px;
}
.dez-divider i {
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dez-divider.icon-left {
    margin-left: 40px;
}
.dez-divider.icon-left i {
    left: -40px;
}
.dez-divider.icon-right {
    margin-right: 40px;
}
.dez-divider.icon-right i {
    left: auto;
    right: -40px;
}
.dez-divider.icon-center i {
    left: 50%;
    margin-left: -5px;
}
.list-angle-right, .list-arrow, .list-arrow-circle, .list-check, .list-check-circle, .list-checked, .list-chevron-circle, .list-circle, .list-times-circle {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
.list-angle-right li, .list-arrow li, .list-arrow-circle li, .list-check li, .list-check-circle li, .list-checked li, .list-chevron-circle li, .list-circle li, .list-times-circle li {
    padding: 5px 5px 5px 20px;
    position: relative;
}
.list-angle-right li:before, .list-arrow li:before, .list-arrow-circle li:before, .list-check li:before, .list-check-circle li:before, .list-checked li:before, .list-chevron-circle li:before, .list-circle li:before, .list-times-circle li:before {
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #777;
    font-weight: 800;
}
.list-circle li:before {
    top: 10px;
    font-size: 10px;
}
.list-circle li:before {
    content: "\f111"}
.list-angle-right li:before {
    content: "\f105"}
.list-arrow li:before {
    content: "\f0da"}
.list-check li:before {
    content: "\f00c"}
.list-checked li:before {
    content: "\f046"}
.list-check-circle li:before {
    content: "\f058"}
.list-chevron-circle li:before {
    content: "\f138"}
.list-arrow-circle li:before {
    content: "\f0a9"}
.list-times-circle li:before {
    content: "\f057"}
.primary li:before {
    color: #efbb20;
}
.secondry li:before {
    color: #77c04b;
}
.black li:before {
    color: #000;
}
.white li:before {
    color: #fff;
}
.orange li:before {
    color: #f60;
}
.green li:before {
    color: #0c0;
}
.red li:before {
    color: #ff3737;
}
.no-margin {
    margin: 0 0 0!important;
    list-style: none;
}
.list-num-count {
    counter-reset: li;
    padding-left: 0;
}
.list-num-count>li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none;
}
.list-num-count>li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #efbb20;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.list-num-count.lower-alpha>li:before {
    content: counter(li, lower-alpha);
}
.list-num-count.upper-alpha>li:before {
    content: counter(li, upper-alpha);
}
.dez-tabs .tab-pane {
    padding: 20px 0;
}
.dez-tabs .nav-tabs>li>a {
    color: #3d474a;
    font-weight: 600;
    font-size: 13px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.dez-tabs .nav-tabs>li.active>a, .dez-tabs .nav-tabs>li.active>a:focus, .dez-tabs .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border-color: #ddd;
    border-bottom: 1px solid #fff;
}
.dez-tabs .nav>li>a:focus, .dez-tabs .nav>li>a:hover {
    background-color: transparent;
}
.dez-tabs .nav li a:hover {
    border: 1px solid transparent;
}
.dez-tabs .nav-tabs>li>a i {
    color: #efbb20;
    margin-right: 5px;
}
.dez-tabs.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ddd;
    background-color: #efefef;
    margin-right: 2px;
}
.dez-tabs.bg-tabs .nav-tabs>li.active>a {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.dez-tabs.vertical.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ddd;
}
.dez-tabs.vertical.bg-tabs .nav-tabs>li.active>a {
    border-right: 1px solid transparent;
}
.dez-tabs.vertical.right.bg-tabs .nav-tabs>li>a {
    border: 1px solid #ddd;
}
.dez-tabs.vertical.right.bg-tabs .nav-tabs>li.active>a {
    border-left: 1px solid transparent;
}
.dez-tabs.border-top .nav-tabs>li.active>a {
    border-top: 2px solid #efbb20;
    padding: 9px 15px 10px;
}
.dez-tabs.border .tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: -1px;
}
.dez-tabs.vertical .nav-tabs {
    float: left;
    width: 170px;
    border-bottom: none;
    border-right: 1px solid #ddd;
}
.dez-tabs.vertical .tab-pane {
    padding: 10px 0 10px 20px;
}
.dez-tabs.vertical .nav-tabs li {
    float: none;
    margin-right: -1px;
}
.dez-tabs.vertical .nav-tabs li a {
    margin-right: 0;
    border-right: none;
}
.dez-tabs.vertical .nav-tabs li.active a {
    border-bottom: 1px solid #ddd;
}
.dez-tabs.vertical .tab-content {
    border-left: 1px solid #ddd;
    margin-left: 169px;
}
.dez-tabs.vertical.border .tab-pane {
    padding: 20px;
    margin-left: -1px;
}
.dez-tabs.vertical.right .nav-tabs {
    border-left: 1px solid #ddd;
    border-right: none;
    float: right;
}
.dez-tabs.vertical.right .nav-tabs li {
    margin-right: 0;
    margin-left: -1px;
}
.dez-tabs.vertical.right .nav-tabs li a {
    border-right: 1px solid transparent;
    border-left: none;
}
.dez-tabs.vertical.right .nav-tabs li.active a {
    border-right: 1px solid #ddd;
    border-left: none;
}
.dez-tabs.vertical.right .tab-content {
    border-left: none;
    border-right: 1px solid #ddd;
    margin-right: 169px;
    margin-left: 0;
}
.dez-tabs.vertical.right .tab-pane {
    padding: 10px 20px 10px 0;
}
@media only screen and (max-width:767px) {
    .dez-tabs.vertical .nav-tabs {
    width: 40px;
}
.dez-tabs.vertical .tab-content {
    margin-left: 39px;
}
.dez-tabs.vertical.right .tab-content {
    margin-right: 39px;
}
}.dez-tabs.vertical.right.border .tab-pane {
    padding: 20px;
    margin-right: -1px;
}
.panel {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.dez-accordion .panel {
    border: none;
    border-radius: 0;
    margin-bottom: -1px;
}
.acod-head {
    position: relative;
}
.acod-title {
    margin-top: 0;
    margin-bottom: 0;
}
.acod-head i {
    margin-right: 5px;
}
.acod-head a {
    display: block;
    padding: 12px 40px 12px 15px;
    border: 1px solid #ddd;
}
.acod-head a, .acod-head a.collapsed:hover, .acod-head a:hover {
    color: #efbb20;
}
.acod-head a.collapsed, .acod-head a.collapsed:after {
    color: #3d474a;
}
.acod-head a:after {
    font-family: 'Font Awesome 5 Free';
    content: "\f068";
    float: right;
    color: #efbb20;
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    right: 12px;
    top: 12px;
}
.acod-head a.collapsed:after {
    content: "\f067"}
.acod-body {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid transparent;
    margin-top: -1px;
}
.acod-content {
    margin: 20px;
}
.dez-accordion.rounded .panel:first-child .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dez-accordion.rounded .panel:last-child .acod-head a.collapsed {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dez-accordion.rounded .panel:last-child .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dez-accordion.rounded .panel:last-child .acod-body.in {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dez-accordion.space .panel {
    margin-bottom: 5px;
}
.dez-accordion.rounded.space .panel .acod-head a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.dez-accordion.rounded.space .panel .acod-head a.collapsed {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dez-accordion.rounded.space .panel .acod-body {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dez-accordion.bg-title .acod-head a {
    background-color: #f7f8fa;
}
.dez-accordion.no-cover .acod-body {
    border: none;
}
.dez-accordion.no-cover .acod-content {
    padding-left: 20px;
    margin-right: 10px;
    border-left: 2px solid #e8e8e8;
    position: relative;
}
.dez-accordion.no-cover .acod-content:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid #e8e8e8;
}
.dez-accordion.border-bottom .acod-head a {
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0;
}
.dez-accordion.border-bottom.no-border .acod-head a {
    border: none;
}
.dez-accordion.no-border .acod-content {
    margin-top: 10px;
    margin-bottom: 10px;
}
.ow-post-info {
    padding: 10px;
    background-color: #BE2925;
    text-align: center;
}
.ow-post-title .post-title {
    margin: 0 0 10px;
}
.ow-post-text {
    margin-bottom: 0px;
}
.ow-post-text p:last-child {
    margin: 0;
}
.ow-post-readmore {
    margin-bottom: 10px;
}
.ow-post-meta {
    margin-bottom: 0px;
}
.ow-post-meta ul {
    margin: 0 -4px;
    list-style: none;
}
.ow-post-meta ul li {
    padding: 0;
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
}
.ow-post-meta li:after {
    content: "/";
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
    opacity: .5;
}
.ow-post-meta li:last-child:after {
    display: none;
}
.ow-post-meta a {
    color: #a9a9a9!important;
}
.ow-post-meta li i {
    color: #7b7b7b;
    margin: 0 5px;
}
.ow-post-tags {
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
}
.ow-post-tags .post-comment {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
}
.ow-post-tags .post-comment a {
    color: #a9a9a9;
}
.ow-post-tags .post-tags {
    margin: 0 -3px;
    list-style: none;
}
.ow-post-tags .post-tags a {
    border: 1px solid #ebebeb;
    padding: 2px 8px 1px;
    color: #777;
    margin: 0 3px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 11px;
}
.ow-post-tags .post-tags a:active, .ow-post-tags .post-tags a:focus, .ow-post-tags .post-tags a:hover {
    border: 1px solid #0098a6;
    color: #0098a6;
}
.no-image-blog.date-style-2 .ow-post-info {
    padding-top: 70px;
}
.ow-event-info {
    position: relative;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.ow-event-title .event-title {
    margin: 0 0 10px;
}
.ow-event-text {
    margin-bottom: 10px;
}
.ow-event-text p:last-child {
    margin: 0;
}
.ow-event-readmore {
    margin-bottom: 10px;
}
.ow-event-meta ul {
    margin: 0;
}
.ow-event-meta ul li {
    color: #a9a9a9;
    font-weight: 600;
    display: inline-block;
    padding-right: 15px;
}
.ow-event-meta ul li i {
    color: #7b7b7b;
    margin-right: 10px;
}
.no-image-event.date-style-2 .ow-post-info {
    padding-top: 70px;
}
.ow-client-logo {
    background-color: #fff;
    display: table;
    width: 100%}
.client-logo {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 3px;
}
.owl-carousel .ow-client-logo img {
    height: 80px;
    max-height: 100%;
    width: auto;
    display: inline-block;
    object-fit: cover;
}
.testimonial-pic {
    background: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #fff;
}
.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%}
.testimonial-pic.radius img {
    width: 100%;
    height: 100;
    border-radius: 100%;
    -webkit-border-radius: 100%}
.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, .35);
}
.quote-left, .quote-right {
    position: relative;
}
.quote-left:before, .quote-right:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    z-index: 10;
    top: 15px;
}
.quote-left:before {
    content: "\f10d";
    left: 0;
}
.quote-right:after {
    content: "\f10e";
    left: auto;
    right: 0;
}
.testimonial-text {
    padding: 15px;
    position: relative;
}
.testimonial-detail {
    padding: 5px;
}
.testimonial-name, .testimonial-position {
    display: block;
}
.testimonial-position {
    font-style: italic;
}
.testimonial-text p:last-child {
    margin: 0;
}
.testimonial-bg {
    color: #fff;
}
.testimonial-1 {
    text-align: center;
}
.testimonial-1 .testimonial-position {
    color: #efbb20;
}
.testimonial-1 .testimonial-name, .testimonial-1 .testimonial-position {
    display: block;
}
.testimonial-1 .quote-left:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #efbb20;
    color: #fff;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%}
.testimonial-2 .testimonial-text {
    background-color: #f4f5f7;
    padding: 30px;
}
.testimonial-2 .testimonial-text:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f4f5f7;
}
.testimonial-2 .testimonial-detail {
    padding: 25px 0 20px 20px;
}
.testimonial-2 .testimonial-pic {
    float: left;
    margin-right: 15px;
    width: 80px;
    height: 80px;
}
.testimonial-2 .quote-left:before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #efbb20;
    color: #fff;
    text-align: center;
    left: 0;
    top: 65px;
    border-radius: 100%;
    -webkit-border-radius: 100%}
.testimonial-2 .testimonial-name, .testimonial-2 .testimonial-position {
    padding: 2px 0;
}
.testimonial-2 .testimonial-name {
    padding-top: 20px;
}
.testimonial-2 .testimonial-position {
    color: #efbb20;
}
.testimonial-2 .quote-left:before {
    top: 50px;
}
.testimonial-2.testimonial-bg .testimonial-text {
    color: #777;
    background-color: rgba(255, 255, 255, .9);
}
.testimonial-2.testimonial-bg .testimonial-text:after {
    border-top-color: rgba(255, 255, 255, .9);
}
.testimonial-3 {
    text-align: center;
}
.testimonial-3 .quote-left:before {
    position: static;
    font-size: 40px;
    color: #efbb20;
}
.testimonial-3 .testimonial-position {
    color: #efbb20;
}
.testimonial-3 .testimonial-name, .testimonial-3 .testimonial-position {
    display: inline-block;
}
.testimonial-4 {
    background-color: #1e2228;
    position: relative;
    padding: 30px 40px 30px 10px;
    margin-left: 140px;
    min-height: 150px;
}
.testimonial-4:after {
    background-color: #1e2228;
    border-left-width: 4px;
    border-left-style: solid;
    border-left-color: #efbb20;
    content: "";
    position: absolute;
    left: -80px;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    -moz-transform: skewX(-25deg);
    -webkit-transform: skewX(-25deg);
    -o-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.testimonial-4 .testimonial-pic {
    position: absolute;
    top: 30px;
    left: 0;
    margin-left: -110px;
}
.testimonial-4 [class*=quote-] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px;
    border-color: #efbb20;
    border-top-color: transparent!important;
    border-left-color: transparent!important;
}
.testimonial-4 [class*=quote-]:after, .testimonial-4 [class*=quote-]:before {
    top: 0;
    right: -20px;
    font-size: 20px;
    color: #1e2228;
}
.testimonial-4 .testimonial-detail, .testimonial-4 .testimonial-text {
    padding: 0;
}
.testimonial-4 .testimonial-text {
    margin-bottom: 10px;
}
.testimonial-4 .testimonial-name, .testimonial-4 .testimonial-position {
    display: inline-block;
}
.testimonial-4 .testimonial-name:after {
    content: "/";
    color: #efbb20;
    margin: 0 2px 0 5px;
}
.testimonial-4 .testimonial-name {
    text-transform: uppercase;
}
.testimonial-4 .testimonial-position {
    font-style: italic;
    color: #bebebe;
}
.testimonial-4 .testimonial-pic {
    border-color: #efbb20;
    border-width: 3px;
    width: 90px;
    height: 90px;
}
.testimonial-4.style-2 {
    background-color: #efefef;
}
.testimonial-4.style-2:after {
    background-color: #efefef;
}
.testimonial-4.style-2 [class*=quote-]:after, .testimonial-4.style-2 [class*=quote-]:before {
    color: #efefef;
}
@media only screen and (max-width:480px) {
    .testimonial-4 .testimonial-pic {
    height: 80px;
    width: 80px;
}
.testimonial-4:after {
    transform: skewX(-10deg);
}
.testimonial-4 {
    padding: 25px 10px 25px 0;
    margin-left: 110px;
}
}.pricingtable-inner {
    text-align: center;
}
.pricingtable-price {
    padding: 20px 20px;
    background-color: #f4f7f8;
    border: 1px solid #e9e9e9;
}
.pricingtable-bx {
    font-size: 50px;
    font-family: Arial;
    color: #333;
    font-weight: 700;
}
.pricingtable-type {
    font-size: 20px;
    text-transform: uppercase;
    font-size: 16px;
}
.pricingtable-type:before {
    content: "/";
    margin-right: 3px;
}
.pricingtable-title {
    background-color: #efbb20;
    padding: 20px;
    text-transform: uppercase;
}
.pricingtable-title * {
    margin: 0;
    color: #fff;
    font-weight: 800;
}
.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #e9e9e9;
}
.pricingtable-features li {
    padding: 12px;
    border-bottom: 1px solid #e9e9e9;
}
.pricingtable-features li i {
    margin: 0 3px;
}
.pricingtable-features li:nth-child(2n) {
    background-color: #f4f7f8;
}
.pricingtable-features li:last-child {
    border-bottom: none;
}
.pricingtable-footer {
    margin-top: -1px;
    padding: 20px;
    background-color: #f4f7f8;
    border: 1px solid #e9e9e9;
}
.pricingtable-highlight {
    margin: -20px 0;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    position: relative;
    z-index: 99;
}
.pricingtable-highlight .pricingtable-price {
    padding: 30px 20px;
}
.pricingtable-highlight .pricingtable-footer {
    padding: 30px 20px;
}
.no-col-gap .pricingtable-wrapper {
    margin-left: -1px;
}
.counter {
    position: relative;
}
.count-row {
    background: #333;
}
#countdown-clock {
    display: table;
    text-align: center;
    width: 80%;
    margin-left: -15px;
    border: 1px solid #3f3f3f;
    margin: 17px 0;
}
#countdown-clock span {
    display: table-cell;
    width: 1%;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
    border-right: 1px solid #3f3f3f;
}
#countdown-clock span:last-child {
    border-right: none;
}
#countdown-clock span b {
    display: block;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}
@media only screen and (max-width:991px) {
    #countdown-clock {
    width: 100%}
}.alert.alert-sm {
    padding: 5px 15px;
    font-size: 12px;
}
.alert.alert-lg {
    padding: 25px 15px;
    font-size: 16px;
}
.alert.alert-xl {
    padding: 35px 15px;
    font-size: 18px;
}
.alert[class*=alert-] i {
    margin-right: 8px;
}
.alert.no-radius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.alert.no-bg {
    background-color: transparent;
    border-width: 2px;
}
.alert[class*=alert-] ul {
    padding-left: 25px;
    margin-top: 10px;
}
.alert[class*=alert-] ul li:before {
    color: #a94442;
}
.modal-header {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
}
.modal-footer {
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
}
.modal-header {
    background: #efbb20;
    padding: 15px 25px;
}
.modal-header .modal-title {
    color: #fff;
}
.modal .modal-body {
    padding: 25px;
}
.modal-xlg {
    width: 1000px;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a {
    font-weight: 600;
}
.provider_registration .bootstrap-select div.dropdown-menu ul li a span.childcat {
    font-weight: 400;
    color: #7c7c7c;
}
@media only screen and (max-width:1024px) {
    .modal-xlg {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}
}.dez-social-icon {
    display: inline-block;
    margin: 0 -3px;
    padding: 0;
    text-align: center;
}
.dez-social-icon li {
    display: inline-block;
    padding: 0;
    font-size: 12px;
    vertical-align: middle;
}
.dez-social-icon li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 4px;
}
.dez-social-icon li .fa {
    vertical-align: middle;
}
.dez-social-icon.dez-border li {
    padding: 0 3px;
}
.dez-social-icon.dez-border li a {
    border: 1px solid rgba(255, 255, 255, .2);
}
.dez-social-links.dark li {
    padding: 0 3px;
}
.dez-social-icon.dark li a {
    border: 1px solid #777;
    color: #777;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}
.dez-share-icon li {
    border: none;
    width: 36px;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 0;
}
.dez-share-icon li a {
    color: #fff;
}
.dez-share-icon li i {
    border-right: none;
    font-size: 14px;
    color: #fff;
    width: 36px;
    height: 34px;
    line-height: 34px;
    padding: 0;
    text-align: center;
}
.dez-share-icon li.fb {
    background: #354d89;
}
.dez-share-icon li.fb i {
    background: #3a5799;
}
.dez-share-icon li.gp {
    background: #d34b2b;
}
.dez-share-icon li.gp i {
    background: #e35736;
}
.dez-share-icon li.tw {
    background: #029fdf;
}
.dez-share-icon li.tw i {
    background: #00abf0;
}
.dez-share-icon li.dig {
    background: #1d61aa;
}
.dez-share-icon li.dig i {
    background: #2b6fb8;
}
.dez-share-icon li.lin {
    background: #0176be;
}
.dez-share-icon li.lin i {
    background: #0082ca;
}
.dez-share-icon li.pin {
    background: #ac0104;
}
.dez-share-icon li.pin i {
    background: #bd0e15;
}
.dez-share-icon li:hover {
    width: 90px;
}
.breadcrumb-row {
    background: #e8e9e9;
    padding: 20px 0;
}
.breadcrumb-row ul {
    margin: 0;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #333;
}
.breadcrumb-row ul li:after {
    content: "/";
    margin-left: 7px;
}
.breadcrumb-row ul li:last-child {
    color: #676767;
}
.breadcrumb-row ul li:last-child:after {
    display: none;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 10px;
}
.table.borderless>tbody>tr>td, .table.borderless>tbody>tr>th {
    border: none;
}
.dataTable .sorting_asc .checkbox {
    margin-right: 0;
}
.overlay-black-dark, .overlay-black-light, .overlay-black-middle, .overlay-gradient-dark, .overlay-gradient-light, .overlay-gradient-middle, .overlay-primary-dark, .overlay-primary-light, .overlay-primary-middle, .overlay-white-dark, .overlay-white-light, .overlay-white-middle {
    position: relative;
}
.overlay-black-dark:after, .overlay-black-light:after, .overlay-black-middle:after, .overlay-gradient-dark:after, .overlay-gradient-light:after, .overlay-gradient-middle:after, .overlay-primary-dark:after, .overlay-primary-light:after, .overlay-primary-middle:after, .overlay-white-dark:after, .overlay-white-light:after, .overlay-white-middle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%}
.overlay-black-dark:after, .overlay-black-light:after, .overlay-black-middle:after {
    background: #000;
}
.overlay-gradient-dark:after, .overlay-gradient-light:after, .overlay-gradient-middle:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .65) 100%);
}
.overlay-white-dark:after, .overlay-white-light:after, .overlay-white-middle:after {
    background: #fff;
}
.overlay-black-light:after {
    opacity: .3;
}
.overlay-black-middle:after {
    opacity: .3;
}
.overlay-black-dark:after {
    opacity: .9;
}
.overlay-gradient-light:after {
    opacity: .3;
}
.overlay-gradient-middle:after {
    opacity: .5;
}
.overlay-gradient-dark:after {
    opacity: .9;
}
.overlay-white-light:after {
    opacity: .5;
}
.overlay-white-middle:after {
    opacity: .7;
}
.overlay-white-dark:after {
    opacity: .9;
}
.overlay-primary-light:after {
    opacity: .3;
}
.overlay-primary-middle:after {
    opacity: .5;
}
.overlay-primary-dark:after {
    opacity: .9;
}
.overlay-black-dark .container, .overlay-black-dark .container-fluid, .overlay-black-light .container, .overlay-black-light .container-fluid, .overlay-black-middle .container, .overlay-black-middle .container-fluid, .overlay-primary-dark .container, .overlay-primary-dark .container-fluid, .overlay-primary-light .container, .overlay-primary-light .container-fluid, .overlay-primary-middle .container, .overlay-primary-middle .container-fluid, .overlay-white-dark .container, .overlay-white-dark .container-fluid, .overlay-white-light .container, .overlay-white-light .container-fluid, .overlay-white-middle .container, .overlay-white-middle .container-fluid {
    position: relative;
    z-index: 1;
}
.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
}
.overlay-icon {
    list-style: none;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    padding: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}
.overlay-icon a i {
    background-color: #fff;
}
.dez-box-bx:hover .overlay-bx a>i, .dez-media:hover .overlay-bx a>i, .overlay-bx:hover a>i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.dez-box:hover .overlay-bx, .dez-media:hover .overlay-bx, .overlay-bx:hover, .ow-img:hover .overlay-bx, .ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}
.overlay-text {
    width: 100%;
    position: absolute;
    padding: 20px;
    color: #fff;
    left: 0;
    bottom: 20px;
}
.dez-address-bx {
    display: table;
    text-align: left;
    padding: 20px 20px 20px 25px;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 14px;
    vertical-align: middle;
    font-weight: 600;
}
.dez-address-bx .fa {
    position: absolute;
    top: 22px;
    left: 0;
    font-size: 22px;
}
.col-md-3 .overlay-text {
    padding: 5px;
}
.col-md-4 .overlay-text {
    padding: 20px;
}
.dez-address2-bx {
    display: table;
    background: #eaeaea;
    padding: 5px 10px;
    margin-bottom: 10px;
}
.icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xl, .icon-bx-xs {
    display: inline-block;
    text-align: center;
}
.icon-bx-xl {
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.icon-bx-lg {
    width: 120px;
    height: 120px;
    line-height: 120px;
}
.icon-bx-md {
    width: 100px;
    height: 100px;
    line-height: 100px;
}
.icon-bx-sm {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.icon-bx-xs {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.icon-bx-lg.radius, .icon-bx-md.radius, .icon-bx-sm.radius, .icon-bx-xl.radius, .icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%}
.border-1, .border-2, .border-3, .border-4, .border-5 {
    border-style: solid;
}
.border-1 {
    border-width: 1px;
}
.border-2 {
    border-width: 2px;
}
.border-3 {
    border-width: 3px;
}
.border-4 {
    border-width: 4px;
}
.border-5 {
    border-width: 5px;
}
.icon-bx-lg i, .icon-bx-md i, .icon-bx-sm i, .icon-bx-xl i, .icon-bx-xs i {
    vertical-align: middle;
}
.icon-bx-xl i {
    font-size: 80px;
}
.icon-bx-lg i {
    font-size: 60px;
}
.icon-bx-md i {
    font-size: 45px;
}
.icon-bx-sm i {
    font-size: 30px;
}
.icon-bx-sm [class*=flaticon-] {
    font-size: 45px;
    line-height: 1;
}
.icon-bx-xs i {
    font-size: 20px;
}
.icon-bx-lg img, .icon-bx-md img, .icon-bx-sm img, .icon-bx-xl img, .icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-bx-xl img {
    height: 80px;
}
.icon-bx-lg img {
    height: 55px;
}
.icon-bx-md img {
    height: 40px;
}
.icon-bx-sm img {
    height: 30px;
}
.icon-bx-xs img {
    height: 20px;
}
.icon-lg, .icon-md, .icon-sm, .icon-xl, .icon-xs {
    display: inline-block;
    text-align: center;
}
.icon-xl {
    width: 100px;
}
.icon-lg {
    width: 80px;
}
.icon-md {
    width: 60px;
}
.icon-sm {
    width: 40px;
}
.icon-xs {
    width: 30px;
}
.icon-lg i, .icon-md i, .icon-sm i, .icon-xl i, .icon-xs i {
    vertical-align: middle;
}
.icon-xl i {
    font-size: 80px;
}
.icon-lg i {
    font-size: 60px;
}
.icon-md i {
    font-size: 45px;
}
.icon-sm i {
    font-size: 30px;
}
.icon-xs i {
    font-size: 20px;
}
.icon-lg img, .icon-md img, .icon-sm img, .icon-xl img, .icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.icon-xl img {
    height: 80px;
}
.icon-lg img {
    height: 70px;
}
.icon-md img {
    height: 50px;
}
.icon-sm img {
    height: 30px;
}
.icon-xs img {
    height: 20px;
}
.icon-bx-wraper {
    position: relative;
}
.icon-bx-wraper .dez-tilte {
    margin-top: 0;
}
.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}
.icon-bx-wraper p:last-child {
    margin: 0;
}
.icon-content {
    overflow: hidden;
}
.icon-bx-wraper.left .icon-bx-lg, .icon-bx-wraper.left .icon-bx-md, .icon-bx-wraper.left .icon-bx-sm, .icon-bx-wraper.left .icon-bx-xl, .icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}
.icon-bx-wraper.left .icon-lg, .icon-bx-wraper.left .icon-md, .icon-bx-wraper.left .icon-sm, .icon-bx-wraper.left .icon-xl, .icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}
.icon-bx-wraper.right {
    text-align: right;
}
.icon-bx-wraper.right .icon-bx-lg, .icon-bx-wraper.right .icon-bx-md, .icon-bx-wraper.right .icon-bx-sm, .icon-bx-wraper.right .icon-bx-xl, .icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}
.icon-bx-wraper.right .icon-lg, .icon-bx-wraper.right .icon-md, .icon-bx-wraper.right .icon-sm, .icon-bx-wraper.right .icon-xl, .icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}
.icon-bx-wraper.center {
    text-align: center;
}
.icon-lg [class*=flaticon-], .icon-md [class*=flaticon-], .icon-sm [class*=flaticon-], .icon-xl [class*=flaticon-], .icon-xs [class*=flaticon-] {
    line-height: 1;
}
[class*=icon-bx-][class*=bg-] a {
    color: #fff;
}
[class*=icon-bx-].bg-white a {
    color: inherit;
}
[class*=icon-bx-][class*=border-] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}
[class*=icon-bx-][class*=border-] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}
.icon-bx-wraper.bx-style-1, .icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}
.icon-bx-wraper.bx-style-2.center [class*=icon-bx-], .icon-bx-wraper.bx-style-2.left [class*=icon-bx-], .icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
    position: absolute;
}
.icon-bx-wraper.bx-style-2.center [class*=icon-bx-] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}
.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}
.icon-bx-wraper.bx-style-2.left [class*=icon-bx-] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.icon-bx-wraper.bx-style-2.right [class*=icon-bx-] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.dez-box, .dez-info, .dez-tilte, .dez-tilte-inner {
    position: relative;
}
.dez-tilte-inner {
    display: inline-block;
}
.dez-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.dez-box[class*=border-], .dez-info[class*=border-] {
    border-color: #eee;
}
.dez-info.border-1, .dez-info.border-2, .dez-info.border-3, .dez-info.border-4, .dez-info.border-5 {
    border-top: none;
}
.left-border, .right-border {
    position: relative;
}
.left-border:before, .right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #ccc;
}
.right-border:before {
    right: 0;
}
.dez-media, .dez-post-media {
    background-color: #fff;
    position: relative;
}
.dez-media img, .dez-post-media img {
    width: 100%;
    height: auto;
}
.cvf-universal-pagination .pagination, .pagination-bx .pagination {
    margin: 0;
}
.pagination {
    padding: 10px 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #767676;
    padding: 8px 14px;
    font-weight: 600;
    font-size: 12px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    background-color: #efbb20;
    border-color: transparent;
    color: #fff;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #efbb20;
    border-color: transparent;
}
.pagination>.next>a, .pagination>.previous>a {
    padding: 8px 14px;
    font-size: 12px;
}
.dataTables_paginate ul.pagination {
    margin: 0;
}
.dataTables_paginate .pagination>li {
    padding: 0;
}
.dez-newsletter {
    overflow-x: hidden;
}
.skew-subscribe {
    position: relative;
}
.skew-subscribe:after {
    background-color: #12151a;
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    width: 2000px;
    height: 100%;
    border-right: 7px solid #2d3239;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(30deg);
}
@media only screen and (max-width:767px) {
    .dez-newsletter .p-t40.p-b20 {
    padding-top: 0;
    padding-bottom: 0;
}
.skew-subscribe.p-t40.p-b20 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}
.skew-subscribe:after {
    left: auto;
    right: 30px;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
}
}.footer-fixed .site-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
}
.footer-fixed .page-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
}
footer h1, footer h1 a, footer h2, footer h2 a, footer h3, footer h3 a, footer h4, footer h4 a, footer h5, footer h5 a, footer h6, footer h6 a {
    color: #fff;
}
footer, footer b, footer p, footer strong {
    color: #999;
}
footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer p a {
    color: #efbb20;
}
footer a {
    color: #fff;
}
footer a:active, footer a:focus, footer a:hover {
    color: #efbb20;
}
footer p {
    margin-bottom: 10px;
}
footer li, footer p {
    font-size: 14px;
    line-height: 20px;
}
footer#footer {
    background-position: center;
    background-size: cover;
}
.dez-bottom-footer-overlay, .dez-top-footer-overlay {
    position: relative;
}
.dez-bottom-footer-overlay .container, .dez-top-footer-overlay .container {
    position: relative;
    z-index: 1;
}
.dez-bottom-footer-overlay:before, .dez-top-footer-overlay:before {
    content: "";
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
footer p {
    line-height: 20px;
    margin-bottom: 10px;
}
footer p a {
    color: #3396d1;
}
footer .widget ul {
    list-style: none;
    margin-top: 5px;
}
footer .widget_archive ul li, footer .widget_categories ul li, footer .widget_meta ul li, footer .widget_nav_menu li, footer .widget_pages ul li, footer .widget_recent_comments ul li, footer .widget_recent_entries ul li, footer .widget_services ul li {
    border-bottom: 1px dashed rgba(13,27,55, .5);
}
footer .widget_archive ul li a, footer .widget_categories ul li a, footer .widget_meta ul li a, footer .widget_nav_menu li a, footer .widget_pages ul li a, footer .widget_recent_comments ul li a, footer .widget_recent_entries ul li a, footer .widget_services ul li a {
    color: #999;
}
footer .widget_getintuch i {
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(0, 0, 0, .3);
}
.footer-top {
    background: #1C3975;
    background-size: cover;
    background-position: center;
    padding: 50px 0 20px 0;
    position: relative;
}
.footer-line {
    position: relative;
}
.footer-line:after {
    content: "";
    position: absolute;
    top: 0;
    height: 5px;
    width: 100%;
    background-color: #efbb20;
    background-image: url(../images/line.png);
    background-position: top;
    background-repeat: repeat-x;
}
.footer-bottom {
    background-color: #12151a;
    padding: 15px 0 10px 0;
    font-size: 14px;
}
.footer-bottom ul {
    margin: 0;
}
.footer-bottom a {
    padding: 0 5px;
    color: #999;
}
@media only screen and (max-width:991px) {
    .col-md-3.col-sm-6.footer-col-4: nth-child(3) {
    clear: both;
}
}@media only screen and (max-width:767px) {
    .footer-clear {
    display: block!important;
    clear: both;
}
#footer .footer-4-col {
    width: 100%}
.footer-bottom [class*=clo-] {
    width: 100%}
}button.scroltop {
    background: #2d3239;
    border-width: 2px;
    border-style: solid;
    border-color: #efbb20;
    position: fixed;
    right: 15px;
    bottom: 15px;
    color: #efbb20;
    margin: 0;
    cursor: pointer;
    display: none;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    padding: 0;
    z-index: 99;
}
.scroltop.style1 {
    height: 40px;
    width: 40px;
    border: 0;
}
.scroltop.style2 {
    height: 45px;
    width: 45px;
    border: 0;
    border-radius: 40px;
    box-shadow: 3px 3px 12px -5px #000;
}
.scroltop.style3 {
    background: rgba(0, 0, 0, 0);
    border: 0;
    height: 40px;
    width: 40px;
}
.scroltop.style3:after {
    background: #2d3239 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100%;
    z-index: -1;
    box-shadow: 3px 3px 12px -5px #000;
}
.scroltop.style4 {
    background-color: rgba(255, 255, 255, .9);
    border: 0 none;
    border-radius: 40px;
    box-shadow: 3px 3px 12px -5px #000;
    color: #1e2228;
    height: 45px;
    width: 45px;
}
.scroltop.style5 {
    background-color: #3e4248;
    border: 0 none;
    height: 35px;
    right: 0;
    top: 50%;
    width: 35px;
}
.scroltop.style5:after {
    background-color: #fdc716;
    bottom: -22px;
    color: #000;
    content: "UP";
    display: block;
    font-family: open sans;
    font-size: 12px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    position: absolute;
    width: 35px;
}
.page-wraper {
    background: #f7f8fa;
}
.page-content {
    margin-top: 0;
    padding-bottom: 0px;
}
.content-area {
    padding-top: 60px;
}
.section-full {
    position: relative;
}
.section-full:last-child {
    margin-bottom: -50px;
}
.section-head {
    margin-bottom: 50px;
}
.section-head.no-margin {
    margin-bottom: 0;
}
.section-head h1, .section-head h2, .section-head h3 {
    margin-top: 0;
}
.title-small {
    display: block;
    color: #7a959d;
    margin-bottom: 15px;
}
.section-head p {
    padding-top: 10px;
    font-size: 16px;
    color: #939393;
}
.text-center.section-head p {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}
.text-white {
    color: #fff;
}
.text-white .title-small, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p {
    color: #fff;
}
@media only screen and (max-width:1024px) {
    .section-full {
    background-attachment: scroll!important;
}
}@media only screen and (max-width:991px) {
    .page-content {
    margin-top: 0;
}
}.page-notfound {
    padding: 50px 0;
}
.page-notfound strong {
    color: #1e2228;
    display: block;
    font-size: 200px;
    font-weight: 800;
    line-height: 220px;
    letter-spacing: 3px;
}
.page-notfound strong img {
    width: 200px;
}
.page-notfound .searchform {
    position: relative;
    text-align: left;
    max-width: 420px;
    margin: 30px auto;
}
.page-notfound h5 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 40px;
}
.sticky {
    clear: both;
}
.gallery-caption {
    clear: both;
}
.bypostauthor {
    clear: both;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.dez-gallery-listing {
    list-style: none;
}
.dez-gallery-box {
    margin-bottom: 30px;
}
#bg {
    background-attachment: fixed;
    background-size: cover;
}
.boxed .page-wraper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
}
.boxed .rev_slider_wrapper, .boxed .tp-banner-container {
    left: 0!important;
    width: 100%!important;
}
.boxed .tp-rightarrow {
    right: 0!important;
}
.boxed .tp-leftarrow {
    left: 0!important;
}
.boxed.footer-fixed .site-footer {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed .main-bar {
    left: 50%;
    width: 1200px;
    margin: 0 -600px;
}
.boxed .is-fixed.header-curve .logo-header:after {
    right: auto;
    left: -15px;
    width: 90%}
.ow-portfolio-img, .owl-imgbx {
    position: relative;
}
.ow-entry-content {
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #eee;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 5px;
}
.ow-entry-title {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 0;
}
.ow-entry-title, .ow-entry-title a {
    color: #3d474a!important;
    text-transform: capitalize;
}
.ow-entry-text p:last-child {
    margin: 0;
}
.btn-quantity {
    width: 150px;
}
.product-description.dex-tabs.border-top .nav-tabs>li.active>a {
    border-top: 2px solid #efbb20;
}
.product-description.dex-tabs .nav-tabs>li>a i {
    color: #efbb20;
}
.dex-tabs.bg-tabs .nav-tabs>li>a {
    background-color: #fcfcfc;
}
ol.commentlist {
    list-style: none;
    margin: 0;
}
ol.commentlist li {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    background: #f7f8fa;
    padding: 20px;
    border: 1px dashed #eee;
}
ol.commentlist li img {
    float: left;
    border: 5px solid #fff;
    width: 80px;
    height: auto;
}
ol.commentlist li .comment-text {
    padding-left: 100px;
}
ol.commentlist li .meta {
    margin-bottom: 5px;
}
ol.commentlist li .meta strong {
    font-size: 16px;
}
ol.commentlist li .meta .time {
    color: #999;
    display: block;
    font-size: 14px;
}
ol.commentlist li .description p {
    margin: 0;
}
ol.commentlist li .star-rating {
    position: absolute;
    top: 20px;
    right: 20px;
}
.comment-reply-title {
    margin-top: 0;
}
.comment-form [class*=comment-form] {
    width: 49%}
.comment-form label {
    display: block;
}
.comment-form [class*=comment-form] input, .comment-form [class*=comment-form] textarea {
    border: 1px solid #ccc;
    padding: 8px 10px;
    width: 100%}
.comment-form {
    margin: 0 -15px;
}
.comment-form .form-submit, .comment-form [class*=comment-form] {
    margin-bottom: 20px;
    padding: 0 15px;
}
.comment-form .form-submit input:active, .comment-form .form-submit input:focus, .comment-form .form-submit input:hover {
    background: #037a85;
}
.dez-quik-search {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    z-index: 999;
    overflow: hidden;
}
.dez-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
}
.dez-quik-search .form-control {
    padding: 15px;
    width: 100%;
    height: 85px;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 20px;
}
.dez-quik-search .form-control::-moz-placeholder {
    color: #fff;
}
.dez-quik-search .form-control:-moz-placeholder {
    color: #fff;
}
.dez-quik-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.dez-quik-search .form-control::-webkit-input-placeholder {
    color: #fff;
}
.dez-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
}
@media only screen and (max-width:767px) {
    .dez-quik-search .form-control {
    height: 70px;
}
}#gmap_canvas {
    width: 100%;
    height: 400px;
}
#gmap_canvas img {
    max-width: none!important;
    background: 0 0!important;
}
.sidenav.cs-sidenav {
    width: 800px;
    right: -820px;
    left: auto;
}
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 9;
    top: 0;
    left: -320px;
    background-color: #fff;
    overflow-x: hidden;
    transition: .5s;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    border: 0 none;
    border-radius: 0;
}
.sidenav>ul li a {
    padding: 10px 15px;
    display: block;
    border-color: #ebebeb;
    border-image: none;
    border-style: solid;
    border-width: 1px 0;
    display: block;
    margin-bottom: -1px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 600;
}
.sidenav>ul li a:hover {
    color: #fff;
}
.sidenav .logo-header {
    height: auto;
    padding: 15px!important;
    width: 200px;
}
.button-side-nav {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .4);
    font-size: 17px;
    cursor: pointer;
}
.sidenav .closebtn {
    color: #fff;
    font-size: 24px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;
    z-index: 9;
}
#main {
    transition: margin-left .5s;
}
.fb-btn {
    background-color: #4867aa;
}
.tw-btn {
    background-color: #1da1f2;
}
.gplus-btn {
    background-color: #dc4a38;
}
.pin-btn {
    background-color: #cc2127;
}
.link-btn {
    background-color: #0274b3;
}
.dez-social-icon.dez-social-icon-lg li a {
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
    color: #fff;
}
.sidenav.full-page {
    left: 0;
    width: 280px;
}
.one-page-layout #main {
    margin-left: 280px;
}
.contant-block {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}
.one-page-layout .button-side-nav, .one-page-layout .closebtn {
    display: none;
}
#myNavbar li.active a {
    color: #fff;
}
.one-page-layout {
    padding-bottom: 0;
    margin-bottom: 0;
}
.one-page-layout.right-side .sidenav {
    left: auto;
    right: 0;
    border-radius: 0;
}
.one-page-layout.right-side #main {
    margin-left: 0;
    margin-right: 280px;
}
@media only screen and (max-width:1024px) {
    .one-page-layout .button-side-nav, .one-page-layout .closebtn {
    display: block;
}
.sidenav.full-page {
    left: -350px;
    width: 300px;
    z-index: 999;
}
.one-page-layout #main {
    margin-left: 0!important;
}
.site-footer .footer-bottom .col-md-4 {
    width: 33.33%;
    display: inline-block;
    float: left;
}
.one-page-layout.right-side #main {
    margin-right: 0;
}
.one-page-layout.right-side .button-side-nav {
    left: auto;
    right: 20px;
}
.one-page-layout.right-side .sidenav {
    left: -350px;
    right: auto;
    border-radius: 0;
}
}@media only screen and (max-width:767px) {
    .site-footer .footer-bottom .col-md-4 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%}
}.dez-full-blog {
    height: 100%;
    position: fixed;
    width: 50%;
    background-color: #efefef;
}
.dez-full-blog .owl-carousel .dez-thum-bx img {
    width: 100%}
.dez-full-blog .owl-carousel {
    z-index: auto;
}
.dez-full-blog .dez-post-info {
    background-color: #efefef;
    padding: 20px 30px 30px;
    width: 100%}
.left-footer-menu .footer-social li a {
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    text-align: center;
}
.left-footer-menu .footer-social li {
    padding: 0 2px;
}
.left-footer-menu {
    position: absolute;
    bottom: 0;
    width: 100%}
.dez-sidenav-area {
    min-height: 100%;
    padding-bottom: 50px;
    position: relative;
}
.dez-full-blog .dez-post-tags {
    background-color: #efefef;
    bottom: 0;
    padding: 15px 30px;
    position: fixed;
    width: 100%}
.full-blog-dark .dez-full-blog .dez-post-tags {
    background-color: #090909;
}
.full-blog-dark {
    background-color: #101010;
}
.full-blog-dark .post-title a {
    color: #fff;
}
.full-blog-dark.style-1 .dez-post-info {
    padding-top: 10px;
    padding-bottom: 15px;
}
.full-blog-dark .dez-full-blog .dez-post-info {
    background-color: #090909;
    border: 0;
    padding: 20px 30px 30px;
}
.full-blog-dark .dez-post-tags {
    border-top: 1px solid #141414;
}
.full-blog-dark .dez-post-tags .post-tags a {
    border: 1px solid #2b2b2b;
}
.full-blog-dark .sidenav {
    background-color: #090909;
}
.full-blog-dark .sidenav ul li a {
    border-color: #0c0c0c;
}
.full-blog-dark .dez-full-blog {
    background: #090909;
}
.full-blog-dark.style-2 .dez-post-info, .full-blog-dark.style-3 .dez-post-info {
    border: 1px solid #1b1b1b;
    padding: 20px;
}
.blog-page-content .card-container {
    padding-left: 8px;
    padding-right: 8px;
}
.blog-page-content .blog-post {
    margin-bottom: 20px;
}
.blog-page-content .dez-full-blog .dez-post-text {
    margin-bottom: 30px;
}
.style-2 .dez-post-info, .style-3 .dez-post-info {
    border: 1px solid #ddd;
    padding: 10px 20px 20px;
}
@media only screen and (max-width:1024px) {
    .style-3 .dez-full-blog {
    width: 50%}
}@media only screen and (max-width:991px) {
    .dez-full-blog, .style-3 .dez-full-blog {
    position: unset;
    width: 100%}
.dez-full-blog .dez-post-tags {
    position: unset;
}
}@media only screen and (max-width:767px) {
    #main {
    margin-left: 0!important;
}
}.countdown .date span {
    font-size: 60px;
    font-weight: 500;
}
.countdown .date {
    min-width: 120px;
    color: #fff;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin: 0 -2px;
}
.countdown .date:last-child {
    border: 0 solid;
}
.countdown .date text {
    display: block;
    margin: 0 auto;
    padding: 2px 1px;
    width: 100%;
    font-size: 14px;
    font-weight: 100;
    border-top: 1px solid rgba(255, 255, 255, .2);
    letter-spacing: 2px;
}
.coming-soon-content h2 {
    font-size: 50px;
    font-family: roboto;
    font-weight: 300;
    min-height: 50px;
    line-height: 50px;
}
.coming-soon-content p {
    max-width: 800px;
    margin: 0 auto;
}
.dez-coming-soon {
    height: 100%;
    width: 100%}
.dez-coming-soon .container {
    position: relative;
    z-index: 2;
}
.dez-coming-soon-full {
    position: fixed;
    overflow-y: scroll;
}
.dez-coming-bx {
    margin-top: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.dez-coming-bx .input-group input.form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 60px;
    padding: 0 20px;
    background: rgba(255, 255, 255, .2);
}
.dez-coming-bx .dez-social-icon li a {
    background: rgba(255, 255, 255, .2);
    width: 35px;
    height: 35px;
    font-size: 15px;
    color: #fff;
    padding: 0;
    line-height: 33px;
}
.dez-coming-bx .input-group input.form-control::placeholder {
    color: #fff;
}
.dez-coming-soon[class*=overlay]:after {
    position: fixed;
}
.dez-coming-soon .logo-header, .dez-login .logo-header {
    width: 100%;
    padding: 30px;
    float: none;
}
.sidenav.coming-side-bar {
    background-color: #fff;
}
.dez-coming-bx.left-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 50%;
    margin-top: 0;
}
.dez-coming-soon .container-fluid {
    z-index: 2;
}
.mack-an-appointment {
    background-color: #2c4a6b;
}
.mack-an-appointment [class*=col-md-] {
    padding: 0 7.5px;
}
.mack-an-appointment .form-group {
    margin-bottom: 15px;
}
.mack-an-appointment .form-control {
    background-color: #1f3d5e;
    border: 1px solid #153354;
}
.mack-an-appointment .bootstrap-select button.dropdown-toggle {
    background-color: #1f3d5e!important;
    border: 1px solid #153354!important;
}
.mack-an-appointment.white {
    background-color: #fff;
    border: 1px solid #d4d4d4;
}
.mack-an-appointment.white .form-control {
    background-color: #fff;
    border: 1px solid #d4d4d4;
}
.mack-an-appointment.white .bootstrap-select button.dropdown-toggle {
    background-color: #fff!important;
    border: 1px solid #d4d4d4!important;
}
.dez-login {
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.login-form {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
}
.dez-form .form-control {
    background: #dde3ec;
    height: 44px;
}
.dez-form .form-group {
    margin-bottom: 15px;
}
.login-form .bottom:hover a {
    color: #fff;
    text-decoration: underline;
}
@media only screen and (max-width:1200px) {
    .dez-coming-bx.left-bar .dez-coming-bx .countdown .date {
    min-width: 110px;
}
}@media only screen and (max-width:991px) {
    .dez-coming-soon.two-box, .dez-coming-soon.two-box .dez-coming-bx {
    position: relative;
    width: 100%}
.dez-coming-soon.two-box .dez-coming-bx {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dez-coming-soon.two-box .dez-coming-bx h2 {
    margin-top: 0;
}
.coming-side-bar {
    background: #fff;
}
.skew-content-box {
    padding: 5px;
}
.skew-content-box ul li a {
    margin-right: 3px;
    font-size: 13px;
}
.dez-social-icon {
    margin: 0;
}
.skew-content-box ul li a {
    padding: 5px;
}
.request-a-quote:before {
    left: 0;
    transform: skewX(0);
}
.header-style-4 .slide-up {
    position: unset;
}
.dez-coming-bx.left-bar {
    position: unset;
    width: 100%}
}@media only screen and (max-width:767px) {
    .dez-book-now-content {
    margin-top: 10px;
    margin-bottom: 50px;
}
.coming-soon-content h2 {
    font-size: 30px;
}
.countdown .date span {
    font-size: 45px;
}
.countdown .date {
    max-width: 50px;
}
.dez-coming-bx {
    margin-top: 20px;
}
.our-service .service-box {
    margin-bottom: 30px;
}
.our-service {
    margin-top: 50px;
}
.dez-login {
    padding: 10px 20px 50px;
}
.page-notfound strong, .page-notfound strong i {
    font-size: 120px;
}
}.particles-js-canvas-el {
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%}
.dez-book-now-form.tp-light {
    background-color: rgba(0, 0, 0, .3);
}
.dez-book-now-form.tp-light .bootstrap-select .dropdown-toggle, .dez-book-now-form.tp-light .form-control {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 1px solid rgba(255, 255, 255, .5)!important;
}
.dez-book-now-form.tp-dark {
    background-color: rgba(0, 0, 0, .7);
}
.dez-book-now-form.tp-dark .bootstrap-select .dropdown-toggle, .dez-book-now-form.tp-dark .form-control {
    background-color: rgba(0, 0, 0, 0)!important;
    border: 1px solid rgba(255, 255, 255, .2)!important;
}
.skew-section {
    position: relative;
    z-index: 2;
}
.skew-section.left-bottom:after, .skew-section.left-top:after, .skew-section.right-bottom:before, .skew-section.right-top:before {
    background: #fff;
    content: "";
    height: 100%;
    position: absolute;
    width: 150px;
    z-index: -1;
    top: 0;
    bottom: 0;
}
.skew-section.left-top:after {
    left: -70px;
    transform: skewX(7deg);
}
.skew-section.left-bottom:after {
    left: -70px;
    transform: skewX(-7deg);
}
.skew-section.right-top:before {
    right: -70px;
    transform: skewX(7deg);
}
.skew-section.right-bottom:before {
    right: -70px;
    transform: skewX(-7deg);
}
.bottom-footer {
    position: fixed;
    bottom: 0;
    height: 35px;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    padding: 5px;
    left: 0;
    right: 0;
    z-index: 4;
}
@media only screen and (max-width:991px) {
    .winHeight {
    overflow: scroll;
}
}.tp-login-black .dez-form .form-control, .tp-login-black.login-form {
    background-color: rgba(0, 0, 0, .5);
}
.tp-login-white .dez-form .form-control, .tp-login-white.login-form {
    background-color: rgba(255, 255, 255, .3);
}
.tp-login-black .dez-form .form-control, .tp-login-white .dez-form .form-control {
    border: 0;
}
.tp-login-white .dez-form .form-control::-moz-placeholder {
    color: #fff;
}
.tp-login-white .dez-form .form-control::placeholder {
    color: #fff;
}
.login-form.style-2 .form-control {
    background: #fff;
    border-left: 2px solid #b0b0b0;
}
.login-form.style-3 .form-control {
    background: rgba(0, 0, 0, .3) none repeat scroll 0 0;
    border: 0 solid #b0b0b0;
}
.login-form.style-3 .dez-form {
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .2);
}
.login-form.style-3 {
    background: rgba(0, 0, 0, .3);
}
.login-form.style-3 .dez-form .form-control {
    color: #fff;
}
.login-form.style-3 .dez-form .form-control::-moz-placeholder {
    color: #fff;
}
.product-item .dez-info {
    border-top: 1px solid #e9e9e9;
}
.product-item .dez-box {
    border: 1px solid #e9e9e9;
    position: relative;
}
.product-item .sale:after {
    border-right: 5px solid transparent;
    border-top: 4px solid #8f0000;
    bottom: -4px;
    content: "";
    position: absolute;
    right: 0;
}
.product-item .sale {
    position: absolute;
    right: -5px;
    top: 10px;
    z-index: 2;
}
.product-item .overlay-icon {
    bottom: 0;
    top: auto;
    transition: all .5s;
}
.product-item:hover .overlay-icon {
    bottom: 40px;
    transition: all .5s;
}
.product-item:hover img {
    transform: scale(1.1);
}
.product-item .overlay-icon a i {
    background-color: #efbb20;
    color: #fff;
}
.product-item:hover .dez-box, .product-item:hover .dez-info {
    border-color: #d0d0d0;
}
.add-product .dez-info-has.bg-black {
    background-color: rgba(0, 0, 0, .4);
}
.add-product .dez-info-has {
    top: 0;
}
.add-product del {
    opacity: .6;
}
.product-service .icon-bx-wraper {
    border: 0;
}
.product-item del {
    color: #b0b0b0;
    font-size: 18px;
    margin-top: 0;
    position: relative;
    top: -1px;
}
.header-nav .nav>li:nth-last-child(1)>.sub-menu li .sub-menu, .header-nav .nav>li:nth-last-child(2)>.sub-menu li .sub-menu, .header-nav .nav>li:nth-last-child(3)>.sub-menu li .sub-menu {
    left: -220px;
    margin-left: -20px;
}
.header-nav .nav>li:nth-last-child(1)>.sub-menu li:hover .sub-menu, .header-nav .nav>li:nth-last-child(2)>.sub-menu li:hover .sub-menu, .header-nav .nav>li:nth-last-child(3)>.sub-menu li:hover .sub-menu {
    margin-left: 0;
}
@media only screen and (max-width:991px) {
    .header-nav .nav>li: nth-last-child(1)>.sub-menu li .sub-menu, .header-nav .nav>li:nth-last-child(2)>.sub-menu li .sub-menu, .header-nav .nav>li:nth-last-child(3)>.sub-menu li .sub-menu {
    margin-left: 0;
}
}.widget_services.style-2 ul li {
    padding: 10px 10px 10px 0;
}
.widget_services.style-2 ul li:before {
    left: auto;
    right: 0;
}
.widget_services.style-2 ul li.active a, .widget_services.style-2 ul li.active:before, .widget_services.style-2 ul li:hover a, .widget_services.style-2 ul li:hover:before {
    color: #efbb20;
}
.download-file ul {
    margin: 0;
    padding: 0;
}
.download-file ul li {
    list-style: none;
    margin-bottom: 20px;
}
.download-file ul li a>span {
    background-color: #e14045;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    margin-right: 10px;
    font-size: 21px;
}
.download-file ul li a {
    border: 1px solid #e14045;
    display: block;
}
.download-file ul li a>i {
    float: right;
    margin: 17px 15px 0 0;
}
.download-file ul li a>i, .download-file ul li a>text {
    color: #e14045;
}
.download-file ul li a:hover>i, .download-file ul li a:hover>span, .download-file ul li a:hover>text {
    color: #d0d0d0;
}
.date-style-3 .post-date, .font-style-1 h1, .font-style-1 h2, .font-style-1 h3, .font-style-1 h4, .font-style-1 h5, .font-style-1 h6 {
    font-family: Oswald, sans-serif;
}
.date-style-3 .post-date, .font-style-2 h1, .font-style-2 h2, .font-style-2 h3, .font-style-2 h4, .font-style-2 h5, .font-style-2 h6 {
    font-family: Roboto, sans-serif;
}
.date-style-3 .post-date, .font-style-3 h1, .font-style-3 h2, .font-style-3 h3, .font-style-3 h4, .font-style-3 h5, .font-style-3 h6 {
    font-family: Montserrat, sans-serif;
}
.date-style-3 .post-date, .font-style-4 h1, .font-style-4 h2, .font-style-4 h3, .font-style-4 h4, .font-style-4 h5, .font-style-4 h6 {
    font-family: 'Roboto Slab', serif;
}
.date-style-3 .post-date, .font-style-5 h1, .font-style-5 h2, .font-style-5 h3, .font-style-5 h4, .font-style-5 h5, .font-style-5 h6 {
    font-family: 'PT Serif', serif;
}
.date-style-3 .post-date, .font-style-6 h1, .font-style-6 h2, .font-style-6 h3, .font-style-6 h4, .font-style-6 h5, .font-style-6 h6 {
    font-family: Nunito, sans-serif;
}
.date-style-3 .post-date, .font-style-7 h1, .font-style-7 h2, .font-style-7 h3, .font-style-7 h4, .font-style-7 h5, .font-style-7 h6 {
    font-family: Quicksand, sans-serif;
}
.date-style-3 .post-date, .font-style-8 h1, .font-style-8 h2, .font-style-8 h3, .font-style-8 h4, .font-style-8 h5, .font-style-8 h6 {
    font-family: 'Open Sans', sans-serif;
}
.blog-page-content.grid-3 [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
}
.blog-page-content.grid-3 .p-tb30.p-lr15 {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 20px;
    padding-top: 16px;
}
.blog-page-content.grid-3 .blog-post, .blog-page-content.grid-3 .dez-gallery-box {
    margin-bottom: 16px;
}
.tag-new {
    background-color: #fdc716;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    padding: 2px 4px;
}
.theme-btn {
    background-color: #fff;
    border-radius: 40px;
    bottom: 10px;
    color: #fff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
    z-index: 9999;
}
.theme-btn i {
    font-size: 22px;
    line-height: 50px;
}
.theme-btn.bt-support-now {
    background: #1ebbf0;
    background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: -webkit-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    background: linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
    bottom: 70px;
}
.theme-btn.bt-buy-now {
    background: #1fdf61;
    background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: -webkit-linear-gradient(top, #a3d179 0, #88ba46 100%);
    background: linear-gradient(to bottom, #a3d179 0, #88ba46 100%);
}
.theme-btn:hover {
    color: #fff;
    padding: 0 20px;
}
.theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 50px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    text-transform: uppercase;
}
.theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px;
}
.at-expanding-share-button[data-position=bottom-left] {
    bottom: 130px!important;
}
.lg-actions .lg-next, .lg-actions .lg-prev, .lg-sub-html, .lg-toolbar {
    background-color: rgba(30, 30, 30, .6);
}
.lg-img-wrap, .lg-item, .lg-thumb-outer, .lg-toogle-thumb {
    background-color: transparent;
}
.lg-backdrop {
    background-color: rgba(30, 30, 30, .9);
}
#lg-counter, .lg-actions .lg-next, .lg-actions .lg-prev, .lg-outer .lg-toogle-thumb, .lg-toolbar .lg-icon {
    color: $white;
}
.lg-thumb-item.active, .lg-thumb-item:hover {
    border-color: var(--primary);
}
.lightimg {
    cursor: pointer;
}
.is-fixed .logo-header, .is-fixed.header-curve .logo-header {
    height: 86px;
    width: 200px;
}
.blog-post.blog-md {
    margin-bottom: 30px;
    display: flex;
}
.blog-md .dez-post-info {
    border: none;
    align-self: center;
}
.bg-white>.blog-post.blog-md {
    margin-bottom: 0;
}
@media only screen and (max-width:991px) {
    .mo-left .header-nav .is-fixed .logo-header.mostion, .mo-left .header-nav .logo-header.mostion {
    padding: 30px 20px;
    display: block;
    height: auto;
}
.mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 30px 15px;
    width: 100%}
.header-curve .header-nav .logo-header.mostion img, .header-curve .is-fixed .header-nav .logo-header.mostion img {
    margin-top: 0;
}
.blog-post.blog-md {
    display: block;
}
.blog-post.blog-md .dez-post-media {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
}.alert .close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
@media screen and (max-width:767px) {
    .is-fixed.header-curve .logo-header, .logo-header {
    width: 150px;
}
}#myNavbar li.active a, .about-us .dez-tabs .nav-tabs li.active a, .bg-primary, .box-number:after, .comments-area .comment-form p input[type=submit], .date-style-2 .post-date, .date-style-3.skew-date .post-date, .date-style-3.skew-date .post-date:before, .dez-project-left:after, .dez-separator.style-skew[class*=style-]:after, .dez-separator.style-skew[class*=style-]:before, .dez-tilte-inner.skew-title:after, .dropdown-item.active, .dropdown-item:active, .footer-line:after, .header-style-6.style-1 .header-nav .nav>li.active a:before, .header-style-6.style-1 .header-nav .nav>li:hover>a:before, .list-num-count>li:before, .meet-ask-row:after, .overlay-primary-dark:after, .overlay-primary-light:after, .overlay-primary-middle:after, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .product-item .overlay-icon a i, .scroltop.style5:after, .searchform input[type=submit], .service-carousel .owl-next, .service-carousel .owl-prev, .sidenav #myNavbar li a.active, .sidenav ul li a:hover, .sidenav.onepage li.active a, .site-button, .site-filters .active>[class*=site-button], .skew-angle:after, .tag-new, .testimonial-1 .quote-left:before, .testimonial-2 .quote-left:before, .widget-title:after, .widget_calendar table tbody td#today {
    background-color: #ffaa1c;
}
.active>.site-button, .bg-primary-dark, .dez-login.bg-primary-dark, .pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover, .site-button:active, .site-button:focus, .site-button:hover, a.bg-primary:hover {
    background-color: #ffa000;
}
.about-us .dez-tabs .nav-tabs li.active {
    border-right: 4px solid #ffa000;
}
.dez-info-has.bg-primary {
    background-color: rgba(239, 187, 32, .9);
}
.slide-overlay {
    background-color: rgba(239, 187, 32, .8);
}
.acod-head a, .acod-head a.collapsed:hover, .acod-head a:after, .acod-head a:hover, .breadcrumb-row ul li a, .dez-tabs .nav-tabs>li>a i, .header-nav .nav>li .mega-menu>li ul a:hover, .header-nav .nav>li .sub-menu li:hover>a, .header-nav .nav>li.active>a, .header-nav .nav>li.current-menu-item>a .header-nav .nav>li .sub-menu li a:hover, .header-nav .nav>li:hover>a, .icon-bx-xs.check-km, .nav-dark.header-nav .nav>li .mega-menu>li ul a:hover, .nav-dark.header-nav .nav>li .sub-menu li:hover>a, .primary li:before, .testimonial-1 .testimonial-position, .testimonial-2 .testimonial-position, .testimonial-3 .quote-left:before, .testimonial-3 .testimonial-position, .testimonial-4 .testimonial-name:after, .text-primary, .widget_rss ul .rss-date, .widget_services.style-2 ul li.active a, .widget_services.style-2 ul li.active::before, .widget_services.style-2 ul li:hover a, .widget_services.style-2 ul li:hover::before, a, blockquote:before, button.scroltop, footer a:active, footer a:focus, footer a:hover, footer h1 a, footer h2 a, footer h3 a, footer h4 a, footer h5 a, footer h6 a, footer p a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, ol.comment-list li.comment .reply a {
    color: navy;
}
.navbar-toggle, .testimonial-4 .testimonial-pic, .testimonial-4 [class*=quote-], .testimonial-4:after, .widget_gallery li:hover, blockquote, button.scroltop {
    border-color: #ffaa1c;
}
.dez-team-1 .team-info:after, .dez-team-1.left .team-info:before, .dez-team-1.right .team-info:before {
    border-color: #ffaa1c!important;
}
.bg-secondry {
    background-color: #2d3239;
}
.text-secondry {
    color: #2d3239;
}
.text-primary {
    color: #ffaa1c!important;
}
.bg-primary {
    background-color: #ffaa1c!important;
}
::selection {
    color: #fff;
    background: #ffaa1c;
}
.btn-primary {
    color: #fff;
    background-color: #ffaa1c;
    border-color: #ffaa1c;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #ffaa1c;
    border-color: #ffaa1c;
}
.meet-ask-row>.row {
    position: relative;
    z-index: 2;
    display: table;
}
.meet-ask-row .icon-bx-wraper .icon-xl {
    width: auto;
    margin-right: 20px;
}
.meet-ask-row {
    margin-top: -50px;
    position: relative;
}
.meet-ask-row .col-md-6 {
    display: table-cell;
    float: none;
    height: 100%;
    vertical-align: middle;
    width: 50%}
.meet-ask-row:after {
    content: "";
    width: 1920px;
    height: 100%;
    border-right: 7px solid #2b3036;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    -o-transform: skewX(35deg);
    -ms-transform: skewX(35deg);
    transform: skewX(35deg);
    box-shadow: 0 0 12px -5px #000;
    -webkit-box-shadow: 0 0 12px -5px #000;
}
@media only screen and (max-width:1200px) {
    .meet-ask-row: after {
    right: -50px;
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    transform: skewX(30deg);
}
}@media only screen and (max-width:991px) {
    .site-footer .logo-footer {
    width: 220px;
}
.meet-ask-outer {
    margin-top: -20px;
}
.meet-ask-row:after {
    right: 50px;
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    -o-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
}
.meet-ask-row .icon-bx-wraper {
    padding-right: 60px;
}
.meet-ask-row .col-md-6:first-child {
    max-width: 600px;
}
.meet-ask-row .col-md-6 {
    display: block;
    width: 100%}
}@media only screen and (max-width:767px) {
    .meet-ask-row {
    margin-top: -30px;
}
.get-a-quote .pull-left {
    margin: 10px 0;
    text-align: center;
    float: none;
}
.get-a-quote .pull-right {
    padding: 10px 0;
    float: none;
}
}@media only screen and (max-width:480px) {
    .meet-ask-outer {
    margin-top: 0;
}
.meet-ask-row:after {
    right: 0;
    border-right: none;
    -moz-transform: skewX(0);
    -webkit-transform: skewX(0);
    -o-transform: skewX(0);
    -ms-transform: skewX(0);
    transform: skewX(0);
}
.meet-ask-row .icon-bx-wraper {
    padding-right: 0;
}
.meet-ask-row .site-button-secondry.m-l10 {
    margin: 0 0 5px;
}
.meet-ask-row .site-button-secondry.m-l20 {
    margin: 0 0 5px;
}
}.provider-box-bg {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e0e0e0;
    height: 480px;
    transition: all 4s linear 0s;
    display: block;
    box-shadow: 5px 5px 0 0 #e0e0e0;
}
.provider-box-bg:hover {
    background-position: center bottom;
}
.home-footer {
    background: #2d313a;
}
.top-btn a {
    background: #f0ba22;
    border: 10px solid #2d313a;
    width: 65px;
    height: 65px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -62px auto 0;
}
.top-btn a i {
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.no-skew .social-bx.list-inline.pull-left {
    margin-left: 0;
}
@media only screen and (max-width:1024px) {
    .extra-nav .extra-cell {
    margin-right: 2px;
}
}@media only screen and (max-width:767px) {
    .no-skew .social-bx.list-inline.pull-left {
    display: none;
}
}.overlay-bg {
    background-image: url(../images/overlay/rrdiagonal-line.png);
}
.header-style-6 {
    margin-bottom: 0;
}
.header-style-6 .slide-up {
    position: absolute;
    width: 100%}
.header-style-6 .header-nav.navbar-collapse ul {
    float: left;
}
.header-style-6 .is-fixed .mostion, .header-style-6 .mostion {
    display: none;
}
.header-style-6 .main-bar {
    background: #fff;
}
.header-style-6 .header-nav .nav>li>a {
    padding: 25px 15px;
}
.header-style-6 .extra-nav {
    padding: 15px 0;
}
.header-style-6 .top-bar {
    padding: 0;
}
.header-style-6.style-1 .top-bar {
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
}
.topbar-info ul {
    list-style: none;
}
.topbar-info ul li {
    display: inline-block;
    padding: 10px 10px 10px 0;
}
.topbar-info ul a {
    color: #727272;
}
.header-style-6.style-1 .social-line li a {
    border: 0;
    padding: 0;
    color: #727272;
}
.header-style-6.style-1 .is-fixed .slide-up {
    bottom: auto;
}
.navigation-bar {
    background-color: #2d3239;
}
.navigation-bar .navbar-nav>li>a {
    color: #fff;
}
.header-style-6.style-1 .header-nav .nav>li.active>a:before, .header-style-6.style-1 .header-nav .nav>li:hover>a:before {
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
}
.header-style-6.style-1 .contact-info h6 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}
.header-style-6.style-1 .contact-info .site-button h6 {
    color: #fff;
}
.header-style-6.style-1 .extra-nav {
    padding: 10px 0;
}
.header-style-6.style-1 .contact-info span {
    font-size: 13px;
    color: #a7a7a7;
}
.header-style-6.style-1 .header-nav .nav>li>a {
    padding: 20px 15px;
    position: relative;
}
.header-style-6.style-1 .header-nav .nav>li>a:after {
    background-color: #4a4a4a;
    bottom: 20px;
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
}
.navigation-bar .navbar-nav>li>a {
    font-weight: 700;
    font-size: 15px;
}
.header-style-6.dark .main-bar {
    background: #263247;
}
.header-style-6.dark .top-bar {
    border-bottom: 1px solid #253147;
    background-color: #1b273d;
}
.header-style-6.dark .social-line li a {
    border-color: #253147;
}
.contact-info {
    margin: 0;
    padding: 12px 0;
}
.contact-info li {
    list-style: none;
    width: 25%;
    float: left;
    padding: 11px 0;
}
.contact-info li:last-child {
    padding: 0;
}
.contact-info h6 {
    font-size: 16px;
    margin: 0 0 5px 0;
}
.contact-info li i {
    margin-right: 5px;
    font-size: 18px;
}
.social-line li {
    display: inline-block;
    float: left;
    margin-left: -1px;
}
.header-style-6 .fa-chevron-down {
    display: none;
}
.header-style-6 .social-line li a {
    color: #ababab;
    border: 1px solid;
    border-color: #e3e3e3;
    border-width: 0 1px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    display: inline-block;
    min-width: 45px;
    cursor: pointer;
}
.header-style-6 .top-bar {
    border-bottom: 1px solid #e3e3e3;
    background-color: #f5f5f5;
}
.nav-block {
    background-color: #fff;
    box-shadow: 0 0 5px 0 #a0a0a0;
    margin-bottom: 0;
    position: relative;
}
.boxed .header-style-6 .top-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}
.boxed .header-style-6 .container.header-contant-block {
    padding-left: 15px;
    padding-right: 15px;
}
.boxed .header-style-6 .nav-block {
    border-radius: 0;
}
.header-style-6 .is-fixed .header-contant-block {
    display: none;
}
.header-style-6 .is-fixed .main-bar {
    background: #fff;
}
.header-style-6 .is-fixed .nav-block {
    border-radius: 0;
    box-shadow: none;
    position: unset;
}
.header-style-6.style-1 .dez-quik-search .form-control {
    height: 60px;
}
@media only screen and (max-width:1280px) {
    .header-style-6.style-1 .site-button text {
    font-size: 13px;
}
}@media only screen and (max-width:991px) {
    .header-style-6 .header-contant-block {
    display: none;
}
.header-style-6 {
    margin-bottom: 0;
}
.header-style-6 .nav-block {
    box-shadow: none;
}
.header-style-6 .header-nav.navbar-collapse ul {
    float: none;
}
.header-style-6 .mostion {
    display: table;
}
.header-style-6 .top-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}
.header-style-6 .header-nav .nav>li>a {
    padding: 12px 15px;
}
.header-style-6 .extra-nav {
    padding: 25px 0;
}
.header-style-6 .is-fixed .extra-nav {
    padding: 15px 0;
}
.header-style-6 .dez-topbar-left, .header-style-6 .dez-topbar-right {
    padding-left: 0;
    padding-right: 0;
}
.header-style-6 .dez-topbar-left li a span {
    display: none;
}
.header-style-6 .fa-chevron-down {
    display: block;
}
}@media only screen and (max-width:991px) {
    .header-style-6 .slide-up .container {
    box-shadow: none;
}
.header-style-6 .nav-dark.header-nav .nav>li>a {
    color: #fff;
}
.header-style-6.style-1 .extra-nav {
    padding: 25px 0;
}
.header-style-6.style-1 .dez-quik-search .form-control {
    height: 90px;
}
.header-style-6.style-1 .navbar-toggle span {
    background: #fff;
}
.header-style-6.style-1 .topbar-info ul li {
    padding: 10px;
}
.header-style-6.style-1 .header-nav .nav>li.active>a:before, .header-style-6.style-1 .header-nav .nav>li:hover>a:before, .header-style-6.style-1 .header-nav .nav>li>a:after {
    content: none;
}
.header-style-6.style-1 .header-nav .nav>li>a {
    padding: 15px;
}
.navigation-bar .navbar-nav>li>a {
    font-weight: 400;
}
}@media only screen and (max-width:767px) {
    .header-style-6 .slide-up {
    position: unset;
}
.header-style-6.style-1 .top-bar {
    display: none;
}
.header-style-6.style-1 .extra-nav, .header-style-6.style-1 .is-fixed .extra-nav {
    padding: 15px 0;
}
}.main-slider .button-lg {
    padding: 15px 30px;
}
.about-us {
    min-height: 700px;
}
.about-us .dez-tabs .nav-tabs {
    border: 0 none;
    left: 61px;
    position: absolute;
    top: 0;
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -o-transform-origin: left top 0;
    -webkit-transform-origin: left top 0;
    -moz-transform-origin: left top 0;
    transform-origin: left top 0;
    width: auto;
}
.about-us .dez-tabs .nav-tabs li {
    display: inline-block;
    margin: 0;
    background-color: #f6f6f6;
    text-align: center;
    float: left;
    border-right: 4px solid #e8e8e8;
}
.about-us .dez-tabs .about-contant {
    padding: 30px 30px 10px 30px;
}
.about-us .dez-tabs {
    position: relative;
}
.about-us .dez-tabs .tab-content {
    margin-left: 60px;
    border: 0;
}
.about-us .dez-tabs .tab-content h3 {
    margin-top: 0;
}
.about-us .dez-tabs .nav-tabs li a {
    border: 0;
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.owl-none .owl-controls {
    display: none;
}
.about-us .dez-tabs .nav-tabs li.active a {
    border: 0;
}
.about-us .dez-tabs .nav-tabs li.active a span {
    color: #000;
}
.about-us .dez-tabs .nav-tabs li h4 {
    margin: 0;
    text-transform: uppercase;
    color: #757575;
}
.about-us .dez-tabs .nav-tabs li a span {
    font-weight: 300;
    font-size: 14px;
}
.service-head {
    margin-bottom: 20px;
    margin-top: -46px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}
.service-head:after {
    background: inherit;
    content: "";
    height: 37px;
    left: -18px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 37px;
    z-index: -1;
}
.service-head:before {
    background: inherit;
    content: "";
    height: 37px;
    right: -18px;
    margin-top: -19px;
    position: absolute;
    top: 50%;
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 37px;
    z-index: -1;
}
.dez-project-left {
    position: relative;
}
.dez-project-left:after {
    content: "";
    height: 100%;
    opacity: .8;
    position: absolute;
    right: 15px;
    top: 0;
    width: 1000px;
    z-index: -2;
}
.service-carousel .date {
    position: absolute;
    right: 0;
    padding: 1px 5px;
    color: #000;
    top: -22px;
}
.service-carousel .ow-entry-content {
    position: relative;
    border: 0;
    text-align: center;
}
.service-carousel .ow-entry-content h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.service-carousel.owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    right: -20px;
    text-align: center;
    top: -80px;
    padding: 0 15px;
}
.service-carousel .owl-next, .service-carousel .owl-prev {
    border: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 40px;
}
.service-carousel .owl-next:hover, .service-carousel .owl-prev:hover {
    opacity: .8;
}
.dez-team .dez-media {
    border-bottom: 4px solid #333232;
    border-top: 4px solid #dadada;
}
.dez-team .dez-social-icon li a {
    height: 30px;
    width: 30px;
    border: 0;
    color: #333232;
    padding: 0;
    line-height: 30px;
    font-size: 15px;
}
.dez-team .dez-img-overlay6:after, .dez-team .dez-img-overlay6:before {
    background-image: url(../images/overlay/rrdiagonal-line.png);
    background-color: rgba(0, 0, 0, 0);
    opacity: .2;
}
.client-logo ul {
    margin: 0 -10px;
}
.client-logo ul li {
    display: inline-block;
    float: left;
    padding: 0 10px;
    width: 33.33%;
    margin-bottom: 20px;
}
.client-logo img {
    width: 100%}
.testimonial-section {
    position: relative;
    z-index: 1;
}
.testimonial-section:after {
    background: #f2f2f2 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimonial-section .col-md-6 {
    padding-left: 30px;
    padding-right: 30px;
}
.testimonial-section .row {
    margin-left: -30px;
    margin-right: -30px;
}
.testimonial-7 .testimonial-text {
    border: 2px solid #e6e6e6;
    padding: 18px;
}
.testimonial-7 .testimonial-detail {
    padding: 0 0 0 20px;
    margin-top: -35px;
}
.testimonial-7 .testimonial-pic {
    box-shadow: 0 0 0 2px #e6e6e6;
    width: 70px;
    height: 70px;
}
.testimonial-7 .testimonial-text p {
    font-size: 16px;
    line-height: 30px;
}
.testimonial-7 .info p {
    display: inline-block;
    position: relative;
    top: -10px;
    padding: 0 10px;
}
.testimonial-7 .owl-controls .owl-nav {
    bottom: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
}
.testimonial-7 .owl-next, .testimonial-7 .owl-prev {
    background-color: #ccc;
    border: 0 none;
}
.bg-black-1 {
    background-color: #292929;
}
.blog-info {
    background-color: rgba(0, 0, 0, .9);
    left: 0;
    list-style: outside none none;
    margin: 0;
    padding: 7px 15px;
    position: absolute;
    top: -34px;
    width: 100%}
.blog-info li {
    display: inline-block;
    padding: 0 7px 0 7px;
    line-height: 14px;
    font-size: 14px;
    border-right: 1px solid #3c3c3c;
}
.blog-info li:last-child {
    border-right: 0;
}
.blog-info li a:hover, .blog-info li:hover {
    color: #fff;
}
.company-status .counter {
    font-family: Roboto;
    font-size: 60px;
    font-weight: 300;
}
.testimonial-2 .testimonial-text.bg-primary::after {
    border-top-color: #fdc716;
}
.testimonial-text.bg-primary {
    background: #fdc716;
}
.about-service .icon-bx-wraper {
    border: none;
}
.about-service .icon-bx-wraper:nth-child(2) {
    margin-top: -40px;
}
.about-service {
    margin-top: -150px;
}
.gallery-projects .dez-gallery-box {
    margin-bottom: 0;
}
@media only screen and (max-width:1280px) {
    .blog-info li {
    font-size: 13px;
}
.service-head {
    font-size: 15px;
}
}@media only screen and (max-width:991px) {
    .about-img {
    display: none;
}
.about-us .dez-tabs .about-contant {
    padding: 15px 15px 10px 15px;
}
.get-a-quote {
    text-align: center;
}
.get-a-quote .pull-right {
    padding: 10px 0;
}
.get-a-quote {
    padding-top: 20px;
    padding-bottom: 20px;
}
.testimonial-section:after {
    left: 100%}
.testimonial-section {
    color: #fff;
}
.testimonial-section .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}
.testimonial-section .row {
    margin-left: -15px;
    margin-right: -15px;
}
}@media only screen and (max-width:767px) {
    .about-us .dez-tabs .nav-tabs, .about-us .dez-tabs .nav-tabs li a {
    -o-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    position: unset;
}
.about-us .dez-tabs .nav-tabs {
    background-color: #f6f6f6;
    width: 100%}
.about-us .dez-tabs .nav-tabs, .about-us .dez-tabs .tab-content {
    margin-left: 0;
    display: block;
    clear: both;
}
.about-us .dez-tabs .nav-tabs li.active {
    border-right: 0;
}
.about-us .dez-tabs .nav-tabs li {
    border-right: 0;
    width: 100%}
.about-us {
    padding-top: 20px;
}
.dez-tabs.vertical .tab-pane {
    padding: 0;
}
.dez-project-left:after {
    right: 0;
}
.dez-service {
    padding: 30px 15px;
}
.dez-service .service-carousel {
    margin-top: 0;
}
.dez-service .owl-stage-outer {
    margin-bottom: 30px;
}
.service-carousel.owl-carousel .owl-nav {
    position: unset;
    margin-top: 20px;
}
.testimonial-section:after {
    content: none;
}
.footer-bottom .text-left, .footer-bottom .text-right {
    text-align: center;
}
}.skew-content-box ul li a {
    color: #fff!important;
    font-size: 14px;
    width: auto;
    padding: 0 10px;
    line-height: 24px;
}
.skew-content-box {
    display: inline;
    left: -1px;
    padding: 5px 20px;
    position: absolute;
    top: -15px;
    width: auto;
}
.skew-content-box:after {
    background-color: inherit;
    content: "";
    height: 100%;
    position: absolute;
    right: -10px;
    top: 0;
    -o-transform: skewX(20deg);
    -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    width: 20px;
    z-index: 1;
}
.countdown .date span {
    font-size: 80px;
    font-weight: 700;
}
.countdown .date {
    min-width: 140px;
    color: #fff;
    display: inline-block;
}
.countdown .date text {
    border: 1px solid;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    padding: 5px 1px;
    width: 100px;
}
.coming-soon-content h2 {
    font-size: 50px;
}
.coming-soon-content p {
    max-width: 800px;
    margin: 0 auto;
}
.dez-coming-soon {
    height: 100%;
    width: 100%}
.dez-coming-soon .container {
    position: relative;
}
.dez-coming-soon-full {
    position: fixed;
    overflow-y: scroll;
}
.dez-coming-bx {
    margin-top: 13%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.sidenav.coming-side-bar {
    background-color: rgba(0, 0, 0, .9);
}
.dez-coming-soon.two-box {
    width: 50%;
    position: fixed;
    right: 0;
}
.dez-login {
    background-color: #292929;
    bottom: 0;
    display: table;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%}
.login-form {
    max-width: 400px;
    margin: 0 auto;
    background: #fff;
}
.inline-block {
    display: inline-block;
}
.dez-form .form-control {
    background: #dde3ec;
    height: 44px;
}
.dez-form .form-group {
    margin-bottom: 15px;
}
@media only screen and (max-width:991px) {
    .dez-coming-soon.two-box, .dez-coming-soon.two-box .dez-coming-bx {
    position: relative;
    width: 100%}
.dez-coming-soon.two-box .dez-coming-bx {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}
.dez-coming-soon.two-box .dez-coming-bx h2 {
    margin-top: 0;
}
.coming-side-bar {
    background: #fff;
}
.skew-content-box {
    padding: 5px;
}
.skew-content-box ul li a {
    margin-right: 3px;
    font-size: 13px;
}
.dez-social-icon {
    margin: 0;
}
.skew-content-box ul li a {
    padding: 5px;
}
.request-a-quote:before {
    left: 0;
    -o-transform: skewX(0);
    -moz-transform: skewX(0);
    -webkit-transform: skewX(0);
    transform: skewX(0);
}
.header-style-6 .slide-up {
    position: unset;
}
}@media only screen and (max-width:767px) {
    .dez-book-now-content {
    margin-top: 10px;
    margin-bottom: 50px;
}
.coming-soon-content h2 {
    font-size: 30px;
}
.countdown .date span {
    font-size: 45px;
}
.countdown .date {
    max-width: 50px;
}
.dez-coming-bx {
    margin-top: 20px;
}
.our-service .service-box {
    margin-bottom: 30px;
}
.our-service {
    margin-top: 50px;
}
.company-stats-worker {
    display: none;
}
.hidden-sm-down {
    display: none;
}
.main-slider .button-lg {
    font-size: 14px;
    padding: 8px 10px;
}
}@media only screen and (max-width:1024px) {
    .awesome-services .dez-info-has {
    position: unset;
}
}.dez-hover a:active, .dez-hover a:hover {
    color: #fff;
}
.testimonial-6 .quote-left:before {
    left: 15px;
}
.testimonial-6 .quote-left:before, .testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}
.testimonial-6 .testimonial-text {
    padding: 25px 35px 70px 40px;
    font-size: 14px;
}
.testimonial-6 .testimonial-text p {
    margin-bottom: 20px;
}
.testimonial-6 .testimonial-detail {
    position: relative;
    padding: 10px 15px;
    top: -30px;
    width: 85%}
.testimonial-6 .testimonial-pic {
    position: absolute;
    right: 20px;
    top: -50px;
    z-index: 2;
}
.testimonial-6 .quote-left:before, .testimonial-6 .quote-right:after {
    color: #b5b5b5;
    font-size: 18px;
}
.testimonial-6 .quote-left:before {
    left: 15px;
}
.testimonial-6 .quote-right:after {
    right: 15px;
    bottom: 20px;
    top: auto;
}
.testimonial-6 .testimonial-detail:after {
    background-color: inherit;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: -23px;
    top: 0;
    -o-transform: skewX(35deg);
    -moz-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    width: 50px;
    z-index: 1;
}
.site-footer .widget_getintuch {
    padding-top: 0;
}
.content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
}
.content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.content-inner-2 {
    padding-top: 70px;
    padding-bottom: 0;
}
.testimonial-five .owl-controls {
    margin-top: 0;
}
.dez-newsletter.style1 {
    background-color: rgba(255, 255, 255, .05);
}
.inner-head {
    margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
    .content-inner-2 {
    padding-bottom: 0;
    padding-top: 30px;
}
.content-inner-1 {
    padding-bottom: 30px;
    padding-top: 30px;
}
.content-area {
    padding-top: 30px;
}
.page-content {
    padding-bottom: 30px;
}
.footer-top {
    padding-top: 30px;
}
.site-footer .widget {
    margin-bottom: 25px;
}
.section-full:last-child {
    margin-bottom: -30px;
}
.content-inner {
    padding-bottom: 20px;
    padding-top: 30px;
}
.section-head {
    margin-bottom: 25px;
}
.dez-project-left {
    padding-top: 30px;
}
.testimonial-section {
    padding-top: 30px;
}
.testimonial-section .owl-controls {
    margin-top: 20px;
}
.section-head p {
    padding-top: 0;
}
.h3 {
    font-size: 28px;
    margin-top: 10px;
}
.about-service .icon-bx-wraper:nth-child(2) {
    margin-top: 0;
}
.side-bar {
    margin-bottom: 30px;
}
.dez-post-title .post-title {
    margin-top: 10px;
}
.footer-info-box .newsletter {
    margin-bottom: 10px;
}
ol.commentlist li .star-rating {
    position: unset;
}
.comment-form [class*=comment-form] {
    width: 100%}
.pricingtable-wrapper {
    margin-bottom: 30px;
}
.pricingtable-highlight {
    margin: 0;
}
.title-head {
    display: none;
}
.disnone-md {
    display: none;
}
ol.comment-list li .children {
    margin-left: 0;
}
.testimonial-section h2 {
    color: #fff;
}
.btn-quantity {
    width: 120px;
}
}.bg-primary a:hover {
    color: #fff;
}
.dez-social-icon.dez-social-icon-lg li a {
    color: #fff!important;
    font-size: 14px;
    height: 35px;
    line-height: 34px;
    padding: 0;
    width: 35px;
}
.dez-social-icon-lg.dez-social-icon li {
    display: inline-block;
    font-size: 12px;
    padding: 0;
    vertical-align: middle;
}
.dez-social-icon-lg.dez-social-icon.border li a {
    border: 1px solid rgba(255, 255, 255, .05);
}
.contact-style-1 input {
    height: 50px;
}
.contact-style-1 .site-button {
    height: 50px;
    width: 100%}
.contact-style-1 .form-control {
    padding: 10px 20px;
}
.contact-style-1 .form-control:focus, .contact-style-1 .form-control:hover {
    border-color: silver;
}
.contact-style-1 h2 {
    margin-top: 0;
}
.contact-style-1 .border-1 {
    border: 1px solid #eee;
}
.contact-style-1 .dez-social-icon-lg {
    border-top: 1px solid #eee;
    padding-top: 20px;
    text-align: left;
    width: 100%;
    margin: 0;
}
.contact-style-1 .dez-social-icon-lg a {
    text-align: center;
}
.contact-style-1 .dez-social-icon-lg li a:hover {
    background: #fff;
    color: #000;
    border: 1px solid #eee;
}
.contact-style-1 .form-group {
    margin-bottom: 25px;
}
.dez-media.dez-media-left .dez-info-has, .dez-media.dez-media-right .dez-info-has, .dez-media.dez-media-top .dez-info-has {
    bottom: auto;
    margin-bottom: 0;
    top: 0;
}
.dez-media.dez-media-top .dez-info-has {
    margin-top: -100px;
}
.dez-box:hover .dez-media.dez-media-top .dez-info-has, .dez-media.dez-media-top:hover .dez-info-has {
    margin-top: 0;
}
.dez-media.dez-media-left .dez-info-has {
    left: 0;
    padding: 15px;
    width: auto;
    margin-left: -60px;
}
.dez-media.dez-media-left:hover .dez-info-has {
    margin-left: 0;
}
.dez-media.dez-media-left .dez-social-icon li {
    display: block;
    margin: 3px 0;
}
.dez-media.dez-media-right .dez-info-has {
    right: 0;
    padding: 15px;
    width: auto;
    left: auto;
    margin-right: -60px;
}
.dez-media.dez-media-right:hover .dez-info-has {
    margin-right: 0;
}
.dez-media.dez-media-right .dez-social-icon li {
    display: block;
    margin: 3px 0;
}
.dez-team-1 {
    padding-left: 45px;
    padding-right: 45px;
}
.dez-team-1 .dez-media img {
    position: relative;
    bottom: -20px;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dez-team-1:hover .dez-media img {
    bottom: 0;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dez-team-1 .dez-info-has {
    margin: 0;
    opacity: 1;
    padding: 0;
    text-align: center;
}
.dez-team-1 .dez-box {
    padding: 0 5px;
    z-index: 1;
}
.dez-team-1 .team-info:after {
    border: 5px solid #fdc716;
    bottom: 5px;
    box-sizing: border-box;
    content: "";
    height: 65%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dez-team-1 .dez-social-icon {
    padding: 10px 20px;
}
.dez-team-1 .dez-social-icon li a {
    color: #000;
    font-size: 13px;
    height: auto;
    padding: 0 10px;
    width: auto;
}
.dez-team-1 .dez-media {
    padding-left: 10px;
    padding-right: 10px;
    background-color: transparent;
}
.dez-team-1.left .team-info:after, .dez-team-1.right .team-info:after {
    border-top: 0;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dez-team-1.left .team-info:before, .dez-team-1.right .team-info:before {
    border: 5px solid;
    bottom: 50px;
    box-sizing: border-box;
    content: "";
    height: 65%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    -moz-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    -webkit-transform: skewY(10deg);
    transform: skewY(10deg);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dez-team-1.right .team-info:before {
    -o-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dez-team-1.left .dez-info-has, .dez-team-1.right .dez-info-has {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 40px;
}
.dez-team-1.right .dez-info-has {
    left: auto;
    right: 0;
}
.dez-team-1.left .dez-social-icon, .dez-team-1.right .dez-social-icon {
    padding: 20px 0;
}
.dez-team-1 .dez-social-icon li a {
    padding: 10px;
}
.dez-team-1:hover .team-info:after {
    height: 70%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.dez-team-1.left:hover .team-info:before, .dez-team-1.right:hover .team-info:before {
    height: 70%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.img-cover {
    object-fit: cover;
}
.box-services {
    display: table;
}
.box-services-content {
    display: table-cell;
    vertical-align: middle;
}
.buy-now-btn {
    background: #81b441 none repeat scroll 0 0;
    border-radius: 20px 0 0 20px;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .2);
    color: #fff;
    font-family: open sans;
    font-weight: 600;
    padding: 10px 20px;
    position: fixed;
    right: -90px;
    text-transform: uppercase;
    top: 50%;
    transition: all .5s;
    z-index: 999;
}
.buy-now-btn i {
    font-size: 16px;
}
.buy-now-btn:hover {
    right: -1px;
    transition: all .5s;
    color: #fff;
}
.buy-now-btn i {
    margin-right: 10px;
}
.logo-footer {
    width: 220px;
}
.download-file .file-name {
    background-color: transparent;
    color: #e14045;
    font-size: 14px;
    width: auto;
}
.faqs-form, .side-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}
.table-bordered.dez-cart-tbl th {
    padding: 15px;
    color: #fff;
    border-color: rgba(0, 0, 0, .05);
}
.table-bordered.dez-cart-tbl td {
    color: #404040;
    font-weight: 600;
}
.dez-cart-tbl {
    text-align: center;
}
.dez-cart-tbl img {
    width: 100px;
}
.dez-cart-tbl.total td {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}
.dez-cart-tbl td.out-of-stock {
    color: red;
}
.dez-cart-tbl td.in-stock {
    color: green;
}
@media only screen and (max-width:1280px) {
    .dez-team-1 {
    padding-left: 15px;
    padding-right: 15px;
}
}@media only screen and (max-width:1024px) {
    .download-file .file-name {
    font-size: 12px;
}
.download-file ul li a>span {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
}@media only screen and (max-width:991px) {
    .header-style-5 .header-nav .nav>li>a {
    color: #777;
}
}@media only screen and (max-width:768px) {
    .download-file ul li a>span {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.woo-entry {
    width: 100%;
    overflow: scroll;
}
}.table-bordered.dez-cart-tbl th {
    padding: 15px;
    color: #fff;
    border-color: rgba(0, 0, 0, .05);
}
.table-bordered.dez-cart-tbl td {
    color: #404040;
    font-weight: 600;
    vertical-align: middle;
}
.dez-cart-tbl {
    text-align: center;
}
.dez-cart-tbl img {
    width: 100px;
}
.dez-cart-tbl.total td {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
}
.dez-cart-tbl td.out-of-stock {
    color: red;
}
.dez-cart-tbl td.in-stock {
    color: green;
}
@media only screen and (max-width:1280px) {
    .dez-team-1 {
    padding-left: 15px;
    padding-right: 15px;
}
}@media only screen and (max-width:1024px) {
    .download-file .file-name {
    font-size: 12px;
}
.download-file ul li a>span {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
}@media only screen and (max-width:991px) {
    .header-style-5 .header-nav .nav>li>a {
    color: #777;
}
}@media only screen and (max-width:768px) {
    .download-file ul li a>span {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.woo-entry {
    width: 100%;
    overflow: scroll;
}
}.font-style-2 a, .font-style-2 li .font-style-2 span, .font-style-2 p, .font-style-2 strong {
    font-family: roboto;
}
.title-top {
    font-size: 18px;
    margin-bottom: 5px;
}
.counter-left .counter {
    font-size: 45px;
    margin-bottom: 0;
    font-family: roboto;
    font-weight: 700;
    line-height: 50px;
}
.service-border-style {
    position: relative;
    overflow: hidden;
}
.service-border-style h2.dez-title {
    font-size: 24px;
}
.service-border-style .services-content {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #ededed;
    background-color: #fff;
    height: 100%;
    width: 100%;
    transition: all .5s;
    overflow: hidden;
}
.service-border-style:hover .services-content {
    transition: all .5s;
    right: 100%;
    position: absolute;
}
.font-50 {
    font-size: 50px;
    line-height: 60px;
}
.testimonial-8 {
    position: relative;
}
.testimonial-8 .quote-left {
    font-size: 30px;
    position: relative;
    top: -60px;
    left: 48%;
    margin: auto;
    text-align: center;
}
.blog-post-style {
    position: relative;
}
.blog-post-style .usefull-link {
    position: absolute;
    top: 20px;
    left: 20px;
}
.blog-post-style h2.dez-title {
    font-size: 24px;
}
.our-info .title-name {
    font-size: 24px;
}
.fea-project .project-img {
    position: relative;
    overflow: hidden;
}
.fea-project .project-content a:hover {
    color: #fff;
}
.fea-project h2.dez-title {
    font-size: 24px;
}
.fea-project .project-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, .8);
    padding: 25px;
    transition: all .5s;
}
.project-content .project-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 25px;
}
.fea-project:hover .project-content {
    position: absolute;
    transition: all .5s;
    top: 0;
}
.footer-white a, .footer-white i, .footer-white li, .footer-white p, .footer-white span, .footer-white strong {
    color: #5f656d!important;
}
.dez-newsletter .dez-divider {
    margin-top: 0;
}
.widget_services.border-0 li {
    border: 0;
}
.footer-white li a {
    font-size: 15px;
}
.widget_getintuch.no-box li i {
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}
.fly-box, .fly-box-ho, .fly-box-ho:hover, .fly-box:hover, .hwp {
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.fly-box {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}
.fly-box h2.dez-title {
    font-size: 24px;
    margin-bottom: 15px;
}
.fly-box-ho:hover, .fly-box:hover, .icon-bx-wraper:hover .fly-box, .icon-bx-wraper:hover .fly-box-ho {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.button-md {
    padding: 14px 30px;
}
.dzSubscribeMsg p {
    margin: 0;
    position: absolute;
    top: 15px;
}
@media only screen and (max-width:360px) {
    .dzSubscribeMsg p {
    margin: 0;
    position: absolute;
    top: 5px;
}
}.g-recaptcha {
    transform: scale(.88);
    -webkit-transform: scale(.88);
    -moz-transform: scale(.88);
    -o-transform: scale(.88);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    margin-bottom: -15px;
}
#rc-imageselect {
    transform: scale(.88);
    -webkit-transform: scale(.88);
    -moz-transform: scale(.88);
    -o-transform: scale(.88);
    transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
@media screen and (max-height:575px) {
    #rc-imageselect, .g-recaptcha {
    transform: scale(.77);
    -moz-transform: scale(.77);
    -o-transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
}.social-bx li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
}
.breadcrumb-row li {
    display: inline;
}
.bg-primary, .pagination-bx .pagination .active>a {
    color: #fff!important;
}
.section-title-separators .section-head, .section-title-separators .section-head p {
    margin-bottom: 0;
}
.testimonial-1 .testimonial-text p {
    width: 70%;
    margin: 0 auto;
}
.dez-accordion.border-bottom {
    border-bottom: 0;
}
hr {
    width: 100%}
.dez-tabs .nav-tabs>li>a.active:hover {
    background-color: #fff;
    border-color: #ddd;
    border-bottom: 1px solid #fff;
}
.dez-tabs.bg-tabs .nav-tabs>li>a.active, .nav-tabs .nav-link.active {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}
.dez-tabs.vertical .nav-tabs li a.active {
    border-bottom: 1px solid #ddd;
}
.dez-tabs.vertical .nav-tabs li {
    width: 100%;
    margin-right: -1px;
}
.dez-tabs.vertical .nav-tabs li a.active {
    margin-right: -1px;
    border-right: none;
}
.dez-tabs.vertical .nav-tabs li a {
    margin-right: -1px;
}
.dez-tabs.vertical.right .nav-tabs li a.active {
    border-right: 1px solid #ddd;
    border-left: none;
}
.dez-tabs.bg-tabs.vertical.border, .dez-tabs.bg-tabs.vertical.right.border, .dez-tabs.border, .dez-tabs.border-tp.border.bg-tabs, .dez-tabs.border.bg-tabs, .dez-tabs.vertical.border, .dez-tabs.vertical.right.border {
    border: 0!important;
}
.dez-login .nav {
    display: block;
}
.full-blog-dark.style-1 .z-index2.skew-section {
    float: right;
    display: flex;
    align-items: center;
}
.dzForm textarea {
    height: 120px;
}
.footer-social li {
    display: inline;
}
.blog-page-content.style-1 .sidenav {
    z-index: 99;
}
.blog-page-content.style-1 .dez-gallery-listing .post .dez-box {
    margin-bottom: 20px;
}
.dez-book-now-form.tp-dark .bootstrap-select.btn-group .dropdown-toggle .filter-option, .dez-book-now-form.tp-dark .form-control#datetimepicker4, .dez-book-now-form.tp-dark .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}
.blog-carousel .dez-box .dez-info .blog-info {
    display: -webkit-inline-flex;
    padding: 10px;
}
.list-inline li {
    display: inline;
}
.fea-project .project-link ul li {
    padding: 0 5px;
}
.blog-carousel .blog-post-style .list-inline li {
    margin-right: 10px;
    font-size: 14px;
}
.full-blog-dark .dez-full-blog .date-style-2, .quantity.btn-quantity .btn.btn-default {
    margin-bottom: 0;
}
.dez-login .logo-header img {
    width: 220px;
}
.input-group-prepend {
    border: 1px solid #e1e1e1;
}
.input-group-prepend .input-group-text {
    display: -webkit-inline-box;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: 0;
}
.dez-coming-soon .dzSubscribe .form-control, .sidenav #myNavbar li a.active, .sidenav #myNavbar li a:hover {
    color: #fff!important;
}
.sidenav.onepage .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #000!important;
    font-weight: 600;
}
.sidenav.onepage .nav>li {
    position: relative;
    display: block;
    width: 100%}
.one-page-layout .sidenav.onepage, .page-content.one-page-layout {
    padding: 0;
}
.share-details-btn ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 6px;
}
.full-blog-dark .dez-gallery-box {
    margin-bottom: 20px;
}
.one-page-box.boxed .page-wraper {
    max-width: 100%}
@media only screen and (max-width:1024px) {
    .two-box .countdown .date .time {
    font-size: 40px;
}
.two-box .countdown .date {
    min-width: 100px!important;
}
}@media only screen and (max-width:991px) {
    .testimonial-1 .testimonial-text p {
    width: 90%}
.blog-post.date-style-2 .dez-post-media {
    width: 100%}
.blog-post.blog-md .dez-post-media {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.blog-post.blog-md {
    display: block;
}
.comments-area .blog-single-comment .children, .dez-newsletter .icon-bx-wraper.left .dez-tilte {
    margin: 0;
}
.comments-area .blog-single-comment .reply a {
    top: 25px!important;
}
.blog-single-comment-form p {
    width: 100%!important;
}
.skew-content-box ul li a {
    line-height: 15px;
}
.site-header.header-style-2 .navicon {
    float: right;
}
.site-header.header-style-2 .extra-nav {
    float: left;
}
.footer-fixed .site-footer {
    position: unset;
}
.footer-fixed .page-wraper {
    padding-bottom: 0!important;
}
}@media only screen and (max-width:600px) {
    .footer-bottom .text-center, .footer-bottom .text-left, .footer-bottom .text-right {
    text-align: center!important;
}
.testimonial-1 .testimonial-text p {
    width: 100%}
.blog-page-content.style-1 .dez-full-blog .blog-grid.date-style-2, .blog-page-content.style-1 .dez-full-blog .blog-grid.date-style-2 .dez-post-media {
    margin-bottom: 0;
}
.dez-book-now-content {
    margin-top: 30px;
    margin-bottom: 0;
}
.blog-carousel .dez-box .dez-info .blog-info {
    display: -webkit-inline-box;
    padding: 5px 15px;
}
.get-a-quote .pull-left {
    margin: 18px 0;
}
.service-border-style .services-content {
    padding: 35px 20px;
}
.dez-newsletter .icon-bx-wraper.left .dez-tilte {
    margin-bottom: 15px;
}
.dez-newsletter .equal-col {
    height: auto!important;
}
.site-header.header-style-2 .navicon {
    float: right;
}
.site-header.header-style-2 .extra-nav {
    float: left;
}
.slide-content-block {
    display: none!important;
}
.footer-fixed .site-footer {
    position: unset;
}
.footer-fixed .page-wraper {
    padding-bottom: 0!important;
}
}@media only screen and (max-width:360px) {
    .footer-bottom .text-center, .footer-bottom .text-left, .footer-bottom .text-right {
    text-align: center!important;
}
.testimonial-1 .testimonial-text p {
    width: 100%}
.blog-page-content.style-1 .dez-full-blog .blog-grid.date-style-2, .blog-page-content.style-1 .dez-full-blog .blog-grid.date-style-2 .dez-post-media {
    margin-bottom: 0;
}
.get-a-quote .pull-right {
    text-align: center;
    float: none;
    padding-top: 15px;
    clear: both;
}
.service-border-style .services-content {
    padding: 15px 20px;
}
.dz-xs-flex {
    display: flex;
}
.site-header.header-style-2 .navicon {
    float: right;
}
.page-content.one-page-layout {
    padding-bottom: 0;
}
.slide-content-block {
    display: none!important;
}
.footer-fixed .site-footer {
    position: unset;
}
.footer-fixed .page-wraper {
    padding-bottom: 0!important;
}
}.box-number {
    padding: 25px 60px 30px 25px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05), 10px 18px 10px -15px rgba(0, 0, 0, .5);
}
.box-number:after {
    height: 5px;
    width: 100%;
    content: "";
    display: block;
    bottom: 0;
    position: absolute;
    left: -100%;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.box-number:hover:after {
    left: 0;
}
.our-project-box.overlay-black-dark:after, .our-project-box.overlay-primary-dark:after {
    background-image: url(../images/pt1.png);
}
.img-full {
    width: 100%}
.box-number p {
    margin-bottom: 0;
}
.box-number .number {
    font-size: 100px;
    position: absolute;
    font-weight: 700;
    color: #000;
    opacity: .1;
    right: 10px;
    bottom: 10px;
    line-height: 100px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.box-number:hover .number {
    transform: scale(1.8);
    -ms-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -o-transform: scale(1.8);
}
.service-number .number {
    font-size: 200px;
    line-height: 160px;
    position: absolute;
    font-weight: 700;
    color: #000;
    opacity: .05;
    right: 0;
    bottom: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.team-box .dez-box {
    margin-bottom: 30px;
}
.team-box .dez-media {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
}
.contact-box .contact-inner {
    padding: 100px;
}
.slide-overlay {
    background-image: url(../images/pt1.png);
    background-color: rgba(255, 170, 28, .8);
}
@media only screen and (max-width:991px) {
    .box-number {
    padding: 25px 25px 30px 25px;
}
}.icon-bx-md .icon-cell:hover {
    color: #222;
}
.tabs-section h2 {
    font-size: 24px;
}
.dez-post-title .post-title, .icon-content .dez-tilte {
    margin-bottom: 10px;
}
.dez-post-meta .post-author, .dez-post-meta .post-comment {
    font-size: 14px;
}
.full-blog-dark .dez-post-info .post-title {
    margin-top: 0;
}
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 12.50%;
    flex: 0 0 12.50%;
    max-width: 12.5%}
@media only screen and (max-width:991px) {
    .col-lg-1-5.col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%}
}.bootstrap-select .btn {
    padding: 8px 12px;
}
.bootstrap-select .dropdown-toggle::before {
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    right: 12px;
    font-size: 15px;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.fea-project h2.dez-title {
    font-size: 24px;
}
.blog-post-style h2.dez-title {
    font-size: 24px;
}
.site-footer .widget.widget_about p {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 24px;
}
.header-style-3+.page-content .dez-bnr-inr .dez-bnr-inr-entry, .header-style-4+.page-content .dez-bnr-inr .dez-bnr-inr-entry, .header-style-5+.page-content .dez-bnr-inr .dez-bnr-inr-entry {
    padding-top: 80px;
}
.btn-block {
    display: block;
}
.table-bordered .alert {
    border-color: #dfdfdf;
}
.dez-box .dez-title {
    text-transform: capitalize;
}
.dez-social-icon li a.fab {
    font-family: "Font Awesome 5 Brands"}
.navbar-toggler:focus {
    box-shadow: none;
}
.site-footer .widget_getintuch b, .site-footer .widget_getintuch strong {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 22px;
    color: rgba(255, 255, 255, .8);
}
.dez-book-now-form.bg-black .form-control {
    color: #fff;
}
.site-footer .footer-bottom a, .site-footer .footer-bottom span {
    color: #fff!important;
    font-size: 14px;
}
.site-footer .widget.widget_about p {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}
.site-footer .widget_getintuch b, .site-footer .widget_getintuch strong {
    font-size: 15px;
    text-transform: capitalize;
    line-height: 22px;
    color: rgba(255, 255, 255, .8);
}
.site-footer .widget.recent-posts-entry .post-title {
    text-transform: capitalize!important;
}
.site-footer .dez-social-icon.dez-border li a {
    line-height: 16px;
    border-radius: 2px;
}
.recent-posts-entry .dez-post-meta {
    margin-bottom: 0;
}
.recent-posts-entry .post-title {
    font-size: 15px;
    text-transform: capitalize;
}
.is-fixed .logo-header, .is-fixed.header-curve .logo-header {
    display: block;
    padding: 15px 0;
}
.dez-login.overlay-black-light .login-form .form-control::placeholder, .dez-login.overlay-black-middle .login-form .form-control::placeholder {
    color: #fff;
}
.dez-newsletter strong {
    font-size: 18px;
    text-transform: capitalize!important;
    font-weight: 700;
    display: block;
    margin-bottom: 3px;
    margin-top: 4px;
}
.dez-newsletter .dez-tilte {
    font-size: 24px;
    text-transform: capitalize!important;
}
.header-style-6.style-1 .navicon span {
    background-color: #fff;
}
.dez-book-now-content {
    align-self: center;
}
.dez-book-now-content h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 10px;
}
.dez-book-now-content p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px;
}
.dez-book-now-form {
    border-radius: 5px;
}
.header-style-3+.page-content .dez-bnr-inr .dez-bnr-inr-entry, .header-style-4+.page-content .dez-bnr-inr .dez-bnr-inr-entry, .header-style-5+.page-content .dez-bnr-inr .dez-bnr-inr-entry {
    padding-top: 80px;
}
.check-km {
    cursor: pointer;
}
.icon-bx-xs.check-km {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    cursor: pointer;
}
.icon-bx-xs.check-km i {
    font-size: 18px;
}
.client-logo-area {
    padding-top: 50px;
    padding-bottom: 50px;
}
.dez-login {
    padding: 8vh 15px;
}
.blog-page-content .dez-media {
    z-index: 1;
}
@media only screen and (max-width:1200px) {
    .header-nav .nav>li>a, .is-fixed .header-nav .nav>li>a {
    padding: 32px 8px;
}
}@media only screen and (max-width:991px) {
    .header-style-6 .header-nav .logo-header.mostion {
    display: none!important;
}
.header-style-6 .is-fixed .mostion, .header-style-6 .mostion {
    display: block;
}
.dez-tabs.vertical .tab-pane {
    padding-left: 20px;
}
.blog-post-style h2 {
    font-size: 24px;
}
.blog-page-content .dez-full-blog.content-scroll .dez-post-text {
    margin-bottom: 0;
}
.dez-full-blog.content-scroll .dez-post-info {
    padding-bottom: 15px;
}
.header-nav .nav>li>a, .is-fixed .header-nav .nav>li>a {
    padding: 12px 15px;
}
}@media only screen and (max-width:761px) {
    .section-full.our-projects-galery {
    padding-top: 10px;
}
.page-notfound h5 {
    font-size: 40px;
    margin-bottom: 30px;
}
.page-notfound strong {
    line-height: 160px;
}
.header-style-6.style-1 .header-nav .is-fixed .logo-header, .header-style-6.style-1 .header-nav .logo-header, .mo-left .header-nav .is-fixed .logo-header, .mo-left .header-nav .logo-header {
    height: 90px!important;
    padding: 20px 20px!important;
    width: 100%!important;
}
.site-header.header-style-3 .header-curve, .site-header.header-style-4 .header-curve, .site-header.header-style-5, .site-header.header-style-5 .header-curve {
    position: relative;
}
.site-header.header-style-3 .header-curve .dez-quik-search, .site-header.header-style-4 .header-curve .dez-quik-search, .site-header.header-style-5 .dez-quik-search, .site-header.header-style-5 .header-curve .dez-quik-search {
    position: absolute;
}
.header-style-3+.page-content .dez-bnr-inr .dez-bnr-inr-entry, .header-style-4+.page-content .dez-bnr-inr .dez-bnr-inr-entry, .header-style-5+.page-content .dez-bnr-inr .dez-bnr-inr-entry {
    padding-top: 0;
}
.header-style-6 .is-fixed .mostion, .header-style-6 .mostion, .site-header.header-style-1 .is-fixed .logo-header, .site-header.header-style-1 .logo-header, .site-header.header-style-5 .is-fixed .logo-header, .site-header.header-style-5 .logo-header {
    width: 150px;
}
.header-style-6.style-1 .dez-quik-search .form-control {
    height: 70px;
}
.portfolio-detail .port-info-box {
    margin-bottom: 25px;
}
.blog-post-style h2 {
    font-size: 18px;
}
}@media only screen and (max-width:591px) {
    .dez-newsletter .dez-tilte {
    font-size: 20px;
}
.dez-bnr-inr {
    height: 220px;
}
.dez-bnr-inr p {
    margin-bottom: 0;
}
.dez-bnr-inr h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
.dez-newsletter .icon-bx-wraper {
    padding-bottom: 10px;
}
.section-full.our-projects-galery .dez-book-now-content {
    margin-top: 0;
}
.section-full.our-projects-galery .dez-book-now-content h2 {
    font-size: 26px;
}
.page-notfound h5 {
    font-size: 30px;
    margin-bottom: 20px;
}
.page-notfound strong {
    line-height: 120px;
    font-size: 100px;
}
.social-bx li {
    float: left;
    padding-left: 2px;
    padding-right: 2px;
}
.font-50, .h1, h1 {
    font-size: 30px;
    line-height: 36px;
}
h2 {
    font-size: 24px;
    line-height: 30px;
}
.client-logo-area {
    padding-top: 30px;
    padding-bottom: 30px;
}
.dez-newsletter .icon-bx-wraper.p-t30 {
    padding-top: 20px;
}
.dez-newsletter .input-group .form-control {
    margin: -10px 10px 0;
}
.dez-newsletter .skew-subscribe.p-t40.p-b20 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px 20px 0;
}
.skew-section .login-form.style-2 {
    margin: 15px;
    padding-top: 30px;
}
.blog-page-content.full-blog-dark.style-2.style-3 .col-md-6.p-tb20, .blog-page-content.style-1.style-3 .col-md-6.p-tb20 {
    padding: 15px 5px 12px;
}
.button-side-nav {
    right: 15px;
    top: 15px;
}
.sidenav {
    width: 280px;
}
.sidenav .logo-header {
    height: 80px!important;
}
.tabs-section h2 {
    font-size: 18px;
    line-height: 24px;
}
.gallery-area .m-b50 {
    margin-top: -15px;
    margin-bottom: 30px;
}
.dez-login {
    padding: 2vh 15px 6vh;
}
.two-box .countdown .date {
    min-width: 80px!important;
}
.dez-book-now-form {
    padding: 30px;
}
.alignleft, .alignright {
    margin-left: 0;
    margin-right: 0;
}
.section-head .font-45, .working-box .font-45 {
    font-size: 32px;
    line-height: 42px;
}
.call-action .font-35 {
    font-size: 30px;
    line-height: 36px;
}
.section-full.our-projects-galery {
    padding-top: 50px;
    padding-bottom: 50px;
}
.dez-book-now-form .title-small {
    margin-bottom: 0;
}
.get-a-quote .pull-left {
    margin: 10px 0 5px;
}
.box-services-content .p-tb30 {
    padding-top: 0;
    padding-bottom: 0;
}
.service-number .number {
    font-size: 100px;
    line-height: 140px;
}
.box-number .number {
    font-size: 70px;
}
}[type=button]:focus, button:focus {
    outline: 0;
}
.dez-box .dez-title {
    text-transform: capitalize;
}
.product-item .dez-box .dez-info h2 {
    font-size: 24px;
    line-height: 20px;
}
.boxed .boxed-full {
    max-width: 100%}
.dez-coming-soon .input-group .input-group-prepend, .modal.contact-form .input-group .input-group-prepend {
    height: 40px;
}
.dez-coming-soon .input-group .input-textarea, .modal.contact-form .input-group .input-textarea {
    height: 120px;
}
@media (min-width:1200px) {
    .container {
    max-width: 1200px;
}
}.header-style-5 .is-fixed .navbar-toggler.open span {
    background-color: #fff;
}
.counter-style-1 {
    display: flex;
    align-items: center;
}
.counter-style-1 .icon-bx {
    display: block;
    width: 80px;
    background: #2d3239;
    height: 80px;
    min-width: 80px;
    text-align: center;
    line-height: 80px;
    outline: 2px solid;
    outline-offset: 10px;
    margin: 12px 32px 12px 12px;
}
.counter-style-1 .counter-num {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.counter-style-1 .counter-num .counter {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 0;
}
.counter-style-1 .counter-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
@media screen and (max-width:1200px) {
    .counter-style-1 .icon-bx {
    width: 70px;
    height: 70px;
    min-width: 70px;
    line-height: 70px;
}
}.modal-content .input-group-prepend .input-group-text {
    color: #ffffff85;
}
.modal-content .form-control {
    color: #fff;
}
input[type=text], textarea {
    outline: 0;
}
.btn {
    box-shadow: none!important;
}
@media only screen and (max-width:591px) {
    .header-style-5 .main-bar {
    position: absolute;
}
}#debungcontrolls, .debugtimeline {
    width: 100%;
    box-sizing: border-box;
}
.rev_column, .rev_column .tp-parallax-wrap, .tp-svg-layer svg {
    vertical-align: top;
}
#debungcontrolls {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    height: auto;
    background: rgba(0, 0, 0, .6);
    padding: 10px;
}
.debugtimeline {
    height: 10px;
    position: relative;
    margin-bottom: 3px;
    display: none;
    white-space: nowrap;
}
.debugtimeline:hover {
    height: 15px;
}
.the_timeline_tester {
    background: #e74c3c;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
}
.rs-go-fullscreen {
    position: fixed!important;
    width: 100%!important;
    height: 100%!important;
    top: 0!important;
    left: 0!important;
    z-index: 9999999!important;
    background: #fff!important;
}
.debugtimeline.tl_slide .the_timeline_tester {
    background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
    background: #3498db;
}
.debugtimline_txt {
    color: #fff;
    font-weight: 400;
    font-size: 7px;
    position: absolute;
    left: 10px;
    top: 0;
    white-space: nowrap;
    line-height: 10px;
}
.rtl {
    direction: rtl;
}
@font-face {
    font-family: revicons;
    src: url(../fonts/revicons/revicons90c690c6.html?5510888);
    src: url(../fonts/revicons/revicons90c690c6.html?5510888#iefix) format('embedded-opentype'), url(../fonts/revicons/revicons90c690c6-2.html?5510888) format('woff'), url(../fonts/revicons/revicons90c690c6-3.html?5510888) format('truetype'), url(../fonts/revicons/revicons90c690c6-4.html?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal;
}
[class*=" revicon-"]:before, [class^=revicon-]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}
.revicon-search-1:before {
    content: '\e802'}
.revicon-pencil-1:before {
    content: '\e831'}
.revicon-picture-1:before {
    content: '\e803'}
.revicon-cancel:before {
    content: '\e80a'}
.revicon-info-circled:before {
    content: '\e80f'}
.revicon-trash:before {
    content: '\e801'}
.revicon-left-dir:before {
    content: '\e817'}
.revicon-right-dir:before {
    content: '\e818'}
.revicon-down-open:before {
    content: '\e83b'}
.revicon-left-open:before {
    content: '\e819'}
.revicon-right-open:before {
    content: '\e81a'}
.revicon-angle-left:before {
    content: '\e820'}
.revicon-angle-right:before {
    content: '\e81d'}
.revicon-left-big:before {
    content: '\e81f'}
.revicon-right-big:before {
    content: '\e81e'}
.revicon-magic:before {
    content: '\e807'}
.revicon-picture:before {
    content: '\e800'}
.revicon-export:before {
    content: '\e80b'}
.revicon-cog:before {
    content: '\e832'}
.revicon-login:before {
    content: '\e833'}
.revicon-logout:before {
    content: '\e834'}
.revicon-video:before {
    content: '\e805'}
.revicon-arrow-combo:before {
    content: '\e827'}
.revicon-left-open-1:before {
    content: '\e82a'}
.revicon-right-open-1:before {
    content: '\e82b'}
.revicon-left-open-mini:before {
    content: '\e822'}
.revicon-right-open-mini:before {
    content: '\e823'}
.revicon-left-open-big:before {
    content: '\e824'}
.revicon-right-open-big:before {
    content: '\e825'}
.revicon-left:before {
    content: '\e836'}
.revicon-right:before {
    content: '\e826'}
.revicon-ccw:before {
    content: '\e808'}
.revicon-arrows-ccw:before {
    content: '\e806'}
.revicon-palette:before {
    content: '\e829'}
.revicon-list-add:before {
    content: '\e80c'}
.revicon-doc:before {
    content: '\e809'}
.revicon-left-open-outline:before {
    content: '\e82e'}
.revicon-left-open-2:before {
    content: '\e82c'}
.revicon-right-open-outline:before {
    content: '\e82f'}
.revicon-right-open-2:before {
    content: '\e82d'}
.revicon-equalizer:before {
    content: '\e83a'}
.revicon-layers-alt:before {
    content: '\e804'}
.revicon-popup:before {
    content: '\e828'}
.rev_slider_wrapper {
    position: relative;
    z-index: 0;
    width: 100%}
.rev_slider {
    position: relative;
    overflow: visible;
}
.entry-content .rev_slider a, .rev_slider a {
    box-shadow: none;
}
.tp-overflow-hidden {
    overflow: hidden!important;
}
.group_ov_hidden {
    overflow: hidden;
}
.rev_slider img, .tp-simpleresponsive img {
    max-width: none!important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none;
}
.rev_slider .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px;
}
.rev_slider>ul, .rev_slider>ul>li, .rev_slider>ul>li:before, .rev_slider_wrapper>ul, .tp-revslider-mainul>li, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before {
    list-style: none!important;
    position: absolute;
    margin: 0!important;
    padding: 0!important;
    overflow-x: visible;
    overflow-y: visible;
    background-image: none;
    background-position: 0 0;
    text-indent: 0;
    top: 0;
    left: 0;
}
.rev_slider>ul>li, .rev_slider>ul>li:before, .tp-revslider-mainul>li, .tp-revslider-mainul>li:before, .tp-simpleresponsive>ul>li, .tp-simpleresponsive>ul>li:before {
    visibility: hidden;
}
.tp-revslider-mainul, .tp-revslider-slidesli {
    padding: 0!important;
    margin: 0!important;
    list-style: none!important;
}
.fullscreen-container, .fullwidthbanner-container {
    padding: 0;
    position: relative;
}
.rev_slider li.tp-revslider-slidesli {
    position: absolute!important;
}
.tp-caption .rs-untoggled-content {
    display: block;
}
.tp-caption .rs-toggled-content {
    display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
    display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
    display: none;
}
.rev_slider .caption, .rev_slider .tp-caption {
    position: relative;
    visibility: hidden;
    white-space: nowrap;
    display: block;
    -webkit-font-smoothing: antialiased!important;
    z-index: 1;
}
.rev_slider .caption, .rev_slider .tp-caption, .tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child, .wpb_text_column .rev_slider .tp-mask-wrap .tp-caption, .wpb_text_column .rev_slider .tp-mask-wrap :last-child {
    margin-bottom: 0;
}
.tp-svg-layer svg {
    width: 100%;
    height: 100%;
    position: relative;
}
.tp-carousel-wrapper {
    cursor: url(openhand.html), move;
}
.tp-carousel-wrapper.dragged {
    cursor: url(closedhand.html), move;
}
.tp_inner_padding {
    box-sizing: border-box;
    max-height: none!important;
}
.tp-caption.tp-layer-selectable {
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -o-user-select: all;
}
.tp-caption.tp-hidden-caption, .tp-forcenotvisible, .tp-hide-revslider, .tp-parallax-wrap.tp-hidden-caption {
    visibility: hidden!important;
    display: none!important;
}
.rev_slider audio, .rev_slider embed, .rev_slider iframe, .rev_slider object, .rev_slider video {
    max-width: none!important;
}
.tp-element-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0);
}
.tp-parallax-wrap {
    transform-style: preserve-3d;
}
.rev_row_zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
}
.rev_column_inner, .rev_slider .tp-caption.rev_row {
    position: relative;
    width: 100%!important;
    box-sizing: border-box;
}
.rev_row_zone_top {
    top: 0;
}
.rev_row_zone_middle {
    top: 50%;
    transform: translateY(-50%);
}
.rev_row_zone_bottom {
    bottom: 0;
}
.rev_slider .tp-caption.rev_row {
    display: table;
    table-layout: fixed;
    vertical-align: top;
    height: auto!important;
    font-size: 0;
}
.rev_column {
    display: table-cell;
    position: relative;
    height: auto;
    box-sizing: border-box;
    font-size: 0;
}
.rev_column_inner {
    display: block;
    height: auto!important;
    white-space: normal!important;
}
.rev_column_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    box-sizing: border-box;
    background-clip: content-box;
    border: 0 solid transparent;
}
.tp-caption .backcorner, .tp-caption .backcornertop, .tp-caption .frontcorner, .tp-caption .frontcornertop {
    height: 0;
    top: 0;
    width: 0;
    position: absolute;
}
.rev_column_inner .tp-loop-wrap, .rev_column_inner .tp-mask-wrap, .rev_column_inner .tp-parallax-wrap {
    text-align: inherit;
}
.rev_column_inner .tp-mask-wrap {
    display: inline-block;
}
.rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    position: relative!important;
    left: auto!important;
    top: auto!important;
    line-height: 0;
}
.tp-video-play-button, .tp-video-play-button i {
    line-height: 50px!important;
    vertical-align: top;
    text-align: center;
}
.rev_column_inner .rev_layer_in_column, .rev_column_inner .tp-parallax-wrap, .rev_column_inner .tp-parallax-wrap .tp-loop-wrap, .rev_column_inner .tp-parallax-wrap .tp-mask-wrap {
    vertical-align: top;
}
.rev_break_columns {
    display: block!important;
}
.rev_break_columns .tp-parallax-wrap.rev_column {
    display: block!important;
    width: 100%!important;
}
.fullwidthbanner-container {
    overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
    width: 100%;
    position: relative;
}
.tp-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
}
.tp-caption .frontcorner {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    left: -40px;
}
.tp-caption .backcorner {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    right: 0;
}
.tp-caption .frontcornertop {
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    left: -40px;
}
.tp-caption .backcornertop {
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    right: 0;
}
.tp-layer-inner-rotation {
    position: relative!important;
}
img.tp-slider-alternative-image {
    width: 100%;
    height: auto;
}
.caption.fullscreenvideo, .rs-background-video-layer, .tp-caption.coverscreenvideo, .tp-caption.fullscreenvideo {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.noFilterClass {
    filter: none!important;
}
.rs-background-video-layer {
    visibility: hidden;
    z-index: 0;
}
.caption.fullscreenvideo audio, .caption.fullscreenvideo iframe, .caption.fullscreenvideo video, .tp-caption.fullscreenvideo iframe, .tp-caption.fullscreenvideo iframe audio, .tp-caption.fullscreenvideo iframe video {
    width: 100%!important;
    height: 100%!important;
    display: none;
}
.fullcoveredvideo audio, .fullscreenvideo audio .fullcoveredvideo video, .fullscreenvideo video {
    background: #000;
}
.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.videoisplaying .html5vid .tp-poster {
    display: none;
}
.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-top: -25px;
    margin-left: -25px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out!important;
}
.tp-audio-html5 .tp-video-play-button, .tp-hiddenaudio {
    display: none!important;
}
.tp-caption .html5vid {
    width: 100%!important;
    height: 100%!important;
}
.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    font-size: 40px!important;
}
.rs-fullvideo-cover, .tp-dottedoverlay, .tp-shadowcover {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.tp-caption:hover .tp-video-play-button {
    opacity: 1;
    display: block;
}
.tp-caption .tp-revstop {
    display: none;
    border-left: 5px solid #fff!important;
    border-right: 5px solid #fff!important;
    margin-top: 15px!important;
    line-height: 20px!important;
    vertical-align: top;
    font-size: 25px!important;
}
.tp-seek-bar, .tp-video-button, .tp-volume-bar {
    outline: 0;
    line-height: 12px;
    margin: 0;
    cursor: pointer;
}
.videoisplaying .revicon-right-dir {
    display: none;
}
.videoisplaying .tp-revstop {
    display: inline-block;
}
.videoisplaying .tp-video-play-button {
    display: none;
}
.fullcoveredvideo .tp-video-play-button {
    display: none!important;
}
.fullscreenvideo .fullscreenvideo audio, .fullscreenvideo .fullscreenvideo video {
    object-fit: contain!important;
}
.fullscreenvideo .fullcoveredvideo audio, .fullscreenvideo .fullcoveredvideo video {
    object-fit: cover!important;
}
.tp-video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    opacity: 0;
    transition: opacity .3s;
    background-image: linear-gradient(to bottom, #000 13%, #323232 100%);
    display: table;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}
.rev-btn.rev-hiddenicon i, .rev-btn.rev-withicon i {
    transition: all .2s ease-out!important;
    font-size: 15px;
}
.tp-caption:hover .tp-video-controls {
    opacity: .9;
}
.tp-video-button {
    background: rgba(0, 0, 0, .5);
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    padding: 0;
}
.tp-video-button:hover {
    cursor: pointer;
}
.tp-video-button-wrap, .tp-video-seek-bar-wrap, .tp-video-vol-bar-wrap {
    padding: 0 5px;
    display: table-cell;
    vertical-align: middle;
}
.tp-video-seek-bar-wrap {
    width: 80%}
.tp-video-vol-bar-wrap {
    width: 20%}
.tp-seek-bar, .tp-volume-bar {
    width: 100%;
    padding: 0;
}
.rs-fullvideo-cover {
    width: 100%;
    background: 0 0;
    z-index: 5;
}
.disabled_lc .tp-video-play-button, .rs-background-video-layer audio::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls, .rs-background-video-layer video::-webkit-media-controls-start-playback-button {
    display: none!important;
}
.tp-audio-html5 .tp-video-controls {
    opacity: 1!important;
    visibility: visible!important;
}
.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.html);
}
.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.html);
}
.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.html);
}
.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.html);
}
.tp-shadowcover {
    width: 100%;
    background: #fff;
    z-index: -1;
}
.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8);
}
.tp-shadow2:after, .tp-shadow2:before, .tp-shadow3:before, .tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg);
}
.tp-shadow2:after, .tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}
.tp-shadow5:after, .tp-shadow5:before {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px;
}
.tp-button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff!important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6)!important;
    font-size: 15px;
    line-height: 45px!important;
    font-family: arial, sans-serif;
    font-weight: 700;
    letter-spacing: -1px;
    text-decoration: none;
}
.tp-button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .6);
    font-weight: 700;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px!important;
}
.purchase:hover, .tp-button.big:hover, .tp-button:hover {
    background-position: bottom, 15px 11px;
}
.purchase.green, .purchase:hover.green, .tp-button.green, .tp-button:hover.green {
    background-color: #21a117;
    box-shadow: 0 3px 0 0 #104d0b;
}
.purchase.blue, .purchase:hover.blue, .tp-button.blue, .tp-button:hover.blue {
    background-color: #1d78cb;
    box-shadow: 0 3px 0 0 #0f3e68;
}
.purchase.red, .purchase:hover.red, .tp-button.red, .tp-button:hover.red {
    background-color: #cb1d1d;
    box-shadow: 0 3px 0 0 #7c1212;
}
.purchase.orange, .purchase:hover.orange, .tp-button.orange, .tp-button:hover.orange {
    background-color: #f70;
    box-shadow: 0 3px 0 0 #a34c00;
}
.purchase.darkgrey, .purchase:hover.darkgrey, .tp-button.darkgrey, .tp-button.grey, .tp-button:hover.darkgrey, .tp-button:hover.grey {
    background-color: #555;
    box-shadow: 0 3px 0 0 #222;
}
.purchase.lightgrey, .purchase:hover.lightgrey, .tp-button.lightgrey, .tp-button:hover.lightgrey {
    background-color: #888;
    box-shadow: 0 3px 0 0 #555;
}
.rev-btn, .rev-btn:visited {
    outline: 0!important;
    box-shadow: none!important;
    text-decoration: none!important;
    line-height: 44px;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 35px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    cursor: pointer;
}
.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 900;
}
.rev-btn.rev-withicon i {
    font-weight: 400;
    position: relative;
    top: 0;
    margin-left: 10px!important;
}
.rev-btn.rev-hiddenicon i {
    font-weight: 400;
    position: relative;
    top: 0;
    opacity: 0;
    margin-left: 0!important;
    width: 0!important;
}
.rev-btn.rev-hiddenicon:hover i {
    opacity: 1!important;
    margin-left: 10px!important;
    width: auto!important;
}
.rev-btn.rev-medium, .rev-btn.rev-medium:visited {
    line-height: 36px;
    font-size: 14px;
    padding: 10px 30px;
}
.rev-btn.rev-medium.rev-hiddenicon i, .rev-btn.rev-medium.rev-withicon i {
    font-size: 14px;
    top: 0;
}
.rev-btn.rev-small, .rev-btn.rev-small:visited {
    line-height: 28px;
    font-size: 12px;
    padding: 7px 20px;
}
.rev-btn.rev-small.rev-hiddenicon i, .rev-btn.rev-small.rev-withicon i {
    font-size: 12px;
    top: 0;
}
.rev-maxround {
    border-radius: 30px;
}
.rev-minround {
    border-radius: 3px;
}
.rev-burger {
    position: relative;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 22px 0 0 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}
.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat!important;
}
.rev-burger.revb-white span, .rev-burger.revb-whitenoborder span {
    background: #fff;
}
.rev-burger span:nth-child(2) {
    margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2);
}
.rev-burger.revb-darknoborder, .rev-burger.revb-whitenoborder {
    border: 0;
}
.rev-burger.revb-darknoborder span {
    background: #333;
}
.rev-burger.revb-whitefull {
    background: #fff;
    border: none;
}
.rev-burger.revb-whitefull span {
    background: #333;
}
.rev-burger.revb-darkfull {
    background: #333;
    border: none;
}
.rev-burger.revb-darkfull span, .rev-scroll-btn.revs-fullwhite {
    background: #fff;
}
@keyframes rev-ani-mouse {
    0% {
    opacity: 1;
    top: 29%}
15% {
    opacity: 1;
    top: 50%}
50% {
    opacity: 0;
    top: 50%}
100% {
    opacity: 0;
    top: 29%}
}.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
}
.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}
.rev-scroll-btn>.active, .rev-scroll-btn>:focus, .rev-scroll-btn>:hover {
    color: #fff;
}
.rev-scroll-btn>.active, .rev-scroll-btn>:active, .rev-scroll-btn>:focus, .rev-scroll-btn>:hover {
    opacity: .8;
}
.rev-scroll-btn.revs-fullwhite span {
    background: #333;
}
.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none;
}
.rev-scroll-btn.revs-fulldark span, .tp-bullet {
    background: #fff;
}
.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
    border-color: #333;
}
.rev-scroll-btn.revs-dark span {
    background: #333;
}
.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}
.rev-cbutton-dark-sr, .rev-cbutton-light-sr {
    border-radius: 3px;
}
.rev-cbutton-light, .rev-cbutton-light-sr {
    color: #333;
    background-color: rgba(255, 255, 255, .75);
}
.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px;
}
.rev-sbutton-blue {
    background-color: #3b5998;
}
.rev-sbutton-lightblue {
    background-color: #00a0d1;
}
.rev-sbutton-red {
    background-color: #dd4b39;
}
.tp-bannertimer {
    visibility: hidden;
    width: 100%;
    height: 5px;
    background: #000;
    background: rgba(0, 0, 0, .15);
    position: absolute;
    z-index: 200;
    top: 0;
}
.tp-bannertimer.tp-bottom {
    top: auto;
    bottom: 0!important;
    height: 5px;
}
.tp-caption img {
    background: 0 0;
    zoom: 1;
}
.caption.slidelink a div, .tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.html);
}
.tp-caption.slidelink a span {
    background: url(../assets/coloredbg.html);
}
.tp-loader.spinner0, .tp-loader.spinner5 {
    background-image: url(../assets/loader.html);
    background-repeat: no-repeat;
}
.tp-shape {
    width: 100%;
    height: 100%}
.tp-caption .rs-starring {
    display: inline-block;
}
.tp-caption .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321!important;
}
.tp-caption .rs-starring .star-rating, .tp-caption .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em!important;
}
.tp-loader.spinner0, .tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
.tp-caption .rs-starring .star-rating:before, .tp-caption .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.tp-caption .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em!important;
}
.tp-caption .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute;
}
.tp-loader.spinner0 {
    background-position: center center;
}
.tp-loader.spinner5 {
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
}
@keyframes tp-rotateplane {
    0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
}
50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
}
100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out;
}
@keyframes tp-scaleout {
    0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
    opacity: 0;
}
}.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center;
}
.tp-loader.spinner3 .bounce1, .tp-loader.spinner3 .bounce2, .tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
    animation-delay: -.32s;
}
.tp-loader.spinner3 .bounce2 {
    animation-delay: -.16s;
}
@keyframes tp-bouncedelay {
    0%, 100%, 80% {
    transform: scale(0);
}
40% {
    transform: scale(1);
}
}.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1, .tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
}
.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}
@keyframes tp-rotate {
    100% {
    transform: rotate(360deg);
}
}@keyframes tp-bounce {
    0%, 100% {
    transform: scale(0);
}
50% {
    transform: scale(1);
}
}.tp-bullets.navbar, .tp-tabs.navbar, .tp-thumbs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0;
}
.tp-bullets, .tp-tabs, .tp-thumbs {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0;
}
.tp-tab, .tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box;
}
.tp-arr-imgholder, .tp-tab-image, .tp-thumb-image, .tp-videoposter {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.tp-tab.selected, .tp-tab:hover, .tp-thumb.selected, .tp-thumb:hover {
    opacity: 1;
}
.tp-tab-mask, .tp-thumb-mask {
    box-sizing: border-box!important;
}
.tp-tabs, .tp-thumbs {
    box-sizing: content-box!important;
}
.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
}
.tp-bullet.selected, .tp-bullet:hover {
    background: #fff;
}
.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.tparrows:hover {
    background: #000;
}
.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.hginfo, .hglayerinfo {
    font-size: 12px;
    font-weight: 600;
}
.tparrows.tp-leftarrow:before {
    content: '\e824'}
.tparrows.tp-rightarrow:before {
    content: '\e825'}
body.rtl .tp-kbimg {
    left: 0!important;
}
.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4);
}
.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    line-height: 20px;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal;
}
.helpgrid, .hginfo {
    position: absolute;
}
.hginfo {
    top: -2px;
    left: -2px;
    color: #e74c3c;
    background: #000;
    padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
    border: 1px dashed #c0392b!important;
}
.helpgrid {
    border: 2px dashed #c0392b;
    top: 0;
    left: 0;
    z-index: 0;
}
#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll;
}
.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
}
.aden::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken;
}
.perpetua::after, .reyes::after {
    mix-blend-mode: soft-light;
    opacity: .5;
}
.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua::after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d);
}
.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
}
.reyes::after {
    background: #efcdad;
}
.gingham {
    filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken;
}
.toaster {
    filter: contrast(1.5) brightness(.9);
}
.toaster::after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen;
}
.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
}
.walden::after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3;
}
.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1);
}
.hudson::after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5;
}
.earlybird {
    filter: contrast(.9) sepia(.2);
}
.earlybird::after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay;
}
.mayfair {
    filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4;
}
.lofi {
    filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply;
}
._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen;
}
.brooklyn {
    filter: contrast(.9) brightness(1.1);
}
.brooklyn::after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay;
}
.xpro2 {
    filter: sepia(.3);
}
.xpro2::after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn;
}
.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten;
}
.nashville::before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken;
}
.lark {
    filter: contrast(.9);
}
.lark::after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken;
}
.lark::before {
    background: #22253f;
    mix-blend-mode: color-dodge;
}
.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
    background: #a0a0a0;
    mix-blend-mode: soft-light;
}
.moon::after {
    background: #383838;
    mix-blend-mode: lighten;
}
.clarendon {
    filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay;
}
.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9);
}
.willow::before {
    background-color: radial-gradient(40%, circle, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay;
}
.willow::after {
    background-color: #d8cdcb;
    mix-blend-mode: color;
}
.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
}
.rise::after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6;
}
.rise::before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply;
}
._1977:after, ._1977:before, .aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
    position: relative;
}
._1977 img, .aden img, .brooklyn img, .clarendon img, .earlybird img, .gingham img, .hudson img, .inkwell img, .lark img, .lofi img, .mayfair img, .moon img, .nashville img, .perpetua img, .reyes img, .rise img, .slumber img, .toaster img, .walden img, .willow img, .xpro2 img {
    width: 100%;
    z-index: 1;
}
._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
    z-index: 2;
}
._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
    z-index: 3;
}
.slumber {
    filter: saturate(.66) brightness(1.05);
}
.slumber::after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light;
}
.slumber::before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten;
}
.tp-kbimg-wrap:after, .tp-kbimg-wrap:before {
    height: 500%;
    width: 500%}
.ares.tparrows {
    cursor: pointer;
    background: #fff;
    min-width: 60px;
    min-height: 60px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%}
.ares.tparrows:before {
    font-family: revicons;
    font-size: 25px;
    color: #aaa;
    display: block;
    line-height: 60px;
    text-align: center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    z-index: 2;
    position: relative;
}
.ares.tparrows.tp-leftarrow:before {
    content: "\e81f"}
.ares.tparrows.tp-rightarrow:before {
    content: "\e81e"}
.ares.tparrows:hover:before {
    color: #000;
}
.ares .tp-title-wrap {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: #fff;
    min-height: 60px;
    line-height: 60px;
    top: 0;
    margin-left: 30px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%}
.ares.tp-rightarrow .tp-title-wrap {
    right: 0;
    margin-right: 30px;
    margin-left: 0;
    -webkit-transform-origin: 100% 50%;
    border-radius: 30px 0 0 30px;
}
.ares.tparrows:hover .tp-title-wrap {
    transform: scaleX(1) scaleY(1);
    -webkit-transform: scaleX(1) scaleY(1);
}
.ares .tp-arr-titleholder {
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: translateX(200px);
    text-transform: uppercase;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 60px;
    white-space: nowrap;
    padding: 0 20px;
    margin-left: 10px;
    opacity: 0;
}
.ares.tp-rightarrow .tp-arr-titleholder {
    transform: translateX(-200px);
    margin-left: 0;
    margin-right: 10px;
}
.ares.tparrows:hover .tp-arr-titleholder {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-delay: 0.1s;
    opacity: 1;
}
.ares.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}
.ares .tp-bullet {
    width: 13px;
    height: 13px;
    position: absolute;
    background: #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}
.ares .tp-bullet.selected, .ares .tp-bullet:hover {
    background: #fff;
}
.ares .tp-bullet-title {
    position: absolute;
    color: #888;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 600;
    right: 27px;
    top: -4px;
    background: #fff;
    background: rgba(255, 255, 255, .75);
    visibility: hidden;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    transition: transform .3s;
    -webkit-transition: transform .3s;
    line-height: 20px;
    white-space: nowrap;
}
.ares .tp-bullet-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgba(255, 255, 255, .75);
    content: " ";
    position: absolute;
    right: -10px;
    top: 0;
}
.ares .tp-bullet:hover .tp-bullet-title {
    visibility: visible;
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.ares .tp-bullet.selected:hover .tp-bullet-title {
    background: #fff;
}
.ares .tp-bullet.selected:hover .tp-bullet-title:after {
    border-color: transparent transparent transparent #fff;
}
.ares.tp-bullets:hover .tp-bullet-title {
    visibility: hidden;
}
.ares.tp-bullets:hover .tp-bullet:hover .tp-bullet-title {
    visibility: visible;
}
.ares .tp-tab {
    opacity: 1;
    padding: 10px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid #e5e5e5;
}
.ares .tp-tab-image {
    width: 60px;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    float: left;
}
.ares .tp-tab-content {
    background: rgba(0, 0, 0, 0);
    position: relative;
    padding: 15px 15px 15px 85px;
    left: 0;
    overflow: hidden;
    margin-top: -15px;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.ares .tp-tab-date {
    display: block;
    color: #aaa;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}
.ares .tp-tab-title {
    display: block;
    text-align: left;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 17px;
}
.ares .tp-tab.selected, .ares .tp-tab:hover {
    background: #eee;
}
.custom.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 10000;
}
.custom.tparrows:hover {
    background: #000;
}
.custom.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.custom.tparrows.tp-leftarrow:before {
    content: "\e824"}
.custom.tparrows.tp-rightarrow:before {
    content: "\e825"}
.custom.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}
.custom .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #aaa;
    background: rgba(125, 125, 125, .5);
    cursor: pointer;
    box-sizing: content-box;
}
.custom .tp-bullet.selected, .custom .tp-bullet:hover {
    background: #7d7d7d;
}
.dione.tparrows {
    height: 100%;
    width: 100px;
    background: 0 0;
    background: rgba(0, 0, 0, 0);
    line-height: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.dione.tparrows:hover {
    background: rgba(0, 0, 0, .45);
}
.dione .tp-arr-imgwrapper {
    width: 100px;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    overflow: hidden;
}
.dione.tp-rightarrow .tp-arr-imgwrapper {
    left: auto;
    right: 0;
}
.dione .tp-arr-imgholder {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100%;
    top: 0;
    visibility: hidden;
    transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity: 0;
    left: 0;
}
.dione.tparrows.tp-rightarrow .tp-arr-imgholder {
    right: 0;
    left: auto;
    transform: translateX(50px);
    -webkit-transform: translateX(50px);
}
.dione.tparrows:before {
    position: absolute;
    line-height: 30px;
    margin-left: -22px;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.dione.tparrows.tp-rightarrow:before {
    margin-left: 6px;
}
.dione.tparrows:hover:before {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    opacity: 0;
}
.dione.tparrows.tp-rightarrow:hover:before {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
}
.dione.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
    visibility: visible;
}
.dione .tp-bullet {
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 3px;
    background: #000;
    background-color: rgba(0, 0, 0, .25);
    margin: 0;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.dione .tp-bullet-image {
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    width: 44px;
    height: 44px;
    background-size: cover;
    background-position: center center;
}
.dione .tp-bullet-title {
    position: absolute;
    bottom: 65px;
    display: inline-block;
    left: 50%;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateZ(.001px) translateX(-50%) translateY(14px);
    transform-origin: 50% 100%;
    -webkit-transform: translateZ(.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    white-space: nowrap;
}
.dione .tp-bullet:hover .tp-bullet-title {
    transform: rotateX(0) translateX(-50%);
    -webkit-transform: rotateX(0) translateX(-50%);
    opacity: 1;
}
.dione .tp-bullet.selected, .dione .tp-bullet:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #777 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #fff 0, #777 100%);
    background: -o-linear-gradient(top, #fff 0, #777 100%);
    background: -ms-linear-gradient(top, #fff 0, #777 100%);
    background: linear-gradient(to bottom, #fff 0, #777 100%);
}
.dione .tp-bullet-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, .75) transparent transparent transparent;
    bottom: -8px;
}
.erinyen.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 35px;
}
.erinyen.tparrows:before {
    font-family: revicons;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.erinyen.tparrows.tp-leftarrow:before {
    content: "\e824"}
.erinyen.tparrows.tp-rightarrow:before {
    content: "\e825"}
.erinyen .tp-title-wrap {
    position: absolute;
    z-index: 1;
    display: inline-block;
    background: #000;
    background: rgba(0, 0, 0, .5);
    min-height: 70px;
    line-height: 70px;
    top: 0;
    margin-left: 0;
    border-radius: 35px;
    overflow: hidden;
    transition: opacity .3s;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
}
.erinyen.tparrows:hover .tp-title-wrap {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.erinyen.tp-rightarrow .tp-title-wrap {
    right: 0;
    margin-right: 0;
    margin-left: 0;
    -webkit-transform-origin: 100% 50%;
    border-radius: 35px;
    padding-right: 20px;
    padding-left: 10px;
}
.erinyen.tp-leftarrow .tp-title-wrap {
    padding-left: 20px;
    padding-right: 10px;
}
.erinyen .tp-arr-titleholder {
    letter-spacing: 3px;
    position: relative;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: translateX(200px);
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 70px;
    white-space: nowrap;
    padding: 0 20px;
    margin-left: 11px;
    opacity: 0;
}
.erinyen .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
}
.erinyen .tp-arr-img-over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, .5);
}
.erinyen.tp-rightarrow .tp-arr-titleholder {
    transform: translateX(-200px);
    margin-left: 0;
    margin-right: 11px;
}
.erinyen.tparrows:hover .tp-arr-titleholder {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-delay: 0.1s;
    opacity: 1;
}
.erinyen.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #555;
    background: -moz-linear-gradient(top, #555 0, #222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(100%, #222));
    background: -webkit-linear-gradient(top, #555 0, #222 100%);
    background: -o-linear-gradient(top, #555 0, #222 100%);
    background: -ms-linear-gradient(top, #555 0, #222 100%);
    background: linear-gradient(to bottom, #555 0, #222 100%);
    padding: 10px 15px;
    margin-left: -15px;
    margin-top: -10px;
    box-sizing: content-box;
    border-radius: 10px;
    box-shadow: 0 0 2px 1px rgba(33, 33, 33, .3);
}
.erinyen .tp-bullet {
    width: 13px;
    height: 13px;
    position: absolute;
    background: #111;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}
.erinyen .tp-bullet.selected, .erinyen .tp-bullet:hover {
    background: #e5e5e5;
    background: -moz-linear-gradient(top, #e5e5e5 0, #999 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), color-stop(100%, #999));
    background: -webkit-linear-gradient(top, #e5e5e5 0, #999 100%);
    background: -o-linear-gradient(top, #e5e5e5 0, #999 100%);
    background: -ms-linear-gradient(top, #e5e5e5 0, #999 100%);
    background: linear-gradient(to bottom, #e5e5e5 0, #999 100%);
    border: 1px solid #555;
    width: 12px;
    height: 12px;
}
.erinyen .tp-thumb {
    opacity: 1;
}
.erinyen .tp-thumb-over {
    background: #000;
    background: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.erinyen .tp-thumb-more:before {
    font-family: revicons;
    font-size: 12px;
    color: #aaa;
    color: rgba(255, 255, 255, .75);
    display: block;
    line-height: 12px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.erinyen .tp-thumb-more:before {
    content: "\e825"}
.erinyen .tp-thumb-title {
    font-family: Raleway;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 15px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px 20px 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-weight: 500;
}
.erinyen .tp-thumb.selected .tp-thumb-more:before, .erinyen .tp-thumb:hover .tp-thumb-more:before {
    color: #aaa;
}
.erinyen .tp-thumb.selected .tp-thumb-over, .erinyen .tp-thumb:hover .tp-thumb-over {
    background: #fff;
}
.erinyen .tp-thumb.selected .tp-thumb-title, .erinyen .tp-thumb:hover .tp-thumb-title {
    color: #000;
}
.erinyen .tp-tab-title {
    color: #a8d8ee;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Slab" margin-bottom:5px;
}
.erinyen .tp-tab-desc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    font-family: "Roboto Slab"}
.gyges.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #777;
    background: -moz-linear-gradient(top, #777 0, #666 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), color-stop(100%, #666));
    background: -webkit-linear-gradient(top, #777 0, #666 100%);
    background: -o-linear-gradient(top, #777 0, #666 100%);
    background: -ms-linear-gradient(top, #777 0, #666 100%);
    background: linear-gradient(to bottom, #777 0, #666 100%);
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
    border-radius: 10px;
}
.gyges .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #333;
    border: 3px solid #444;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}
.gyges .tp-bullet.selected, .gyges .tp-bullet:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #fff 0, #e1e1e1 100%);
    background: -o-linear-gradient(top, #fff 0, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #fff 0, #e1e1e1 100%);
    background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
}
.gyges .tp-thumb {
    opacity: 1;
}
.gyges .tp-thumb-img-wrap {
    padding: 3px;
    background: #000;
    background-color: rgba(0, 0, 0, .25);
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.gyges .tp-thumb-image {
    padding: 3px;
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
}
.gyges .tp-thumb-title {
    position: absolute;
    bottom: 100%;
    display: inline-block;
    left: 50%;
    background: rgba(255, 255, 255, .8);
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 20px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateZ(.001px) translateX(-50%) translateY(14px);
    transform-origin: 50% 100%;
    -webkit-transform: translateZ(.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin: 50% 100%;
    white-space: nowrap;
}
.gyges .tp-thumb:hover .tp-thumb-title {
    transform: rotateX(0) translateX(-50%);
    -webkit-transform: rotateX(0) translateX(-50%);
    opacity: 1;
}
.gyges .tp-thumb.selected .tp-thumb-img-wrap, .gyges .tp-thumb:hover .tp-thumb-img-wrap {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #777 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #fff 0, #777 100%);
    background: -o-linear-gradient(top, #fff 0, #777 100%);
    background: -ms-linear-gradient(top, #fff 0, #777 100%);
    background: linear-gradient(to bottom, #fff 0, #777 100%);
}
.gyges .tp-thumb-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(255, 255, 255, .8) transparent transparent transparent;
    bottom: -8px;
}
.gyges .tp-tab {
    opacity: 1;
    padding: 10px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.gyges .tp-tab-image {
    width: 60px;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    float: left;
}
.gyges .tp-tab-content {
    background: rgba(0, 0, 0, 0);
    position: relative;
    padding: 15px 15px 15px 85px;
    left: 0;
    overflow: hidden;
    margin-top: -15px;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.gyges .tp-tab-date {
    display: block;
    color: rgba(255, 255, 255, .25);
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}
.gyges .tp-tab-title {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 17px;
}
.gyges .tp-tab.selected, .gyges .tp-tab:hover {
    background: rgba(0, 0, 0, .5);
}
.hades.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .15);
    width: 100px;
    height: 100px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.hades.tparrows:before {
    font-family: revicons;
    font-size: 30px;
    color: #fff;
    display: block;
    line-height: 100px;
    text-align: center;
    transition: background .3s, color .3s;
}
.hades.tparrows.tp-leftarrow:before {
    content: "\e824"}
.hades.tparrows.tp-rightarrow:before {
    content: "\e825"}
.hades.tparrows:hover:before {
    color: #aaa;
    background: #fff;
    background: #fff;
}
.hades .tp-arr-allwrapper {
    position: absolute;
    left: 100%;
    top: 0;
    background: #888;
    width: 100px;
    height: 100px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0;
    -webkit-transform: rotatey(-90deg);
    transform: rotatey(-90deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%}
.hades.tp-rightarrow .tp-arr-allwrapper {
    left: auto;
    right: 100%;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: rotatey(90deg);
    transform: rotatey(90deg);
}
.hades:hover .tp-arr-allwrapper {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transform: rotatey(0);
    transform: rotatey(0);
}
.hades .tp-arr-imgholder {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.hades.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}
.hades .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: #888;
    cursor: pointer;
    border: 5px solid #fff;
    box-sizing: content-box;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translatez(.01px);
    transform: translatez(.01px);
}
.hades .tp-bullet.selected, .hades .tp-bullet:hover {
    background: #555;
}
.hades .tp-bullet-image {
    position: absolute;
    top: -80px;
    left: -60px;
    width: 120px;
    height: 60px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: rotatex(-90deg);
    -webkit-transform: rotatex(-90deg);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .2);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%}
.hades .tp-bullet:hover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: rotatex(0);
    -webkit-transform: rotatex(0);
    visibility: visible;
}
.hades .tp-thumb {
    opacity: 1;
}
.hades .tp-thumb-img-wrap {
    border-radius: 50%;
    padding: 3px;
    display: inline-block;
    background: #000;
    background-color: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.hades .tp-thumb-image {
    padding: 3px;
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
}
.hades .tp-thumb.selected .tp-thumb-img-wrap, .hades .tp-thumb:hover .tp-thumb-img-wrap {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #777 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #fff 0, #777 100%);
    background: -o-linear-gradient(top, #fff 0, #777 100%);
    background: -ms-linear-gradient(top, #fff 0, #777 100%);
    background: linear-gradient(to bottom, #fff 0, #777 100%);
}
.hades .tp-thumb-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, .75) transparent transparent transparent;
    bottom: -8px;
}
.hades .tp-tab {
    opacity: 1;
}
.hades .tp-tab-title {
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
}
.hades .tp-tab-price {
    display: block;
    text-align: center;
    color: #999;
    font-size: 16px;
    margin-top: 10px;
    line-height: 20px;
}
.hades .tp-tab-button {
    display: inline-block;
    margin-top: 15px;
    text-align: center;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    background: #219bd7;
    border-radius: 4px;
    font-weight: 400;
}
.hades .tp-tab-inner {
    text-align: center;
}
.hebe.tparrows {
    cursor: pointer;
    background: #fff;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.hebe.tparrows:before {
    font-family: revicons;
    font-size: 30px;
    color: #aaa;
    display: block;
    line-height: 70px;
    text-align: center;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
    z-index: 2;
    position: relative;
    background: #fff;
    min-width: 70px;
    min-height: 70px;
}
.hebe.tparrows.tp-leftarrow:before {
    content: "\e824"}
.hebe.tparrows.tp-rightarrow:before {
    content: "\e825"}
.hebe.tparrows:hover:before {
    color: #000;
}
.hebe .tp-title-wrap {
    position: absolute;
    z-index: 0;
    display: inline-block;
    background: #000;
    background: rgba(0, 0, 0, .75);
    min-height: 60px;
    line-height: 60px;
    top: -10px;
    margin-left: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%}
.hebe.tp-rightarrow .tp-title-wrap {
    right: 0;
    -webkit-transform-origin: 100% 50%}
.hebe.tparrows:hover .tp-title-wrap {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}
.hebe .tp-arr-titleholder {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 90px;
    white-space: nowrap;
    padding: 0 20px 0 90px;
}
.hebe.tp-rightarrow .tp-arr-titleholder {
    margin-left: 0;
    padding: 0 90px 0 20px;
}
.hebe.tparrows:hover .tp-arr-titleholder {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition-delay: 0.1s;
    opacity: 1;
}
.hebe .tp-arr-imgholder {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    top: 0;
    right: -90px;
}
.hebe.tp-rightarrow .tp-arr-imgholder {
    right: auto;
    left: -90px;
}
.hebe.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}
.hebe .tp-bullet {
    width: 3px;
    height: 3px;
    position: absolute;
    background: #fff;
    cursor: pointer;
    border: 5px solid #222;
    border-radius: 50%;
    box-sizing: content-box;
    -webkit-perspective: 400;
    perspective: 400;
    -webkit-transform: translateZ(.01px);
    transform: translateZ(.01px);
    transition: all .3s;
}
.hebe .tp-bullet.selected, .hebe .tp-bullet:hover {
    background: #222;
    border-color: #fff;
}
.hebe .tp-bullet-image {
    position: absolute;
    top: -90px;
    left: -40px;
    width: 70px;
    height: 70px;
    background-position: center center;
    background-size: cover;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    -webkit-transform-style: flat;
    transform-style: flat;
    perspective: 600;
    -webkit-perspective: 600;
    transform: scale(0);
    -webkit-transform: scale(0);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    border-radius: 6px;
}
.hebe .tp-bullet:hover .tp-bullet-image {
    display: block;
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    visibility: visible;
}
.hebe .tp-tab-title {
    color: #a8d8ee;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto Slab" margin-bottom:5px;
}
.hebe .tp-tab-desc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 25px;
    font-family: "Roboto Slab"}
.hephaistos.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%}
.hephaistos.tparrows:hover {
    background: #000;
}
.hephaistos.tparrows:before {
    font-family: revicons;
    font-size: 18px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.hephaistos.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -2px;
}
.hephaistos.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -2px;
}
.hephaistos.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}
.hephaistos .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #999;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0 0 2px 1px rgba(130, 130, 130, .3);
}
.hephaistos .tp-bullet.selected, .hephaistos .tp-bullet:hover {
    background: #fff;
    border-color: #000;
}
.hermes.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 30px;
    height: 110px;
    position: absolute;
    display: block;
    z-index: 1000;
}
.hermes.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 110px;
    text-align: center;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    transition: all .3s;
    -webkit-transition: all .3s;
}
.hermes.tparrows.tp-leftarrow:before {
    content: "\e824"}
.hermes.tparrows.tp-rightarrow:before {
    content: "\e825"}
.hermes.tparrows.tp-leftarrow:hover:before {
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    opacity: 0;
}
.hermes.tparrows.tp-rightarrow:hover:before {
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    opacity: 0;
}
.hermes .tp-arr-allwrapper {
    overflow: hidden;
    position: absolute;
    width: 180px;
    height: 140px;
    top: 0;
    left: 0;
    visibility: hidden;
    -webkit-transition: -webkit-transform .3s .3s;
    transition: transform .3s .3s;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.hermes.tp-rightarrow .tp-arr-allwrapper {
    right: 0;
    left: auto;
}
.hermes.tparrows:hover .tp-arr-allwrapper {
    visibility: visible;
}
.hermes .tp-arr-imgholder {
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    height: 110px;
    transform: translateX(-180px);
    -webkit-transform: translateX(-180px);
    transition: all .3s;
    transition-delay: 0.3s;
}
.hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translateX(180px);
    -webkit-transform: translateX(180px);
}
.hermes.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}
.hermes .tp-arr-titleholder {
    top: 110px;
    width: 180px;
    text-align: left;
    display: block;
    padding: 0 10px;
    line-height: 30px;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    font-weight: 600;
    position: absolute;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: 1px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-sizing: border-box;
}
.hermes.tparrows:hover .tp-arr-titleholder {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: absolute;
}
.hermes .tp-bullet:hover {
    background-color: rgba(0, 0, 0, .2);
}
.hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
}
.hermes .tp-bullet.selected:after {
    height: 100%}
.hermes .tp-tab {
    opacity: 1;
    padding-right: 10px;
    box-sizing: border-box;
}
.hermes .tp-tab-image {
    width: 100%;
    height: 60%;
    position: relative;
}
.hermes .tp-tab-content {
    background: #363636;
    position: absolute;
    padding: 20px 20px 20px 30px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    width: 100%;
    min-height: 40%;
    bottom: 0;
    left: -10px;
}
.hermes .tp-tab-date {
    display: block;
    color: #888;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}
.hermes .tp-tab-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 19px;
}
.hermes .tp-tab.selected .tp-tab-title:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 30px 10px;
    border-color: transparent transparent transparent #363636;
    content: " ";
    position: absolute;
    right: -9px;
    bottom: 50%;
    margin-bottom: -30px;
}
.hermes .tp-tab-mask {
    padding-right: 10px!important;
}
@media only screen and (max-width:960px) {
    .hermes .tp-tab .tp-tab-title {
    font-size: 14px;
    line-height: 16px;
}
.hermes .tp-tab-date {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 10px;
}
.hermes .tp-tab-content {
    padding: 15px 15px 15px 25px;
}
}@media only screen and (max-width:768px) {
    .hermes .tp-tab .tp-tab-title {
    font-size: 12px;
    line-height: 14px;
}
.hermes .tp-tab-date {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 5px;
}
.hermes .tp-tab-content {
    padding: 10px 10px 10px 20px;
}
}.hesperiden.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%}
.hesperiden.tparrows:hover {
    background: #000;
}
.hesperiden.tparrows:before {
    font-family: revicons;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.hesperiden.tparrows.tp-leftarrow:before {
    content: "\e82c";
    margin-left: -3px;
}
.hesperiden.tparrows.tp-rightarrow:before {
    content: "\e82d";
    margin-right: -3px;
}
.hesperiden.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: 0 0;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
    border-radius: 8px;
}
.hesperiden .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #999;
    background: -moz-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #999), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: -o-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: -ms-linear-gradient(top, #999 0, #e1e1e1 100%);
    background: linear-gradient(to bottom, #999 0, #e1e1e1 100%);
    border: 3px solid #e5e5e5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
}
.hesperiden .tp-bullet.selected, .hesperiden .tp-bullet:hover {
    background: #666;
}
.hesperiden .tp-thumb {
    opacity: 1;
    -webkit-perspective: 600px;
    perspective: 600px;
}
.hesperiden .tp-thumb .tp-thumb-title {
    font-size: 12px;
    position: absolute;
    margin-top: -10px;
    color: #fff;
    display: block;
    z-index: 10000;
    background-color: #000;
    padding: 5px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: rotatex(90deg) translatez(.001px);
    transform-origin: 50% 100%;
    -webkit-transform: rotatex(90deg) translatez(.001px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
}
.hesperiden .tp-thumb:hover .tp-thumb-title {
    transform: rotatex(0);
    -webkit-transform: rotatex(0);
    opacity: 1;
}
.hesperiden .tp-tab {
    opacity: 1;
    padding: 10px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    border-bottom: 1px solid #e5e5e5;
}
.hesperiden .tp-tab-image {
    width: 60px;
    height: 60px;
    max-height: 100%;
    max-width: 100%;
    position: relative;
    display: inline-block;
    float: left;
}
.hesperiden .tp-tab-content {
    background: rgba(0, 0, 0, 0);
    position: relative;
    padding: 15px 15px 15px 85px;
    left: 0;
    overflow: hidden;
    margin-top: -15px;
    box-sizing: border-box;
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
}
.hesperiden .tp-tab-date {
    display: block;
    color: #aaa;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0;
}
.hesperiden .tp-tab-title {
    display: block;
    text-align: left;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
    line-height: 17px;
}
.hesperiden .tp-tab.selected, .hesperiden .tp-tab:hover {
    background: #eee;
}
.metis.tparrows {
    background: #fff;
    padding: 10px;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
}
.metis.tparrows:hover {
    background: #fff;
    background: rgba(255, 255, 255, .75);
}
.metis.tparrows:before {
    color: #000;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.metis.tparrows:hover:before {
    transform: scale(1.5);
}
.metis .tp-bullet {
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 3px;
    background: #000;
    background-color: rgba(0, 0, 0, .25);
    margin: 0;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 50%}
.metis .tp-bullet-image {
    border-radius: 50%;
    display: block;
    box-sizing: border-box;
    position: relative;
    -webkit-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 5px 5px 10px 0 rgba(0, 0, 0, .25);
    width: 44px;
    height: 44px;
    background-size: cover;
    background-position: center center;
}
.metis .tp-bullet-title {
    position: absolute;
    bottom: 65px;
    display: inline-block;
    left: 50%;
    background: #000;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    opacity: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: translateZ(.001px) translateX(-50%) translateY(14px);
    transform-origin: 50% 100%;
    -webkit-transform: translateZ(.001px) translateX(-50%) translateY(14px);
    -webkit-transform-origin: 50% 100%;
    opacity: 0;
    white-space: nowrap;
}
.metis .tp-bullet:hover .tp-bullet-title {
    transform: rotateX(0) translateX(-50%);
    -webkit-transform: rotateX(0) translateX(-50%);
    opacity: 1;
}
.metis .tp-bullet.selected, .metis .tp-bullet:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #777 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #fff), color-stop(100%, #777));
    background: -webkit-linear-gradient(top, #fff 0, #777 100%);
    background: -o-linear-gradient(top, #fff 0, #777 100%);
    background: -ms-linear-gradient(top, #fff 0, #777 100%);
    background: linear-gradient(to bottom, #fff 0, #777 100%);
}
.metis .tp-bullet-title:after {
    content: " ";
    position: absolute;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: rgba(0, 0, 0, .75) transparent transparent transparent;
    bottom: -8px;
}
.metis .tp-tab-number {
    color: #fff;
    font-size: 40px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Playfair Display";
    width: 50px;
    margin-right: 17px;
    display: inline-block;
    float: left;
}
.metis .tp-tab-mask {
    padding-left: 20px;
    left: 0;
    max-width: 90px!important;
    transition: .4s padding-left, .4s left, .4s max-width;
}
.metis:hover .tp-tab-mask {
    padding-left: 0;
    left: 50px;
    max-width: 500px!important;
}
.metis .tp-tab-divider {
    border-right: 1px solid transparent;
    height: 30px;
    width: 1px;
    margin-top: 5px;
    display: inline-block;
    float: left;
}
.metis .tp-tab-title {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Playfair Display";
    position: relative;
    padding-top: 10px;
    padding-left: 30px;
    display: inline-block;
    transform: translateX(-100%);
    transition: .4s all;
}
.metis .tp-tab-title-mask {
    position: absolute;
    overflow: hidden;
    left: 67px;
}
.metis:hover .tp-tab-title {
    transform: translateX(0);
}
.metis .tp-tab {
    opacity: .15;
    transition: .4s all;
}
.metis .tp-tab.selected, .metis .tp-tab:hover {
    opacity: 1;
}
.metis .tp-tab.selected .tp-tab-divider {
    border-right: 1px solid #cdb083;
}
.metis.tp-tabs {
    max-width: 118px!important;
    padding-left: 50px;
}
.metis.tp-tabs:before {
    content: " ";
    height: 100%;
    width: 88px;
    background: rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(255, 255, 255, .1);
    left: 0;
    top: 0;
    position: absolute;
    transition: .4s all;
}
.metis.tp-tabs:hover:before {
    width: 118px;
}
@media (max-width:499px) {
    .metis.tp-tabs: before {
    background: rgba(0, 0, 0, .75);
}
}.persephone.tparrows {
    cursor: pointer;
    background: #aaa;
    background: rgba(200, 200, 200, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 100;
    border: 1px solid #f5f5f5;
}
.persephone.tparrows:hover {
    background: #333;
}
.persephone.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center;
}
.persephone.tparrows.tp-leftarrow:before {
    content: "\e824"}
.persephone.tparrows.tp-rightarrow:before {
    content: "\e825"}
.persephone.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box;
}
.persephone .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
    background: #aaa;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    box-sizing: content-box;
}
.persephone .tp-bullet.selected, .persephone .tp-bullet:hover {
    background: #222;
}
.uranus.tparrows {
    width: 50px;
    height: 50px;
    background: 0 0;
}
.uranus.tparrows:before {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.uranus.tparrows:hover:before {
    opacity: .75;
}
.uranus .tp-bullet {
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    background: 0 0;
}
.uranus .tp-bullet.selected, .uranus .tp-bullet:hover {
    box-shadow: 0 0 0 2px #fff;
    border: none;
    border-radius: 50%;
    background: 0 0;
}
.uranus .tp-bullet-inner {
    background-color: rgba(255, 255, 255, .7);
    -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
    transition: background-color .3s ease, transform .3s ease;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .3);
    text-indent: -999em;
    cursor: pointer;
    position: absolute;
}
.uranus .tp-bullet.selected .tp-bullet-inner, .uranus .tp-bullet:hover .tp-bullet-inner {
    transform: scale(.4);
    -webkit-transform: scale(.4);
    background-color: #fff;
}
.zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 35px;
    overflow: hidden;
    background: rgba(0, 0, 0, .1);
}
.zeus.tparrows:before {
    font-family: revicons;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative;
}
.zeus.tparrows.tp-leftarrow:before {
    content: "\e824"}
.zeus.tparrows.tp-rightarrow:before {
    content: "\e825"}
.zeus .tp-title-wrap {
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    border-radius: 50%}
.zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}
.zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}
.zeus.tparrows:hover .tp-arr-imgholder {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1;
}
.zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
.zeus .tp-bullet {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    width: 13px;
    height: 13px;
    border: 2px solid #fff;
}
.zeus .tp-bullet:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}
.zeus .tp-bullet.selected:after, .zeus .tp-bullet:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.zeus .tp-bullet-image, .zeus .tp-bullet-imageoverlay {
    width: 135px;
    height: 60px;
    position: absolute;
    background: #000;
    background: rgba(0, 0, 0, .5);
    bottom: 25px;
    left: 50%;
    margin-left: -65px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 4px;
}
.zeus .tp-bullet-imageoverlay, .zeus .tp-bullet-title {
    z-index: 2;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.zeus .tp-bullet-title {
    color: #fff;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    font-weight: 600;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    bottom: 45px;
    width: 135px;
    vertical-align: middle;
    left: -57px;
}
.zeus .tp-bullet:hover .tp-bullet-image, .zeus .tp-bullet:hover .tp-bullet-imageoverlay, .zeus .tp-bullet:hover .tp-bullet-title {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.zeus .tp-thumb {
    opacity: 1;
}
.zeus .tp-thumb-over {
    background: #000;
    background: rgba(0, 0, 0, .25);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.zeus .tp-thumb-more:before {
    font-family: revicons;
    font-size: 12px;
    color: #aaa;
    color: rgba(255, 255, 255, .75);
    display: block;
    line-height: 12px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.zeus .tp-thumb-more:before {
    content: "\e825"}
.zeus .tp-thumb-title {
    font-family: Raleway;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 15px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 20px 35px 20px 20px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-weight: 500;
}
.zeus .tp-thumb.selected .tp-thumb-more:before, .zeus .tp-thumb:hover .tp-thumb-more:before {
    color: #aaa;
}
.zeus .tp-thumb.selected .tp-thumb-over, .zeus .tp-thumb:hover .tp-thumb-over {
    background: #000;
}
.zeus .tp-thumb.selected .tp-thumb-title, .zeus .tp-thumb:hover .tp-thumb-title {
    color: #fff;
}
.zeus .tp-tab {
    opacity: 1;
    box-sizing: border-box;
}
.zeus .tp-tab-title {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, .25);
    font-family: "Roboto Slab", serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    padding: 9px 10px;
}
.zeus .tp-tab.selected .tp-tab-title, .zeus .tp-tab:hover .tp-tab-title {
    color: #000;
    background: #fff;
}
.post-tabs .tp-thumb {
    opacity: 1;
}
.post-tabs .tp-thumb-over {
    background: #252525;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.post-tabs .tp-thumb-more:before {
    font-family: revicons;
    font-size: 12px;
    color: #aaa;
    color: rgba(255, 255, 255, .75);
    display: block;
    line-height: 12px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}
.post-tabs .tp-thumb-more:before {
    content: "\e825"}
.post-tabs .tp-thumb-title {
    font-family: raleway;
    letter-spacing: 1px;
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 15px;
    text-align: left;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 15px 30px 15px 15px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .3s;
    -webkit-transition: all .3s;
    font-weight: 500;
}
.post-tabs .tp-thumb.selected .tp-thumb-more:before, .post-tabs .tp-thumb:hover .tp-thumb-more:before {
    color: #aaa;
}
.post-tabs .tp-thumb.selected .tp-thumb-over, .post-tabs .tp-thumb:hover .tp-thumb-over {
    background: #fff;
}
.post-tabs .tp-thumb.selected .tp-thumb-title, .post-tabs .tp-thumb:hover .tp-thumb-title {
    color: #000;
}


 .header-nav .nav>li .sub-menu li.saas .fa {
    color: #363636;
    display: block;
    float: right;
    position: absolute;
    right: 10px;
    top: 22px !important;
}



@media all and (min-width: 992px) {
	.dropdown-menu {
		width: 13rem;
	}
	.mega-submenu {
		left: 100%;
		top: 0;
		min-width: 25rem;
	}
	.ktm-mega-menu {
		position: static;
	}
	.mega-menu {
		left: 0;
		right: 0;
		width: 100%;
	}
	.dropdown-menu li {
		position: relative;
	}
	.dropdown-menu .submenu {
		display: none;
		left: 100%;
		top: 0;
	}
	.dropdown-menu>li:hover>.submenu,
	.dropdown:hover>.dropdown-menu {
		display: block;
	}
}

.top-sec{
	background: #1C3975;
	position: relative;
}
.se2{
	background: #F5C024;
	padding-top: 7px;
	padding-bottom: 7px;
	position: relative;
	padding-left: 20px;
}
.se2 a{
	color: #333333;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
}
.se2 a i{
	padding-right: 7px;
}
.se1{
	background: #BE2925;
	padding-top: 7px;
	padding-bottom: 8px;
	position: relative;
}
.se1 ul{
	padding: 0;
	margin: 0;
	padding-left: 20px;
}
.se1 ul li{
	display: inline;
	list-style: none;
	margin-right: 7px;
}
.se1 ul li a{
	font-size: 12px;
	line-height: 23px;
	color: #ffffff;
}
.mn-sec{
	position: relative;
}
.menu-sec{
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	z-index: 99;
}
.triangle-left {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 30px solid #BE2925;
	border-bottom: 20px solid transparent;
    position: absolute;
    left: -30px;
    top: 0px;
    z-index: 9;
}
.triangle-left2 {
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 30px solid #F5C024;
	border-bottom: 20px solid transparent;
    position: absolute;
    left: -30px;
    top: 0px;
    z-index: 9;
}
.ccs1{
	background: #1773EA;
	padding: 5px 10px 5px 10px;
	border-radius: 50%;
}
.ccs2{
	background: #893EB2;
	padding: 5px 10px 5px 10px;
	border-radius: 50%;
}
.ccs3{
	background: #F50002;
	padding: 5px 7px 5px 7px;
	border-radius: 50%;
}
.ccs5{
	background: #0A63BC;
	padding: 5px 10px 5px 10px;
	border-radius: 50%;
}
.se3{
	position: relative;
	padding-top: 7px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 40px;
}
.se3 marquee{
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	color: #ffffff;
}
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}
audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none;
}

.ccoid{
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
	position: relative;
}
.ccoid img{
	border-radius: 8px;
}

.ccoid h4{
	padding-bottom: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	color: #ffffff;
	padding: 10px;
	background: rgba(51,51,51,0.7);
	position: absolute;
	width: 100%;
	z-index: 99;
	bottom: 0;
}

.vieo-sec{
	position: relative;
	margin-bottom: -10px;
}
.sess{
	background: #1C3975;
	position: relative;
	padding-bottom: 30px;
	padding-top: 30px;
}
.ow-blog-post p{
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	text-align: center;
}
.aidfsdf .accordion-button:not(.collapsed){
	background: none;
	box-shadow: 0 0 0;
	border-radius: 0;
}
.aidfsdf .accordion-item{
border-top:3px solid #BE2925;
border-bottom: 0;
border-left: 0;
border-right: 0;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
background: none;
}
.aidfsdf .accordion-button:not(.collapsed){
	font-size: 21px;
	line-height: 31px;
	font-weight: 600;
	color: #BE2925;
}
.aidfsdf .accordion-button{
	background: none;
	font-size: 21px;
	line-height: 31px;
	font-weight: 600;
}
.accordion-body{
	padding: 0 1.25rem;
}
.accordion-body p{
	text-align: justify;
}
.whyss{
	padding-bottom: 30px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(-180deg);
}
.sdfsdfs img{
	padding: 10px;
	background: #ffffff;
	border-radius: 8px;
}
.jusd{
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	margin-bottom: 20px;
}
.sfsdfsoi .approvals-carousel .item{
	padding: 10px;
}
.pt-30{
	padding-top: 30px;
}

.site-button-secondry {
    background: #1C3975 !important;
}
.text-white{
	color: #ffffff;
}
.footer-bottom p{
	padding-bottom: 0;
	margin-bottom: 0;
	color: #ffffff;
}
#side-quick-links {
    position: fixed;
    left: 0;
    top: 150px !important;
    text-align: center;
    z-index: 999;
}
.whatsnew-text{
	text-align: center;
	padding-bottom: 0;
	margin-bottom: 0;
	padding-top: 10px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.lifesee2{
    padding-top: 30px;
}
.bsdd{
    position: relative;
}
.bsdd2{
    position: absolute;
    padding: 10px;
    bottom: 0;
    z-index: 9;
    width: 100%;
}
.bsdd2 h4{
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
    color:#ffffff;
}
.innsess .section-full:last-child {
    margin-bottom: 0;
}