/*
409df1
0082f7
site color
*/


/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/
@font-face {
    font-family: "Josef Bold";
    src: url("../fonts/JosefinSans-Bold.ttf");
}
@font-face {
    font-family: "Josef BoldItalic";
    src: url("../fonts/JosefinSans-BoldItalic.ttf");
}
@font-face {
    font-family: "Josef SemiBold";
    src: url("../fonts/JosefinSans-SemiBold.ttf");
}
@font-face {
    font-family: "AbrilFatface Regular";
    src: url("../fonts/AbrilFatface-Regular.ttf");
}

@font-face {
    font-family: "Barlow Light";
    src: url("../fonts/Barlow-Light.ttf");
}

@font-face {
    font-family: "Barlow Medium";
    src: url("../fonts/Barlow-Medium.ttf");
}

@font-face {
    font-family: "Barlow Regular";
    src: url("../fonts/Barlow-Regular.ttf");
}

@font-face {
    font-family: "Roboto Bold";
    src: url("../fonts/Roboto-Bold.ttf");
}

@font-face {
    font-family: "Roboto Medium";
    src: url("../fonts/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Roboto Regular";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Brandon Light";
    src: url("../fonts/brandon/BrandonGrotesque-Light.ttf");
}
@font-face {
    font-family: "Brandon Medium";
    src: url("../fonts/BrandonGrotesque-Medium.ttf");
}
@font-face {
    font-family: "Brandon Regular";
    src: url("../fonts/BrandonGrotesque-Regular.ttf");
}
@font-face {
    font-family: "Brandon Bold";
    src: url("../fonts/BrandonGrotesque-Bold.ttf");
}
@font-face {
    font-family: "Essonne Bold";
    src: url("../fonts/EssonnesDisplay-Bold.ttf");
}

.light {
    font-family: "Barlow Light" !important;
}

.regular {
    font-family: "Barlow Regular" !important;
}

.medium {
    font-family: "Barlow Medium" !important;
}

.bold {
    font-family: "Roboto Bold" !important;
}

.price {
    font-family: "Roboto Bold";
}

:root {
    --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><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>');
    --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

html.flow {
    overflow: hidden;
}


/*_____ scrollbar  _____*/

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

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

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

body {
    position: relative;
    min-height: 100%;
    /*background-color: #f5f6f8;
*/
    background-color: #fff;
    color: #333;
    font-size: 20px;
    /* font-family: "Brandon Regular"; */
    font-family: '-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif';
    margin: 0;
    padding: 0;
    line-height: 1.6;
    word-break: break-word;
    transition: all ease 0.5s;
    overflow-x: hidden;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

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

body.flow {
    overflow: hidden !important;
}

body>main {
    flex: 1;
    overflow: hidden;
}

::selection {
    background: #409df1;
    color: #fff;
}

::-moz-selection {
    background: #409df1;
    color: #fff;
}

body a {
    color: #080a0f;
    word-break: break-word;
}

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

body a:hover {
    color: #1f929c;
}

body a:focus,
body a:hover {
    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;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "Brandon Medium"; */
    font-family: '-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif';
    line-height: 1.2;
    margin: 0 0 10px;
}

p {
    margin: 0 0 15px;
}

p:nth-last-child(1) {
    margin: 0;
}

p>a {
    color: #0f3a74;
}

p>a:hover {
    color: #2115dc;
}

.relative {
    position: relative;
}

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

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

.toggle {
    position: absolute;
    top: 28px;
    right: 5px;
    display: flex;
    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: #ed1a3b; */
    background: #e0bc75;
    border-radius: 50px;
    transition: all ease 0.5s;
}

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

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

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

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

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

.toggle.active span:before {
    transform: rotate(405deg);
    -webkit-transform: rotate(405deg);
    -moz-transform: rotate(405deg);
    -ms-transform: rotate(405deg);
    -o-transform: rotate(405deg);
}

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

.blockquote {
    background: #fafafa;
    color: #151d23;
    padding: 10px 10px 10px 20px;
    border: 1px solid #f0f5f9;
    border-left: 4px solid #409df1;
}

.heading {
    position: relative;
    margin-bottom: 25px;
}

.heading>em {
    color: #409df1;
}

.sub_heading {
    color: #409df1;
    font-size: 14px;
    font-family: "Brandon Medium";
    text-transform: uppercase;
}

p.pre {
    color: #8b9593;
    margin: -10px 0 30px;
}

.color {
    color: #409df1 !important;
}

.background {
    background: #409df1 !important;
}


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

.webBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 35px;
    /* background: #ed1a3b; */
    background: transparent;
    border: 1px solid,#e0bc75;
    color: #e0bc75;
    font-size: 15px;
    font-family: "Brandon Medium";
    text-align: center;
    padding: 0 30px;
    white-space: nowrap;
    text-transform: capitalize;
    border-radius: 0px;
    outline: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

/* .webBtn:hover,
.webBtn:focus {
   
    opacity: 0.8;
    color: #fff;
} */

.smBtn {
    min-width: 40px;
    height: 36px;
    padding: 0 20px;
}

.mdBtn {
    min-width: 80px;
    height: 40px;
}

.lgBtn {
    height: 54px;
    font-size: 16px;
    padding: 0 40px;
}

.colorBtn {
    /* background: #ed1a3b; */
    background: transparent;
    border: 1px solid #e0bc75;
    color: #e0bc75;
}

.colorBtn:hover {
    /* background-color: #ed1a3b; */
    background-color: transparent;
    /* box-shadow: 0 7px 15px -2px #ed1a3b; */
    box-shadow: 0 7px 15px -2px  #e0bc75;
    color: #e0bc75;
}

.blankBtn {
    background: transparent;
    color: #e0bc75;
    border: 1px solid #e0bc75;
}

.blankBtn:hover {
    background: #fff;
    /* color: #DA3E2F; */
    color: #e0bc75;
}
.fulBtn{
    background: #e0bc75;
    color: #fff;
}
.fulBtn:hover{
    background: transparent;
    color: #e0bc75;
    border: 1px solid #e0bc75;
}
.lightBtn {
    background: transparent;
    color:  #e0bc75;
    border: 1px solid  #e0bc75;
}

.lightBtn:hover {
    background:  #e0bc75;
    color: #ffffff;
}

.labelBtn {
    min-width: initial;
    height: auto;
    background: transparent;
    color: #409df1;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.labelBtn:hover {
    background: transparent;
    color: #080a0f;
}

.labelBtn>i {
    font-size: 100%;
}

.simpleBtn {
    background: #006fc0;
    color: #ffffff;
    /* border: 1px solid #b5bcc0; */
}

.simpleBtn:hover {
    background: #fff;
    color: #006fc0;
    /* border-color: #409df1; */
}

.simpleBtn.icoBtn>img {
    filter: none;
    -webkit-filter: none;
}

.grayBtn {
    background: #fff;
    color: #8b9593;
    border: 1px solid #eee;
}

.grayBtn:hover {
    background: #fafafa;
    color: #8b9593;
}

.borderBtn {
    border: 1px solid #ffffff;
    color: #fff;
    background: transparent;
}

.arrowBtn {
    display: flex !important;
    width: 46px;
    min-width: 46px;
    padding: 0 5px;
}

.arrowBtn>i {
    font-weight: bold;
    margin: 0 !important;
}

.arrowBtn>img {
    width: 18px;
}

.icoBtn>img {
    width: 18px;
    margin-right: 10px;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.roundBtn {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.blockBtn {
    width: 100%;
}

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

.webBtn i {
    font-size: 140%;
    margin-right: 10px;
}

.webBtn.smBtn i {
    font-size: 120%;
}

.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 spinner _____*/

.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%;
    -webkit-animation: spinner 0.5s linear infinite;
}

.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);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}

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

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

.learnBtn {
    background: transparent;
    color: #409df1;
    font-family: "LeelawUI";
    padding: 0;
    text-transform: capitalize;
    border: 0;
}

.learnBtn i {
    position: relative;
    top: 3px;
    font-weight: bold;
    margin-left: 5px;
    /*transform: scale(-1);
*/
    transition: padding ease 0.5s;
    -webkit-transition: padding ease 0.5s;
    -moz-transition: padding ease 0.5s;
    -ms-transition: padding ease 0.5s;
    -o-transition: padding ease 0.5s;
}

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


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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

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

em {
    font-style: normal;
}

strong {
    font-family: "AbrilFatface Regular";
    font-weight: normal;
    color: #616161;
}

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

.ease,
body a,
body button,
body .webBtn {
    transition: all ease 0.5s;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
}

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

.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;
    padding: 4rem 0;
}

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

.formRow {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

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

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

.flexDv {
    width: 100%;
}

.flexRow {
    margin: -10px;
}

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

.bTn {
    display: flex;
    flex-flow: wrap;
    gap: 5px;
}

.bTn.formBtn {
    margin-top: 20px;
}

.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: 280px;
    right: 0;
    bottom: 0;
    background: rgb(10 33 48 / 0.9);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(5px);
    transition: all ease 0.5s;
    z-index: 100;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.upperlay.active {
    opacity: 1;
    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: 20px;
    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);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

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

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

.popup ._inner h3 {
    padding-right: 25px;
    margin-bottom: 20px;
}

.popup ._inner h4 {
    padding-right: 25px;
    margin-bottom: 15px;
}

.popBtn {
    cursor: pointer;
}

.crosBtn {
    position: absolute;
    top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5px;
    width: 28px;
    height: 28px;
    color: #8b9593;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    z-index: 5;
}

.crosBtn:before {
    content: "\2715";
    line-height: 1;
}

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

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

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

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


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

.dropBtn {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.dropBtn>i.chevron {
    display: inline-block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    background-image: var(--chevron);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    margin-left: 5px;
    transition: inherit;
}

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

.dropCnt {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 260px;
    max-width: 260px;
    background: #fff;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
    /*border: 1px solid #eee;
    */
    border-radius: 7px;
    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);
    transition: all ease 0.5s;
    overflow: hidden;
    display: block;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.dropCnt.right {
    left: initial;
    right: 0;
}

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

.dropLst {
    /* border: 1px solid #eee; */
    padding: 6px 0;
    /* border-radius: 7px; */
}

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

.dropLst>li:nth-child(1)>* {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.dropLst>li:nth-last-child(1)>* {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.dropLst>li:not(:nth-last-child(1)) {
    border-bottom: 1px solid #eee;
}

.dropLst>li>* {
    display: flex;
    align-items: center;
    width: 100%;
    background: #fff;
    /* color: #fff; */
    text-align: left;
    /* padding: 6px 15px; */
    border: 0;
}

.dropLst>li {
    padding: 0px 10px !important;
}


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

.dropLst>li>*>i {
    margin-right: 6px;
}

.dropLst>li a {
    justify-content: flex-start;
    text-align: left !important;
}


/*_____ 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: 4px;
    height: 4px;
    border-radius: 75%;
    background: #aaa;
    transition: all ease 0.5s;
    z-index: 2;
    -webkit-border-radius: 75%;
    -moz-border-radius: 75%;
    -ms-border-radius: 75%;
    -o-border-radius: 75%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

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


/*
|----------------------------------------------------------------------
|       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 #409df1;
    border-right: 4px solid #f0f5f9;
    border-radius: 75%;
    animation: spin 0.5s linear infinite;
    -webkit-animation: spin 0.5s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
    }
}


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

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

.ico {
    background: #fff;
    border-radius: 75%;
    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);
    -webkit-border-radius: 75%;
    -moz-border-radius: 75%;
    -ms-border-radius: 75%;
    -o-border-radius: 75%;
}

.ico a,
.icon a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

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

.ico img {
    object-fit: cover;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.icon img {
    object-fit: contain;
}

.ico>i.status {
    position: absolute;
    top: 0;
    right: -4px;
    display: block;
    width: 12px;
    height: 12px;
    /*background: #43b753;
*/
    background: #409df1;
    border: 2px solid #fff;
    border-radius: 75%;
    -webkit-border-radius: 75%;
    -moz-border-radius: 75%;
    -ms-border-radius: 75%;
    -o-border-radius: 75%;
}

.ico>i.status.active {
    background: #43b753;
    /* background: #409df1; */
}

.ico>i.status.away {
    background: #ffcb00;
}

.ico>i.status.busy {
    background: #5883ff;
}

.ico>i.status.offline {
    background: #ff5465;
}

.ico>.loading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    /* width: 50%; */
    min-width: 100%;
    height: 3px;
    background: #eee;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    overflow: hidden;
}

.ico>.loading:before {
    content: "";
    width: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #409df1;
}


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


/* edditor */


/*

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

.ckEditor {
    /* Font */
    /* Emoji fonts are added to visualise them nicely in Internet Explorer. */
    font-family: "LeelawUI", sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    /* Text color */
    color: #333;
}

.ckEditor .cke_editable {
    font-size: 13px;
    line-height: 1.6;
    /* Fix for missing scrollbars with RTL texts. (#10488) */
    word-wrap: break-word;
}

.ckEditor blockquote {
    font-style: italic;
    font-family: Georgia, Times, "Times New Roman", serif;
    padding: 2px 0;
    border-style: solid;
    border-color: #ccc;
    border-width: 0;
}

.ckEditor .cke_contents_ltr blockquote {
    padding-left: 20px;
    padding-right: 8px;
    border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
    padding-left: 8px;
    padding-right: 20px;
    border-right-width: 5px;
}

.ckEditor a {
    display: inline;
    color: #0782c1;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
    /* IE7: reset rtl list margin. (#7334) */
    *margin-right: 0px;
    /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
    padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
    padding: 0;
    padding-left: 20px;
    margin: 0 0 10px;
    list-style-position: inside;
}

.ckEditor ul>li,
.ckEditor ol>li {
    display: list-item;
    margin-bottom: 5px;
}

.ckEditor ul>li ul,
.ckEditor ol>li ol {
    margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
    font-weight: normal;
    line-height: 1.2;
}

.ckEditor hr {
    border: 0px;
    border-top: 1px solid #ccc;
}

.ckEditor img.right {
    border: 1px solid #ccc;
    float: right;
    margin-left: 15px;
    padding: 5px;
}

.ckEditor img.left {
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    padding: 5px;
}

.ckEditor pre {
    white-space: pre-wrap;
    /* CSS 2.1 */
    word-wrap: break-word;
    /* IE7 */
    -moz-tab-size: 4;
    tab-size: 4;
}

.ckEditor .marker {
    background-color: Yellow;
}

.ckEditor span[lang] {
    font-style: italic;
}

.ckEditor figure {
    text-align: center;
    outline: solid 1px #ccc;
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    margin: 10px 20px;
    display: inline-block;
}

.ckEditor figure>figcaption {
    text-align: center;
    display: block;
    /* For IE8 */
}

.ckEditor a>img {
    padding: 1px;
    margin: 1px;
    border: none;
    outline: 1px solid #0782c1;
}


/* Widget Styles */

.ckEditor .code-featured {
    border: 5px solid red;
}

.ckEditor .math-featured {
    padding: 20px;
    box-shadow: 0 0 2px rgba(200, 0, 0, 1);
    background-color: rgba(255, 0, 0, 0.05);
    margin: 10px;
}

.ckEditor .image-clean {
    border: 0;
    background: none;
    padding: 0;
}

.ckEditor .image-clean>figcaption {
    font-size: 0.9em;
    text-align: right;
}

.ckEditor .image-grayscale {
    background-color: white;
    color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.ckEditor .embed-240p {
    max-width: 426px;
    max-height: 240px;
    margin: 0 auto;
}

.ckEditor .embed-360p {
    max-width: 640px;
    max-height: 360px;
    margin: 0 auto;
}

.ckEditor .embed-480p {
    max-width: 854px;
    max-height: 480px;
    margin: 0 auto;
}

.ckEditor .embed-720p {
    max-width: 1280px;
    max-height: 720px;
    margin: 0 auto;
}

.ckEditor .embed-1080p {
    max-width: 1920px;
    max-height: 1080px;
    margin: 0 auto;
}

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

.ckEditor b,
.ckEditor strong {
    font-weight: bold;
}

.ckEditor u {
    text-decoration: underline;
}

.ckEditor span {
    display: initial;
    text-decoration: inherit;
}


/* ===================header==================== */


/* ----top-nav---- */

.topNav {
    padding: 7px 0px;
    background:  #cecece3d;
    font-size: 15px;
}

.topNav a {
    font-size: 15px;
}

.topNav .colL {
    width: 70%;
    align-self: center;
    display: flex;
}

.topNav .colR {
    width: 30%;
    align-self: center;
    justify-content: space-between;
}

.topNav .colL a {
    color: #000;
    display: flex;
    margin-right: 40px;
    align-items: center;
}
.topNav .colL a:hover{
    /* color:#ed1a3b ; */
    color: #e0bc75;
}
.topNav .colL a .img {
    width: 17px;
    align-self: center;
    margin-right: 7px;
}

.topNav .social {
    display: flex;
    flex-flow: wrap;
    gap: 0.5rem;
}

.topNav .social li a {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 13px;
    min-width: 21px;
    height: 21px;
    /* border: 1px solid #fff; */
    background: #fff;
    padding: 3px;
    list-style: none;
    border-radius: 75%;
    transition: all ease 0.5s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 75%;
    -ms-border-radius: 75%;
    -o-border-radius: 75%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.topNav .social li a:hover {
    /* background: #ed1a3b; */
    background: #e0bc75;
}


#lang .img {
    width: 17px;
    align-self: center;
    margin-right: 10px;
}

#lang {
    color: #000;
    margin-right: 40px;
}

#lang i {
    margin-left: 10px;
}

#lang .dropCnt {
    top: 100%;
    left: -20px;
    right: -8;
    background: #363636;
    min-width: 130px;
    border: 1px solid #fff;
    border-top: 0;
}

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

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

