/*
e0ae2b
site color
*/

/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

@font-face {
    font-family: 'lite';
    src: url('../fonts/segoeuil.ttf');
}

@font-face {
    font-family: 'italic';
    src: url('../fonts/segoeuii.ttf');
}

@font-face {
    font-family: 'regular';
    src: url('../fonts/segoeui.ttf');
}

@font-face {
    font-family: 'semi';
    src: url('../fonts/segoeuisb.ttf');
}

@font-face {
    font-family: 'bold';
    src: url('../fonts/segoeuib.ttf');
}

@font-face {
    font-family: 'black';
    src: url('../fonts/segoeuibl.ttf');
}

@font-face {
    font-family: 'price';
    src: url('../fonts/century-gothic-regular.ttf');
}

@font-face {
    font-family: 'price_bold';
    src: url('../fonts/century-gothic-bold.ttf');
}

.lite {
    font-family: 'lite';
}

.italic {
    font-family: 'italic';
}

.regular {
    font-family: 'regular';
}

.semi {
    font-family: 'semi';
}

.bold {
    font-family: 'bold';
}

.black {
    font-family: 'black';
}

.price {
    font-family: 'price';
}

.price_bold {
    font-family: 'price_bold' !important;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    /* background-color: #f5f6f8; */
    background-color: #fff;
    color: #1f1f1f;
    font-size: 13px;
    font-family: 'regular';
    margin: 0;
    padding: 0;
    padding-top: 70px;
    /* letter-spacing: 0.2px; */
    word-break: break-word;
    transition: all ease 0.5s;
    overflow-x: hidden;
}

body {
    display: flex;
    flex-flow: column;
}

body.flow {
    overflow: hidden !important;
}

body>main {
    flex: 1;
}

::selection {
    background: #e0ae2b;
    color: #fff;
}

::-moz-selection {
    background: #e0ae2b;
    color: #fff;
}

body a {
    color: #1f1f1f;
    word-break: break-word;
}

body a,
body span {
    display: inline-block;
    text-decoration: none;
}

body a:hover,
body a:focus {
    color: #e0ae2b;
    outline: none !important;
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    display: inline-block;
}

ul li a {
    transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1f1f1f;
    font-family: 'semi';
    line-height: 1.2;
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
}

p>a {
    color: #3c9cdb;
}

p>a:hover {
    color: #e0ae2b;
}

.relative {
    position: relative;
}

