/*
e6007c
site color
*/

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

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

@font-face {
    font-family: 'lite_ex';
    src: url('../fonts/Nunito-ExtraBold.ttf');
}

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

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

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

@font-face {
    font-family: 'smooth';
    src: url('../fonts/Nunito-SemiBold.ttf');
}

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

.lite {
    font-family: 'lite', sans-serif !important;
}

.lite_ex {
    font-family: 'lite_ex', sans-serif !important;
}

.regular {
    font-family: 'regular', sans-serif !important;
}

.semi {
    font-family: 'semi', sans-serif !important;
}

.bold {
    font-family: 'bold', sans-serif !important;
}

.smooth {
    font-family: 'smooth', sans-serif !important;
}

.price {
    font-family: 'price', sans-serif !important;
}

html {
    height: 100%;
}

body {
    position: relative;
    min-height: 100%;
    /* background-color: #f8f9fa; */
    /*background: #e6007c;*/
    color: #222;
    font-size: 14px;
    font-family: 'regular', sans-serif;
    line-height: 1.5;
    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.dark {
    background-color: #212b30;
}

body.flow {
    overflow: hidden !important;
}

body > main {
    flex: 1;
}

body > main:after {
    /* content: ''; */
    position: absolute;
    bottom: 28px;
    left: 36%;
    width: 100px;
    height: 100px;
    background: #e6007c;
    border-radius: 75%;
    opacity: 0.25;
    /* -webkit-clip-path: polygon(100% 0, 100% 65px, 0 65px, 0 0); */
    /* -o-clip-path: polygon(100% 0, 100% 65px, 0 65px, 0 0); */
    /* clip-path: polygon(100% 0, 100% 65px, 0 65px, 0 0); */
    z-index: -1;
}

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

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

body a {
    color: #2b3a50;
    word-break: break-word;
}

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

body a:hover,
body a:focus {
    color: #e6007c;
    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: #2b3a50; */
    color: #2f2f2f;
    font-family: 'semi', sans-serif;
    line-height: 1.2;
    margin: 0 0 10px;
}

p {
    margin: 0 0 10px;
}

p > a {
    color: #3c9cdb;
}

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

.relative {
    position: relative;
}

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

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

.toggle {
    position: absolute;
    top: 17px;
    left: 5px;
    display: none;
    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: #505050;
    border-radius: 50px;
    transition: all ease 0.5s;
}

.toggle span {
    position: relative;
    display: block;
    width: 22px;
    margin: 7px auto;
}

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

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

.toggle.active span {
    width: 16px;
    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 #e6007c;
}

.secHeading {
    position: relative;
    /* color: #fff; */
    font-size: 24px;
    font-family: 'bold', sans-serif;
    text-transform: uppercase;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.secHeading:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #e6007c;
}

.secHeading > span {
    display: block;
}

.secHeading > em {
    color: #e6007c;
}

.text-center.secHeading:before,
.text-center .secHeading:before {
    left: 0;
    right: 0;
    margin: auto;
}

p.pre {
    font-size: 18px;
    font-family: 'regular', sans-serif;
    margin: -15px 0 25px;
}

.color {
    color: #e6007c !important;
}

.background {
    background: #e6007c !important;
}

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

.webBtn {
    position: relative;
    min-width: 160px;
    height: 46px;
    background: #fff;
    /* color: #2b3a50 !important; */
    color: #e6007c !important;
    font-size: 13px;
    font-family: 'lite_ex', sans-serif;
    text-align: center;
    padding: 16px 20px 0;
    padding-bottom: 20px !important;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 1;
    text-transform: uppercase;
    border: 0;
    border-radius: 8px;
    box-shadow: inset #e6007c 0 0 0 1px, 0 3px 6px 0 rgba(0, 0, 0, 0.07);
    outline: none !important;
}

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

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

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

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

.blockBtn {
    display: flex;
    align-items: center;
    padding: 2px 20px 0 !important;
}

.blockBtn.full {
    width: 100%;
}

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

.txtBtn {
    padding-top: 10px;
}

.txtBtn em small {
    display: block;
    font-size: 9px;
    font-family: 'smooth', sans-serif;
    text-transform: none;
    margin-top: -4px;
}

.webBtn i {
    position: relative;
    top: 3px;
    font-size: 18px;
    line-height: 0;
    /* transition: all ease 0.5s; */
}

.blockBtn i {
    top: initial;
    /* align-self: center; */
    line-height: 1;
    /* margin: 0 !important; */
}

/* a.blockBtn i {
    top: 3px;
} */

.webBtn i.fi-arrow-right {
    margin-left: 30px;
}

.webBtn i.fi-arrow-left {
    margin-right: 30px;
}

.webBtn:focus,
.webBtn:hover {
    background: #a60557;
    color: #fff !important;
    transform: translateY(-1.5px);
    box-shadow: inset #a60557 0 0 0 2px, 0 7px 14px 0 rgba(59, 65, 94, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.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;
}

@-webkit-keyframes spinner {
    0% {
    }
    100% {
    }
}

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

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

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

/*
|----------------------------------------------------------------------
|       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', sans-serif;
    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: 980px;
    padding: 0 15px;
    margin: auto;
    min-height: 1px;
}

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

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

.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: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #000;
    opacity: 0;
    z-index: 28;
}

.upperlay.active {
    display: block;
}

/*
|----------------------------------------------------------------------
|       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: #e6007c;
    color: #fff;
    font-size: 16px;
    margin: -15px -15px 15px;
    padding: 15px 15px 14px;
    padding-right: 30px;
    border-radius: 4px 4px 0 0;
}

.popup ._inner p {
    font-size: 16px;
    margin-bottom: 5px;
}

.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', sans-serif;
    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;
    z-index: 50;
    min-width: 160px;
    max-width: 260px;
    background: #fff;
    border-top: 3px solid #e6007c;
    box-shadow: rgba(21, 24, 68, 0.1) 0 0 20px 0;
}

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

.dropLst > li > a {
    padding: 5px 12px 4px;
    border-bottom: 1px solid #f0f5f9;
    color: #2f2f2f;
}

.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: #2b3a50;
}

/*
|----------------------------------------------------------------------
|       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: #192125;
    z-index: 999999;
}

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

@-webkit-keyframes spin {
    0% {
    }
    100% {
    }
}

@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: #e6007c;
    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: 75%;
}

.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 {
    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: 'semi', sans-serif;
}

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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #000;
    z-index: 30;
}

.logo {
    float: left;
    width: 140px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 0;
    z-index: 1;
}

.logo > a {
    display: block;
}

.logo > a img {
    /* -webkit-filter: brightness(0) invert(1); */
    filter: none;
}