#lang .dropCnt>li a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    font-size: 14px;
    margin-right: 0;
    font-family: "Brandon Regular";
    padding: 10px 20px;
}

#lang .dropCnt>li span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.topNav .cta {
    color: #000;
}

.topNav .cta i {
    color: #000;
}

.topNav .cta a {
    color: #000;
}

.topNav .cta a:hover {
    /* color: #ed1a3b; */
    color: #e0bc75;
}

header {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 126px;
    z-index: 50;
    background: #fff;
    box-shadow: 2px 0 26px rgb(215 222 227 / 40%);
}

header.fix {
    box-shadow: 2px 0 26px rgb(215 222 227 / 40%);
    background: #fff;
    position: fixed;
}

.logo {
    float: left;
    /* width: 192px !important; */
    width: 310px !important;
    height: 83px !important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
    /* background: #fff; */
    padding: 0px;
    position: relative;
    z-index: 100000;
}

.logo>a {
    display: block;
}

nav {
    display: flex;
    align-items: center;
    height: 82px;
    justify-content: center;
    gap: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 23px;
}

[nav] {
    display: flex;
    justify-content: flex-end;
    flex: 1;
    align-items: center;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

nav ul:first-child {
    justify-content: flex-end;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -20px;
}

nav ul>li {
    position: relative;
    padding: 0 20px;
    color: #08082B;
}

nav ul>li:not(.btnLi)>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    color: #080a0f;
    font-size: 15px;
    text-align: center;
    position: relative;
    font-family: "Brandon Medium";
}