.tableDv {
    display: table;
    width: 100%;
    height: 100%;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.toggle {
    position: absolute;
    top: 16px;
    right: 5px;
    display: none;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 10px;
    transition: all ease 0.5s;
    z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #1f1f1f;
    border-radius: 50px;
    transition: all ease 0.5s;
}

.toggle span {
    position: relative;
    display: block;
    width: 20px;
    margin: 8px auto;
}

.toggle span:before {
    top: -8px;
}

.toggle span:after {
    bottom: -8px;
}

.toggle.active span {
    width: 20px;
    background: transparent !important;
}

.toggle.active span:before {
    transform: rotate(405deg);
}

.toggle.active span:before,
.toggle.active span:after {
    top: 0;
}

.toggle.active span:after {
    transform: rotate(-45deg);
}

.blockquote {
    background: #fafafa;
    color: #151d23;
    font-size: 14px;
    padding: 10px 10px 10px 20px;
    border: 1px solid #f0f5f9;
    border-left: 4px solid #e0ae2b;
}

.heading {
    position: relative;
    color: #1f1f1f;
    font-size: 30px;
    font-family: 'bold';
    margin-bottom: 40px;
}

.heading>em {
    color: #e0ae2b;
}

p.pre {
    color: #778ca3;
    font-size: 15px;
    /* font-family: 'semi'; */
    margin: -35px 0 40px;
}

.color {
    color: #e0ae2b !important;
}

.background {
    background: #e0ae2b !important;
}

.color2 {
    color: #e0ae2b !important;
}

.background2 {
    background: #e0ae2b !important;
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------
*/

.webBtn {
    position: relative;
    min-width: 100px;
    height: 46px;
    background: #1f1f1f;
    /* color: #00234b !important; */
    color: #fff !important;
    font-size: 13px;
    font-family: 'semi';
    text-align: center;
    padding: 15px 30px 0;
    padding-bottom: 20px !important;
    letter-spacing: 1px;
    white-space: nowrap;
    /* text-transform: uppercase; */
    border: 0;
    border-radius: 4px;
    outline: none !important;
}

.smBtn {
    min-width: 40px;
    height: 34px;
    font-size: 12px;
    padding: 9px 12px 0;
    text-transform: none;
}

.lgBtn {
    height: 60px;
    font-size: 18px;
    padding: 18px 40px 0;
    /* text-transform: uppercase; */
}

.colorBtn {
    background: #e0ae2b;
    color: #fff !important;
    box-shadow: none;
}

.cnclBtn {
    background: #192125;
    color: #fff !important;
    box-shadow: none;
}

.blockBtn {
    width: 100%;
    display: flex;
}

.fullBtn {
    width: 100%;
}

.blockBtn em {
    flex: 1;
    text-align: left;
}

.arowBtn {
    min-width: 50px;
    padding-left: 5px;
    padding-right: 15px;
    box-shadow: inset #292929 0 0 0 1px;
}

.arowBtn:hover {
    box-shadow: none;
}

.webBtn i {
    position: relative;
    top: 5px;
    font-size: 22px;
    margin-right: 10px;
    line-height: 0;
}

.blockBtn i {
    top: 0;
    align-self: center;
}

.webBtn i.fi-arrow-right {
    font-weight: bold;
    margin-left: 10px;
    margin-right: 0;
}

.webBtn i.fi-arrow-left {
    font-weight: bold;
    margin-left: 0;
    margin-right: 10px;
}

.webBtn:focus,
.webBtn:hover {
    background: #e0ae2b;
    color: #fff !important;
}

.webBtn.colorBtn:focus,
.webBtn.colorBtn:hover {
    background: #1f1f1f;
    color: #fff !important;
}

.webBtn .spinner {
    width: auto;
    height: auto;
    background: inherit;
    border-radius: inherit;
    overflow: hidden;
}

.webBtn .spinner~i {
    visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
    content: '';
    width: 18px;
    height: 18px;
    border: 3px solid;
    animation: spinner 0.5s linear infinite;
    border-radius: 75%;
}

.webBtn .spinner:before {
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.webBtn .spinner:after {
    border-top-color: transparent;
    border-left-color: transparent;
    opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
    width: 14px;
    height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
    width: 20px;
    height: 20px;
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

*[disabled] {
    cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
    opacity: 0.8;
}

.learnBtn {
    background: transparent;
    color: #1f1f1f;
    font-size: 12px;
    font-family: 'bold';
    padding: 0;
    border: 0;
}

.learnBtn i {
    position: relative;
    top: 2px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
    /* transform: scale(-1); */
    transition: padding ease 0.5s;
}

.learnBtn:hover i {
    padding-right: 10px;
}

/*
|----------------------------------------------------------------------
|       Body Inner Css
|----------------------------------------------------------------------
*/

h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 16px;
}

img {
    width: 100%;
    display: block;
}

em {
    font-style: normal;
}

strong {
    font-family: 'semi';
    font-weight: normal;
}

input,
button,
select,
textarea {
    text-decoration: none !important;
    outline: none !important;
}

.ease,
body a,
body .webBtn {
    transition: all ease 0.5s;
}

.contain,
.contain-fluid {
    position: relative;
    max-width: 1160px;
    padding: 0 15px;
    margin: auto;
    min-height: 1px;
}

.contain-fluid {
    max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
    content: '';
    display: table;
}

.contain:after,
.contain-fluid:after {
    clear: both;
}

section {
    position: relative;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.formRow {
    margin: 0 -5px;
}

.formRow [class*="col-"],
.formRow [class^="col-"] {
    padding: 0 5px;
}

.flexBox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flexDv {
    width: 100%;
}

.flexRow {
    margin: 0 -10px;
}

.flexRow>.col {
    padding: 0 10px;
}

.bTn {
    display: flex;
    flex-flow: wrap;
    margin: 0 -2px;
}

.bTn>* {
    margin: 2px;
}

.text-left.bTn,
.text-left .bTn {
    justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
    justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
    justify-content: flex-end;
}

/*_____ upperlay _____*/

.upperlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #192125;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.5s;
    z-index: 28;
}

.upperlay.active {
    opacity: 0.8;
    visibility: visible;
}

/*
|----------------------------------------------------------------------
|       Popup
|----------------------------------------------------------------------
*/

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(25, 33, 37, 0.95);
    padding: 20px 0;
    overflow: auto;
    z-index: 101;
}

.popup ._inner {
    position: relative;
    max-width: 600px;
    /*background: #f7f8f9;*/
    background: #fff;
    padding: 25px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
    max-width: 800px;
}

.popup.small-popup ._inner {
    max-width: 420px;
}

.popup ._inner h2 {
    font-size: 20px;
    padding-right: 25px;
    margin-bottom: 15px;
}

.popup ._inner h3 {
    background: #e0ae2b;
    color: #fff;
    font-size: 16px;
    margin: -15px -15px 15px;
    padding: 15px 15px 14px;
    padding-right: 30px;
    border-radius: 4px 4px 0 0;
}

.popBtn {
    cursor: pointer;
}

.popup .crosBtn {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 28px;
    height: 28px;
    color: #778ca3;
    font-size: 18px;
    text-align: center;
    padding: 2px 0 0;
    cursor: pointer;
    z-index: 5;
}

.popup .crosBtn:before {
    content: '\2715';
}

.popup .list>li {
    display: flex;
    margin-bottom: 10px;
}

.popup .list>li>div:nth-child(1) {
    width: 120px;
    min-width: 120px;
    font-family: 'semi';
    margin-right: 10px;
}

.popup .list>li>div:nth-child(2) {
    width: 100%;
}

.popup .blockLst {
    margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropBtn {
    cursor: pointer;
}

.dropDown {
    position: relative;
    z-index: 1;
}

.dropCnt {
    /*display: none;*/
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    transition: all ease 0.5s;
}

.dropCnt.active {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
}

.dropLst {
    top: 20px;
    left: 0;
    min-width: 160px;
    max-width: 260px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
    overflow: hidden;
    z-index: 50;
}

.dropLst>li,
.dropLst>li>a {
    display: block;
}

.dropLst>li>a {
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

.dropLst>li>a:hover {
    background: #fafafa;
}

/*_____ more _____*/

.more {
    position: relative;
    width: 20px;
    min-width: 20px;
    height: 20px;
    /*padding-bottom: 10px;*/
    margin: 0 auto;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
}

.more>span,
.more>span:before,
.more>span:after {
    width: 3px;
    height: 3px;
    border-radius: 75%;
    background: #fff;
    transition: all ease 0.5s;
    z-index: 2;
}

.more>span:before,
.more>span:after {
    position: absolute;
    content: '';
}

.more>span:before {
    left: 0;
}

.more>span:after {
    right: 0;
}

.more:hover>span,
.more:hover>span:before,
.more:hover>span:after {
    background: #00234b;
}

/*
|----------------------------------------------------------------------
|       Page Loader
|----------------------------------------------------------------------
*/

#pageloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #f5f6f8;
    z-index: 999999;
}

.loader {
    width: 40px;
    height: 40px;
    border: 4px solid #e0ae2b;
    border-right: 4px solid #f0f5f9;
    border-radius: 75%;
    animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/*
|----------------------------------------------------------------------
|       Ico Css
|----------------------------------------------------------------------
*/

.ico,
.icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ico {
    background: #fff;
    border-radius: 75%;
    /*overflow: hidden;*/
}

.ico a,
.icon a {
    width: 100%;
    height: 100%;
    display: block;
}

.ico img,
.icon img {
    width: 100%;
    height: 100%;
    object-position: center;
}

.ico img {
    object-fit: cover;
    border-radius: inherit;
}

.icon img {
    object-fit: contain;
}

.ico>i.dot {
    bottom: 12px;
    left: initial;
    right: -3px;
    width: 10px;
    height: 20px;
    background-image: url('../images/medal.svg');
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    text-align: center;
    border: 0;
    border-radius: 0;
    z-index: 5;
}

.ico>i.dot:before {
    /*content: '\e96a';*/
    display: block;
    color: #fff;
    font-size: 8px;
    font-family: 'font-icon';
    line-height: 0;
}

/*
|----------------------------------------------------------------------
|       RateYo
|----------------------------------------------------------------------
*/

.jq-ry-container {
    position: relative;
    display: block;
    cursor: pointer;
    box-sizing: content-box;
    line-height: 0;
    direction: ltr;
}

.jq-ry-container[readonly="readonly"] {
    cursor: default;
}

.jq-ry-container>.jq-ry-group-wrapper {
    position: relative;
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group {
    position: relative;
    line-height: 0;
    white-space: nowrap;
    z-index: 1;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    display: inline-block;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group {
    width: 100%;
}

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    z-index: 3;
}

/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
    font-family: 'bold';
    margin: 15px 0;
    clear: both;
}

.ckEditor h1 {
    font-size: 26px;
}

.ckEditor h2 {
    font-size: 22px;
}

.ckEditor h3 {
    font-size: 18px;
}

.ckEditor h4 {
    font-size: 14px;
}

.ckEditor ul:not([class])>li>h1,
.ckEditor ol:not([class])>li>h1,
.ckEditor ul:not([class])>li>h2,
.ckEditor ol:not([class])>li>h2,
.ckEditor ul:not([class])>li>h3,
.ckEditor ol:not([class])>li>h3,
.ckEditor ul:not([class])>li>h4,
.ckEditor ol:not([class])>li>h4,
.ckEditor ul:not([class])>li>h5,
.ckEditor ol:not([class])>li>h5,
.ckEditor ul:not([class])>li>h6,
.ckEditor ol:not([class])>li>h6,
.ckEditor ul:not([class])>li>p,
.ckEditor ol:not([class])>li>p {
    display: inline;
    margin: 0 !important;
    overflow: initial !important;
}

.ckEditor ul:not([class]),
.ckEditor ol:not([class]) {
    padding: 0;
    /* padding-left: 20px; */
    margin: 0 0 10px;
    list-style-position: inside;
}

.ckEditor ul:not([class])>li,
.ckEditor ol:not([class])>li {
    display: list-item;
    margin-bottom: 5px;
}

.ckEditor ul:not([class])>li ul,
.ckEditor ol:not([class])>li ol {
    margin: 5px 0 7px;
}

.ckEditor ul:not([class]) {
    list-style-type: disc;
}

.ckEditor ul:not([class])>li ul {
    list-style-type: circle;
}

.ckEditor blockquote {
    background: rgba(0, 0, 0, 0.04);
    font-size: 16px;
    margin: 0 0 20px;
    padding: 10px 20px;
    border-left: 5px solid;
}

.ckEditor img {
    width: 100% !important;
    height: auto !important;
}

.ckEditor figure,
.ckEditor p>img {
    float: right;
    width: 260px !important;
    margin: 5px 0 15px;
    margin-left: 15px;
    /*clear: both;*/
}

.ckEditor figure:nth-of-type(odd) {
    float: left;
}

.ckEditor p[style="text-align:left"]>img,
.ckEditor p[style="text-align:left;"]>img,
.ckEditor p[style="text-align: left"]>img,
.ckEditor p[style="text-align: left;"]>img {
    float: left;
}

.ckEditor p>a {
    display: inline !important;
}

.ckEditor i,
.ckEditor em {
    font-style: italic;
}

.ckEditor strong {
    font-family: 'bold';
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    /* background: #fff; */
    border-bottom: 1px solid #eee;
    /* box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07); */
    z-index: 30;
}

.logo {
    float: left;
    width: 130px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 5px;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    z-index: 1;
}

.logo>a {
    display: block;
}

nav {
    float: right;
    display: flex;
    text-align: center;
    margin: 15px -24px 0;
}

nav>ul {
    display: flex;
}

nav>ul>li {
    position: relative;
}

nav>ul>li>a {
    height: 40px;
    color: #778ca3;
    font-size: 14px;
    text-align: center;
    padding: 10px 24px 0;
    padding-bottom: 20px !important;
    border-radius: 4px;
}

nav>ul>li.active>a,
nav>ul>li>a:hover {
    color: #e0ae2b !important;
}

nav>ul>li.btnLi>a {
    padding-left: 50px;
    padding-right: 50px;
    margin: 0 24px;
    box-shadow: inset 0 0 0 2px #e0ae2b;
}

nav>ul>li.btnLi>a:hover,
nav>ul>li.btnLi.active>a {
    background: #e0ae2b;
    color: #fff !important;
}

/*_____ proIco _____*/

header .proIco {
    float: right;
    cursor: pointer;
    margin-top: 17px;
    margin-left: 80px;
}

header .proIco .inside {
    display: flex;
    align-items: center;
}

header .proIco .ico {
    width: 36px;
    height: 36px;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

header .proIco .proName {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
}

header .proIco .proDrop {
    top: 46px;
    left: initial;
    right: 5px;
    width: 150px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

header .proIco .proDrop>li,
header .proIco .proDrop>li>a {
    display: block;
}

header .proIco .proDrop>li>a {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}

header .proIco .proDrop>li:nth-last-child(1)>a {
    border-bottom-color: transparent;
}

header .proIco .proDrop>li>a:hover {
    color: #e0ae2b;
}

header .proIco .proDrop>li>a i {
    color: #ddd;
    font-size: 16px;
    margin-right: 7px;
}

header .proIco .proDrop>li>a .miniLbl {
    margin-left: 10px;
}

/*_____ dot _____*/

header.fix {
    background: #fff;
}

/*_____ dot _____*/

.dot {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #43b753;
    margin: auto;
    border-radius: 75%;
}

.miniLbl {
    color: #fff;
    font-size: 8px;
    font-family: 'semi';
    padding: 3px 8px 3px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50px;
    white-space: nowrap;
}

#dash .blk .miniLbl {
    width: 90px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    padding: 13px;
    font-size: 11px;
}

.green {
    background: #43b753;
}

.green-color {
    color: #43b753;
}

.yellow {
    background: #ffcb00;
}

.yellow-color {
    color: #ffcb00;
}

.red {
    background: #ff5465;
}

.red-color {
    color: #ff5465;
}

.blue {
    background: #5883ff;
}

.blue-color {
    color: #5883ff;
}

.gray {
    background: #aaa;
}

.gray-color {
    color: #aaa;
}

/*
|----------------------------------------------------------------------
|       Banner
|----------------------------------------------------------------------
*/

/* #banner {
    min-height: 560px;
    background: #f8f7fb;
    padding: 150px 0 80px;
    margin-top: -70px;
    overflow: hidden;
}

#banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/lead_background.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 700px;
    z-index: 1;
}

#banner .contain {
    z-index: 3;
}

#banner .outer {
    display: flex;
    align-items: center;
}

#banner .content {
    width: 100%;
    max-width: 500px;
}

#banner .content h1 {
    font-size: 42px;
    font-family: 'regular';
    margin-bottom: 20px;
}

#banner .content h1>span {
    display: block;
}

#banner .content h1>span strong {
    color: #e0ae2b;
    font-family: 'bold';
}

#banner .content p {
    color: #778ca3;
    font-size: 16px;
    margin-bottom: 20px;
}

#banner .image {
    width: 100%;
    margin-left: 50px;
    margin-right: -50px;
}

#banner .icons,
#logon .icons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#banner .icons>img,
#logon .icons>img {
    position: absolute;
    display: block;
    width: auto;
    max-width: 100%;
}

#banner .icons>img.oval-one,
#logon .icons>img.oval-one {
    right: -3%;
    top: 26%;
    animation: jump 8s infinite linear;
}

#banner .icons>img.shape-three,
#logon .icons>img.shape-three {
    top: 21%;
    right: 22%;
    animation: animationFramesTwo 13s infinite linear;
}

#banner .icons>img.shape-four,
#logon .icons>img.shape-four {
    top: 27%;
    left: 7%;
    animation: animationFramesFour 25s alternate infinite linear;
}

#banner .icons>img.shape-five,
#logon .icons>img.shape-five {
    top: 50%;
    left: 50%;
    animation: animationFramesThree 35s alternate infinite linear;
}

#banner .icons>img.shape-six,
#logon .icons>img.shape-six {
    top: 70%;
    right: 3%;
    animation: animationFramesFour 20s alternate infinite linear;
}

#banner .icons>img.shape-seven,
#logon .icons>img.shape-seven {
    bottom: 2%;
    right: 28%;
    animation: animationFramesOne 15s infinite linear;
}

#banner .icons>img.shape-eight,
#logon .icons>img.shape-eight {
    bottom: 3%;
    left: 38%;
    animation: animationFramesFour 20s alternate infinite linear;
}

#banner .icons>img.shape-nine,
#logon .icons>img.shape-nine {
    bottom: 4%;
    left: 4%;
    animation: animationFramesOne 17s infinite linear;
}

#banner .icons>img.shape-ten,
#logon .icons>img.shape-ten {
    top: 60%;
    left: 4%;
    animation: animationFramesOne 20s alternate infinite linear;
}

#banner .icons>img.shape-eleven,
#logon .icons>img.shape-eleven {
    top: 22%;
    left: 41%;
    animation: animationFramesOne 15s infinite linear;
} */

/*
|----------------------------------------------------------------------
|       Company
|----------------------------------------------------------------------
*/

#company {
    padding: 70px 0 0;
}

#company .flexRow {
    margin: -15px;
    align-items: center;
}

#company .flexRow>.col {
    padding: 15px;
}

#company .flexRow>.col1 {
    width: 55%;
}

#company .flexRow>.col2 {
    width: 45%;
    padding-left: 60px;
}