nav {
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 18px;
}

nav > ul {
    display: flex;
}

#nav {
    flex: 1;
}

nav > ul > li {
    position: relative;
}

nav > ul > li > a {
    height: 34px;
    color: #fff;
    font-size: 14px;
    font-family: 'lite', sans-serif;
    text-align: center;
    padding: 8px 18px 0;
    padding-bottom: 20px !important;
    text-transform: uppercase;
}

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

nav > ul > li.btnLi > a {
    min-width: 100px;
    border-radius: 8px;
    box-shadow: inset #7f7f7f 0 0 0 2px;
}

nav > ul > li.btnLi > a:hover {
    background: #7f7f7f;
    color: #fff !important;
}

nav > ul > li.btnLi.active > a {
    background: transparent;
    color: #e6007c !important;
    box-shadow: inset #e6007c 0 0 0 2px;
}

nav > ul > li.lang {
    display: none;
}

nav > ul > li.lang > a {
    display: flex !important;
    align-items: center;
    flex-flow: row-reverse;
    justify-content: flex-end;
}

nav > ul > li.lang > a img {
    position: relative;
    top: -1px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

nav > #btn {
    display: none;
}

#lang {
    float: right;
    margin-left: 20px;
}

#lang {
    float: right;
    display: flex;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px solid #464646;
}

#lang img {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

#lang .dropBtn img {
    width: 26px;
    min-width: 26px;
    height: 26px;
    margin-right: 24px;
}

#lang .dropBtn:before {
    content: '\e93d';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    color: #ccc;
    font-size: 14px;
    font-family: 'font-icon';
    font-weight: bold;
    line-height: 1;
    margin-top: -5px;
}

#lang .dropCnt {
    top: 100%;
    left: initial;
    right: 0;
    background: #111;
    min-width: 154px;
    border: 1px solid #464646;
    border-top: 0;
}

#lang .dropCnt > li {
    display: block;
    border-top: 1px solid #464646;
}

#lang .dropCnt > li a {
    display: flex !important;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-family: 'lite', sans-serif;
    padding: 15px 20px;
    line-height: 1;
}