header.fix nav li a {
    color: #080a0f;
}
nav ul>li:not(.btnLi)>a:before {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0;
    height: 2px;
    /* background: #ed1a3b; */
    background:#e0bc75 ;
    width: 0px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#nav > li:not(.btnLi) > a:hover:before,#nav > li:not(.btnLi).active > a:before {
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
[nav] ul li>.active {
    /* color: #ed1a3b; */
    color: #e0bc75;
    transition: all ease 05;
    -webkit-transition: all ease 05;
    -moz-transition: all ease 05;
    -ms-transition: all ease 05;
    -o-transition: all ease 05;
}

[nav] #cta {
    margin-left: 4rem;
}

.upperlay {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: #000;
    opacity: 0;
    z-index: 28;
}


/* ==========banner========= */

#banner {
    background: #FFF8F6;
    min-height: 700px;
    overflow: hidden;
}

#owl-banner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#owl-banner .owl-stage-outer {
    min-height: 700px;
}

#owl-banner .inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#owl-banner .inner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #25231f;
    opacity: 0.6;
}

#banner .inner video,
#banner .inner .image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
    object-position: center;
}

.bannerCntnt {
    width: 800px;
    position: relative;
    z-index: 9;
    color: #fff;
    margin-left: auto;
    text-align: right;
}