#company .image {
    border-radius: 4px;
    /* box-shadow: 2px 0 26px rgba(215,222,227,.4); */
    overflow: hidden;
}

#company .content p {
    font-size: 18px;
    margin-bottom: 20px;
}

#company .lst {
    margin: -15px -15px 50px;
    justify-content: center;
}

#company .lst>li {
    width: 33.3334%;
    padding: 15px;
}

#company .lst>li .inner {
    padding: 0 30px;
    line-height: 1.5;
}

#company .lst>li .inner .icon {
    width: 60px;
    height: 60px;
    background: #e0ae2b;
    color: #fff;
    font-size: 38px;
    margin: 0 0 20px;
    text-align: left;
    /* justify-content: flex-start; */
    border: 4px solid rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    padding: 5px;
}

#company .lst>li .inner .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#company .lst>li .inner h3 {
    font-size: 18px;
    font-family: 'bold';
}

#company .lst>li .inner p {
    color: #778ca3;
    font-size: 15px;
}

/*
|----------------------------------------------------------------------
|       Cities
|----------------------------------------------------------------------
*/

#cities {
    padding: 70px 0 0;
}

#cities .lst {
    margin: -10px;
}

#cities .lst>li {
    width: 25%;
    padding: 10px;
}

/*_____ cityBlk _____*/

.cityBlk {
    position: relative;
    /* height: 320px; */
    padding-bottom: 120%;
    background: #fff;
    color: #fff;
    border-radius: 5px;
    /* box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.cityBlk>* {
    position: relative;
}

.cityBlk,
.cityBlk * {
    transition: all linear 0.5s;
}

.cityBlk .image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f8f7fb;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
}

.cityBlk:hover .image {
    transform: scale(1.15);
}

.cityBlk .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.85));
    padding: 20px;
    z-index: 1;
}

.cityBlk h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
}

.cityBlk h4 small {
    display: block;
    color: inherit;
    font-size: 12px;
    font-family: 'regular';
    opacity: 0.7;
    margin-top: 5px;
}

/*_____ owl-nav _____*/

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 35%;
    width: initial;
    height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    color: #404040 !important;
    font-size: 24px;
    padding-top: 1px;
    padding-left: 1px;
    margin-top: -10px;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
}

/*_____ owl-dots _____*/

.owl-carousel.owl-theme .owl-dots {
    text-align: center;
    position: relative;
    margin-top: 20px;
    line-height: 0;
    z-index: 5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 2px !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 4px;
    margin: auto;
    border: 2px solid #aaa;
    border-radius: 50px;
    transition: all ease 0.5s;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    width: 24px;
    height: 4px;
    margin: auto;
    border-color: #e0ae2b;
}

#posts {
    padding: 70px 0;
    overflow: hidden;
}

#posts .contain {
    z-index: 3;
}

#posts .flexRow {
    margin: -15px;
}

#posts .flexRow>.col {
    width: 33.3334%;
    padding: 15px;
}

/*_____ newsBlk _____*/

.newsBlk {
    background: #fff;
    border-radius: 4px;
    /* box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07); */
    overflow: hidden;
}

.newsBlk .image {
    height: 220px;
}

.newsBlk .image>a {
    display: block;
    height: 100%;
}

.newsBlk .image img {
    height: 100%;
    object-fit: cover;
}

.newsBlk .cntnt {
    padding: 20px 0 0;
}

.newsBlk .cntnt .ctgry {
    color: #778ca3;
    font-size: 12px;
    font-family: 'semi';
    margin-bottom: 5px;
}

.newsBlk .cntnt h2 {
    height: 50px;
    font-size: 20px;
    font-family: 'bold';
    overflow: hidden;
}

.newsBlk .cntnt p {
    height: 84px;
    font-size: 15px;
    overflow: hidden;
}

.newsBlk .cntnt .learnBtn {
    color: #e0ae2b;
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
    display: block;
    /* font-family: 'semi'; */
    font-weight: normal;
    cursor: pointer;
}

label>a {
    color: #3c9cdb;
}

label>a:hover {
    color: #e0ae2b;
}

.txtGrp {
    position: relative;
    margin-bottom: 15px;
}

.txtGrp h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.txtBox {
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    color: #778ca3;
    font-size: 13px;
    text-align: left;
    padding: 10px 16px;
    letter-spacing: 0.5px;
    border: 1px solid #eee;
    border-radius: 4px;
    outline: none !important;
    transition: all ease 0.5s;
}

.txtBox:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
    height: 152px;
    resize: none;
}

.txtBox:disabled {
    background: #e3e8ee;
    cursor: not-allowed;
    border-color: #d8dee6 !important;
}

.txtBox::-webkit-input-placeholder {
    color: #778ca3;
}

.txtBox:-ms-input-placeholder {
    color: #778ca3;
}

.txtBox::-ms-input-placeholder {
    color: #778ca3;
}

.txtBox::placeholder {
    color: #778ca3;
}

.txtBox:focus::-webkit-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus:-ms-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus::-ms-input-placeholder {
    opacity: 0.4;
}

.txtBox:focus::placeholder {
    opacity: 0.4;
}

.txtBox:hover,
.txtBox:focus {
    border-color: #e0ae2b;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-top: 0;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
    position: absolute;
    content: '';
    color: inherit;
    transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
    content: '';
    top: 7px;
    left: 6px;
    font-size: 12px;
    line-height: 0;
    transform: rotate(40deg);
    z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    color: #e0ae2b;
}

input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
    content: '\02143';
}

input[type="radio"]:checked:after,
input[type="checkbox"]:checked:after {
    border-color: #e0ae2b;
}

input.error {
    border-color: Red !important;
    border-style: solid;
    border-width: 1px;
}

textarea.error {
    border-color: Red !important;
    border-style: solid;
    border-width: 1px;
}

select.error {
    border-color: Red !important;
    border-style: solid;
    border-width: 1px;
}

label.error {
    color: red;
    font-size: 11px;
}

input[type="radio"].error:after, input[type="checkbox"].error:after {
    border-color: red;
}

.switchBtn input[type="checkbox"].error:after {
    background-color: red !important;
}

.appLoad {
    position: relative;
    min-height: 200px;
}

.appLoad .appLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.appLoad .spiner {
    width: 40px;
    height: 40px;
    border: 4px solid #5AAAD7;
    border-right: 4px solid #f0f5f9;
    border-radius: 75%;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.lblBtn {
    text-align: left;
}

.lblBtn label {
    display: inline !important;
    position: relative;
    top: 0;
    /* font-size: 15px; */
    font-family: 'regular';
    cursor: pointer;
    line-height: 20px;
    padding-left: 5px;
}

.lblBtn label:nth-child(1) {
    padding-left: 0;
}

input[type="file"].uploadFile {
    display: none;
}

.uploadImg {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*
|----------------------------------------------------------------------
|       Footer
|----------------------------------------------------------------------
*/

footer {
    position: relative;
    /* background: #141414; */
    background: #1f1f1f;
    color: rgba(255, 255, 255, 0.4);
    /* color: #fff; */
    /* margin-top: 50px; */
    padding-top: 60px;
}

footer .contain {
    z-index: 3;
}

footer .flexRow {
    flex-flow: nowrap;
    margin: -15px;
}

footer .flexRow>.col {
    width: 33.3334%;
    padding: 15px;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    font-family: 'semi';
    margin-bottom: 25px;
}

footer .col p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-family: 'regular';
    line-height: 1.5;
    margin: 0;
}

footer .lst>li {
    display: block;
    margin-bottom: 18px;
}

footer .lst>li>a {
    line-height: 1.2;
}

footer .infoLst>li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}

footer .infoLst>li>i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    margin-right: 10px;
    border-radius: 75%;
    box-shadow: rgba(0, 0, 0, 0.04) 0 0 10px 0;
}

footer .infoLst>li>span {
    font-size: 13px;
}

footer .infoLst>li strong {
    display: block;
    font-family: 'bold';
}

footer .qLst {
    display: flex;
    flex-flow: wrap;
    margin: 0 -5px;
}

footer .qLst>li {
    width: 50%;
    padding: 0 5px;
}

footer a {
    color: rgba(255, 255, 255, 0.4);
}

footer .social {
    margin: -3px -5px;
    align-items: center;
}