#lang .dropCnt > li:nth-child(3) a {
    font-size: 16px;
}

#lang .dropCnt > li a:hover {
    background: #444;
}

#lang .dropCnt > li span {
    flex: 1;
}

#lang .dropCnt > li img {
    margin-left: 16px;
}

/*_____ 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', sans-serif;
    padding: 3px 8px 3px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50px;
    white-space: nowrap;
}

.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;
}

/*
|----------------------------------------------------------------------
|       Content
|----------------------------------------------------------------------
*/

#small-banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 420px;
    background-image: url('../images/Header.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 30px 0;
    margin-bottom: 50px;
}

#small-banner .inr {
    max-width: 400px;
    margin: 0 auto;
}

#small-banner h1 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

#small-banner h1 > span {
    display: flex;
}

#content {
    margin-bottom: 30px;
    font-size: 18px;
}

#content .contain {
    max-width: 820px
}

#content .content h3 {
    color: #e6007c;
    font-size: 20px;
    font-family: 'bold', sans-serif;
    margin-bottom: 20px;
}

#content .content p {
    margin-bottom: 20px;
}

#content .content .topHead {
    background: rgba(230, 0, 124, 0.15);
    padding: 10px 20px;
    margin-bottom: 20px;
}

#content .content .topHead h3 {
    margin-bottom: 0;
}

#content .content .txt {
    padding: 0 60px;
}

#content .content .headingBlk {
    position: relative;
    color: #e6007c;
    font-size: 18px;
    margin: 20px 0;
}

#content .content .headingBlk:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #fce4ec;
    margin: 0 -60px;
    z-index: -1;
}

#content .content .headingBlk > em {
    background: #fff;
    padding: 0 20px;
}

#content .content hr {
    border-color: #fce4ec;
    margin: 25px -60px;
}

/*
|----------------------------------------------------------------------
|       Strip
|----------------------------------------------------------------------
*/

body > main {
    position: relative;
}

#strip {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e6007c;
    transition: all ease 0.5s;
    z-index: 10;
    /* border-bottom: 2px solid #414141; */
}

#strip.fix {
    position: absolute;
}

#strip .outer {
    position: relative;
    padding: 15px 0 12px;
    z-index: 3;
}

#strip .content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

#strip .content.information .bTn .webBtn {
    background: transparent;
    color: #fff !important;
    box-shadow: inset #fff 0 0 0 1px, 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

#strip .content.information .bTn .webBtn:hover {
    background: #585858;
}

#strip .content .txt {
    margin-right: 30px;
}

#strip .content h5 {
    color: #fff;
    font-size: 20px;
    font-family: 'lite';
}

#strip .content h4 {
    color: #fff;
    font-size: 20px;
    font-family: 'lite';
    margin: 0;
    text-transform: uppercase;
}

#strip .content .bTn a {
    min-width: 260px;
}

.popup[data-popup="contact"] form {
    margin-top: 20px;
}

.popup[data-popup="contact"] .confirmBlk {
    display: none;
}

.popup[data-popup="contact"] .confirmBlk .bTn {
    margin-top: 70px;
}

.popup[data-popup="contact"] .confirmBlk .bTn a i {
    margin: 0;
}

/*_____ bootstrap-select _____*/

#banner form .bootstrap-select.txtBox {
    height: 42px;
    background: #fff;
    padding: 6px 12px;
    border: 1px solid #adadad;
    border-radius: 8px;
    color: #e6007c;
    border-color: #e6007c;
    transition: none;
}

#banner form .bootstrap-select.txtBox.open {
    border-radius: 8px 8px 0 0;
    border-bottom-width: 0;
}

#banner form .bootstrap-select.txtBox.open.dropup {
    border-radius: 0 0 8px 8px;
    border-top-width: 0;
    border-bottom-width: 1px;
}

#banner form .bootstrap-select.txtBox div.dropdown-menu {
    border-radius: 0 0 8px 8px;
    border: 1px solid #e6007c;
    box-shadow: none;
    left: -1px;
    right: -1px;
    width: auto;
    margin: 0;
    border-top: 0;
}

#banner form .bootstrap-select.txtBox.dropup div.dropdown-menu {
    border-radius: 8px 8px 0 0;
}

#banner form .bootstrap-select.txtBox ul.dropdown-menu {
    max-height: none !important;
}