#banner {
    padding-top: 8rem;
}

#banner .col1 {
    width: 40%;
    padding: 43px 20px;
    margin-right: -45px;
    background: #fff;
    box-shadow: 2px 0 26px rgb(215 222 227 / 40%);
    z-index: 1;
}

#banner .col2 {
    width: 70%;
    padding-top: 4rem;
}
#banner .col2 iframe{
    border:3px solid #000
}
#banner .col1 h1 {
    font-family: 'Roboto Medium';
    font-size: 37px;
    color: #e0bc75!important;
    letter-spacing: 2px;
    line-height: 1.2em;
}

#banner .col1 strong {
    color: #616161!important;
    font-size: 36px;
}


/* =============sec_proven=========== */

.sec_heading {
    text-align: center;
    color: #414142;
}

.sec_heading h2 {
    /* font-family: "Essonne Bold"; */
    font-family:"Times New Roman" !important;
    font-style:italic;
    font-size: 40px;
    color: #000;
}

#sec_proven h3 {
    font-size: 32px;
    color: #333;
}

#sec_proven .colR {
    width: calc(100%/2);
    margin-top: 25px;
}

#sec_proven .col1 {
    padding-right: 30px;
}

#sec_proven .col1 .inside {
    position: relative;
    padding-left: 30px;
}

#sec_proven .col1 .inside::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #e0bc75;
}

#sec_proven .col1 .inside strong {
    font-size: 20px;
}

#sec_proven .col1 .within {
    display: flex;
}

#sec_proven .col1 .within .image-1 {
    width: 70px;
    height: 70px;
    margin-right: 23px;
}

#sec_proven .col1 .within .image-1 img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

#sec_proven .col1 .within .detail {
    align-self: center;
}