footer .social li {
    font-size: 11px;
    padding: 3px 5px;
}

footer .social li a {
    font-size: 18px;
    line-height: 0;
}

footer .social li a.youtube {
    color: #c3181e;
}

footer .social li a.facebook {
    color: #3b5998;
}

footer .social li a.twitter {
    color: #1da1f2;
}

footer .social li a.linkedin {
    color: #0177b5;
}

footer .social li a.pinterest {
    color: #bd081c;
}

footer .social li a.google {
    color: #d14639;
}

footer .social li a.dribbble {
    color: #ea4c89;
}

footer .social li a.instagram {
    color: #bd3381;
}

/*_____ Copyright _____*/

.copyright {
    background: #191818;
    margin-top: 40px;
    padding: 30px 0 25px;
}

.copyright .inner {
    display: flex;
    justify-content: center;
}

.copyright p {
    flex: 1;
    margin: 0;
    margin-right: 15px;
}

.copyright p>a {
    color: #e0ae2b;
    /*text-decoration: underline;*/
}

.copyright .list {
    margin: -2px -5px;
}

.copyright .list>li {
    font-size: 12px;
    padding: 2px 5px;
}

/*
|----------------------------------------------------------------------
|       Common
|----------------------------------------------------------------------
*/

.common>.block {
    position: relative;
    padding: 70px 0;
}

.common>.block .contain {
    z-index: 3;
}

/*
|----------------------------------------------------------------------
|       Sub Banner
|----------------------------------------------------------------------
*/

#sBanner {
    display: flex;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0 50px;
}

#sBanner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a181d;
    opacity: 0.7;
    z-index: 1;
}

#sBanner .contain {
    width: 100%;
}

#sBanner .content {
    max-width: 500px;
    color: #fff;
    text-align: center;
    margin: auto;
}

#sBanner .content h1 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 0;
}

#sBanner .content h1>em {
    color: #e0ae2b;
    font-family: 'bold';
}

#sBanner .content p,
#sBanner .content ul {
    margin-top: 10px;
}

#sBanner .content ul>li {
    color: #fff;
    font-size: 13px;
    padding: 0 3px;
}

#sBanner .content ul>li:after {
    content: '/';
    margin-left: 10px;
}

#sBanner .content ul>li:nth-last-child(1):after {
    display: none;
}

#sBanner .content ul>li>a {
    color: #fff;
}

#sBanner .content ul>li>a:hover {
    /*color: #2c358e;*/
    opacity: 0.7;
}

#sBanner form {
    position: relative;
    margin-top: 30px;
}

#sBanner form .txtBox {
    font-size: 14px;
    padding-left: 45px;
    border-radius: 4px;
}

#sBanner form i {
    position: absolute;
    top: 0;
    left: 12px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 16px;
}

/*
|----------------------------------------------------------------------
|       Cities
|----------------------------------------------------------------------
*/

#cities.common {
    padding: 0;
}

#cities.common h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#cities.common .other {
    padding-top: 0;
}

#cities.common .other .cityBlk {
    padding-bottom: 100%;
}

/*
|----------------------------------------------------------------------
|       Advertisement
|----------------------------------------------------------------------
*/

#publicity .uploadBlk {
    padding: 60px;
    margin-bottom: 30px;
}

#publicity .uploadBlk:nth-last-child(1) {
    margin-bottom: 0;
}

#publicity .uploadBlk:before {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
}

#publicity .uploadBlk .icon {
    max-width: 100px;
}

/*_____ uploadBlk _____*/

.uploadBlk {
    position: relative;
    /* background: #fff; */
    padding: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 7px 0 rgba(59, 65, 94, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
    border: 2px solid transparent
}

.design_border {
    border-color: red !important;
}

.uploadBlk:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 2px dashed #ddd;
    border-radius: 5px;
    transition: all ease 0.5s;
    z-index: -1;
}

.uploadBlk .icon {
    max-width: 80px;
    margin: 0 auto 15px;
}

.uploadBlk p,
.uploadBlk .or {
    color: #778ca3;
    /* font-size: 14px; */
    margin: 10px 0;
}

.uploadBlk .bTn {
    justify-content: center;
}

.uploadBlk .bTn .bookBtn {
    min-width: 180px;
}

.uploadBlk .bTn .browseBtn {
    min-width: 180px;
    background: transparent;
    color: #4b90cd !important;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px #4b90cd;
}

.uploadBlk .bTn .browseBtn:hover {
    background: #4b90cd;
    color: #fff !important;
}

/*
|----------------------------------------------------------------------
|       About us
|----------------------------------------------------------------------
*/

#about .company .flexRow {
    margin: -15px;
}

#about .company .flexRow>.col {
    padding: 15px;
}

#about .company .flexRow>.col1 {
    width: 45%;
}

#about .company .flexRow>.col2 {
    width: 55%;
    padding-left: 60px;
}

#about .company .image {
    border-radius: 4px;
    box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
    overflow: hidden;
}

#about .company .content p {
    font-size: 15px;
}

/*
|----------------------------------------------------------------------
|       Contact Us
|----------------------------------------------------------------------
*/

#contact .flexRow {
    margin: -15px;
}

#contact .flexRow>.col {
    padding: 15px;
}

#contact .flexRow>.col1 {
    width: 38%;
}

#contact .flexRow>.col2 {
    width: 62%;
    padding-left: 200px;
}

#contact form {
    height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
    overflow: hidden;
}

#contact form .head {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: -20px -20px 20px;
    border-bottom: 2px solid #eee;
}

#contact form .head>h4 {
    flex: 1;
    font-size: 18px;
    margin: 0;
    margin-right: 20px;
}

#contact form .head>.lblBtn {
    margin-left: 18px;
}

#contact form .head>.lblBtn label {
    padding-left: 3px;
}

#contact form .bTn {
    justify-content: center;
}

#contact h3 {
    color: #e0ae2b;
    font-size: 18px;
}

#contact .content p {
    font-size: 16px;
    color: #778ca3;
    /* font-family: 'semi'; */
    margin: -35px 0 40px;
}

#contact .content h4 {
    font-size: 16px;
    margin: 25px 0 15px;
}

#contact .infoLst>li {
    display: flex;
    font-size: 16px;
    margin-bottom: 20px;
    align-items: center;
}

#contact .infoLst>li>i {
    width: 40px;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.05);
    color: #e0ae2b;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    border-radius: 75%;
}

#contact .infoLst>li>span {
    font-size: 13px;
}

#contact .infoLst>li strong {
    display: block;
    font-family: 'bold';
}

#contact .infoLst>li>a {
    color: #393a3e;
    line-height: 1.2;
}

#contact .infoLst>li>a:hover {
    color: #e0ae2b;
}

/*
|----------------------------------------------------------------------
|       Blog
|----------------------------------------------------------------------
*/

#blog .company .flexRow {
    margin: -25px -15px;
}

#blog .company .flexRow>.col {
    width: 100%;
    padding: 25px 15px;
}

#blog .company .flexRow>.col:not(:nth-child(n+3)) {
    width: 50%;
}

#blog .company .flexRow>.col .newsBlk {
    display: flex;
    overflow: initial;
}

#blog .company .flexRow>.col:not(:nth-child(n+3)) .newsBlk {
    display: block;
}

#blog .company .flexRow>.col .newsBlk .image {
    width: 34%;
    border-radius: 4px;
    overflow: hidden;
}

#blog .company .flexRow>.col:not(:nth-child(n+3)) .newsBlk .image {
    width: 100%;
    height: 260px;
    border-radius: 4px 4px 0 0;
}

#blog .company .flexRow>.col .newsBlk .cntnt {
    width: 66%;
    padding: 0 0 0 20px;
}

#blog .company .flexRow>.col:not(:nth-child(n+3)) .newsBlk .cntnt {
    width: 100%;
    padding: 20px 0 0 0;
}

#blog .company .flexRow>.col .newsBlk .cntnt h2 {
    max-width: 60%;
}

#blog .company .flexRow>.col:not(:nth-child(n+3)) .newsBlk .cntnt h2 {
    max-width: 100%;
}

#blog .company.blogDetail .flexRow>.col1 {
    width: 72%;
}

#blog .company.blogDetail .flexRow>.col2 {
    width: 28%;
}

#blog .company.blogDetail .newsBlk .image {
    height: auto;
}

#blog .company.blogDetail .newsBlk .image img {
    transform: none !important;
}

#blog .company.blogDetail .newsBlk .cntnt h2,
#blog .company.blogDetail .newsBlk .cntnt p {
    height: initial;
}

/*_____ articleLst _____*/

#blog .articleLst {
    margin: -10px -15px;
}

#blog .articleLst>li {
    width: 100%;
    padding: 10px 15px;
}

#blog .articleLst>li:nth-child(n+8) {
    display: none;
}

.articleBlk {
    display: flex;
    align-items: center;
}

.articleBlk .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-left: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.articleBlk .icon img {
    object-fit: cover;
    object-position: center;
}

.articleBlk .cntnt {
    position: relative;
    width: 100%;
    order: -1;
}

.articleBlk .cntnt .date {
    color: #778ca3;
    font-size: 12px;
}

.articleBlk .cntnt h4 {
    max-height: 32px;
    font-size: 14px;
    margin: 5px 0 0;
    overflow: hidden;
}

/*
|----------------------------------------------------------------------
|       Orders
|----------------------------------------------------------------------
*/

#orders h4 {
    color: #e0ae2b;
    font-size: 14px;
    margin-bottom: 15px;
}

#orders .list>li {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

#orders .list>li>strong {
    margin-right: 2px;
}

#orders .list>li>em {
    color: #778ca3;
}

#orders .statusLst {
    margin: -5px;
    justify-content: center;
}

#orders .statusLst>li {
    position: relative;
    width: 20%;
    color: #778ca3;
    font-size: 12px;
    padding: 5px;
}

#orders .statusLst>li:before {
    position: absolute;
    content: '\e90a';
    top: 35px;
    right: -12px;
    color: #778ca3;
    font-size: 24px;
    font-family: 'font-icon';
    line-height: 0.5;
}