#banner form .bootstrap-select.txtBox ul.dropdown-menu > li a {
    font-size: 15px;
    color: #e6007c;
    padding: 8px 12px;
}

#banner form .bootstrap-select.txtBox ul.dropdown-menu > li.active a,
#banner form .bootstrap-select.txtBox ul.dropdown-menu > li.selected > a {
    background: rgba(230, 0, 124, 0.1) !important;
    color: #e6007c;
    border-top-color: transparent;
}

#banner form .bootstrap-select.txtBox ul.dropdown-menu > li > a:hover {
    background: rgba(230, 0, 124, 0.07) !important;
    /* border-top: 1px solid #cc1a7a; */
}

#banner form .bootstrap-select.txtBox.show-tick ul.dropdown-menu > li:nth-last-child(1) a {
    flex-flow: column;
    padding: 0;
}

#banner form .bootstrap-select.txtBox.show-tick ul.dropdown-menu .subBtn {
    position: relative;
    display: flex;
    background: #e6007c;
    padding: 12px 12px 10px;
    align-items: center;
    margin: 0;
    width: 100%;
    color: #fff;
    z-index: 1;
}

#banner form .bootstrap-select.txtBox .caret {
    width: 20px;
    border: 0 !important;
}

#banner form .bootstrap-select.txtBox .caret:before {
    content: '\f078';
    position: absolute;
    top: -11px;
    right: 0;
    display: block;
    font-size: 14px;
    font-family: 'fontawesome';
    /* font-weight: bold; */
}

#banner form .bootstrap-select.txtBox.open .caret:before,
#banner form .bootstrap-select.txtBox.dropup .caret:before {
    content: '\f077';
}

#banner form .bootstrap-select.txtBox.show-tick ul.dropdown-menu > li > a .check-mark {
    position: absolute;
    display: block;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 12px;
    font-weight: bold;
    margin-top: -6px;
    border: 0 !important;
    line-height: 1;
}

#banner form .bootstrap-select.txtBox.show-tick ul.dropdown-menu > li.selected > a .check-mark {
    right: 16px;
    font-size: 16px;
    transform: rotate(40deg);
}

#banner form .bootstrap-select.txtBox.show-tick ul.dropdown-menu > li > a .check-mark:before {
    content: '\2715';
}

#banner form .bootstrap-select.txtBox.show-tick ul.dropdown-menu > li.selected > a .check-mark:before {
    content: '\02143';
}

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

label {
    display: block;
    font-family: 'semi', sans-serif;
    font-weight: normal;
    cursor: pointer;
}

label > a {
    color: #3c9cdb;
}

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

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

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

.txtBox {
    display: block;
    width: 100%;
    height: 36px;
    background: none;
    color: #5f5f5f;
    font-size: 16.5px;
    font-family: 'smooth', sans-serif !important;
    text-align: left;
    padding: 5px 0 6px;
    letter-spacing: 0.5px;
    border: 0;
    border-bottom: 1px solid #adadad;
    border-radius: 0;
    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: #5f5f5f;
    opacity: 0.8;
}

.txtBox:-ms-input-placeholder {
    color: #5f5f5f;
    opacity: 0.8;
}

.txtBox::-ms-input-placeholder {
    color: #5f5f5f;
    opacity: 0.8;
}

.txtBox::placeholder {
    color: #5f5f5f;
    opacity: 0.8;
}

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

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

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

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

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

input[type="radio"],
input[type="checkbox"] {
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    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: 8px;
    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: #e6007c;
}

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

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

.lblBtn {
    text-align: left;
}

.lblBtn label {
    display: inline !important;
    position: relative;
    top: 0;
    font-size: 15px;
    font-family: 'regular', sans-serif;
    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;
    /* position: fixed; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /*background: #293940;*/
    background: #000;
    color: #636767;
    font-size: 14px;
    /* z-index: 50; */
    z-index: 1;
}

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

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

footer a {
    color: #fff;
}

footer a:hover {
    color: #e6007c !important;
}

/*_____ Copyright _____*/

.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.copyright ul {
    margin: 0 -30px;
}

.copyright ul > li {
    padding: 0 30px;
    border-right: 2px solid #fff;
}

.copyright ul > li:nth-last-child(1) {
    border-right: 0;
}

.copyright ul > li i {
    font-size: 20px;
    margin-right: 10px;
}

.copyright .list {
    flex: 1;
}

.copyright .conect > li {
    font-size: 15px;
    border: 0;
}

/*_____ 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;
}