#sec_proven .col1 .within .detail h6 {
    color: #e0bc75;
}

#sec_proven .col1 .cta {
    margin-top: 30px;
}

#sec_proven .col2 {
    position: relative;
}

#sec_proven .col2 .bg-dot.primary {
    background-image: radial-gradient(#e0bc75 2px, #f2ecea00 2.5px);
}

#sec_proven .col2 .shape.rellax {
    z-index: 1;
}

#sec_proven .col2 .shape.rellax {
    position: absolute;
}

#sec_proven .col2 .bg-dot {
    background-size: 0.75rem 0.75rem;
}

#sec_proven .col2 .bg-dot,
#sec_proven .col2 .bg-line {
    opacity: .4;
}

#sec_proven .col2 .h-20 {
    height: 10rem!important;
}

#sec_proven .col2 .w-16 {
    width: 8rem!important;
}

#sec_proven .col2 .overlap-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

#sec_proven .col2 .overlap-grid-2 .item:nth-child(1) {
    width: 66%;
    margin-top: 0;
    margin-left: 34%;
    z-index: 3;
}

#sec_proven .col2 .overlap-grid-2 .item:nth-child(2) {
    width: 60%;
    margin-top: -31%;
    margin-left: 77px;
    z-index: 4;
}

#sec_proven .col2 figure {
    position: relative;
    padding-bottom: 78%;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#sec_proven .col2 figure img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* =======sec_contact==== */

#sec_contact {
    padding-top: 0;
}

#sec_contact .col1 {
    width: 65%;
    padding: 51px 60px;
    background: #FFF8F6;
    text-align: center;
}

#sec_contact .col2 {
    width: 35%;
    z-index: 1;
}

#sec_contact .txtBox {
    display: block;
    width: 100%;
    height: 39px;
    background: transparent;
    text-align: left;
    border: none;
    padding: 6px 12px;
    padding-left: 0;
    color: #000;
    margin: 10px 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: none !important;
    transition: all ease 0.5s;
    font-size: 15px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

#sec_contact .txtArea {
    display: block;
    width: 100%;
    height: 39px;
    background: transparent;
    text-align: left;
    border: none;
    padding: 6px 12px;
    padding-left: 0;
    color: #000;
    margin: 10px 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: none !important;
    transition: all ease 0.5s;
    font-size: 13px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

#sec_contact form h2 {
    color: #000;
    text-align: center;
    margin: 24px 0;
    margin-bottom: 34px;
}

#sec_contact ::placeholder {
    color: #000;
}

#sec_contact .btn-box {
    margin: 26px 0;
    text-align: center;
}

#sec_contact .owl-carousel .owl-nav .owl-prev {
    left: 0px;
    width: 28px;
    /* background: #ed1a3b; */
    background: #e0bc75;
    height: 30px;
    border-radius: 3px;
    padding: 11px;
    position: absolute;
    top: 47%;
}

#sec_contact .owl-carousel .owl-nav .owl-next {
    right: 0px;
    width: 28px;
    /* background: #ed1a3b; */
    background: #e0bc75;
    height: 30px;
    border-radius: 3px;
    padding: 11px;
    position: absolute;
    top: 47%;
}

#sec_contact .owl-carousel .owl-nav i {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
}

#sec_contact .inner-1 {
    background: #fff;
    padding: 13px;
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#sec_contact .inner-1 h5 {
    color: #e0bc75;
}

#sec_contact .inner-1 .image-1 {
    width: 30px;
    height: 24px;
    margin: auto;
    margin-bottom: 14px;
}

#sec_contact .inner-1 .image-1 {
    filter: brightness(0) invert(0);
    -webkit-filter: brightness(0) invert(0);
}

#sec_contact .image {
    position: relative;
    padding-bottom: 119%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec_contact .image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: fill;
    z-index: -1;
}
#sec_contact .form-row {
    flex-basis: 100%;
    position: relative;
    margin-bottom: 22px;
}
.form-row label:not(.textarea):not(.checkbox-wrapper):not(.radio-button) {
    height: 30px;
    width: fit-content;
}
.form-row form input[type=color], .form-row form input[type=date], .form-row form input[type=datetime-local], .form-row form input[type=datetime], .form-row form input[type=email], .form-row form input[type=month], .form-row form input[type=number], .form-row form input[type=password], .form-row form input[type=range], .form-row form input[type=search], .form-row form input[type=tel], .form-row form input[type=text], .form-row form input[type=time], .form-row form input[type=url], .form-row form input[type=week], .form-row form textarea {
    --tw-text-opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 0;
    border-width: 0;
    bottom: 0;
    box-shadow: 0 0 #0000,0 0 #0000,var(--tw-shadow);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-family: GraphikLight,helvetica,serif;
    font-weight: 700;
    height: 100%;
    letter-spacing: 1px;
    outline: 0;
    padding-left: 1rem;
    transition: all .2s ease-in;
    width: 100%;
}
.form-row input[type=email], .form-row input[type=text],.form-row select {
    background-color: transparent;
    padding-left: .25rem;
    text-align: center;
}
.textBox{
    /* width: 100%; */
    /* height: 46px; */
    /* background: #fff; */
    text-align: left;
    /* padding: 6px 12px; */
    color: #000;
    margin: 10px 0;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: none !important;
    transition: all ease 0.5s;
    font-size: 13px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}
#sec_contact .cta{
    margin-top: 40px;
}
/* =============sec_steps======== */

#sec_steps {
    padding-top: 0;
}
#sec_steps .inner h2{
    font-family: 'Josef Bold';
    font-size: 44px;
    /* display: flex; */
    letter-spacing: -2px;

}#sec_steps .col1{
    position: relative;
}
#sec_steps .upper{
    position: absolute;
    top: -80px;
    left: 0;
}