#orders .statusLst>li:nth-last-child(1):before {
    display: none;
}

#orders .statusLst>li .inblk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #fff;
    color: #e0ae2b;
    font-size: 24px;
    cursor: pointer;
    margin: 0 auto 7px;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

#orders .statusLst>li.active .inblk {
    background: #43b753;
    color: #fff;
}

/*_____ itmBlk _____*/

.itmBlk {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 3px 10px rgba(0, 35, 75, 0.06);
    transition: all ease 0.3s;
}

.itmBlk:after {
    content: '\e90a';
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: #e0ae2b;
    color: #fff;
    font-size: 18px;
    font-family: 'font-icon';
    font-weight: bold;
    margin: auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    border-radius: 75%;
    transition: all ease 0.5s;
    z-index: 1;
}

.itmBlk:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(0, 35, 75, 0.1);
}

.itmBlk:hover:after {
    opacity: 1;
    visibility: visible;
}

.itmBlk>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.itmBlk .lst {
    display: flex;
    align-items: center;
}

.itmBlk .lst>li {
    padding: 30px 15px;
    transition: all ease 0.5s;
}

.itmBlk .lst>li:nth-child(1) {
    flex: 1;
    padding-left: 20px;
}

.itmBlk .lst>li:nth-last-child(1) {
    padding-right: 20px;
}

.itmBlk .lst>li .icoBlk {
    display: flex;
    align-items: center;
}

.prop_video {
    width: 100%;
    height: 100%;
}

.itmBlk .lst>li .ico {
    width: 42px;
    min-width: 42px;
    height: 42px;
    margin-right: 15px;
    box-shadow: 0 2px 5px 0 rgba(59, 65, 94, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.itmBlk .lst>li .name {
    font-family: 'semi';
}

.itmBlk .lst>li .name>em {
    display: block;
    color: #778ca3;
    font-size: 16px;
    font-family: 'regular';
    margin-top: 3px;
}

.itmBlk .lst>li.rating>* {
    min-width: 78px;
    color: #e0ae2b;
    text-align: center;
}

.itmBlk .lst>li.date>em {
    color: #ccc;
    font-size: 16px;
    line-height: 0;
    font-weight: bold;
    margin: 0 5px;
}

.itmBlk:hover .lst>li:not(:first-child) {
    opacity: 0;
    visibility: hidden;
}

/*
|----------------------------------------------------------------------
|       Terms
|----------------------------------------------------------------------
*/

#terms .blk ._header h3 {
    margin-top: 0 !important;
}

/*
|----------------------------------------------------------------------
|       Frequently Asked Questions
|----------------------------------------------------------------------
*/

.faqLst {
    max-width: 1000px;
    margin: auto;
}

.faqLst>li {
    position: relative;
    display: block;
    background: #fff;
    padding: 16px 15px 6px;
    margin-bottom: 7px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.faqLst>li:nth-last-child(1) {
    margin-bottom: 0;
}

.faqLst>li h3 {
    position: relative;
    /* color: #e0ae2b; */
    font-size: 16px;
    font-family: 'regular';
    padding-right: 20px;
    cursor: pointer;
    z-index: 2;
}

.faqLst>li .cntnt {
    display: none;
}

.faqLst>li:nth-child(1) .cntnt {
    display: block;
}

.faqLst>li i {
    position: absolute;
    top: 18px;
    right: 10px;
    color: #4e566d;
}

/*
|----------------------------------------------------------------------
|       Gallery
|----------------------------------------------------------------------
*/

#gallery #sBanner {
    min-height: 480px;
}

#gallery #sBanner:before {
    display: none;
}

#gallery #sBanner .content {
    float: right;
    text-align: left;
}

#gallery #sBanner .list {
    margin: -25px -15px;
}

#gallery #sBanner .list>li {
    width: 100%;
    padding: 25px 15px;
}

#gallery #sBanner .list>li:after {
    display: none;
}

#gallery #sBanner .list .inner {
    display: flex;
}

#gallery #sBanner .list .inner .icon {
    width: 50px;
    min-width: 50px;
    height: 60px;
    margin-right: 30px;
}

#gallery #sBanner .list .inner h3 {
    color: #ffd200;
    font-size: 30px;
    font-family: 'bold';
    margin-bottom: 10px;
}

#gallery #sBanner .list .inner p {
    margin-bottom: 0;
}

#gallery .blocks h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

#gallery .blocks .flexRow {
    margin: -15px;
}

#gallery .blocks .flexRow>.col {
    width: 33.3334%;
    padding: 15px;
}

#gallery .blocks .newsBlk .image {
    border: 1px solid #fafafa;
}

#gallery .reviews {
    padding-top: 0;
}

#gallery .reviews .flexRow {
    margin: 20px -10px -10px;
}

#gallery .reviews .flexRow>.col {
    width: 50%;
    padding: 10px;
}

.review {
    display: flex;
    height: 100%;
    background: #fff;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.review .icoBlk {
    display: flex;
}

.review .icoTxt {
    width: 100%;
    display: flex;
    align-self: center;
    margin-bottom: 10px;
}

.review .icoTxt .title {
    flex: 1;
    margin-right: 10px;
}

.review .icoTxt h4 {
    font-size: 14px;
    margin: 0 0 4px;
}

.review .icoTxt .date {
    color: #778ca3;
    font-size: 10px;
    font-family: 'bold';
}

.review .ico {
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin-right: 15px;
    box-shadow: 2px 0 26px rgba(215, 222, 227, 0.4);
}

.review .txt>p {
    color: #778ca3;
    font-size: 14px;
    /* line-height: 1.5; */
    margin-bottom: 0;
}

/*
|----------------------------------------------------------------------
|       Block
|----------------------------------------------------------------------
*/

.blk {
    background: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.blk ._header,
.blk ._footer {
    position: relative;
    /* background: #f2f5ff; */
    padding: 20px 20px 18px;
    display: flex;
    align-items: center;
}

.blk ._header {
    margin: -20px -20px 20px;
    border-bottom: 1px solid #eee;
    border-radius: 4px 4px 0 0;
}

.blk ._footer {
    margin: 15px -20px -20px;
    border-top: 1px solid #eee;
    border-radius: 0 0 4px 4px;
    justify-content: flex-end;
}

.blk ._header h3 {
    font-size: 16px;
    /*font-family: 'regular';*/
    margin-bottom: 0;
    margin-right: 30px;
    flex: 1;
}

.blk ._header h3>span {
    color: #e0ae2b;
}

.blk ._header .srch {
    width: 280px;
}

/*_____ Pagination _____*/

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0 !important;
    border-radius: 0;
}

ul.pagination>li {
    display: block;
}

ul.pagination>li>a {
    position: relative;
    float: none;
    min-width: 36px;
    height: 36px;
    display: block;
    background: transparent;
    color: #333;
    font-family: 'semi';
    text-align: center;
    padding: 8px 8px 0;
    margin: 0 -5px;
    border: 0;
    border-radius: 4px !important;
}

ul.pagination>li>a>i {
    margin: 0 -10px;
}

ul.pagination>li>a:hover {
    background: #f5f5f5;
    color: #00234b;
    z-index: 1;
}

ul.pagination>li>a.active {
    background: #e0ae2b;
    color: #fff;
    margin: 0 5px;
    z-index: 2;
}

/*_____ scrollbar  _____*/

.scrollbar::-webkit-scrollbar-track {
    background: #e3e8ed;
    border-radius: 50px;
}

.scrollbar::-webkit-scrollbar {
    width: 4px;
    background-color: #e3e8ed;
    border-radius: 50px;
}

.scrollbar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

/*
|----------------------------------------------------------------------
|       logon
|----------------------------------------------------------------------
*/

#logon {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: #f2f5ff;
    background: #e3e8ed;
    padding: 50px 0;
    overflow: hidden;
}

.logBlk {
    position: relative;
    max-width: 600px;
    max-width: 460px;
    margin: 0 auto;
}

.logBlk .loginLogo {
    width: 220px;
    margin: 0 auto 20px;
}

.logBlk form {
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.logBlk h2 {
    font-size: 22px;
}

.logBlk p.pre {
    font-size: 14px;
    margin: 0 0 20px;
}

.logBlk .webBtn {
    width: 100%;
    font-size: 14px;
    padding-top: 14px;
    text-transform: none;
    letter-spacing: 0.5px;
}

.logBlk .rememberMe {
    /* font-size: 13px; */
    margin: 0 0 10px;
}

.logBlk .rememberMe .lblBtn {
    margin-top: -4px;
    /* text-align: center; */
}

.logBlk .confirm {
    display: flex;
}

.logBlk .socialLnks .facebookBtn {
    background: #3b5998;
}

.logBlk .socialLnks .googleBtn {
    background: #d34836;
}

.logBlk .socialLnks .webBtn:hover {
    filter: brightness(1.2);
}

.logBlk .socialLnks .webBtn i {
    top: 4px;
    font-size: 20px;
    margin-right: 15px;
    font-weight: normal;
}

.logBlk .haveAccount {
    font-size: 13px;
    margin-bottom: 5px;
}

.logBlk .haveAccount a {
    color: #e0ae2b;
    font-family: 'semi';
}

.logBlk .haveAccount a:hover {
    color: #1f1f1f;
    font-family: semi;
}

.logBlk .miniNav {
    text-align: center;
}

.logBlk .miniNav li {
    padding: 0 5px;
}

.logBlk .miniNav li a {
    font-size: 12px;
    opacity: 0.8;
}

/*_____ oR Line _____*/

.oRLine {
    position: relative;
    text-align: center;
    margin: 5px 0;
}

.oRLine span {
    position: relative;
    background: #fff;
    color: #aaa;
    font-size: 10px;
    font-family: 'semi';
    padding: 0 6px 0;
    z-index: 2;
}

.oRLine:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background: #eee;
}

/*
|----------------------------------------------------------------------
|       404 Not Found
|----------------------------------------------------------------------
*/

#not404 {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    margin-top: -70px;
}

#not404 .contain {
    z-index: 3;
}

#not404 .inside {
    max-width: 460px;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
}

#not404 .inside .icon {
    background: transparent;
    color: #fff02a;
    font-size: 140px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 0;
    line-height: 0;
    overflow: initial;
}

#not404 .inside .icon span {
    display: block;
    background: linear-gradient(to right, #e22a6f, #fe6666);
    color: #e22a6f;
    line-height: 1;
}

#not404 .inside h2 {
    font-size: 20px;
}

#not404 .inside p {
    margin-bottom: 0;
}

#not404 .inside p>span {
    display: block;
}

#not404 .inside p a {
    color: #e0ae2b;
    text-decoration: underline;
}

/*
|----------------------------------------------------------------------
|       Sidebar Article
|----------------------------------------------------------------------
*/

body.log main {
    padding-left: 300px;
}

body.log header {
    position: fixed;
    background: #fff;
    padding-left: 300px;
}

body.log header .logo {
    position: fixed;
    left: 85px;
}

body.log footer {
    padding-left: 300px;
    padding-top: 0;
}

body.log footer>.contain {
    display: none;
}

body.log footer>.copyright {
    margin-top: 0;
}

/*
|----------------------------------------------------------------------
|       Sidebar Article
|----------------------------------------------------------------------
*/

article {
    position: fixed;
    top: 70px;
    left: 0;
    bottom: 0;
    width: 300px;
    background: #fff;
    padding: 60px 0 0;
    border-right: 1px solid #eee;
    z-index: 24;
}

article.shift {
    width: 250px;
}

/* article .logoBlk {
    width: 300px;
    margin-top: -70px;
    margin-left: -15px;
}

article .logoBlk > .logo {
    float: none;
    margin: 0 auto;
} */

article>.barBtn {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    background: transparent;
    font-size: 20px;
    padding: 10px 15px;
    border: 0;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
    transition: all ease 0.5s;
}

article>.barBtn:before {
    content: '\e9a5';
    font-family: 'font-icon';
}

article.shift>.barBtn:before {
    content: '\e907';
}

article>.barBtn>em {
    display: none;
    flex: 1;
    font-size: 18px;
    text-align: left;
    margin-left: 8px;
}

article.shift>.barBtn>em {
    display: block;
}

article ul {
    max-height: 100%;
    margin-bottom: 40px;
    overflow: auto;
    overflow-x: hidden;
}

article ul>li {
    display: block;
}

article ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: #778ca3;
    font-size: 14px;
    padding: 12px 20px;
    border-left: 5px solid transparent;
}

article ul>li>a>i {
    font-size: 16px !important;
    margin-right: 10px;
}

article ul>li>a:hover,
article ul>li.active>a {
    background: #fafafa;
    color: #e0ae2b !important;
    border-left-color: #e0ae2b;
}

/*
|----------------------------------------------------------------------
|       Dashboard
|----------------------------------------------------------------------
*/

#dash {
    padding: 20px 0 50px;
}

#dash .topHead {
    display: flex;
    margin-bottom: 25px;
}

#dash .topHead>h1 {
    position: relative;
    flex: 1;
    color: #1f1f1f;
    font-size: 28px;
    font-family: 'bold';
    margin: 0;
    margin-right: 15px;
}

/*
|----------------------------------------------------------------------
|       Calendar
|----------------------------------------------------------------------
*/

#calendar .flexRow {
    margin: -10px;
}

#calendar .flexRow>.col {
    padding: 10px;
}

#calendar .flexRow>.col1 {
    width: 65%;
}

#calendar .flexRow>.col2 {
    width: 35%;
}

#calendar .blk .date {
    font-size: 18px;
    margin-bottom: 20px;
}

#calendar .miniTble {
    width: 100%;
    color: #778ca3;
    font-size: 14px;
    margin-bottom: 15px;
}

#calendar .miniTble tr>th {
    color: #1f1f1f;
    font-family: 'semi';
    font-weight: normal;
}

#calendar .miniTble tr>* {
    padding: 7px 0;
}

#calendar .miniTble tr>*:nth-last-child(1) {
    text-align: right;
    padding-left: 15px;
}

#calendar .miniTble tfoot {
    border-top: 1px solid #eee;
}

#calendar .miniTble+.bTn>.webBtn>em:nth-child(2) {
    display: none;
}

#calendar .miniHead {
    display: flex;
    margin-top: 25px;
}

#calendar .miniHead>h4 {
    flex: 1;
    margin: 0;
    margin-right: 15px;
}

#calendar .miniHead>.toggleBlk {
    display: flex;
    align-items: center;
    color: #778ca3;
}

#calendar .miniHead .switchBtn {
    margin-left: 10px;
}

#calendar .listing {
    border: 1px solid #eee;
    border-radius: 4px;
}

#calendar .listing>li {
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-bottom: 1px solid #eee;
}

#calendar .listing>li:nth-last-child(1) {
    border-bottom: 0;
}

#calendar .listing>li>div {
    /* flex: auto; */
    padding: 16px;
}

#calendar .listing>li>.switchBtn {
    padding: 0;
}

#calendar .listing>li>div:nth-last-child(1) {
    flex: none;
}

#calendar .listing>li .timeBlk {
    display: flex;
    align-items: center;
}

#calendar .listing>li>.day {
    flex: 2;
}

#calendar .listing>li>.to,
#calendar .listing>li>.day,
#calendar .listing>li .timeBlk>small {
    color: #778ca3;
}

#calendar .listing>li .timeBlk>i {
    font-size: 16px;
    margin: 0 7px;
}

#calendar .listing>li>.to {
    flex: 1;
    font-weight: bold;
    text-align: center;
}

#calendar .price {
    color: #e0ae2b;
    font-size: 24px;
    font-family: 'price_bold';
    line-height: 1;
}

#calendar .icoImg {
    margin: -5px;
}

#calendar .icoImg>li {
    padding: 5px;
}

#calendar .icoImg>li .inner {
    position: relative;
}

#calendar .icoImg>li .icon {
    width: 120px;
    height: 50px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

#calendar .icoImg>li .inner>input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

#calendar .icoImg>li .inner>input:checked+.icon {
    border-color: #e0ae2b;
}

#calendar .icoImg>li .inner>input.error+.icon {
    border-color: red;
}

/*
|----------------------------------------------------------------------
|       Tracker
|----------------------------------------------------------------------
*/

#tracker .flexRow {
    margin: 10px -10px -10px;
}

#tracker .flexRow>.col {
    padding: 10px;
}

#tracker .flexRow>.col1 {
    width: 35%;
}

#tracker .flexRow>.col2 {
    width: 65%;
}

#tracker .flexGrp {
    display: flex;
    align-items: center;
}

#tracker .flexGrp>a {
    margin-left: 10px;
    white-space: nowrap;
}

#tracker .list {
    margin-bottom: -60px;
}

#tracker .list>li {
    position: relative;
    display: block;
    color: #778ca3;
    padding-left: 24px;
    padding-bottom: 60px;
}

#tracker .list>li:not(.complete) {
    color: #bbc2ca;
}

#tracker .list>li.current {
    color: #1c7bcd;
}

#tracker .list>li:nth-child(1):after {
    display: none;
}

#tracker .list>li:before,
#tracker .list>li:after {
    content: '';
    position: absolute;
    background: #bbc2ca;
}

#tracker .list>li:before {
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 75%;
}

#tracker .list>li:after {
    top: -100%;
    left: 6px;
    bottom: 100%;
    width: 2px;
    margin: 20px 0 2px;
}

#tracker .list>li.complete:before,
#tracker .list>li.complete:after {
    background: #26a465;
}

#tracker .list>li.current:before,
#tracker .list>li.current:after {
    background: #1c7bcd;
}

#googleMap {
    position: relative;
    width: 100%;
    height: 100%;
    height: 340px;
    margin: 0;
    border-radius: 4px;
    overflow: hidden;
}

#googleMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
|----------------------------------------------------------------------
|       Design
|----------------------------------------------------------------------
*/

#design .flexRow {
    margin: 10px -10px -10px;
}

#design .flexRow>.col {
    padding: 10px;
}

#design .flexRow>.col1 {
    width: 65%;
}

#design .flexRow>.col2 {
    width: 35%;
}

#design .outer {
    margin: 10px -10px -10px;
}

#design .outer>.inter {
    width: 70%;
    padding: 10px;
}

#design .nav-tabs {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 0;
}

#design .nav-tabs>li {
    display: block;
    margin-right: 40px;
    margin-bottom: 0;
}

#design .nav-tabs>li>a {
    display: block;
    background: transparent;
    color: #778ca3;
    font-size: 14px;
    padding: 0 0 10px;
    margin: 0;
    border: 0;
    border-bottom: 3px solid transparent;
}

#design .nav-tabs>li a:hover,
#design .nav-tabs>li.active>a {
    color: #1f1f1f;
}

#design .nav-tabs>li.active>a {
    border-color: #e0ae2b;
}

/*_____ itmBlk _____*/

#design .itmBlk {
    display: flex;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

#design .itmBlk:after {
    display: none;
}

#design .itmBlk .image {
    width: 40%;
    min-width: 40%;
    height: 200px;
}

#design .image {
    width: 40%;
    min-width: 40%;
}

#design .itmBlk .image img {
    height: 100%;
    object-fit: cover;
}

#design .itmBlk .cntnt {
    width: 100%;
    padding: 20px;
}

#design .itmBlk .cntnt .ctgry {
    color: #778ca3;
    font-size: 12px;
    font-family: 'semi';
    margin-bottom: 5px;
}

#design .itmBlk .cntnt h3 {
    height: 22px;
    font-size: 18px;
    font-family: 'bold';
    overflow: hidden;
}

#design .itmBlk .cntnt p {
    /* height: 60px; */
    color: #778ca3;
    font-size: 14px;
    overflow: hidden;
}

#design .itmBlk .cntnt .price {
    font-size: 20px;
    font-family: 'price_bold';
    font-weight: bold;
    line-height: 1;
    margin-bottom: 15px;
}

#design .itmBlk .cntnt .miniBtn {
    font-size: 14px;
    font-family: 'semi';
    display: flex;
    flex-wrap: wrap;
}