#sec_steps .upper p {
    font-family: serif;
    font-weight: normal;
    /* color: #ed1a3b; */
    color: #e0bc75;
    margin-right: 11px;
    font-size: 120px;
    font-weight: 800;
}
#sec_steps .sec_heading {
    margin-bottom: 55px;
}

#sec_steps .flexBox .colR {
    width: calc(100%/2);
}

#sec_steps .flexBox {
    margin-top: 45px;
    position: relative;
    margin-bottom: 62px;
}

#sec_steps .flexBox:last-child {
    margin-bottom: 0;
}

/* #sec_steps .flexBox::before {
    position: absolute;
    content: '';
    top: -75px;
    left: 0;
    width: 78px;
    height: 30px;
    background: #e0bc75;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

#sec_steps .flexBox::after {
    position: absolute;
    content: '';
    top: -75px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

#sec_steps .flexBox .upper {
    color: #fff;
    position: absolute;
    left: 17px;
    font-family: 'Roboto Bold';
    top: -73px;
}

#sec_steps .flexBox .upper:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 28px;
    background: #e0bc75;
    right: -10px;
    width: 2rem;
    z-index: 1;
    height: 11px;
    display: block;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(71% 100%, 0 0, 100% 0);
    margin: -0.2rem auto 0;
} */

#sec_steps .flexBox:nth-child(odd) .col1 {
    margin-right: 40px;
    padding-left: 60px;
}

#sec_steps .flexBox:nth-child(even) .col1 {
    margin-left: 40px;
    padding-left: 60px;
}

#sec_steps .flexBox:nth-child(even) {
    flex-direction: row-reverse;
}

#sec_steps .image {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sec_steps .image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    object-fit: cover;
    z-index: -1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


/* =========sec_using========= */

#sec_using {
    padding-top: 0;
}
#sec_using .flexBox{
    flex-wrap: wrap !important;
}
#sec_using .flexBox .colR {
    width: calc(100%/3);
   padding: 30px;
}

#sec_using .vidBlk {
    position: relative;
    display: block;
    background: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50%;
    max-width: 850px;
    cursor: pointer;
    border-radius: 7px;
    -webkit-box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
    box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
    overflow: hidden;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

#sec_using .vidBlk:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 14%;
    min-width: 36px;
    max-width: 100px;
    background-image: url(../images/play-button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    opacity: 0.9;
    z-index: 1;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
}

#sec_using .vidBlk:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.589);
}

#sec_using .cntnt {
    background: #fff;
    padding: 14px 30px;
    margin: auto;
    margin-top: 24px;
    border-radius: 45px;
    width: fit-content;
    box-shadow: 0 0px 9px #9886895e;
}

#sec_using .cntnt h5 {
    margin-bottom: 0;
}

#sec_using .sec_heading {
    text-align: center;
    margin: auto;
    width: 46%;
    margin-bottom: 28px;
}


/* ==========contact-form======== */

#contact-form {
    background: #e0bc75;
}

#contact-form .sec_heading h2 {
    color: #fff;
}

#contact-form .width-less {
    width: 50%;
    margin: auto;
    margin-top: 28px;
}

#contact-form select {
    display: block;
    width: 100%;
    height: 46px;
    background: #fff;
    text-align: left;
    padding: 6px 12px;
    color: #000;
    margin: 10px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    outline: none !important;
    transition: all ease 0.5s;
    font-size: 13px;
}

#contact-form label {
    color: #fff;
}

#contact-form .btn-box {
    text-align: center;
}


/* =========#sec-faq========= */


#sec-faq{
    padding-top: 0;
}
#sec-faq .colr {
    width: 70%;
    margin: auto;
    margin-top: 46px;
}

#sec-faq .faqLst .faqBlk {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 25px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#sec-faq .faqLst>.faqBlk h5 {
    margin-bottom: 0;
    padding-right: 30px;
    font-size: 20px;
}

#sec-faq .faqLst>.faqBlk h5:after {
    content: "";
    position: absolute;
    background-image: url(../images/work-screenshots/Plus_symbol.svg);
    background-size: contain;
    height: 45px;
    width: 49px;
    top: 12px;
    right: 6px;
    font-size: 72%;
}

#sec-faq .faqLst>.faqBlk.active h5:after {
    background-image: url(../images/work-screenshots/Minus_symbol.svg);
    height: 20px;
    width: 16px;
    right: 28px;
    top: 27px;
}

#sec-faq .faqLst>.faqBlk .txt {
    padding-top: 13px;
    display: none;
}

#sec-faq .faqBlk p {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#sec-faq .faqBlk h5 {
    cursor: pointer;
}
/*==============================footer====================== */
                
footer.mover {
    background: #161616;
    padding-top: 80px;
}

footer {
    position: relative;
    color: #fff;
    overflow: hidden;
    font-size: 16px;
}

footer .footer-logo {
    width: 90%;
}


footer .colR p {
    color: #A5A5A5;
}

footer .contain {
    z-index: 3;
}