#design .itmBlk .cntnt .miniBtn>div {
    font-size: 14px;
    font-family: 'semi';
    margin-right: 10px;
    cursor: pointer;
}

#design .itmBlk .cntnt .miniBtn>a:not(:nth-last-child(1)) {
    margin-right: 20px;
}

#design .itmBlk .cntnt .miniBtn>.denyBtn {
    background-color: #ff5465;
    width: 90px;
    height: 30px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#design .itmBlk .cntnt .miniBtn>.acceptBtn {
    background-color: #43b753;
    width: 90px;
    height: 30px;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    padding: 5px;
}

#design .uploadBlk {
    margin-bottom: 20px;
}

#design form textarea.txtBox {
    min-height: 171px;
}

/*
|----------------------------------------------------------------------
|       Profile Settings
|----------------------------------------------------------------------
*/

form .formBlk {
    max-width: 800px;
    margin: 0 auto;
}

#profileSet .flexRow {
    margin: -10px;
}

#profileSet .flexRow>.col {
    padding: 10px;
}

#profileSet .flexRow>.col2 {
    flex: 1;
}

.upLoadDp .proDp.ico {
    margin: auto;
}

.upLoadDp .proDp.ico {
    margin-bottom: 15px;
    border: 2px solid #e0ae2b;
}

.upLoadDp .webBtn.uploadImg {
    max-width: 160px;
}

.upLoadDp .noHats {
    max-width: 160px;
    color: #778ca3;
    font-size: 12px;
    margin: 7px auto 0;
}

/*_____ proDp  _____*/

.proDp.ico {
    position: relative;
    width: 140px;
    height: 140px;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(49, 49, 93, 0.03), 0 2px 5px 0 rgba(49, 49, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.proDp.ico .icoMask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    color: #2b3a50;
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all ease 0.5s;
}

.proDp.ico .icoMask i {
    font-size: 26px;
    margin: 0 0 4px;
}

.proDp.ico:hover .icoMask {
    color: #e0ae2b;
}

/*_____ info _____*/

.info {
    position: relative;
    line-height: 1;
    cursor: pointer;
}

.info>i {
    font-size: 16px;
}

.info .infoIn {
    position: absolute;
    right: 5px;
    top: 100%;
    width: 200px;
    background: #fff;
    text-align: left;
    padding: 15px 15px 10px;
    margin: 20px 0 0;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    border-top-right-radius: 0;
    box-shadow: 0 0 0 1px rgba(136, 152, 170, 0.1), 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    transition: all ease 0.5s;
    z-index: 2;
}

.info>i:hover+.infoIn {
    margin-top: 7px;
    visibility: visible;
    opacity: 1;
}

.info .infoIn ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.info .infoIn ol>li {
    display: list-item;
    margin-bottom: 5px;
}

.info .infoIn:before,
.info .infoIn:after {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    border-bottom: 12px solid #fff;
    border-left: 12px solid transparent;
}

.info .infoIn:after {
    top: -13px;
    right: -1px;
    border-bottom: 13px solid #eff0f2;
    border-left: 13px solid transparent;
    z-index: -1;
}

.info .infoIn>* {
    color: #778ca3;
    font-size: 12px;
    line-height: 1.5;
}

/*
|----------------------------------------------------------------------
|       Logon
|----------------------------------------------------------------------
*/

#logon {
    min-height: 560px;
    background: #f8f7fb;
    padding: 130px 0 30px;
    margin-top: -70px;
}

#logon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/lead_background.svg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 700px;
    z-index: 1;
}

#logon .contain {
    z-index: 3;
}

.logBlk {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
}

.logBlk .loginLogo {
    max-width: 130px;
    margin: 0 auto 20px;
}

.logBlk form {
    background: #fff;
    padding: 20px;
    /* margin-bottom: 15px; */
    border-radius: 8px;
    margin: 0 0 20px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.logBlk h2 {
    font-size: 22px;
}

.logBlk p.pre {
    font-size: 14px;
    margin: 0 0 20px;
}

.logBlk .webBtn {
    width: 100%;
    font-size: 14px;
    padding-top: 14px;
    text-transform: none;
    letter-spacing: 0.5px;
}

.logBlk .rememberMe {
    /* font-size: 13px; */
    margin: 0 0 10px;
}

.logBlk .rememberMe .lblBtn {
    margin-top: -4px;
    text-align: center;
}

.logBlk .confirm {
    display: flex;
}

.logBlk .haveAccount {
    font-size: 13px;
    margin-bottom: 5px;
}

.logBlk .haveAccount a {
    color: #e0ae2b;
    font-family: 'semi';
}

.logBlk .haveAccount a:hover {
    color: #1f1f1f;
}

.logBlk .miniNav {
    text-align: center;
}

.logBlk .miniNav li {
    padding: 0 5px;
}

.logBlk .miniNav li a {
    font-size: 12px;
    opacity: 0.8;
}

#designFiles li {
    width: 33%;
    height: 100px;
    position: relative;
    padding: 5px;
}

#designFiles li .image {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#designFiles img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

#designFiles .closeBtn {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 2px 0 0;
    cursor: pointer;
    z-index: 5;
    background: #ff0000ab;
    border-radius: 100%;
}

#designFiles .closeBtn:before {
    content: '\2715';
}

#locationList .appLoad {
    min-height: auto;
    width: 100%;
}

#locationList .appLoad .appLoader {
    width: 60px;
    height: 60px;
    margin: auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

.appLoad .appLoader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0ae2b;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.appLoad .spiner {
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-right: 4px solid #f0f5f9;
    border-radius: 75%;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

/*_____ notiBlk _____*/

#notification .contain {
    max-width: 960px;
}

.notiBlk {
    margin: -20px;
}

.notiBlk>.inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px;
    border-bottom: 1px solid #f0f5f9;
    transition: all ease 0.5s;
}

.notiBlk>.inner>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.notiBlk>.inner:nth-last-child(1) {
    border-bottom: transparent;
}

.notiBlk>.inner .ico {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #fff;
    margin-right: 20px;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}

.notiBlk>.inner .ico img {
    object-fit: contain;
    border-radius: 100%;
}

.notiBlk>.inner .cntnt {
    flex: 1;
}

.clock_red {
    color: red;
}

.notiBlk>.inner .cntnt p {
    color: #778ca3;
    font-size: 16px;
    margin: 0;
}

.badge.badge-danger {
    background-color: #cc2424;
    color: #ffffff;
}

.notiBlk>.inner .cntnt .time {
    color: #bbb;
    font-size: 11px;
    font-family: 'price_bold';
    margin-top: 8px;
}

.notiBlk>.inner .miniBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    min-width: 38px;
    height: 38px;
    background: #ddd;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 75%;
    transition: all ease 0.5s;
}

.notiBlk>.inner:hover .miniBtn {
    background: #ea1f66;
}

.notiBlk>.inner>.txt {
    flex: 1;
    margin-right: 20px;
}

.notiBlk>.inner>.txt h4 {
    font-size: 14px;
    margin-bottom: 5px;
}

.notiBlk>.inner>.txt p {
    color: #778ca3;
    margin: 0;
}

/*
|----------------------------------------------------------------------
|       Banner
|----------------------------------------------------------------------
*/

#banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* padding-bottom: 0; */
}

#banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(#8c6820, #311f09);
    opacity: 0.95;
    z-index: 0;
}

#banner .outer {
    display: flex;
    align-items: flex-end;
}

#banner .content {
    width: 100%;
    max-width: 500px;
    color: #fff;
}

#banner .content h1 {
    font-size: 36px;
    font-family: "Regular";
    color: #fff;
}

#banner .content h1>span {
    display: block;
}

#banner .content h1>span>strong {
    color: #ffce31;
}

#banner .content p {
    font-size: 16px;
    margin-bottom: 20px;
}

#banner .content .choose {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#banner .content .choose>* {
    position: relative;
    color: #fff;
}

#banner .content .choose>strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 30px;
    height: 2px;
    background: #ffce31;
}

#banner .content .choose>strong a {
    color: #ffce31;
}

#banner .content .choose>strong,
#banner .content .choose>a:hover {
    color: #ffce31;
}

#banner .content .choose>small {
    width: 32px;
    min-width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 0.4);
    padding: 5px;
    margin: 0 30px;
    border-radius: 75%;
}

#banner .image {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
}

/*_____ owl-nav _____*/

.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 0;
    width: initial;
    height: initial;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    color: #0a2130;
    font-size: 14px;
    padding-top: 1px;
    padding-left: 1px;
    margin-top: -12px;
}

.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #e0ae2b;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    right: -30px;
}

/*_____ owl-dots _____*/

.owl-carousel.owl-theme .owl-dots {
    text-align: center;
    position: relative;
    margin-top: 20px;
    line-height: 0;
    z-index: 5;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    padding: 0 4px !important;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 11px;
    height: 11px;
    margin: auto;
    /* border: 2px solid #aaa; */
    border-radius: 50px;
    transition: all ease 0.5s;
    background: #CECDCD;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    margin: auto;
    background: #767474;
}

/*
|----------------------------------------------------------------------
|       Main Form
|----------------------------------------------------------------------
*/

#main_form {
    padding: 0;
    margin-top: -50px;
}

#main_form form {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

#main_form form .txtGrp {
    width: 34%;
    margin: 0;
}

#main_form form .txtGrp:not(:nth-of-type(1)) {
    width: 22%;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #eee;
}

#main_form form .txtBox {
    background-color: transparent;
    background-size: 8px;
    background-position: right 10px bottom 8px;
    padding-top: 20px;
    padding-bottom: 0;
    border: 0;
    box-shadow: none;
}

#main_form form .bTn,
#main_form form .webBtn {
    margin: 0;
}

#main_form form .webBtn>img {
    filter: brightness(0.2) invert(0);
}

/*
|----------------------------------------------------------------------
|       How it works
|----------------------------------------------------------------------
*/

#works .flexRow {
    margin: -15px;
}

#works .flexRow>.col {
    width: 25%;
    padding: 15px;
}