footer .flexRow {
    display: flex;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer .flexRow .colR {
    width: calc(100%/4);
    padding: 0 15px;
}

footer .footerLogo {
    max-width: 21rem;
    margin-bottom: 1.5rem;
}

footer a {
    color: inherit;
}

footer .image-log {
    position: relative;
    margin-top: -50px;
    padding-bottom: 133%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

footer .image-log img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
}

footer h4 {
    position: relative;
    border-bottom: 1px solid #262728;
    /* color: #ed1a3b; */
    color: #e0bc75;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 10px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

footer label {
    font-weight: 100;
    color: #A5A5A5;
}

footer .popular-post li {
    position: relative;
    display: block;
    color: #A5A5A5;
    padding-bottom: 9px;
    padding-left: 20px;
    list-style-type: none;
}

footer .popular-post>li:before {
    position: absolute;
    content: '\f105';
    top: 0px;
    left: 0px;
    font-family: "FontAwesome";
    font-size: 14px;
    color: #A5A5A5;
}

footer .popular-post>li:hover:before {
    /* color: #ed1a3b; */
    color: #e0bc75;
}

footer .popular-post li:nth-last-child(1) {
    border-bottom: none;
}

footer ul li a:hover {
    /* color: #ed1a3b; */
    color:#e0bc75 ;
}

footer .infoLst>li {
    display: flex;
    color: #A5A5A5;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 14px;
    list-style-type: none;
}

footer .infoLst>li>img {
    width: 20px;
    align-self: center;
    min-width: 20px;
    height: 18px;
    margin-top: 2px;
    margin-right: 10px;
    filter: invert(0) brightness(8);
    -webkit-filter: invert(0) brightness(8);
}

footer .infoLst>li:nth-child(4) {
    border-bottom: none;
    color: #0383ff;
}

footer .infoLst>li:nth-child(4)>img {
    filter: invert(0);
    -webkit-filter: invert(0);
}
/* 4rth col */

footer .social {
    margin: 16px -3px -3px;
}

footer .social>li {
    padding: 3px;
}

footer a {
    color: inherit;
    font-size: 14px;
}

footer .social>li>a {
    background: rgb(255 255 255 / 10%);
    color: #fff;
    width: 30px;
    height: 30px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin: 0 3px 5px;
    font-size: 18px;
    overflow: hidden;
    position: relative;
    transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
    -webkit-transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0s, border-radius 0.2s linear 0.2s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

footer .social>li>a>img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

footer .social>li a:hover {
    /* background: #ed1a3b; */
    background: #e0bc75;
}


/* copyright */

.copyright {
    padding: 15px 0;
    margin-top: 35px;
    border-top: 1px solid rgb(255 255 255 / 7%);
    z-index: 1;
}

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

.copyright p {
    flex: 1;
    margin: 0;
    text-align: center;
}

.copyright p>a {
    color: #409df1;
}

.copyright p>a:hover {
    color: #fff;
}

footer form>label {
    font-size: 13px;
    margin-bottom: 7px;
    font-family: "Brandon Regular";
}

footer .txtGrp {
    position: relative;
}

footer form .txtGrp {
    display: flex;
    align-items: center;
    color: #080a0f;
    margin: 10px 0 30px;
}

footer .txtBox {
    display: block;
    width: 100%;
    height: 46px;
    background: #fefefe;
    text-align: left;
    padding: 6px 12px;
    border: 1px solid #eee;
    border-radius: 6px;
    outline: none !important;
    transition: all ease 0.5s;
    font-size: 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

footer form .txtBox {
    padding-right: 46px;
}

footer form button {
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    background: transparent;
    font-size: 16px;
    padding: 0;
    line-height: 0;
    border: 0;
}

footer form button i {
    color: #a19191;
}

/* faq */

#order .colR {
    margin: 0 12px;
    background: #fff;
    margin-top: 90px;
    padding: 27px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
}

#order .colR.col1 {
    width: 75%;
}

#order .colR.col2 {
    width: 25%;
}

#order .col2 .content {
    align-items: center;
    display: flex;
    margin-bottom: 13px;
    margin-top: 14px;
}

#order .col2 .image {
    width: 77px;
    margin-right: 18px;
}

#order .col2 .inner li {
    display: flex;
    justify-content: space-between;
}

#order .col2 .detail .solid {
    font-weight: 600;
}

#order .head {
    border-bottom: 1px solid #c6c6c6;
}

#order .col1 .content {
    display: flex;
    margin-top: 27px;
}

#order .col1 .image {
    width: 5%;
    height: 100%;
    margin-right: 30px;
    position: relative;
}

#order .col1 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -ms-border-radius: 60%;
    -o-border-radius: 60%;
}

#order .col1 .inside {
    background: aliceblue;
    border-radius: 5px;
    width: fit-content;
    padding: 19px;
    position: relative;
}

#order .col1 .inside-1 {
    background: #f2f2f2;
    border-radius: 5px;
    width: fit-content;
    padding: 19px;
    position: relative;
}

#order .col1 .inside::before {
    content: "";
    position: absolute;
    top: 100%;
    left: -16px;
    /* right: 0; */
    top: 15px;
    width: 2rem;
    height: 1rem;
    display: block;
    background: inherit;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: rotate(90deg);
    margin: -0.2rem auto 0;
}

#order .col1 .inside-1::before {
    content: "";
    position: absolute;
    top: 100%;
    left: -16px;
    /* right: 0; */
    top: 15px;
    width: 2rem;
    height: 1rem;
    display: block;
    background: inherit;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    transform: rotate(90deg);
    margin: -0.2rem auto 0;
}

#order .col1 .chat {
    padding-bottom: 38px;
    border-bottom: 1px solid #c6c6c6;
}

#order .col1 .chat-form {
    background: aliceblue;
    margin: 25px 0px;
    padding: 26px;
}

#order .col1 .txtArea {
    display: block;
    width: 100%;
    height: 150px;
    background: #fff;
    text-align: left;
    padding: 6px 12px;
    resize: none;
    border: none;
    border-radius: 0px;
    outline: none !important;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#order .col1 .txtGrp {
    position: relative;
}

#order .col1 .in-file {
    position: absolute;
    bottom: 0;
    right: 0;
}