#works .inner>.icon {
    width: 90px;
    margin: 0 0 15px;
}

#works .flexRow>.col h6 {
    font-size: 15px;
}

/*
|----------------------------------------------------------------------
|       Folio
|----------------------------------------------------------------------
*/

#folio {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#folio:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1e2425;
    opacity: 0.7;
    z-index: 0;
}

#folio:after {
    content: "Customer Testimonials";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    color: rgb(255 255 255 / 0.3);
    font-size: 48px;
    font-family: "semi";
    text-align: center;
    z-index: 0;
}

#folio .contain-fluid {
    padding: 0;
}

#folio .heading {
    color: #fff;
}

#folio .inner {
    background: #fff;
    padding: 30px;
    border-radius: 7px;
}

#folio .inner>.icoBlk {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#folio .inner .ico {
    width: 90px;
    min-width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 0;
    box-shadow: none;
}

#folio .inner .ico:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/dp_clip_1.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

#folio .inner .txt h4 {
    font-family: "Regular";
    margin-bottom: 2px;
}

#folio .inner .txt span em {
    color: #e0ae2b;
}

#owl-folio .owl-nav {
    position: static;
    display: flex;
    justify-content: center;
    margin: 20px 0 -30px;
}

#owl-folio .owl-nav [class*="owl-"] {
    position: static;
    width: 36px;
    height: 36px;
    background: #fff !important;
    color: #0a2130;
    margin: 0;
    border-radius: 4px;
}

#owl-folio .owl-nav [class*="owl-"] i {
    font-weight: bold;
}

#owl-folio .owl-nav .owl-next {
    margin-left: 10px;
}

/*
|----------------------------------------------------------------------
|       Monitor
|----------------------------------------------------------------------
*/

#monitor .flexRow {
    margin: -15px;
    align-items: center;
}

#monitor .flexRow>.col {
    width: 50%;
    padding: 15px;
}

#monitor .image {
    max-width: 400px;
    margin: auto;
}

/*
|----------------------------------------------------------------------
|       Brands
|----------------------------------------------------------------------
*/

#brands {
    background: #f7f8f8;
}

#brands .flexRow {
    margin: -15px;
}

#brands .flexRow>.col {
    width: 25%;
    padding: 15px;
}

#brands .icon {
    max-width: 200px;
    max-height: 54px;
    margin: 0 auto;
    filter: brightness(0.6) invert(0.9) grayscale(1);
    transition: all ease 0.5s;
}

#brands .icon:hover {
    filter: none;
}

#brands .icon>img {
    max-width: inherit;
    max-height: inherit;
}

/*
|----------------------------------------------------------------------
|       Need Help?
|----------------------------------------------------------------------
*/

#need {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#need:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e0ae2b;
    opacity: 0.95;
    z-index: 0;
}

#need .outer {
    display: flex;
}

#need .outer>.content {
    width: 100%;
    max-width: 600px;
    color: #fff;
    margin-right: 30px;
}

#need .content>p>a {
    font-family: "semi";
}

#need .heading {
    color: #fff;
    margin-bottom: 15px;
}

#need .content>p>a:not(:hover) {
    color: #0a2130;
}

#need .content .webBtn {
    border: 0;
}

#need .outer>.image {
    align-self: flex-end;
    width: 380px;
    min-width: 380px;
    margin: -140px 0 -70px;
    margin-left: auto;
}

[index]>section {
    padding: 70px 0;
}

#need .content .webBtn {
    background-color: #fff;
    color: #0a2130 !important;
    margin-top: 15px;
}

#need .content .webBtn:hover {
    background: #000;
    color: #e0ae2b !important;
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
    display: block;
    font-weight: normal;
    cursor: pointer;
}

label>a {
    color: #3c9cdb;
}

label>a:hover {
    color: #e0ae2b;
}

.txtGrp {
    position: relative;
}

.txtGrp:not(:nth-last-child(1)) {
    margin-bottom: 20px;
}

.infoHead,
form h5 {
    margin-top: 40px;
    margin-bottom: 20px;
}

form h5+p {
    margin: -10px 0 20px;
}

.txtBox {
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    /* font-family: 'Segoe SemiBold'; */
    text-align: left;
    padding: 6px 12px;
    border: 1px solid #d0d0d0;
    border-radius: 7px;
    outline: none !important;
    transition: all ease 0.5s;
}

/* .txtGrp label+.txtBox:not(button) { */

.txtGrp label+.txtBox {
    padding: 16px 12px 6px;
}

.txtBox:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
    height: 120px;
    resize: none;
}

/* .txtGrp .txtBox {
	box-shadow: inset 1px 1px 4px #f2f3f7;
} */

.txtGrp .txtBox.uploadImg:not([data-upload]) {
    background: #fff;
    color: #e0ae2b;
    text-align: center;
    border-color: #e0ae2b;
    box-shadow: inset 1px 1px 4px #fcfcfc;
}

.txtGrp .txtBox.uploadImg[data-upload] {
    display: flex;
    align-items: center;
    color: #ffce31;
    filter: hue-rotate(160deg);
}

.txtGrp .txtBox.uploadImg[data-upload]:after {
    content: attr(data-text);
    flex: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* .txtGrp .txtBox.uploadImg[data-upload]:after {
    content: 'Hochladen';
    color: #e0ae2b;
    margin-left: 5px;
}


.txtGrp .txtBox.uploadImg[data-upload].uploaded:after {
    content: 'Entfernen';
} */

.txtGrp .txtBox.uploadImg[data-upload]>img {
    width: 14px;
    min-width: 14px;
    height: 14px;
    margin-right: 5px;
}

.txtGrp:not(.lblBtn)>label {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    min-height: 46px;
    color: #778ca3;
    font-family: "semi";
    line-height: 1;
    margin: 0;
    margin-left: 13px;
    pointer-events: none;
    transition: all ease 0.5s;
    z-index: 1;
}

.txtGrp:not(.lblBtn)>label.move {
    font-size: 10px;
    transform: translateY(-12px);
}

.txtBox:disabled {
    background: #e3e8ee;
    cursor: not-allowed;
    border-color: #d8dee6 !important;
}

.txtBox::placeholder {
    color: #0a2130;
}

.txtBox:focus::placeholder {
    opacity: 0.4;
}

.txtGrp .txtBox:focus::placeholder {
    opacity: 0;
}

.txtBox:hover,
.txtBox:focus {
    border-color: #e0ae2b;
}

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    width: 18px;
    min-width: 18px;
    height: 18px;
    margin-top: 0;
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
    appearance: initial;
}

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
    transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 8px;
    z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
    background: #fff;
    border: 1px solid #d9dade;
    border-radius: 4px;
    box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
    border-radius: 75%;
}

input[type="checkbox"]:checked:before {
    background-image: var(--tick);
}

input[type="radio"]:checked:after {
    border-color: #e0ae2b;
    box-shadow: inset 0 0 0 4px #e0ae2b;
}

input[type="checkbox"]:checked:after {
    background: #e0ae2b;
    border-color: #e0ae2b;
    box-shadow: none;
}

.lblBtn {
    display: flex;
    text-align: left;
}

.lblBtn>input[type="radio"],
.lblBtn>input[type="checkbox"] {
    margin-top: 2px;
}

.lblBtn label {
    align-self: center;
    font-family: "Segoe SemiBold";
    line-height: 1.5;
    cursor: pointer;
    margin: 0 0 0 10px;
}

input[type="file"].uploadFile {
    display: none;
}

.uploadImg {
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.txtGrp .txtBox.uploadBlk {
    height: 100px;
}

.txtGrp .txtBox.uploadBlk[data-upload]>img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    margin-right: 15px;
}

.txtGrp .txtBox.uploadBlk[data-upload]:before {
    content: attr(data-before);
    position: absolute;
    margin-left: 75px;
    margin-top: -30px;
    filter: brightness(0) invert(0.4);
}

.txtGrp .txtBox.uploadBlk[data-upload]:after {
    margin-top: 30px;
}

select.txtBox {
    /* background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="100px" viewBox="-255 347 100 100" style="enable-background:new -255 347 100 100;" xml:space="preserve"><path d="M-205,425.0830078c-1.6635742,0-3.3266602-0.6347656-4.5961914-1.9033203l-43.1665039-43.1669922 c-2.5385742-2.5385742-2.5385742-6.6538086,0-9.1923828c2.5380859-2.5380859,6.6542969-2.5380859,9.1923828,0L-205,409.390625 l38.5712891-38.5703125c2.5380859-2.5390625,6.6542969-2.5380859,9.1923828,0 c2.5380859,2.5385742,2.5380859,6.6538086-0.0009766,9.1923828l-43.1669922,43.1669922 C-201.6728516,424.4482422-203.3369141,425.0830078-205,425.0830078z"/></svg>'); */
    /* background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="300px" height="300px" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;" xml:space="preserve"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>'); */
    background-image: var(--chevron);
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 10px;
    padding-right: 24px !important;
    -webkit-appearance: none;
    appearance: none;
}

/*_____ info _____*/

.infoHead {
    display: flex;
    margin-bottom: 0;
}

.infoHead>*:not(.info) {
    margin-top: 0;
}

.info {
    position: relative;
    align-self: flex-start;
    color: #778ca3;
    line-height: 1;
    margin-left: auto;
}

.info>strong {
    display: flex;
    align-items: center;
    font-size: 90%;
    font-family: "Segoe SemiBold" !important;
    cursor: pointer;
}

.info>strong:after {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    background-image: var(--question);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    filter: brightness(0) invert(0.6);
}

.info .infoIn {
    position: absolute;
    top: 100%;
    right: 0;
    width: 240px;
    /* background: #fff; */
    background: rgb(255 255 255 / 0.7);
    padding: 20px;
    margin: 20px 0 0;
    line-height: 1.4;
    text-align: left;
    font-size: 90%;
    opacity: 0;
    visibility: hidden;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px 0 rgba(49, 49, 93, 0.1), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
    transition: all ease 0.5s;
    z-index: 2;
}

.info:hover .infoIn {
    margin-top: 7px;
    opacity: 1;
    visibility: visible;
}