#order .col1 .in-file .uploadImg {
    background: #eee;
    padding: 7px 20px;
    border-radius: 0px;
    border: none;
    color: #a7a9ab;
    width: fit-content;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

#order .col1 .in-file .uploadImg i {
    margin-right: 5px;
}

#order .col1 .in-file .uploadFile {
    display: none;
}


/* =======filter-page====== */

#sec_filter {
    padding-top: 10rem;
}

#sec_filter .colR {
    width: calc(100%/6);
    margin: 10px 10px;
    border: 1px solid #cdcdcd;
}

#sec_filter .colR .content {
    padding: 20px;
    padding-bottom: 0;
}

#sec_filter .colR:hover .content h5 a {
    color: #e0bc75;
}

#sec_filter .colR .inner .image {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.35s ease-in-out;
}

#sec_filter .colR .inner .image img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: cover;
    z-index: -1;
    -webkit-transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: var(--transition);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: transform 2s cubic-bezier(0.2, 0.96, 0.34, 1), -webkit-transform 2s cubic-bezier(0.2, 0.96, 0.34, 1);
}

#sec_filter .colR .inner .image:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

#sec_filter .colR .inside .image1 {
    height: 50px;
    width: 50px;
    margin-right: 15px;
    position: relative;
}

#sec_filter .colR .inside .image1 img {
    border-radius: 60px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec_filter .colR .inside {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

#sec_filter .colR .inside .detail h6 {
    margin-bottom: 0;
}

#sec_filter .colR .inside .detail p {
    color: #74767e;
}

#sec_filter .colR .amount {
    padding-bottom: 15px;
    display: flex;
    padding-left: 20px;
    align-items: center;
    color: #74767e;
    justify-content: space-between;
    padding-right: 20px;
}

#sec_filter .colR .amount a {
    color: #74767e;
}

#sec_filter .colR .price {
    font-family: "Barlow Medium";
}

#sec_filter .colR .price a {
    display: block;
    font-size: 12px;
}

#sec_filter .colR .amount a:hover i {
    color: #ff7373;
}

#sec_filter .colR .price a span {
    font-family: "Roboto Bold";
    font-size: 16px;
}

#sec_filter .flexBox {
    margin-top: 30px;
}

#sec_filter .colR .rating {
    display: flex;
    color: #ffa52e;
    align-items: center;
    font-weight: 600;
    font-family: "Barlow Regular";
}

#sec_filter .colR .rating i {
    margin-right: 10px;
}

#sec_filter .colR .rating strong {
    font-family: "Barlow Regular";
    color: #8a8a8b;
}

#sec_filter .liBtn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 80px;
    height: 35px;
    background: transparent;
    font-size: 15px;
    font-family: "Roboto Bold";
    text-align: center;
    padding: 0 20px;
    white-space: nowrap;
    border-radius: 5px;
    text-transform: capitalize;
    border: 1px solid #dadbdd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#sec_filter .up-list {
    margin-left: 9px;
}

#sec_filter .up-list .list li {
    margin-right: 10px;
}

/* ======sec_pay======== */

#sec_pay {
    padding-top: 10rem;
}

#sec_pay .col1 {
    width: 60%;
}

#sec_pay .col2 {
    width: 40%;
}

#sec_pay .col1 .inner {
    margin: 0 12px;
    background: #fff;
    padding: 27px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

#sec_pay .col1 .inner .inside .photo {
    width: 79%;
    display: flex;
    align-items: center;
}

#sec_pay .col1 .inner .inside .image {
    width: 12%;
    margin-right: 21px;
}

#sec_pay .col1 .inner .inside .mention {
    width: 22%;
}

#sec_pay .col1 .inner .inside .content {
    width: 83%;
}

#sec_pay .col1 .inner .inside .content h4 {
    margin-bottom: 0;
}

#sec_pay .col1 .inner .inside .content a {
    color: #e0bc75;
    font-size: 14px;
}

#sec_pay .col1 .inner .inside {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

#sec_pay .col1 .inner .prices {
    display: flex;
    justify-content: space-between;
}

#sec_pay .col1 .inner .pay-list li {
    display: flex;
}

#sec_pay .col1 .inner .pay-list li p:first-child {
    width: 35%;
}

#sec_pay .col1 span {
    font-family: "Roboto Medium";
}

#sec_pay .col1 .inner .pay-list a {
    color: #e0bc75;
}

#sec_pay .col1 .more-in span {
    color: #e0bc75;
}

#sec_pay .col2 .inner-1 {
    margin: 0 12px;
    background: #fff;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

#sec_pay .col2 .inner-1 .head {
    padding: 10px 17px;
    background: #e0bc75;
    color: #fff;
}

#sec_pay .col2 .inner-1 .head h5 {
    margin-bottom: 0;
}

#sec_pay .col2 .inner-1 .cntnt {
    padding: 17px;
}

#sec_pay .col2 .inner-1 .box {
    margin-bottom: 10px;
}

#sec_pay .col2 .inner-1 .box label {
    margin-left: 5px;
}

#sec_pay .col2 .inner-1 .cta {
    padding: 18px;
    text-align: center;
    padding-top: 0;
}
#public_slide{
    padding-top: 0;
}
#public_slide .contain .sec_content{
    width: 64% ;
}
#public_slide .contain .sec_content{
    position: relative;
    padding-left: 21px;
    text-align: left;
}
#public_slide .contain .sec_content::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background:#e0bc75; 
}
#public_slide .owl-carousel .owl-nav .owl-prev, 
#public_slide .owl-carousel .owl-nav .owl-next{
    background: #cecece !important;
}
#sec_market{
    padding-top: 11rem!important;
}
#banner .pagination .page-item{
    padding: 0 17px;
}