@charset "utf-8";
@font-face {
    font-family: SofiaProLight;
    src: url(../fonts/SofiaProLight.eot?#iefix) format("embedded-opentype"), url(../fonts/SofiaProLight.otf) format("opentype"), url(../fonts/SofiaProLight.woff) format("woff"), url(../fonts/SofiaProLight.ttf) format("truetype"),
        url(../fonts/SofiaProLight.svg#SofiaProLight) format("svg");
    font-weight: 400;
    font-style: normal;
}
*,
:after,
:before {
    box-sizing: border-box;
}
body {
    font-family: SofiaProLight;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    margin: 0;
    color: #3a4350;
    background-color: #fff; 
}
body,
html {
    overflow-x: hidden;
}
.container {
    position: relative;
    max-width: 1200px;
}
.clearfix:after,
.container:after {
    content: "";
    display: block;
    clear: both;
}
.container .container {
    width: 100%;
    padding: 0;
}
.clear,
.spacer {
    height: 0;
    line-height: 0;
    clear: both;
    font-size: 0;
    display: block;
}
article,
aside,
audio,
blockquote,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
mark,
menu,
nav,
section,
summary,
time,
video {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    line-height: normal;
}
h1 {
    font-size: 28px;
    margin: 0 0 15px;
}
h2 {
    font-size: 24px;
    margin: 0 0 15px;
}
h3 {
    font-size: 20px;
    margin: 0 0 12px;
}
h4 {
    font-size: 18px;
    margin: 0 0 12px;
}
h5 {
    font-size: 16px;
    margin: 0 0 10px;
}
h6 {
    font-size: 14px;
    margin: 0 0 10px;
}
ol,
ul {
    margin-bottom: 10px;
    padding-left: 15px;
}
li {
    margin: 0 0 10px;
    padding: 0;
}
p {
    padding-bottom: 20px;
    margin: 0;
}
p:last-child {
    padding-bottom: 0;
}
label,
span,
strong {
    display: inline-block;
}
p label,
p span,
p strong {
    display: inline;
}
strong {
    font-weight: 700;
}
a {
    color: #ff8464;
    text-decoration: none;
    border: none;
    outline: 0;
    display: inline-block;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
a:focus,
a:hover {
    color: #d4bc28;
    text-decoration: none;
    outline: 0;
}
img {
    border: none;
    outline: 0;
    display: inline-block;
    max-width: 100%;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 10px 0;
    padding: 0;
    border-top: 1px solid #d3d3d3;
}
table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
table td,
table th {
    padding: 10px 12px;
    vertical-align: top;
    border: 1px solid #d3d3d3;
}
fieldset {
    padding: 5px 10px 10px;
    margin: 0 0 30px;
    border: 1px solid #d3d3d3;
}
fieldset:last-child {
    margin: 0;
}
legend {
    display: block;
    width: auto;
    max-width: 100%;
    padding: 0 10px;
    margin: 0;
    font-size: 16px;
    color: inherit;
    white-space: normal;
}
form {
    margin: 0;
    padding: 0;
}
label {
    text-align: left;
    line-height: 20px;
    margin: 0 0 8px;
    padding: 0;
    font-weight: 400;
}
input,
select,
textarea {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    color: #212020;
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    position: relative;
    vertical-align: top;
    outline: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
input[type="password"] {
    font-family: verdana;
}
input[type="file"] {
    padding: 0 10px;
}
textarea {
    height: 90px;
    resize: none;
    overflow: auto;
}
textarea.row2 {
    height: 90px;
}
textarea.row3 {
    height: 140px;
}
textarea.row4 {
    height: 190px;
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/select.png);
    background-position: 100% -3px;
    background-repeat: no-repeat;
    padding-right: 20px;
}
::-webkit-input-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    margin: 2px 5px 0 0;
    vertical-align: top;
}
input[readonly="readonly"] {
    cursor: not-allowed;
    background: #f4f4f4 !important;
}
input[type="text"]:focus,
select:focus,
textarea:focus {
    border-color: #ff8464;
    outline: 0;
}
.ui-datepicker {
    width: 240px;
}
#ui-datepicker-div {
    font-size: 12px;
}
.ui-datepicker-title select {
    height: 26px;
    background-position: 100% -15px;
    padding: 3px;
    margin: 1px 3px !important;
    width: 45%;
    border: 1px solid;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center !important;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    width: 25px;
    height: 28px;
    top: 3px;
    border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.form_wrap ul {
    list-style: none;
    padding: 0;
    margin-bottom: -10px;
}
.form_wrap ul > li {
    margin-bottom: 0;
}
.labelWrap {
    display: block;
    margin: 0 0 10px;
    line-height: inherit;
    position: relative;
}
.labelWrap > span {
    margin: 0 0 5px;
}
.hideLabel {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.form_wrap ul:after,
.input_check:after,
.input_radio:after,
.labelWrap:after {
    content: "";
    display: block;
    clear: both;
}
.labelWrap i {
    position: absolute;
    top: 20px;
    right: 15px;
    z-index: 1;
    pointer-events: none;
    color: #6b6b6b;
}
.input_check,
.input_radio {
    margin: 0;
    padding: 0;
    cursor: pointer;
}
.input_check label,
.input_radio label {
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
}
.input_check input[type="checkbox"],
.input_radio input[type="radio"] {
    margin: 4px 5px 0 0;
}
.col4.input_check,
.col4.input_radio,
.col5.input_check,
.col5.input_radio {
    margin: 0 -10px;
}
.col4.input_check > label,
.col4.input_radio > label {
    float: left;
    padding: 0 10px;
    width: 25%;
}
.col5.input_check > label,
.col5.input_radio > label {
    float: left;
    padding: 0 10px;
    width: 20%;
}
.file_upload {
    position: relative;
}
.file_upload input {
    padding-right: 110px;
    padding-left: 0;
    border-width: 0;
}
.file_upload label.inputfile {
    margin: 0 !important;
    padding: 0 !important;
    width: 100px;
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.file_upload label.inputfile .btn {
    display: block;
    padding: 0;
    min-width: auto;
}
.file_upload label.inputfile input {
    display: none;
}
.btn,
.sk_box .btn,
[type="button"],
[type="reset"],
[type="submit"] {
    background: #ff8464 no-repeat;
    border: 1px solid #ff8464;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    line-height: 38px;
    height: 40px;
    min-width: 125px;
    padding: 0 20px;
    text-align: center;
    font-weight: 600;
    font-family: Jost, sans-serif;
    outline: 0;
    display: inline-block;
    cursor: pointer;
    vertical-align: top;
    position: relative;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 0;
}
.btn.blue-btn {
    background: #5b83ce;
    border-color: #5b83ce;
}
.btn.blue-btn.btn_t {
    background-color: #fff;
    border-color: #5b83ce;
    color: #5b83ce;
}
.btn.blue-btn.btn_t:hover {
    background-color: #5b83ce;
    border-color: #5b83ce;
    color: #fff;
}
.btn.btn-ylw {
    background: #d4bc28;
    border-color: #d4bc28;
}
.btn i,
button i {
    vertical-align: middle;
    margin: -3px 5px 0 0;
    position: relative;
    top: 0;
}
[type="reset"] {
    margin-right: 10px;
}
.btn.btn_black,
[type="reset"],
[type="reset"].btn_black,
[type="submit"].btn_black,
button.btn_black {
    background-color: #1e1202;
    border-color: #1e1202;
    color: #fff;
}
.btn.btn_green,
[type="reset"].btn_green,
[type="submit"].btn_green,
button.btn_green {
    background-color: #ff8464;
    border-color: #ff8464;
    color: #fff;
}
.btn.btn_white,
[type="reset"].btn_white,
[type="submit"].btn_white,
button.btn_white {
    background-color: #fff;
    border-color: #ff8464;
    color: #ff8464;
}
.btn.btn_t,
[type="reset"].btn_t,
[type="submit"].btn_t,
button.btn_t {
    background-color: transparent;
    border-color: #ff8464;
    color: #ff8464;
}
.btn:active:focus,
.btn:focus,
.btn:hover,
.sk_box .btn:focus,
.sk_box .btn:hover,
[type="reset"]:focus,
[type="reset"]:hover,
[type="submit"]:focus,
[type="submit"]:hover {
    outline: 0;
    background-color: #5b83ce;
    border-color: #5b83ce;
    color: #fff;
    box-shadow: none;
}
.btn.blue-btn:focus,
.btn.blue-btn:hover,
.btn.btn-ylw:focus,
.btn.btn-ylw:hover {
    background: #ff8464;
    border-color: #ff8464;
}
.btn.btn_green:active:focus,
.btn.btn_green:focus,
.btn.btn_green:hover,
[type="reset"].btn_green:focus,
[type="reset"].btn_green:hover,
[type="submit"].btn_green:focus,
[type="submit"].btn_green:hover,
button.btn_green:active:focus,
button.btn_green:focus,
button.btn_green:hover {
    background-color: #177b1e;
    border-color: #177b1e;
    color: #fff;
}
.btn.btn-sm,
[type="reset"].btn-sm,
[type="submit"].btn-sm,
button.btn-sm {
    height: 32px;
    line-height: 30px;
    min-width: inherit;
    padding: 0 12px;
    font-size: 15px;
}
.btn.btn-lg,
[type="reset"].btn-lg,
[type="submit"].btn-lg,
button.btn-lg {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}
.btn_group a,
.btn_group button,
.btn_group input {
    margin: 0 0 0 5px;
}
.btn_group a:first-child,
.btn_group button:first-child,
.btn_group input:first-child {
    margin-left: 0;
}
.btn_group a:last-child,
.btn_group button:last-child,
.btn_group input:last-child {
    margin-right: 0;
}
.btn_center {
    text-align: center;
    margin-top: 30px;
}
.btn_left {
    text-align: left;
    margin-top: 30px;
}
.btn_right {
    text-align: right;
    margin-top: 30px;
}
.captcha_img {
    float: left;
}
.captcha_img > div,
.captcha_img > img {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    margin: -16px -61px;
}
.captcha_img > img {
    max-width: inherit;
}
.btn_wl {
    float: left;
    margin: 0 0 0 30px;
}
.btn_wr {
    float: right;
}
.btn_wr.w100 {
    width: 100%;
    margin: 0;
}
.btn_wr.w100 [type="reset"],
.btn_wr.w100 [type="submit"] {
    width: 100%;
}
.error,
.information,
.success {
    background: #ffd1d1 url(../images/error_icon.png) no-repeat scroll 10px 6px/20px 20px;
    border: 1px solid #eab4b4;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #c00;
    display: block;
    font-size: 14px;
    line-height: 24px;
    min-height: 30px;
    margin: 5px 0 0;
    padding: 3px 5px 3px 40px;
    text-align: left;
}
.error {
    margin-top: 0;
    color: #fff;
    background: #c00;
    padding: 2px 10px;
    min-height: auto;
    font-size: 12px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.error::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 10px 8px;
    border-color: transparent transparent #c00 transparent;
    bottom: 100%;
    left: 0;
}
.success {
    background-image: url(../images/success_icon.png);
    background-color: #eaf7d9;
    border-color: #c8dd9c;
    color: #425c05;
}
.information {
    background-image: url(../images/warning_icon.png);
    background-color: #ffeacd;
    border-color: #ffd396;
    color: #856404;
}
.error p,
.information p,
.success p {
    padding: 0 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-align: inherit !important;
}
.input_error {
    border-color: #c00 !important;
}
.input_success {
    border-color: #425c05 !important;
}
.norecord {
    text-align: center;
}
.loader.clicked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.loader.clicked:before {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, 0.8);
}
.loader.clicked:after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-color: #fff;
    border-right-color: transparent;
}
.noloader.loader.clicked:after {
    display: none;
}
.loader.clicked > div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center;
}
.loader.clicked > div span {
    text-transform: uppercase;
    margin-top: 20px;
}
.clicked {
    position: relative;
    pointer-events: none;
}
.clicked:before {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    z-index: 1;
}
.btn.clicked:before,
[type="reset"].clicked:before,
[type="submit"].clicked:before,
button.clicked:before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
.clicked:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 3px solid #3799fe;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.pagHr {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
}
.pagination {
    display: flex;
    justify-content: center;
    clear: both;
    margin: 40px 0 0;
    padding: 0;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    font-family: Jost, sans-serif;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
}
.pagination:after {
    content: "";
    display: block;
    clear: both;
}
.pagination p {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0 10px 0 0;
    text-align: inherit;
    line-height: inherit;
}
.pagination > div {
    display: inline-block;
    vertical-align: top;
}
.pagination ul {
    float: left;
    margin: 0;
    padding: 0;
}
.pagination ul li {
    color: #fff;
    position: relative;
}
.next_pagi,
.pagination ul li,
.previous_pagi,
a.pagination_view {
    float: left;
    display: block;
    margin: 0 0 0 5px;
    margin: 0;
    padding: 0;
    width: 46px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.pagination ul li::after {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    width: 2px;
    background-color: #848484;
    top: 10px;
}
.pagination ul li:first-child:after,
.pagination ul li:last-child:after,
.pagination ul li:nth-last-child(2):after {
    display: none;
}
.previous_pagi {
    border-left: 1px solid #d3d3d3;
}
.pagination ul li a {
    display: block;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    line-height: 34px;
    background: #fff;
    color: #3f444a;
}
.next_pagi,
.previous_pagi,
a.pagination_view {
    padding: 0 5px;
    color: #3f444a;
    background: #fff;
    font-size: 0;
    position: relative;
}
a.pagination_view {
    font-size: inherit;
}
.pagination ul li .next_pagi,
.pagination ul li .previous_pagi {
    line-height: 36px;
}
.pagination ul li .previous_pagi {
    color: #bdd0d4;
}
.pagination ul li .next_pagi {
    color: #ff8464;
}
.next_pagi:before,
.previous_pagi:before {
    content: "\f177";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 21px;
    font-family: FontAwesome;
    color: inherit;
}
.next_pagi:before {
    content: "\f178";
}
.pagination ul li a:hover,
a.next_pagi:hover,
a.pagination_view:hover,
a.previous_pagi:hover {
    background: #ff8464;
    color: #fff;
}
.pagination_fg a {
    background: #fff;
    color: #3f444a;
    position: relative;
    width: 46px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    vertical-align: top;
}
.pagination_fg a:last-child:after {
    display: none;
}
.pagination_fg a[rel~="next"],
.pagination_fg a[rel~="prev"] {
    color: #ff8464;
    position: relative;
    font-size: 0;
}
.pagination_fg a.active {
    color: #ff8464;
}
.pagination_fg a.active:hover,
.pagination_fg a:hover {
    background: #ff8464;
    color: #fff;
}
.pagination a::after {
    content: "";
    position: absolute;
    right: 0;
    height: 15px;
    width: 2px;
    background-color: #848484;
    top: 10px;
}
.pagination_fg a[rel~="next"]:before,
.pagination_fg a[rel~="prev"]:before {
    content: "\f060";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: FontAwesome;
    color: inherit;
}
.pagination_fg a[rel~="next"]:before {
    content: "\f061";
}
.sub-text {
    color: #ff8464;
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
.thankyou-page {
    padding: 50px 0;
    background: #ccc;
}
.thankyou-page .heading {
    margin-bottom: 10px;
}
.thankyou-page .card {
    padding: 30px;
    background: #fff;
}
.thankyou_block {
    text-align: center;
}
.thankyou_text .heading span,
.thankyou_text .subheading span {
    display: block;
    color: #9cbe2f;
    margin-bottom: 10px;
}
.thankyou_img {
    margin: 20px 0 0;
}
.breadcrumb {
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 15px 0 0;
    margin: 0 0 -35px;
    font-family: SofiaProLight;
    font-weight: 400;
    color: #2a3038;
    font-size: 12px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    z-index: 5;
    position: relative;
}
.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.breadcrumb ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 25px 0 0;
    padding: 0;
    position: relative;
    font: inherit;
}
.breadcrumb ul li:before {
    content: "/";
    display: block;
    position: absolute;
    top: 1px;
    right: -14px;
    font-family: FontAwesome;
}
.breadcrumb ul li:last-child {
    margin: 0;
    padding: 0;
}
.breadcrumb ul li:last-child:before {
    display: none;
}
.breadcrumb ul li a {
    color: inherit;
}
.breadcrumb ul li a:hover,
.breadcrumb ul li:last-child {
    color: #ff8464;
}
.sk_vdo {
    background-color: #000;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.sk_vdo iframe,
.sk_vdo img {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
}
.owl-carousel {
    padding: 0 35px;
}
.owl-carousel .owl-nav:after {
    content: "";
    display: block;
    clear: both;
}
.owl-carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -30px 0 0;
    padding: 0;
    width: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 60px;
    color: #212020;
    background: 0 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    float: left;
    cursor: pointer;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.owl-carousel .owl-nav .owl-next {
    float: right;
    padding: 0 0 0 4px;
    left: auto;
    right: 0;
}
.owl-carousel .owl-nav .owl-next.disabled,
.owl-carousel .owl-nav .owl-prev.disabled {
    pointer-events: none;
    opacity: 0.4;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
    background: 0 0;
    color: #ff8464;
    opacity: 1;
}
.owl-carousel .owl-nav.disabled + .owl-dots {
    margin-top: 0;
}
.owl-carousel .owl-dots {
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #858585;
    border: 2px solid #ccc;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #ff8464;
    border-color: #ff8464;
}
.scroll_effect {
    position: relative;
    display: none;
}
.scrollup {
    position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: none;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.scrollup:hover {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}
.floatingBtn {
    position: fixed;
    right: 0;
    top: 70%;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 60px;
}
.floatingBtn a {
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 24px;
}
.sk_fleft {
    float: left;
}
.sk_fright {
    float: right;
}
.img-left {
    float: left;
    margin: 5px 30px 0 0;
}
.img-right {
    float: right;
    margin: 5px 0 0 30px;
}
.alter_list,
.ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: -30px;
    overflow: hidden;
}
.alter_list > li,
.ul > li {
    margin-bottom: 30px;
}
.border_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.border_list > li {
    margin: 0;
    padding: 30px 0;
    border-bottom: 1px solid #d3d3d3;
}
.border_list > li:first-child {
    padding-top: 0;
}
.border_list li:last-child {
    padding-bottom: 0;
    border-bottom-width: 0;
}
.divider_list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.divider_list:after {
    content: "";
    display: block;
    clear: both;
}
.divider_list > li {
    float: left;
    margin: 0;
    padding: 0 0 0 30px;
    position: relative;
}
.divider_list > li:before {
    content: "|";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
}
.divider_list > li:first-child {
    padding: 0;
}
.divider_list > li:first-child:before {
    display: none;
}
.center_list {
    text-align: center;
    margin-left: -16px;
    margin-right: -16px;
}
.center_list li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
    margin-right: -3px;
}
.border_top {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #d3d3d3;
}
.border_btm {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}
.bullet,
.editor_text ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    overflow: hidden;
}
.bullet:last-child,
.editor_text ul:last-child {
    margin: 0;
}
.bullet li,
.editor_text ul > li {
    padding: 0 0 0 25px;
    margin-bottom: 10px;
    position: relative;
}
.bullet li:before,
.editor_text ul > li:before {
    position: absolute;
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: 8px;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #374e79;
    text-align: center;
}
.bullet.col2 > li,
.editor_text ul.col2 > li {
    float: left;
    width: 50%;
    padding-right: 5px;
}
.bullet.col3 > li,
.editor_text ul.col3 > li {
    float: left;
    width: 33.33%;
    padding-right: 5px;
}
.bullet.col4 > li,
.editor_text ul.col4 > li {
    float: left;
    width: 25%;
    padding-right: 5px;
}
.bullet.col5 > li,
.editor_text ul.col5 > li {
    float: left;
    width: 20%;
    padding-right: 5px;
}
.bullet.inline > li,
.editor_text ul.inline > li {
    display: inline-block;
    margin-right: 40px;
}
.table_box {
    display: table;
    width: 100%;
    height: 100%;
}
.table_box_cell {
    display: table-cell;
    width: inherit;
    height: inherit;
    vertical-align: middle;
}
.table_box_cell img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.siteicon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/sprite.png) no-repeat;
}
.siteicon.icon_map {
    width: 27px;
    height: 34px;
    background-position: 0 -100px;
}
.siteicon.icon_phone {
    width: 30px;
    height: 30px;
    background-position: -100px -100px;
}
.siteicon.icon_email {
    width: 30px;
    height: 30px;
    background-position: -200px -100px;
}
.social a {
    color: #212020;
    vertical-align: top;
    margin: 0 5px 0 0;
    position: relative;
    font-size: 0;
}
.social a:last-child {
    margin-right: 0;
}
.social a i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.social a:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
}
.social a.sk_facebook i {
    background-color: #3b5999;
    border-color: #3b5999;
    color: #fff;
}
.social a.sk_twitter i {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}
.social a.sk_linkedin i {
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}
.social a.sk_google-plus i {
    background-color: #de5347;
    border-color: #de5347;
    color: #fff;
}
.social a.sk_instagram i {
    background-color: #a4765c;
    border-color: #a4765c;
    color: #fff;
}
.social a.sk_youtube i {
    background-color: #e52117;
    border-color: #e52117;
    color: #fff;
}
.social a.sk_pinterest i {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #fff;
}
.social a.sk_rss i {
    background-color: #f36f24;
    border-color: #f36f24;
    color: #fff;
}
.social a.fb i {
    background-color: #3b5999;
    border-color: #3b5999;
    color: #fff;
}
.social a.twtr i {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}
.social a.gplus i {
    background-color: #de5347;
    border-color: #de5347;
    color: #fff;
}
.social a.lnkdn i {
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}
.social a.pin i {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #fff;
}
.social a.insta i {
    background-color: #a4765c;
    border-color: #a4765c;
    color: #fff;
}
.social a.ytb i {
    background-color: #e52117;
    border-color: #e52117;
    color: #fff;
}
.social a.rss i {
    background-color: #f36f24;
    border-color: #f36f24;
    color: #fff;
}
.section {
    width: 100%;
    padding: 50px 0;
    position: relative;
}
.section:before {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.heading {
    font-weight: 600;
    color: #1b343f;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
    font-family: Jost, sans-serif;
    position: relative;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.heading.brdr:before {
    content: "";
    display: block;
    width: 70px;
    height: 5px;
    background: #ff8464;
    position: absolute;
    bottom: 0;
    left: 0;
}
.headtag {
    color: #ff8464;
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}
.heading.w {
    color: #fff;
}
.heading.w:before {
    background: #fff;
}
.heading.noborder {
    padding-bottom: 0;
}
.heading.noborder:before {
    display: none;
}
.heading.text-left {
    text-align: left;
}
.heading.text-right {
    text-align: right;
}
.heading.text-center {
    text-align: center;
}
.heading.text-left:before {
    left: 0;
    right: auto;
}
.heading.text-right:before {
    left: auto;
    right: 0;
}
.heading.text-center:before {
    left: 50%;
    right: auto;
    margin: 0 0 0 -35px;
}
.heading_tag {
    color: #212020;
    font-size: 22px;
    line-height: 24px;
    margin: -20px 0 25px;
    font-family: SofiaProLight;
    font-weight: 400;
}
.heading_tag:first-child {
    margin-top: 0;
}
.heading_tag p {
    text-align: inherit;
}
.subheading {
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #535c67;
    margin-bottom: 10px;
    position: relative;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.subheading span {
    font-family: SofiaProLight;
    font-weight: 300;
}
.heading a,
.subheading a {
    color: inherit;
    display: inline;
}
.heading a:focus,
.heading a:hover,
.subheading a:focus,
.subheading a:hover,
a:hover .heading,
a:hover .subheading {
    color: #ff8464;
}
.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.sk_box:after,
.sk_content:after,
.sk_content_wrap:after,
.sk_social:after {
    content: "";
    display: block;
    clear: both;
}
.sk_content_wrap .sk_content {
    margin-bottom: 30px;
}
.sk_content_wrap .sk_content:last-child {
    margin-bottom: 0;
}
.sk_content_wrap figure {
    margin: 0 0 20px;
}
.sk_content_wrap figure.sk_img_right {
    float: right;
    margin: 0 0 0 30px;
}
.sk_content_wrap figure.sk_img_left {
    float: left;
    margin: 0 30px 0 0;
}
.sk_contact .editor_text ul > li {
    padding-left: 0;
}
.sk_contact .editor_text ul > li::before {
    display: none;
}
.sk_comm > .siteicon,
.sk_comm > i {
    float: left;
    line-height: 30px;
    margin: 0;
}
.sk_comm > div {
    margin: 0 0 0 40px;
    clear: none !important;
}
.sk_map {
    -webkit-cursor: grab;
    cursor: grab;
    background: #e5e3df;
    height: 300px;
    position: relative;
}
.sk_map iframe {
    width: 100%;
    height: 100%;
    border: none;
    margin: 0;
}
.withIcon.sk_content_wrap figure.sk_icon {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 20px 0 0;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.withIcon.sk_content_wrap figure.sk_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.withIcon.sk_content_wrap .heading {
    padding-left: 70px;
}
.withIcon.sk_content_wrap .heading:before {
    left: 70px;
}
.withIcon.sk_content_wrap .sk_content {
    clear: both;
}
.sk_shadow .sk_box {
    margin: 5px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sk_shadow .sk_box figure {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}
.sk_shadow .sk_box .sk_text {
    padding: 0 10px 10px;
}
.sk_shadow_full .sk_box {
    margin: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.sk_box figure {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.sk_box figure img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.sk_box a {
    display: block;
    color: inherit;
}
.sk_box a.btn,
.sk_box a.readmore {
    display: inline-block;
}
.sk_box .sk_text {
    margin-top: 10px;
    text-align: center;
}
.sk_box .sk_text .subheading {
    text-align: left;
}
.sk_box .sk_para {
    margin-bottom: 10px;
    text-align: left;
    min-height: 48px;
    overflow: hidden;
}
.sk_info {
    margin-bottom: 10px;
    text-align: left;
}
.sk_info span {
    margin-right: 10px;
}
.sk_info span:last-child {
    margin-right: 0;
}
.sk_info span i {
    margin-right: 3px;
}
.sk_box .sk_para:last-child,
.sk_info:last-child {
    margin-bottom: 0;
}
.sk_box:hover a figure img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.withIcon.sk_box .sk_text {
    position: relative;
    padding: 25px 0 0;
    margin: 0;
}
.withIcon.sk_box figure.sk_icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 50%;
    margin: 0 0 0 -25px;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.withIcon.sk_box figure.sk_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}
.withIcon.sk_box:hover a figure.sk_icon img {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.sk_sideblock {
    margin-bottom: 40px;
}
.sk_sideblock:last-child {
    margin-bottom: 0;
}
.sk_sideblockShadow {
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.sk_sideblock .bullet li:before {
    top: 4px;
}
.sk_sideblock ul li a {
    display: block;
    color: inherit;
    padding: 5px 0;
}
.sk_sideblock ul li.active a,
.sk_sideblock ul li:hover a {
    color: #ff8464;
}
.sk_sideblockShadow > .subheading {
    margin: -10px -10px 10px;
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sk_toggle .sk_box {
    margin: 0 0 15px;
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.sk_toggle .sk_box:last-child {
    margin: 0;
}
.sk_toggle .sk_ques {
    cursor: pointer;
    position: relative;
    padding: 0 50px 0 0;
}
.sk_toggle .sk_ques:after {
    content: "\f078";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    color: #d3d3d3;
    font-size: 14px;
    font-family: FontAwesome;
    padding: 0 0 0 1px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.sk_toggle .sk_box.opened > .sk_ques:after {
    line-height: 28px;
    padding: 0 1px 0 0;
    transform: rotate(180deg);
    background: #d3d3d3;
    color: #fff;
}
.sk_ans {
    display: none;
    margin: 10px 0 0;
}
.sk_box .readmore {
    width: auto;
    height: auto;
    font: inherit;
    color: #014baf;
    background: 0 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 10px 0;
}
.sk_box .readmore:hover {
    color: #212020;
}
.sticky .header_main {
    position: fixed;
    top: -48px;
    background: rgba(255, 255, 255, 0.9);
    border-width: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.sticky.fixed .header_main {
    top: 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.sticky .common_banner {
    margin-top: 65px;
}
.sticky .logo {
    width: 100px;
    padding: 0 0;
}
.sticky .hbottom {
    background: rgba(0, 0, 0, 0.8);
}
.sticky .logo a {
    width: 100px;
    height: 42px;
}
.sticky .hmiddle,
.sticky .htop,
.sticky .nav_wrapper:after,
.sticky .nav_wrapper:before {
    display: none;
}
.sticky .nav_wrapper {
    padding: 0;
    background: 0 0;
}
.sticky .nav_menu ul li.active > a,
.sticky .nav_menu ul li.current-menu-item > a,
.sticky .nav_menu ul li:hover > a {
    color: #ff8464;
    border-color: #ff8464;
}
.mainHeader {
    position: relative;
}
.header_main {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    border: none;
    height: auto;
}
.no-banner .header_main {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.logo {
    width: 142px;
    float: left;
    padding: 0 0;
}
.logo a {
    display: block;
    width: 142px;
    height: 56px;
    background: no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
}
.hright {
    float: right;
    text-align: right;
    height: auto;
}
.htop {
    background: rgb(23 30 32 / 0.7);
    color: #fff;
    padding: 15px 0;
    position: relative;
    float: none;
    height: auto;
    font-weight: 500;
    font-family: Jost, sans-serif;
}
.htop a {
    color: inherit;
}
.htop .time {
    padding: 3px 0;
    font-size: 13px;
}
.htop .social,
.htop .time {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 40px;
}
.htop .social a {
    color: #fff;
}
.htop:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    border-style: solid;
    border-width: 0 35px 35px 0;
    border-color: transparent #171817 transparent;
    z-index: 1;
}
.hmiddle {
    padding: 20px 0;
    clear: both;
    height: auto;
}
.hinfo {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}
.hinfo li {
    display: inline-block;
    padding: 0 0 0 45px;
    margin: 0 0 0 20px;
    text-align: left;
    vertical-align: top;
    clear: both;
    border-left: 1px solid rgb(255 255 255 / 0.2);
    position: relative;
    min-height: 20px;
    line-height: 20px;
}
.hinfo li:first-child {
    margin: 0;
    padding-left: 25px;
    border: none;
}
.hinfo li:first-child span {
    left: 0;
}
.hinfo li span {
    font-size: 20px;
    color: #ff8464;
    position: absolute;
    left: 20px;
    top: 0;
}
.hinfo li:after,
.hmiddle:after,
.hright:after {
    content: "";
    display: block;
    clear: both;
}
.hinfo .siteicon {
    float: left;
    margin: 3px 0;
}
.hinfo li > div {
    margin: 0 0 0 40px;
}
.hinfo a {
    color: inherit;
}
.hinfo a:hover {
    color: #ff8464;
}
.hinfo li > div span {
    display: block;
    color: #363535;
    font-family: SofiaProLight;
    font-weight: 700;
    font-size: 16px;
}
.hmiddle .btn {
    margin-left: 70px;
}
.htop-left .social a i {
    background: 0 0;
    width: 25px;
}
.htop-left .social a {
    margin-right: 0;
}
.hbottom {
    position: relative;
    width: 100%;
    padding: 10px 0;
}
.hbottom .btn {
    border-radius: 3px !important;
}
.user-login .user-icon {
    font-size: 22px;
    color: #d4bc28;
    margin-right: 5px;
}
.separator {
    vertical-align: top;
}
.user-login > a {
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
}
.user-login > a:hover {
    color: #ff8464;
}
.nav_wrapper {
    position: relative;
    float: left;
    background: 0 0;
    padding: 0;
    height: auto;
}
.nav_menu {
    height: 36px;
}
.nav_menu > ul {
    margin: 0;
    padding: 0;
    color: inherit;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
}
.nav_menu ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav_menu > ul > li {
    margin: 0 30px 0 0;
    float: left;
}
.nav_menu > ul > li:first-child {
    margin-left: 0;
}
.nav_menu > ul > li:last-child {
    margin-right: 0;
}
.nav_menu > ul > li a {
    color: inherit;
    display: block;
}
.nav_menu > ul > li > a {
    height: 36px;
    line-height: 32px;
    padding: 0 0;
    margin: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: 0 0;
}
.nav_menu > ul > li > a:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 5px;
    width: 30%;
    left: -100%;
    bottom: 1px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.no-banner .nav_menu > ul > li > a:after {
    background: #ff8464;
}
.nav_menu ul li a > span {
    display: block;
    position: relative;
    z-index: 1;
}
.nav_menu > ul > li > a i.fa-home {
    font-size: 18px;
}
.nav_menu ul li.active > a,
.nav_menu ul li.current-menu-item > a,
.nav_menu ul li:hover > a {
    border-color: #fff;
}
.nav_menu > ul > li.active > a:after,
.nav_menu > ul > li.current-menu-item > a:after,
.nav_menu > ul > li:hover > a:after {
    left: 0;
}
.subarrow {
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 0;
    width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav_menu ul li > .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    padding: 0;
    margin: 15px 0 0;
    color: #fff;
    background: #ff8464;
    width: 270px;
    max-height: 380px;
    text-align: left;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav_menu > ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}
.nav_menu > ul > li:hover > .sub-menu {
    margin: 0;
}
.nav_menu ul li > .sub-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav_menu > ul > li > .sub-menu li > .sub-menu {
    left: 100%;
    top: 0;
    list-style: none;
    margin: 0 0 0 15px;
}
.nav_menu > ul > li .sub-menu li:hover > .sub-menu {
    margin: 0;
}
.nav_menu ul li .sub-menu li {
    height: auto;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.nav_menu ul li .sub-menu li:last-child {
    border-bottom: none;
}
.nav_menu ul li .sub-menu li:first-child {
    border-top: none;
    margin: 0;
}
.nav_menu ul li .sub-menu li a {
    padding: 10px;
    line-height: 18px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.nav_menu ul li .sub-menu li:last-child a {
    border: none;
}
.nav_menu ul li .sub-menu li a:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #00b4d5;
    z-index: -1;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.nav_menu ul li .sub-menu li:last-child a:after {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.nav_menu ul li .sub-menu li:first-child a:after {
    -webkit-border-radius: 0;
    border-radius: 0;
}
.nav_menu ul li .sub-menu li.active > a,
.nav_menu ul li .sub-menu li.current-menu-item > a,
.nav_menu ul li .sub-menu li:hover > a {
    background: 0 0;
    color: #fff;
}
.nav_menu ul li .sub-menu li a:hover:after,
.nav_menu ul li .sub-menu li.active > a:after,
.nav_menu ul li .sub-menu li.current-menu-item > a:after,
.nav_menu ul li .sub-menu li:hover > a:after {
    width: 100%;
}
.nav_menu ul li .sub-menu li i {
    float: right;
    margin: 2px -15px 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.homeBtn {
    display: none;
    float: left;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 20;
    margin: -2px 0;
}
.homeBtn:hover {
    color: #014baf;
}
.responsive_btn {
    display: none;
    background: #ff8464;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
    position: relative;
    z-index: 20;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}
.responsive_btn span:after,
.responsive_btn span:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}
.responsive_btn span:before {
    top: -6px;
}
.responsive_btn span:after {
    bottom: -6px;
}
.responsive_btn span,
.responsive_btn span:after,
.responsive_btn span:before {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.responsive_btn:hover span,
.responsive_btn:hover span:after,
.responsive_btn:hover span:before {
    background: #fff;
}
.responsive_nav {
    display: block;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 20;
    background: #000;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.responsive_nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.responsive_nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}
.responsive_nav ul li:first-child {
    border-top: none;
}
.responsive_nav ul li:after {
    display: none;
}
.responsive_nav ul li > a {
    display: block;
    padding: 12px 10px;
    color: inherit;
    position: relative;
}
.responsive_nav ul li a:focus,
.responsive_nav ul li a:hover,
.responsive_nav ul li.active > a {
    color: #fff;
    background: #ff8464;
}
.responsive_nav ul ul {
    padding: 0 0 15px 15px;
}
.responsive_nav ul .sub-menu,
.responsive_nav ul li a i {
    display: none;
}
.responsive_nav .subarrow {
    display: block;
    pointer-events: inherit;
    width: 30px;
    height: 40px;
    line-height: 40px !important;
    right: 0;
}
.responsive_nav ul .sub-menu .container {
    width: 100%;
    padding: 0;
}
.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.responsive body,
html.responsive {
    overflow-y: hidden;
}
.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}
.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}
.responsive .responsive_nav {
    left: 0;
}
.responsive .responsive_btn {
    pointer-events: none;
}
.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}
.responsive .responsive_btn span:before {
    opacity: 0;
}
.responsive_nav .opened > .subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.responsive_nav .mCSB_outside + .mCSB_scrollTools {
    right: 0;
}
.responsive .responsive_nav .mCSB_outside + .mCSB_scrollTools {
    right: -4px;
}
.addinfo-form .form-group {
    background: #f8f8f8;
    padding: 15px 15px;
}
.addinfo-form .form-group label {
    display: block;
}
.addinfo-form .form-group input[type="text"],
.addinfo-form .form-group select,
.addinfo-form .form-group textarea {
    background-color: #fff;
}
.addinfo-form .form-group select {
    background-position: 100% -7px;
    max-width: 600px;
}
.addinfo-form .form-group textarea {
    height: 50px;
}
.addinfo-form .form-group input[type="checkbox"],
.addinfo-form .form-group input[type="radio"] {
    width: 22px;
    height: 22px;
}
.checkbox-wrap {
    display: inline-block;
    padding: 0 10px 0 0;
}
.addinfo-form .form-btn {
    text-align: center;
    background: #f8f8f8;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addinfo-form .form-btn [type="submit"] {
    text-align: center;
    width: auto;
}
.addinfo-form-row {
    justify-content: center;
}
.common_banner {
    position: relative;
    overflow: hidden;
    background: #ccc;
    height: auto;
}
.common_banner img {
    width: 100%;
    display: block;
    opacity: 1;
}
.homebanner {
    height: auto;
}
.innerbanner {
    max-height: 450px;
    overflow: hidden;
}
.innerbanner .bannertext {
    text-align: center;
    top: auto;
    bottom: 33%;
    height: auto;
    padding: 0;
    transform: translateY(50%);
}
.banner_right_text {
    position: absolute;
    top: 60%;
    right: 141px;
    font-size: 16px;
    text-shadow: 0 1px 1px #000;
    width: 100%;
    max-width: 403px;
    display: flex;
    flex-wrap: wrap;
    transform: translateY(-50%);
}
.banner_right_text ul{margin-left: 0; padding-left: 0;}
.banner_right_text ul li {
    list-style: none;
    position: relative;
    padding:0 0 0 40px;
    font-size: 20px;
}
/*.banner_right_text ul li::before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 7px;
    height: 14px;
    width: 14px;
    border: 1px solid #f60;
    font-family: 'FontAwesome';
    font-size: 15px;
    line-height: 10px;
    text-align: center;
    font-weight: normal;
    color: #ffe62b;
}*/
.banner_right_text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
	background:url(../images/check-icon-list.png) left top no-repeat;
    
}
.banner_right_text span {
    display: block;
}
.innerbanner img {
    height: 310px;
    object-fit: cover;
}
.innerbanner .bannertext p {
    margin: 0 auto;
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 10px;
}
.innerbanner .bannertext .subheading {
    font-size: 25px;
    line-height: 28px;
    font-weight: 900;
    color: #fff;
}
.bannerbox {
    position: relative;
}
.bannertext {
    text-align: left;
    color: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 25px 0;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}
.homebanner .bannertext .container {
    height: 100%;
}
.homebanner .bannertext-in {
    position: absolute;
    bottom: 35%;
    left: 0;
}
.bannertext .btn {
    height: 45px;
    line-height: 44px;
    padding: 0 35px;
}
.bannertext p {
    max-width: 550px;
}
.bannertext .heading {
    color: inherit;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 0;
    font-weight: 300;
}
.bannertext .subheading {
    color: inherit;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 52px;
    font-weight: 900;
}
.bannertext .heading:before {
    display: none;
}
.search_section {
    max-width: 700px;
    max-width: 770px;
    position: absolute;
    bottom: 23%;
    left: 0;
}
.search_section .range-sec {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    height: 44px;
    border-radius: 3px;
    padding: 0 14px;
}
.search-right .range-sec {
    background: #f1f4f5;
    height: 46px;
    border-radius: 3px;
    padding: 2px 14px;
}
.homeslider.owl-carousel {
    padding: 0;
}
.homeslider.owl-carousel .owl-nav {
    width: auto;
}
.homeslider.owl-carousel .owl-nav [class*="owl-"] {
    margin: -30px 0 0;
    font-size: 0;
    min-width: inherit;
    width: 35px;
    height: 62px;
    background: url(../images/sprite.png) no-repeat -300px -100px;
    opacity: 1;
}
.homeslider.owl-carousel .owl-nav .owl-prev {
    left: -70px;
}
.homeslider.owl-carousel .owl-nav .owl-next {
    right: -70px;
    background-position: -400px -100px;
}
.homeslider.owl-carousel:hover .owl-nav .owl-prev {
    left: 10px;
}
.homeslider.owl-carousel:hover .owl-nav .owl-next {
    right: 10px;
}
.homeslider.owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.homeslider .bannerimg {
    width: 100%;
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
.homeslider .bannerimg img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.search_section form input[type="text"],
.search_section form select {
    background-color: #fff;
    height: 44px;
    border: none;
}
.search_section form input[type="submit"] {
    height: 44px;
}
.search_section form .row {
    margin-left: -2px;
    margin-right: -2px;
}
.search_section form .row [class*="col-"] {
    padding: 0 2px;
}
.sold {
    position: absolute;
    top: 0;
    right: 30px;
    text-align: center;
    color: #fff;
    background: #e92a31;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
}
#lcl_corner_close:before,
.lcl_close:before {
    content: "\f00d";
    font-size: 20px;
    line-height: 28px;
    font-family: FontAwesome !important;
}
.lcl_txt_toggle:before {
    content: "\f10e";
    font-family: FontAwesome !important;
}
.lcl_next:before,
.lcl_play:before,
.lcl_prev:before {
    content: "\f104";
    font-family: FontAwesome !important;
}
.lcl_next:before {
    content: "\f105";
}
.lcl_play:before {
    content: "\f04b";
}
.mainFooter {
    background: #182133;
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
    padding: 0 0;
    color: rgba(255, 255, 255, 0.8);
}
.ftop {
    padding: 50px 0;
}
.mainFooter a {
    color: inherit;
}
.mainFooter .subheading {
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
}
.mainFooter .subheading::after {
    content: "";
    height: 3px;
    width: 20%;
    background: #ff8464;
    display: block;
    margin-top: 15px;
}
.companyname:hover,
.mainFooter .active > a,
.mainFooter .current-menu-item > a,
.mainFooter a:hover {
    color: #ff8464;
}
.fnav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}
.fnav li {
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    text-transform: capitalize;
}
.fnav li:last-child {
    margin: 0;
}
.fnav li:last-child:after {
    display: none;
}
.fnav li a {
    display: block;
    padding: 0;
}
.copyright:after,
.fnav:after {
    content: "";
    display: block;
    clear: both;
}
.fpara {
    padding-bottom: 15px;
    border-bottom: 2px dashed rgb(255 255 255 / 0.1);
}
.fblock:nth-child(2) {
    padding-left: 50px;
}
.fblock:last-child p {
    font-size: 17px;
}
.fblock form {
    background-color: #fff;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.fblock form .labelWrap {
    margin-bottom: 0;
}
.fblock form input[type="text"] {
    height: 52px;
    padding-left: 20px;
}
.fblock form .btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.fblock .social a .fa {
    width: 42px;
    height: 42px;
    line-height: 36px;
    font-size: 22px;
    background-color: transparent;
    border: 3px solid #fff;
}
.copyright ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.copyright ul li {
    list-style: none;
    margin-bottom: 0;
}
.copyright ul li:first-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.3);
}
.fcontact {
    margin-top: 5px;
    padding-top: 15px;
}
.fcontact ul {
    margin: 0 0 -10px;
}
.fcontact ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}
.fcontact ul li span {
    position: absolute;
    left: 1px;
    top: 0;
    font-size: 18px;
    color: #ff8464;
}
.copyright:after {
    content: "";
    display: block;
    clear: both;
}
.copyright {
    padding: 15px 0;
    font-size: 13px;
    line-height: 16px;
    font-family: Muli-Italic;
    color: #979797;
    background: #161c27;
}
.copyright p {
    padding: 0;
    text-align: inherit;
    display: block;
}
.copyright .social a i {
    background: 0 0;
    font-size: 20px;
}
.copyright .social a.sk_facebook:hover i {
    background-color: #3b5999;
    border-color: #3b5999;
    color: #fff;
}
.copyright .social a.sk_twitter:hover i {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: #fff;
}
.copyright .social a.sk_linkedin:hover i {
    background-color: #006fa6;
    border-color: #006fa6;
    color: #fff;
}
.copyright .social a.sk_google-plus:hover i {
    background-color: #de5347;
    border-color: #de5347;
    color: #fff;
}
.copyright .social a.sk_instagram:hover i {
    background-color: #a4765c;
    border-color: #a4765c;
    color: #fff;
}
.copyright .social a.sk_youtube:hover i {
    background-color: #e52117;
    border-color: #e52117;
    color: #fff;
}
.copyright .social a.sk_pinterest:hover i {
    background-color: #bd081c;
    border-color: #bd081c;
    color: #fff;
}
.bannertext .btn,
.bannertext .heading,
.bannertext .subheading,
.bannertext p,
.js-tabs .content {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.active .bannertext .subheading {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.active .bannertext .heading {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.owl-item.active .bannertext p {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.active .bannertext .btn {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.image_section {
    width: 40%;
    float: left;
    position: relative;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.content_section {
    width: 60%;
    float: right;
    position: relative;
    padding: 50px 0 50px 30px;
}
.image_section_inner {
    background: no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -50px;
    bottom: -50px;
    right: -50px;
}
.content_section_inner {
    background: #ff8464;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    z-index: -1;
}
.skewSection {
    padding: 50px 0;
    color: #fff;
}
.skewSection .subheading {
    color: inherit;
    margin-bottom: 15px;
}
.speciality_box p {
    text-align: left;
}
.speciality_text {
    margin-left: 80px;
}
.speciality_img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
}
.speciality_img img {
    max-width: 100%;
    max-height: 100%;
}
.stay_on_top {
    background: url(../images/stayontop_bg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}
.stay_on_top .heading {
    font-size: 55px;
    line-height: 65px;
}
.hook_contact {
    padding: 100px 0;
}
.hook_contact .image_section {
    float: right;
}
.hook_contact .content_section {
    float: left;
    padding: 50px 30px 50px 0;
}
.content_section input,
.content_section textarea {
    color: #fff;
}
.content_section .captcha_img {
    min-height: 58px;
}
.content_section input::placeholder,
.content_section textarea::placeholder {
    color: #fff;
}
.content_section input::-webkit-input-placeholder,
.content_section textarea::-webkit-input-placeholder {
    color: #fff;
}
.content_section input:-moz-placeholder,
.content_section textarea:-moz-placeholder {
    color: #fff;
}
.content_section input::-moz-placeholder,
.content_section textarea::-moz-placeholder {
    color: #fff;
}
.content_section input:-ms-input-placeholder,
.content_section textarea:-ms-input-placeholder {
    color: #fff;
}
.hook_contact .image_section_inner {
    right: auto;
    left: 30px;
}
.hook_contact .content_section_inner {
    right: -50px;
    left: auto;
}
.free_quote_sec .heading {
    font-size: 60px;
    line-height: 60px;
}
.free_quote_main {
    background: #014baf;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: -160px 0 0;
    padding: 45px;
    text-align: center;
    font-size: 20px;
}
.hook_testimonial .testimonial_list .sk_box .sk_text {
    text-align: center;
    height: 300px;
}
.hook_testimonial .testimonial_list .sk_box figure,
.hook_testimonial .testimonial_list .sk_box:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.hook_testimonial .testimonial_list .sk_box .sk_para {
    height: 120px;
    overflow-y: auto;
}
.hook_testimonial .testimonial_list .sk_box .readmore {
    float: right;
}
.hook_testimonial .testimonial_list .sk_box .sk_text .subheading {
    clear: both;
}
.no-banner header {
    min-height: 160px;
}
.no-banner .htop {
    background-color: #161c27;
}
.no-banner.sticky .hbottom {
    background: rgb(255 255 255 / 50%);
}
.no-banner .nav_menu > ul {
    color: #464a4f;
}
.latest-listing {
    background: #fcfcfc;
}
.latest-list .box {
    position: relative;
    overflow: hidden;
    border: 1px solid #ccc;
    padding: 25px;
}
.latest-list .box .sold {
    top: 6px;
    right: auto;
    left: -72px;
    transform: rotate(-46deg);
    z-index: 1;
    padding: 7px 15px 7px;
    font-size: 16px;
    width: 190px;
}
.latest-list .box .sold2 {
    top: 21px;
    right: auto;
    text-transform: uppercase;
    left: -51px;
    transform: rotate(-46deg);
    z-index: 1;
    padding: 7px 15px 7px;
    font-size: 16px;
    width: 190px;
    position: absolute;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    box-shadow: 4px 4px 2px rgb(0 0 0 / 30%);
    text-align: center;
    color: #fff;
    background: #e92a31;
}
.latest-list .box .sold2 span {
    font-size: 9px;
    display: block;
}
.latest-list > ul {
    overflow: visible;
    margin-bottom: 0;
}
.latest-list > ul li {
    margin-bottom: 15px;
}
.latest-list > ul li:last-child {
    margin-bottom: 0;
}
.latest-list .box:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-color: transparent;
}
.latest-list .box .img-sec {
    border-right: 1px dashed #ccc;
    align-items: center;
    display: flex;
    background: #f9f9f9;
}
.latest-list .box .img-sec .lock {
    position: relative;
}
.latest-list .box .img-sec .lock img {
    filter: blur(2px);
}
.latest-list .box .img-sec .lock::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.latest-list .box .img-sec .lock:after {
    content: "";
    background: url(../images/lock.png) no-repeat center;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.latest-list .box .block .head,
.valuations-list .box .block .head {
    color: #7e8793;
    font-size: 16px;
}
.latest-list .box .block span,
.valuations-list .box .block span {
    color: #2a3038;
    line-height: 20px;
}
.starting-price {
    color: #385180;
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    font-family: Jost, sans-serif;
}
.line-through {
    font-style: normal;
    text-decoration: line-through;
}
.starting-price span {
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.right-block {
    text-align: right;
}
.right-block .location {
    font-size: 14px;
    color: #b8c1c9;
}
.right-block .location a {
    color: inherit;
}
.right-block .location .fa {
    font-size: 18px;
    margin-right: 5px;
}
.right-block .btn {
    height: 32px;
    line-height: 30px;
    font-weight: 500;
}
.multiple {
    margin-bottom: 10px;
    margin-top: 5px;
}
.multiple span {
    background: #354c77;
    line-height: 22px;
    padding: 0 10px;
    font-size: 13px !important;
    color: #fff !important;
    margin-left: 5px;
    vertical-align: top;
    border-radius: 3px;
}
.multiple.yellowbaba span {
    background: #d4bc28;
}
.multiple img {
    vertical-align: top;
}
.latest-listing .heading {
    margin-bottom: 10px;
}
.top-head-sec .wrap {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.top-head-sec .wrap .list {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #fff9f8;
    position: relative;
    color: #ff8464;
    font-size: 15px;
}
.top-head-sec .wrap .list:first-child::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff8464;
}
.top-head-sec .wrap .list:last-child {
    padding-right: 60px;
}
.top-head-sec .wrap .list:last-child::after {
    content: "\f178";
    position: absolute;
    font-family: FontAwesome;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.latest-list .mid-block .block {
    padding: 0 5px;
    max-width: 250px;
}
.grid-view.latest-list .mid-block .block {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    line-height: 20px;
}
.grid-view.latest-list .box .img-sec {
    margin-bottom: 10px;
}
.grid-view.latest-list .box .img-sec {
    border: none;
}
.grid-view .right-block {
    text-align: center;
    margin-top: 10px;
}
.grid-view.latest-list .box .block .head {
    display: inline-block;
    padding-right: 7px;
    position: relative;
    color: #ff8464;
    min-width: 106px;
}
.grid-view.latest-list .box .block .head::after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 0;
}
.grid-view .starting-price {
    text-align: center;
}
.whats-nbp {
    background: url(../images/sample/nbp-bg.jpg) no-repeat center;
    background-size: cover;
}
.whats-nbp .heading {
    margin-bottom: 15px;
}
.whats-nbp .small-desc {
	color: #fff;
	max-width: 830px;
	margin: 0 auto 30px;
}
.nbp-list .box {
    text-align: center;
    color: #fff;
}
.nbp-list .box figure {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 92px;
    height: 92px;
    border-radius: 100%;
    margin: 0 auto 10px;
    background: #fff;
    border: 5px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.nbp-list .box:hover figure {
    border-color: #d9bf25;
}
.nbp-list .box .subheading {
    color: #fff;
    height: 48px;
    overflow: hidden;
}
.nbp-list .box:hover .subheading {
    color: #d9bf25;
}
.nbp-list ul li:nth-child(2) {
    border: 1px dashed rgb(204 204 204 / 0.3);
    border-width: 0 2px;
}
.home-work .text {
    padding-top: 70px;
}
.home-work .heading {
    margin-bottom: 10px;
}
.home-work .subhead {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
.home-work .subhead span {
    color: #ff8464;
}
.how-it-work .heading {
    margin-bottom: 15px;
}
.how-it-work .short-desc {
    margin-bottom: 30px;
}
.work-list .box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.work-list .box figure {
    width: 45%;
    float: left;
    position: relative;
}
.work-list .box figure::before {
    content: "";
    position: absolute;
    background: #d9bf25;
    width: 50%;
    left: -15px;
    top: -15px;
    bottom: -15px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.work-list .box:hover figure::before {
    width: 100%;
}
.work-list .box .subheading {
    color: #3a4350;
    font-size: 35px;
    line-height: 38px;
}
.work-list ul {
    padding-top: 15px;
}
.work-list .box figure img {
    width: 100%;
    object-fit: cover;
}
.work-list .box .text {
    width: 60%;
    float: left;
    padding: 50px;
    margin-left: -5%;
    margin-top: 50px;
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.work-list .box .left-text {
    text-transform: uppercase;
    font-size: 76px;
    color: #f1f1f2;
    font-weight: 900;
    position: absolute;
    transform-origin: top left;
    top: -6px;
    line-height: 59px;
    transform: rotate(90deg);
    left: 58px;
    z-index: -1;
    font-family: Jost, sans-serif;
}
.work-list ul li:nth-child(even) .box figure {
    float: right;
}
.work-list ul li:nth-child(even) .box .left-text {
    left: 100%;
}
.work-list ul li:nth-child(even) .box figure::before {
    left: auto;
    right: -15px;
    background: #ff8464;
}
.work-list ul li:nth-child(even) .box .text {
    margin-left: auto;
    margin-right: -5%;
}
.domain-section:before {
    background-color: #354c77;
    height: 80%;
}
.domain-section .heading {
    margin-bottom: 15px;
}
.domain-section .short-desc {
    color: #fff;
    margin-bottom: 30px;
}
.domain-wrap {
    background: #fff;
    padding: 50px 40px;
    padding-bottom: 0;
    box-shadow: 0 -8px 10px rgba(0, 0, 0, 0.1);
}
.domain-wrap .box {
    border: 1px solid #ededed;
}
.domain-wrap .box a {
    display: block;
}
.domain-wrap .box .subheading {
    display: flex;
    justify-content: space-between;
    color: #1a495f;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    padding: 15px 20px;
    margin-bottom: 0;
    font-family: Jost, sans-serif;
}
.domain-wrap .box:hover .subheading {
    background: #5b83ce;
    color: #fff;
}
.domain-wrap .box .wrap-div .list {
    padding: 8px 20px;
}
.domain-wrap .box .wrap-div .list span:last-child {
    font-weight: 500;
    color: #474c4f;
    font-family: Jost, sans-serif;
}
.domain-wrap .box .wrap-div .list:nth-child(odd) {
    background: #f8f9fa;
}
.right-btn {
    float: right;
    margin-top: -70px;
}
.work-bottom-list {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.work-bottom-list::after {
    position: absolute;
    content: "";
    left: 0;
    top: 16px;
    right: 0;
    margin: 0 auto;
    width: 53%;
    height: 10px;
    background: url(../images/shape.jpg) no-repeat center;
    background-size: 100%;
    z-index: -1;
}
.work-bottom-list .box {
    text-align: center;
    padding: 0 30px;
}
.work-bottom-list .box span {
    font-size: 15px;
    line-height: 17px;
    color: #ff7a57;
    margin-bottom: 10px;
    font-family: Jost, sans-serif;
    font-weight: 700;
}
.work-bottom-list .box .tick {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
    background: #354c77;
    color: #fff;
    margin: 0 auto 15px;
}
.online-business {
    background: #354c77;
    color: #fff;
}
.online-business .heading {
    color: #fff;
    font-weight: 900;
    font-size: 36px;
    line-height: 40px;
}
.online-business .short-desc {
    font-size: 16px;
}
.home-service {
    background: #f4f4f4;
}
.service_list .sk_box {
    position: relative;
}
.service_list .sk_box figure.simg {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 70%;
    background: #c8edff;
}
.service_list .sk_box figure.simg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    max-width: 100%;
    max-height: 100%;
}
.service_list .sk_box:hover a figure.simg img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.service_list .sk_box .stext {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 120px 20px 12px;
}
.service_list .sk_box .stext .subheading {
    color: #fff;
    margin-bottom: 0;
    word-break: break-all;
}
.service_list .sk_box .stext .btn {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.vdo-testimonial .container {
    max-width: 100%;
    padding: 0;
}
.vdo-testimonial .vdo-test-img {
    border-bottom: 4px solid #ff8464;
}
.vdo-testimonial .vdo-test-img img {
    width: 100%;
}
.vdo-btn {
    font-size: 60px;
    margin-bottom: 20px;
    color: #fff;
}
.testimonial-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    max-width: 500px;
}
.testimonial-text .subheading {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}
.testimonialul {
    overflow: visible;
}
.testimonial-box {
    font-size: 20px;
    padding: 15px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-box:hover {
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}
.test-head {
    font-size: 22px;
    line-height: 24px;
}
.test-head small {
    margin: 10px 0;
    font-size: 16px;
    color: #ff8464;
}
.test-date {
    margin: 10px 0;
}
.client-slider.owl-carousel .owl-item img {
    width: auto;
    height: auto;
}
.client-slider.owl-carousel .owl-item figure {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: space-around;
}
.blog_list .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.blog_list .box figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 67%;
}
.blog_list .box figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.01);
    transform: translate(-50%, -50%) scale(1.01);
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog_list .readmore {
    text-decoration: underline;
    margin-top: 10px;
}
.blog_list .box figure .sk_info {
    position: absolute;
    bottom: 20px;
    background: rgba(255, 255, 255, 0.9);
    padding: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    right: 20px;
}
.blog_list .box figure .sk_info span {
    position: relative;
    margin-right: 15px;
}
.blog_list .box figure .sk_info span:last-child {
    margin-right: 0;
}
.blog_list .box figure .sk_info span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
    width: 1px;
    background: #d3d3d3;
}
.blog_list .box .text {
    padding: 15px;
}
.blog_list .box .text .admin {
    min-height: 28px;
}
.blog_list ul {
    padding-top: 10px;
}
.blog_list .box .bottom {
    margin-top: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid#f1f1f1;
}
.blog_list .box .bottom .date {
    color: #ccc;
}
.blog_list .box .bottom .admin {
    margin-right: 10px;
}
.blog_list .box .bottom .btn {
    margin-right: -15px;
    margin-left: auto;
    min-width: auto;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 0;
}
.blog_list .box figure .sk_info span:last-child:after {
    display: none;
}
.blog_list .subheading {
    overflow: hidden;
    height: 48px;
}
.blog_list .para {
    color: #5a5f66;
    height: 75px;
    overflow: hidden;
}
.blog_list .box:hover a figure img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.comment_list .box .sk_text {
    margin: 0;
}
.comment_list .box .sk_para {
    min-height: inherit;
}
.comment_list .box .sk_text .subheading {
    text-transform: capitalize;
    letter-spacing: 0;
}
.comment_list .box .sk_text .subheading span {
    margin-left: 10px;
}
.sk_sideblock .blog_list ul li a {
    padding: 0;
}
.sk_sideblock .blog_list .box {
    font-size: 12px;
    line-height: 18px;
}
.sk_sideblock .blog_list .box figure {
    width: 80px;
    height: 46px;
    float: left;
    margin: 0 10px 0 0;
    padding: 0;
}
.sk_sideblock .blog_list .box .sk_text {
    margin: 0;
}
.sk_sideblock .blog_list .subheading {
    margin-bottom: 5px;
}
.get-valuation-result {
    background-color: #f2f2f2;
}
.valiation-wrap {
    margin-bottom: 30px;
    padding: 40px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
.valiation-wrap:last-of-type {
    margin-bottom: 0;
}
.gray-head {
    color: #989fa8;
    font-size: 15px;
    line-height: normal;
    margin-bottom: 10px;
}
.valuation-header-right-list {
    padding: 0 20px;
    font-size: 15px;
    color: #ff8464;
}
.valuation-header-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.valuation-header-left .icon {
    float: left;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #fff;
    box-shadow: #d3dbe7 0 0 10px;
}
.valuation-header-left .heading {
    margin-bottom: 0;
}
.Recommended {
    position: relative;
}
.middle-arrow {
    height: 30px;
    position: relative;
    z-index: 1;
}
.Recommended .middle-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.middle-arrow::after {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    background-color: #ccc;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
.middle-arrow .info1,
.middle-arrow .info2 {
    position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
}
.middle-arrow .info2 {
    right: 0;
    left: auto;
}
.middle-arrow i {
    text-align: center;
    line-height: 30px;
    color: #ff8464;
    height: 30px;
    font-size: 24px;
    width: 30px;
    border-radius: 100%;
    background: #ccc;
}
.top-part {
    padding-bottom: 15px;
}
.bottom-part {
    padding-top: 15px;
}
.bottom-part,
.top-part {
    position: relative;
}
.top-part::after {
    content: "";
    display: block;
    width: 18px;
    height: 106px;
    background: url(../images/sample/long-arrow.png) no-repeat center;
    margin: 0 auto;
}
.top-part .subheading {
    font-size: 16px;
    line-height: normal;
    min-height: 42px;
}
.top-part .subheading span {
    display: block;
}
.bottom-part::before {
    content: "";
    display: block;
    width: 18px;
    height: 106px;
    background: url(../images/sample/long-arrow2.png) no-repeat center;
    margin: 0 auto;
}
.box-arrow {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    padding: 15px;
    border: 2px solid transparent;
}
.hvr-text {
    position: absolute;
    left: 0;
    top: 100%;
    width: 310px;
    padding: 15px;
    background-color: #fff;
    box-shadow: #d3dbe7 0 0 10px;
    opacity: 0;
    visibility: hidden;
}
.hvr-text .head {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
}
.info2 .hvr-text {
    left: auto;
    right: 0;
}
.info1:hover .hvr-text,
.info2:hover .hvr-text {
    opacity: 1;
    visibility: visible;
}
.green-arrow .subheading {
    color: #1cbe40;
}
.box-arrow.green-arrow {
    border-color: #1cbe40;
    color: #1cbe40;
}
.green-arrow .top-part::after {
    background: url(../images/sample/green-arrow.png) no-repeat center;
}
.green-arrow .bottom-part::before {
    background: url(../images/sample/green-arrow2.png) no-repeat center;
}
.subheading.black {
    color: #000;
}
.high span,
.low span {
    border: 2px solid #ff8464;
    padding: 5px 10px;
    color: #5b83ce;
    font-size: 20px;
    line-height: normal;
    border-radius: 30px;
    margin-bottom: 15px;
    font-family: Jost, sans-serif;
    font-weight: 600;
}
.high .fa,
.low .fa {
    margin-right: 8px;
}
.valiation-border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.valiation-border-bottom:last-child {
    border-bottom: none !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.valiation-border-bottom .subheading {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 15px;
}
.small-head {
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
    color: #ff8464;
}
.ReadyToSellYourBusiness {
    background: url(../images/sample/ReadyToSell.jpg) no-repeat center;
    background-size: cover;
    padding: 70px 0;
}
.ReadyToSellYourBusiness .heading {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 35px;
    line-height: normal;
}
.gray-text {
    color: #8b8b8b;
    font-size: 17px;
    line-height: normal;
}
.price-black {
    color: #000;
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 7px;
}
.SoldListings ul {
    overflow: visible;
}
.SoldListings .sold {
    right: 0;
}
.SoldListings .box {
    background: #fffdfd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px 15px 15px;
    position: relative;
}
.SoldListings .heading {
    text-decoration: underline;
    color: #5b83ce;
    margin-bottom: 15px;
}
.SoldListings-bottom .listing {
    border: 1px solid #ccc;
    padding: 7px;
}
.SoldListings-bottom ul {
    margin: 0 -5px -10px;
}
.SoldListings-bottom ul li {
    padding: 0 5px;
    margin-bottom: 10px;
}
.SoldListings .cate {
    display: inline-block;
    vertical-align: top;
    border: 2px solid #ff8464;
    margin-bottom: 10px;
    padding: 5px 20px;
    line-height: normal;
    border-radius: 5px;
    color: #ff8464;
}
.SoldListings .gray-head {
    margin-bottom: 4px;
}
.list-item {
    font-size: 18px;
    line-height: 25px;
    color: #4988ff;
}
.list-item a {
    color: inherit;
}
.only-link {
    position: relative;
    padding-left: 150px;
}
.only-link::before {
    content: "\f0eb";
    font-family: FontAwesome;
    font-size: 100px;
    color: #749adf;
    height: 120px;
    width: 120px;
    text-align: center;
    border: 2px solid rgb(139 166 215);
    border-radius: 50%;
    line-height: 120px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.list-item a:hover {
    color: #ff8464;
}
.ScheduleAFreeConsulation-sec {
    margin-top: -30px;
    background: #4988ff;
}
.ScheduleAFreeConsulation {
    position: relative;
    color: #fff;
    padding: 50px 0 50px 220px;
}
.ScheduleAFreeConsulation::before {
    content: "";
    font-size: 100px;
    color: #749adf;
    height: 171px;
    width: 171px;
    border-radius: 100%;
    line-height: 120px;
    position: absolute;
    left: 0;
    background: url(../images/sample/phone-big.png) no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
}
.ScheduleAFreeConsulation .btn:hover {
    border-color: #ff8464;
}
.icon-list {
    display: flex;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    flex-wrap: wrap;
}
.icon-list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 10px;
}
.icon-list li .fa {
    color: #de0c0c;
}
.trstd {
    color: #fff;
    padding: 50px 0;
    background-color: #4a4f58;
}
.trstd .heading {
    color: #fff;
}
.awards {
    display: grid;
    grid-template-columns: repeat(2, 8.25rem);
    gap: 1rem;
    -webkit-box-pack: center;
    justify-content: center;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #989fa8;
}
.trstd .images {
    display: grid;
    grid-template-columns: repeat(auto-fit, 7.125rem);
    gap: 1rem;
    -webkit-box-pack: center;
    justify-content: center;
}
.trstd .rightS {
    padding-left: 70px;
    padding-top: 70px;
}
.total-sold {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    color: #fff;
    background: #3c79cb;
    justify-content: space-between;
    padding: 15px 20px;
    max-width: 760px;
    margin: 30px auto 0;
    width: 100%;
    border-radius: 5px;
}
.total-sold img {
    margin-right: 10px;
}
.jost-font {
    font-family: Jost, sans-serif;
}
.login-sec .jost-font {
    font-weight: 600;
    font-size: 12px;
    color: #3a4350;
}
.login-sec .jost-font:hover {
    color: #ff8464;
}
.login-sec {
    background-color: #f8f8f8;
    padding: 30px 0 !important;
}
.remember-pass {
    position: relative;
    padding-left: 25px;
}
.remember-pass input {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
}
.login-sec form {
    max-width: 500px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 10px rgb(255 255 255 / 0.2);
}
form.form-full-width {
    max-width: 100% !important;
}
.login-sec form .heading {
    text-transform: uppercase;
    font-weight: 700;
}
.login-sec form input[type="password"],
.login-sec form input[type="text"] {
    background: #f9f9f9;
    height: 49px;
}
a.underline {
    text-decoration: underline;
}
.login-with {
    position: relative;
    margin-bottom: 25px;
    margin-top: 15px;
}
.login-with span {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    background: #fff;
    letter-spacing: 1px;
    z-index: 1;
    position: relative;
    padding: 0 15px;
}
.login-with::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    margin: 0 auto;
    height: 1px;
    width: 75%;
    background: #ebebeb;
}
.google-fb-signup {
    margin-bottom: 20px;
}
.google-fb-signup .fgBtn:first-child {
    margin-bottom: 10px;
}
.google-fb-signup .fgBtn {
    text-transform: uppercase;
    display: block;
    font-weight: 500;
    height: 50px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 48px;
    border: 1px solid #ccc;
    color: #283a59;
    font-family: Jost, sans-serif;
}
.google-fb-signup .fgBtn > span {
    margin-right: 15px;
}
.google-fb-signup .fgBtn.fb {
    background-color: #3c579e;
    color: #fff;
}
.home-testimonial {
    background: url(../images/test-bg.jpg) no-repeat center;
    background-size: cover;
}
.home-testimonial .testimonial_list .sk_box:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    top: 0;
}
.home-testimonial .testimonial_list .sk_box .sk_text {
    text-align: center;
    color: #fff;
}
.home-testimonial .testimonial_list .sk_box .sk_text .para {
    text-align: center;
    font-size: 29px;
    line-height: 44px;
    font-style: italic;
}
.home-testimonial .testimonial_list .sk_box .sk_text .subheading {
    text-align: center;
    color: inherit;
    margin-top: 30px;
    font-size: 22px;
    line-height: 24px;
}
.testimonial_list .sk_box {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial_list .sk_box:before {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 10px;
    left: 18px;
    overflow: hidden;
    background: #fff;
}
.testimonial_list .sk_box figure {
    width: 52px;
    height: 52px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    overflow: hidden;
    margin-right: 15px;
}
.testimonial_list .sk_box .sk_text {
    color: #52585b;
    font-size: 14px;
    line-height: 23px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
}
.testimonial_list .sk_box .sk_text .sk_para {
    height: 94px;
    line-height: 23px;
}
.testimonial_list .sk_box .sk_text .subheading {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
}
.testimonial_list .sk_box figure img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
}
.testimonial_list .sk_box .tbottom {
    position: relative;
}
.testimonial_list .sk_box .tbottom .rate {
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    color: #afafaf;
}
.testimonial_list .sk_box .tbottom .rate span {
    margin-right: 10px;
}
.testimonial_list .sk_box:before {
    content: "";
    display: block;
    background: url(../images/quote.png) no-repeat scroll center center/51px 43px;
}
.testimonial_list .sk_box .sk_text {
    padding: 50px 30px 30px;
    margin: 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: auto;
}
.testimonial_list .sk_box .subheading span {
    display: block;
    font-size: 15px;
    line-height: 24px;
}
.testimonial_list ul {
    padding-top: 10px;
}
.section.home-about {
    padding: 0;
    position: relative;
    z-index: 5;
}
.section.home-about .container {
    max-width: 1210px;
}
.home-about .abt-wrap {
    background: #fff;
    margin-top: -100px;
    padding: 65px;
}
.home-about .abt-wrap figure {
    width: 535px;
    height: 465px;
    position: relative;
    padding-right: 90px;
}
.home-about .abt-wrap figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-about .abt-wrap .text {
    position: absolute;
    width: 215px;
    height: 215px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: center;
    bottom: 20px;
    flex-wrap: wrap;
    text-align: center;
    text-transform: uppercase;
    right: 0;
    background: #fff;
    border: 7px solid rgb(0 0 0 / 0.1);
    padding: 15px;
    color: #0092bd;
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
}
.home-about .abt-wrap .text span {
    color: #ff8464;
    display: block;
}
.home-gallery .container {
    max-width: 100%;
}
.home-gallery ul li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.album_list .owl-carousel {
    margin: 0 0 30px;
}
.album_list .owl-carousel .owl-nav.disabled {
    display: block;
}
.album_list .owl-carousel .owl-nav .owl-next.disabled,
.album_list .owl-carousel .owl-nav .owl-prev.disabled {
    opacity: 0.1;
}
.item .sk_album {
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #666;
    background: #fff;
    padding: 0 20px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}
.item .selected.sk_album {
    background: #ff8464;
    border-color: #ff8464;
    color: #fff;
}
.selected.sk_album {
    color: #ff8464;
}
.sk_sideblock .album_list .ul {
    margin: 0;
}
.sk_sideblock .album_list .ul > li {
    padding: 0 0 0 30px;
    margin-bottom: 10px;
    position: relative;
}
.sk_sideblock .album_list .ul > li:last-child {
    margin-bottom: 0;
}
.sk_sideblock .album_list .ul > li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/bullet.png) no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
}
.masonry {
    margin: 0;
    padding: 0;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    column-gap: 15px;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.gallery_list .ul {
    margin-bottom: -15px;
    overflow: visible;
}
.gallery_list .ul > li {
    margin-bottom: 15px;
}
.gallery_list .sk_box {
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
}
.gallery_list .sk_box figure {
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 68%;
}
.gallery_list .sk_box figure img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery_list .sk_box:hover figure img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery_list .sk_box .sk_text {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    margin: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.gallery_list .readmore {
    width: 50px;
    height: 50px;
    background: #202020;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0 0 10px;
    color: #fff;
    font-size: 0;
    position: relative;
}
.gallery_list .readmore:before {
    content: "\f00e";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.gallery_list .readmore:hover {
    color: #fff;
}
.gallery_list .sk_box .sk_text .subheading {
    text-align: inherit;
    color: inherit;
    text-transform: uppercase;
}
.gallery_list .sk_box:hover figure img {
    opacity: 0.5;
}
.gallery_list .sk_box:hover .sk_text {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#lcl_wrap:not(.lcl_on_mobile) .lcl_tn_inner li:not(.lcl_sel_thumb):hover,
.lcl_tn_inner li.lcl_sel_thumb {
    border: 2px solid #ff8464;
}
.section.home-quote {
    padding: 0;
    float: left;
    background: #223d45;
    width: 100%;
}
.right-sec {
    float: right;
    width: 50%;
    height: 550px;
}
.home-quote .right-sec img {
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.home-quote .left-sec {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.home-quote .left-sec form {
    width: 47%;
}
.home-quote .heading {
    color: #fff;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    max-width: 255px;
}
.home-quote p {
    font-size: 18px;
    line-height: 22px;
    color: #909090;
}
.home-quote .left-sec form ul {
    margin: 0 -10px -20px;
}
.home-quote .left-sec form ul > li {
    margin-bottom: 10px;
    padding: 0 10px;
}
.left-sec input,
.left-sec select,
.left-sec textarea {
    color: #000;
    background: #fff;
    height: 50px;
    padding: 12px 30px;
    font-weight: 400;
    font-style: 12px;
}
.left-sec input::placeholder,
.left-sec textarea::placeholder {
    color: #000;
    font-style: italic;
}
.left-sec textarea {
    height: 120px;
}
.product_list ul li:nth-child(even) .service_box .service_img {
    float: right;
    margin: 0 0 0 35px;
}
.product_list .service_box .subheading {
    text-transform: capitalize;
}
.js-tabs .tabs {
    border: 1px dashed #efefef;
    border-width: 2px 0;
    margin-bottom: 0;
    padding-left: 0;
}
.js-tabs nav {
    text-align: left;
}
.js-tabs .tabs li {
    font-size: 19px;
    text-align: center;
    display: inline-block;
    padding: 12px 16px;
    vertical-align: top;
    min-width: 120px;
    background-color: transparent;
    cursor: hand;
    cursor: pointer;
    text-decoration: none;
    outline: 0;
    margin-bottom: 0;
    position: relative;
    color: #5e5e5e;
    text-transform: capitalize;
    border-radius: 2px;
    overflow: hidden;
}
.js-tabs .tabs li.selected::before {
    content: "";
    background: url(../images/green-tick.png) no-repeat center;
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-right: 10px;
}
.js-tabs .tabs li:after {
    content: "";
    width: 2px;
    height: 100%;
    border-right: 2px dashed #efefef;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.js-tabs .tabs li:last-child:after {
    display: none;
}
.js-tabs .tabs li.active,
.js-tabs .tabs li:hover {
    background-color: #ff8464;
    border-color: #ff8464;
    color: #fff;
}
.js-tabs .tabs li.active {
    cursor: default;
}
.js-tabs .panels {
    background-color: #fff;
    padding: 20px 0 0;
    min-height: 300px;
    text-align: left;
    color: #4d5768;
}
.js-tabs .content {
    display: none;
}
.js-tabs .content:after {
    content: "";
    display: block;
    clear: both;
}
.js-tabs .content.active {
    display: block;
}
.js-tabs .tabs li.stock:after {
    content: url(../images/sold-out.png);
    width: 28px;
    height: 24px;
    position: absolute;
    top: -5px;
    left: 5px;
}
p {
    padding-bottom: 20px;
}
p:last-child {
    padding-bottom: 0;
}
.panels .btn .fa {
    font-size: 32px;
    margin-left: 15px;
    margin-right: 0;
}
.panels .btn.btn-ylw .fa {
    margin-left: 0;
    margin-right: 15px;
}
.BtnReset.btn {
    border-color: #5b83ce;
    color: #395280;
}
.BtnReset.btn:hover {
    color: #fff;
}
.ProfitRevenue.business-details-list .box .subhead {
    min-height: 44px;
    display: flex;
    align-items: flex-end;
}
.d-sign {
    position: relative;
    width: 100%;
}
.d-sign > span {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
    border-right: 2px solid #e4e4e4;
    padding-right: 12px;
    height: 30px;
    line-height: 30px;
}
.d-sign input {
    padding-left: 55px;
}
.big-arrow-btn .fa,
.paynow-btn .fa {
    font-size: 40px;
    line-height: 51px;
    margin-right: 0;
    margin-left: 10px;
}
.big-arrow-btn,
.paynow-btn {
    height: 48px;
    line-height: 46px;
}
.payment-list .box .subhead .price {
    font-size: 35px;
    font-family: Jost, sans-serif;
    font-weight: 500;
}
.loading-text {
    font-size: 18px;
    color: #354c77;
}
.download-list .dbox figure {
    width: 145px;
    height: 145px;
    overflow: hidden;
    padding: 10px;
    border: 2px dashed #ccc;
    border-radius: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: space-around;
    left: 0;
    top: 0;
}
.download-list .dbox .top-sec {
    position: relative;
    padding-left: 160px;
    min-height: 145px;
    margin-bottom: 10px;
}
.download-list .dbox .para {
    color: #3a4350;
}
.download-list .dbox .btn {
    margin-top: 15px;
}
.useful-list .box .subheading {
    color: #fff;
    font-size: 28px;
    line-height: 32px;
}
.useful-list .box {
    border-radius: 5px;
    background: #385180 url(../images/sample/useful-bg2.png) no-repeat left center;
    color: #fff;
    padding: 30px 205px 30px 60px;
    position: relative;
    min-height: 209px;
}
.useful-list li:nth-child(odd) .box {
    background: #ff7a57 url(../images/sample/useful-bg1.png) no-repeat left center;
}
.useful-list li .box .btn {
    background: #fff;
    border-color: #fff;
    color: #385180;
    height: 37px;
    line-height: 36px;
    min-width: 108px;
    margin-top: 20px;
}
.useful-list li:nth-child(odd) .box .btn {
    background-color: #fff;
    color: #ff7a57;
}
.useful-list li .box .btn:hover {
    background: #5b83ce;
    border-color: #5b83ce;
    color: #fff;
}
.useful-list .box .section-right {
    position: absolute;
    right: 60px;
    bottom: 30px;
    text-align: right;
}
.font_Sofia_Pro_Light {
    font-family: SofiaProLight;
    font-weight: 300;
}
.font-weight-black {
    font-weight: 900;
    font-family: Jost, sans-serif;
}
.font35 {
    font-size: 35px;
    line-height: 38px;
}
.seller-dashboard {
    background: #fefefe;
}
.valuations-list .ul {
    overflow: visible;
    margin-bottom: 0;
}
.valuations-list .box {
    padding: 25px;
    -webkit-box-shadow: 0 0 30px rgb(241 241 241);
    -moz-box-shadow: 0 0 30px rgb(241 241 241);
    box-shadow: 0 0 30px rgb(241 241 241);
}
.valuations-list .box:hover {
    background: #fff;
    border-color: transparent;
}
.valuations-list .box .round-icon {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    overflow: hidden;
    border-radius: 100%;
    padding: 10px;
    background-color: #e9ecf0;
    position: absolute;
    z-index: 1;
}
.valuations-list .box .round-icon img {
    object-fit: contain;
}
.valuations-list .box .img-sec {
    border-right: 1px dashed #ccc;
    padding-right: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.valuations-list .box .mid-block {
    padding-left: 60px;
    display: flex;
    align-items: center;
}
.valuations-list .box .right-block {
    width: 100%;
    text-align: center;
    border-left: 1px dashed #ccc;
    margin-left: 30px;
    height: 100%;
}
.valuations-list .round-arrow {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    background: #fee5df;
    color: #ff7a57;
    font-size: 40px;
}
.valuations-list .round-arrow:hover {
    background-color: #5b83ce;
    color: #fff;
}
.valuations-list .box .mid-block > a {
    width: 100%;
}
.valuations-list .box .block span {
    font-size: 16px;
}
.valuations-list .box .block .multiple {
    margin-bottom: 0;
}
.valuations-list .box .subheading {
    font-size: 25px;
    line-height: 30px;
    font-family: SofiaProLight;
    font-weight: 300;
    color: #385180;
    padding-left: 100px;
}
.after-login .user .uicon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.after-login .user {
    cursor: pointer;
    position: relative;
    padding-left: 40px;
}
.after-login .user .uname {
    vertical-align: middle;
}
.after-login .user .uname .fa {
    color: #ff8464;
}
.after-login {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.after-login .btn-group {
    margin-left: -10px !important;
    margin-right: 10px !important;
}
.after-login .btn-group .btn {
    height: 28px;
    line-height: 26px;
    border-radius: 2px !important;
    font-size: 16px;
    font-family: SofiaProLight;
    font-weight: 300;
    min-width: 83px;
}
.after-login .btn-group .btn:first-child {
    background: #d4bc28;
    border-color: #d4bc28;
}
.after-login .btn-group .btn:first-child:hover {
    background: #fff;
    border-color: #d4bc28;
    color: #d4bc28;
}
.sellingBtn.btn {
    background: #fff;
    border-color: #fff;
    color: #d1bf37;
}
.sellingBtn.btn:hover {
    background: #ff8464;
    border-color: #ff8464;
    color: #fff;
}
.notifiction {
    padding: 0 10px;
    border-width: 0 1px;
    border-radius: 2px;
    margin-right: 25px;
    line-height: 28px;
    position: relative;
    background: #ff8464;
}
.notifiction span {
    margin-left: 5px;
}
.notifiction .fa {
    color: #fff;
}
.user-dropdown {
    position: absolute;
    top: 90%;
    z-index: 99;
    right: 0;
    opacity: 0;
    visibility: hidden;
    background-color: #5b83ce;
    min-width: 150px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
    -moz-box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
    box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.term-cond .labelWrap {
    padding-left: 30px;
    padding-bottom: 24px;
    position: relative;
}
.term-cond .labelWrap .error {
    position: absolute;
    bottom: 0;
    left: 0;
}
.term-cond .term-text {
    max-height: 80px;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 4px;
}
.term-cond .term-text::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.term-cond .term-text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ff8464;
}
.term-cond .labelWrap input {
    width: 20px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.after-login .user.active-user .uname .fa::before {
    content: "\f0d8";
}
.active-user .user-dropdown {
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.user-dropdown ul {
    margin: 0;
    padding: 0;
}
.user-dropdown ul li {
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #fff;
    padding: 5px 10px;
}
.user-dropdown ul li a {
    display: block;
}
.user-dropdown ul li:hover {
    background: #ff8464;
}
.user-dropdown ul li:last-child {
    border: none;
}
.sell-site-tab nav {
    text-align: center;
}
.monetization-list .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    border: 1px solid #efefef;
    height: 80px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
    font-size: 20px;
    padding: 0 15px;
    color: #2e3743;
    line-height: 24px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}
.monetization-list-with-desc .smaller.d-block {
    font-size: 12px;
    line-height: normal;
    text-align: center;
    margin-top: 5px;
    padding-top: 5px;
    width: 100%;
    padding: 10px;
    min-height: 64px;
    box-shadow: 0 0 10px rgba(177, 177, 177, 0.2);
}
.monetization-list-with-desc.monetization-list .box {
    height: auto;
    padding: 15px;
}
.monetization-list .box span {
    position: relative;
    padding-left: 35px;
}
.monetization-list .box span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background: url(../images/green-tick.png) no-repeat center;
    opacity: 0;
}
.monetization-list .box.slected-monetization,
.monetization-list .box:hover {
    background-color: #ff8464;
    color: #fff;
}
.monetization-list .box.slected-monetization span::before,
.monetization-list .box:hover span::before {
    opacity: 1;
}
.monetization-list .box.slected-monetization span img,
.monetization-list .box:hover span img {
    opacity: 0;
}
.monetization-list .box span img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.monetization-list ul {
    margin: 0 -5px -10px;
}
.monetization-list ul li {
    margin: 0 0 10px;
    padding: 0 5px;
}
.blue-heading {
    background: #385180;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
}
.sell-your-site .js-tabs .panels {
    padding-top: 40px;
}
.business-details-list .box {
    background: #f8f8f8;
    padding: 40px 20px;
    min-height: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.business-details-list .box form {
    position: relative;
    width: 100%;
}
.business-details-list ul li:first-child .box form {
    padding-right: 40px;
}
.business-details-list ul li:first-child .box form#websiteform {
    padding-right: 0;
}
.business-details-list .box input,
.business-details-list .box textarea {
    background-color: #fff;
    height: 50px;
    border-color: #e9e9e9;
}
.business-details-list .box input[type="date"] {
    color: #727272;
}
.business-details-list .box textarea {
    padding-top: 12px;
}
.business-details-list .box .subhead {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: normal;
    color: #283a59;
    font-weight: 400;
}
.business-details-list .box p {
    padding: 5px 0 0;
    font-size: 13px;
    line-height: 19px;
    color: #777;
}
.add-url-btn {
    min-width: auto;
    position: absolute;
    right: 0;
    width: 35px;
    top: 5px;
    padding: 0;
}
.add-url-btn .fa {
    font-size: 14px !important;
    margin-right: 0;
    margin: 0 !important;
}
.income-details-list .box {
    background: #f8f8f8;
    padding: 40px 15%;
    min-height: 205px;
    text-align: center;
}
.income-details-list .box .subhead {
    font-size: 18px;
    color: #283a59;
    font-weight: 400;
}
.income-details-list .box p {
    padding: 0 0 20px;
    font-size: 15px;
    line-height: 22px;
    color: #868c96;
}
.income-details-list .box input {
    background: #fff;
    height: 50px;
    border-color: #e9e9e9;
}
.income-input-row {
    max-width: 630px;
    margin: 0 auto;
}
.income-details-list #incomeDetailsForm .box .row {
    margin-left: -5px;
    margin-right: -5px;
}
.income-details-list #incomeDetailsForm .box .row > li {
    padding-left: 5px;
    padding-right: 5px;
}
.income-input-row {
    max-width: 400px;
}
.income-input-row input {
    text-align: center;
}
.NA-btn,
.yes-btn {
    background-color: #f9dfd8;
    color: #ff7a57;
    border-color: #f9dfd8;
}
.income-details-list #incomeDetailsForm .box {
    padding: 25px 12px;
}
.income-details-list #incomeDetailsForm .box {
    padding: 22px;
    min-height: 135px;
}
.no-btn,
.yes-btn {
    min-width: 40px;
}
.extra-info-list form {
    margin: 0 -15%;
}
.extra-info-list form textarea {
    height: 120px;
    background-color: #fff;
    text-align: center;
}
.dashboard .dashboard-top .box {
    background: #ff7a57 url(../images/sample/selling-bg.png) no-repeat left center;
    color: #fff;
    padding: 30px 30px 30px 60px;
    position: relative;
    border-radius: 5px;
}
.dashboard-top li:nth-child(even) .box {
    background: #385180 url(../images/sample/buying-bg.png) no-repeat left center;
}
.dashboard .dashboard-top .box .dPrice {
    font-size: 44px;
    line-height: 46px;
    font-family: Jost, sans-serif;
    font-weight: 700;
}
.dashboard .dashboard-top .box .heading-top .subheading {
    color: #fff;
    font-family: SofiaProLight;
    font-weight: 300;
    font-size: 28px;
    line-height: 32px;
}
.dashboard .dashboard-top .box .bottom-para {
    margin-top: 15px;
}
.dashboard .dashboard-top .box .bottom-para p {
    padding-bottom: 0;
    padding-right: 30px;
}
.dashboard .dashboard-top .box .bottom-para .btn {
    margin-top: 8px;
    background: #fff;
    border-color: #fff;
    color: #ff7a57;
    height: 37px;
    line-height: 36px;
    min-width: 108px;
}
.dashboard-top li:nth-child(even) .box .bottom-para .btn {
    background: #fff;
    color: #5b83ce;
}
.dashboard .dashboard-top li .box .bottom-para .btn:hover {
    background: #5b83ce;
    border-color: #5b83ce;
    color: #fff;
}
.settings-sec .box .body label {
    min-width: 80px;
    color: #385180;
    font-size: 17px;
}
.settings-sec .box .body span {
    color: #385180;
    font-size: 18px;
}
.settings-sec .box .body ul {
    margin-bottom: -10px;
}
.settings-sec .box .body ul li {
    margin-bottom: 10px;
}
.settings-sec .box .body label,
.settings-sec .box .body span {
    vertical-align: top;
}
.settings-sec .box {
    background: url(../images/sample/settings-bg.png) no-repeat left bottom;
}
.notification-sec .subheading,
.settings-sec .box .subheading {
    font-size: 28px;
    line-height: 30px;
    font-family: SofiaProLight;
    font-weight: 300;
    color: #385180;
    border-bottom: 2px dashed #e9e9e9;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.notification-sec .subheading .fa,
.settings-sec .box .subheading .fa {
    position: absolute;
    right: 20px;
    top: 22px;
}
.notification-sec .readmore {
    text-decoration: underline;
}
.notification-sec .subheading .fa-bell {
    color: #ff7a57;
}
.notification-sec .box,
.settings-sec .box {
    -webkit-box-shadow: 0 0 30px rgb(185 185 185 / 20%);
    -moz-box-shadow: 0 0 30px rgb(185 185 185 / 20%);
    box-shadow: 0 0 30px rgb(185 185 185 / 20%);
    padding: 0 30px 30px;
    border-radius: 5px;
}
.settings-sec .box .body {
    padding: 0 20px 0;
}
.settings-sec .box .body ul li .btn {
    margin-top: 20px;
}
.notification-sec .box .body {
    padding: 0 20px 0;
}
.notification-sec .delete {
    background-color: #ebebeb;
    border-radius: 100%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #385180;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
}
.notification-sec {
    font-size: 16px;
    line-height: 25px;
}
.notification-sec .delete:hover {
    color: #ff7a57;
}
.notification-sec .editor_text ul > li:last-child {
    margin-bottom: 0;
}
.notification-sec .editor_text ul > li {
    padding-left: 30px;
    padding-right: 40px;
    margin-bottom: 20px;
}
.notification-sec .editor_text ul > li:before {
    background: #385180;
    top: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.unlock-para {
    color: #4c525a;
    font-size: 20px;
    line-height: 30px;
}
.step-heading .heading {
    position: relative;
    padding-left: 80px;
    text-transform: uppercase;
    font-weight: 800;
}
.step-heading .heading::before {
    content: "01";
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #ff8464;
    color: #fff;
    font-weight: 700;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    border-radius: 100%;
}
.step-heading .heading2::before {
    content: "02";
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #ff8464;
    color: #fff;
    font-weight: 700;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    border-radius: 100%;
}
.step-heading .heading span {
    text-transform: initial;
    font-weight: 300;
    font-family: SofiaProLight;
    color: #2c4554;
    font-size: 16px;
    display: block;
}
.unlock-step {
    margin-top: 50px;
}
.step1 {
    border-right: 2px dashed #ccc;
    padding-right: 50px;
}
.step-heading {
    margin-bottom: 35px;
}
.unlock-subhead {
    color: #0e151e;
    font-size: 22px;
    line-height: 26px;
    font-family: SofiaProLight;
    font-weight: 300;
    margin-bottom: 30px;
}
.step1 .check_box {
    position: relative;
    padding-left: 40px;
}
.step1 .check_box .check-box {
    position: absolute;
    left: 0;
    top: 3px;
}
.check-box {
    display: block;
    position: relative;
    padding-left: 25px;
}
.check-box .checkmark:after {
    left: 9px;
    top: 4px;
    width: 7px;
    height: 12px;
    border: solid #ccc;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
}
.checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 25px;
    width: 26px;
    border: 1px solid #fff;
    background-color: #b7b7b7;
    cursor: pointer;
    border-radius: 3px;
}
.check-box input:checked ~ .checkmark:after {
    border-color: #fff;
}
.check-box input:checked ~ .checkmark {
    background-color: #4caf50;
}
.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.unlock-subhead.gray-color {
    color: #535c67;
    margin-top: 20px;
}
.listing-price-btn {
    letter-spacing: 1px;
}
.btn span {
    font-weight: 400;
    letter-spacing: 0;
}
.step2 {
    padding-left: 50px;
}
.step2 .step-heading .heading::before {
    background: #d9bf25;
}
.step2 .unlock-subhead,
.stepbox .unlock-subhead {
    margin-bottom: 3px;
    color: #2c4554;
}
.step2 .small-head,
.stepbox .small-head {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #2c4554;
}
.step2 .small-head .fa,
.stepbox .small-head .fa {
    font-size: 20px;
    vertical-align: middle;
    color: #d9bf25;
}
.step2 .head-top,
.stepbox .head-top {
    position: relative;
    padding-left: 85px;
}
.step2 .head-top .icon-left,
.stepbox .head-top .icon-left {
    position: absolute;
    left: 0;
    top: 0;
}
.info-icon .fa {
    color: #00c47f;
}
.step2 .head-top .icon-left .fa,
.stepbox .head-top .icon-left .fa {
    font-size: 60px;
    color: rgb(56 81 128 / 80%);
}
.step2 .box,
.stepbox {
    margin: 15px 0;
    padding: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    border: 1px solid #e7e7e7;
}
.step2 .box .para,
.stepbox .para {
    margin: 20px 0;
    color: #42525c;
}
.step2 .or {
    width: 58px;
    height: 58px;
    line-height: 58px;
    margin: 0 auto;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: Jost, sans-serif;
    background: #385180;
    color: #fff;
}
.section-secure .box {
    position: relative;
    padding-left: 135px;
    min-height: 115px;
    display: flex;
    align-items: center;
}
.section-secure .box figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    height: 115px;
    border-radius: 100%;
    border: 2px dashed #dfdfdf;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 15px;
}
.section-secure {
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-secure .box .subheading {
    font-size: 22px;
    line-height: 30px;
    color: rgb(56 81 128 / 0.5);
}
.section-secure .box .subheading strong {
    display: block;
    font-weight: 800;
    color: #385180;
    text-transform: uppercase;
    font-size: 20px;
}
.unlock-last-sec .box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}
.unlock-last-sec .box .subheading {
    font-size: 30px;
    line-height: 34px;
    font-family: SofiaProLight;
    font-weight: 300;
    color: #1f2b41;
}
.unlock-last-sec .contact-box {
    border-radius: 5px;
    background: #ff7a57 url(../images/sample/book-a-call.png) no-repeat right center;
    color: #fff;
    padding: 40px 205px 40px 60px;
    position: relative;
    min-height: 209px;
}
.unlock-last-sec .contact-box::after {
    content: "";
    background: url(../images/sample/book-a-call-icon.png) no-repeat center;
    width: 101px;
    height: 115px;
    position: absolute;
    right: 50px;
    top: 50px;
}
.unlock-last-sec .contact-box .subheading {
    color: #fff;
    margin-bottom: 20px;
}
.unlock-last-sec .contact-box .number {
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    color: #fff;
    font-family: Jost, sans-serif;
    margin-bottom: 25px;
}
.unlock-last-sec .contact-box .btn {
    background-color: #fff;
    color: #ff7a57;
    min-width: 220px;
}
.unlock-last-sec .contact-box .btn:hover {
    background: #5b83ce;
    border-color: #5b83ce;
    color: #fff;
}
.search-left .search-in {
    width: 100%;
    height: 46px;
    max-width: 253px;
    background: #385180;
    padding: 10px 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    font-family: Jost, sans-serif;
    overflow: hidden;
    -webkit-box-shadow: 0 10px 20px rgb(56 81 128 / 0.4);
    -moz-box-shadow: 0 10px 20px rgb(56 81 128 / 0.4);
    box-shadow: 0 10px 20px rgb(56 81 128 / 0.4);
}
span.filter-txt {
    vertical-align: middle;
}
.search-left li:first-child::after {
    content: "";
    position: absolute;
    top: -30px;
    right: -25px;
    bottom: 0;
    height: 80px;
    width: 2px;
    border-right: 2px dashed #5b7199;
}
.search-left li:first-child > a {
    color: #fff;
}
.search-left ul,
.search-left ul li {
    margin-bottom: 0;
    position: relative;
    overflow: visible;
}
.search-left ul li:last-child {
    margin-left: auto;
}
.search-left img {
    vertical-align: top;
}
.on-off-box {
    display: inline-block;
    padding: 2px 0 0;
    vertical-align: top;
    height: 25px;
    margin: 0 8px;
}
.search-left ul li:last-child img {
    padding-top: 2px;
}
.chkbx-toggle {
    display: none;
}
.chkbx-toggle + label {
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
    outline: 0;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    width: 40px;
    height: 20px;
    background-color: transparent;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
.chkbx-toggle + label::after,
.chkbx-toggle + label::before {
    content: "";
    display: block;
    position: absolute;
}
.chkbx-toggle + label::before {
    right: 1px;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background-color: #979797;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -moz-transition: background 0.4s;
    -o-transition: background 0.4s;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
}
.chkbx-toggle + label::after {
    top: -1px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: rgb(255 132 100 / 0.7);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    -moz-transition: -moz-transform 0.4s;
    -o-transition: -o-transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}
.chkbx-toggle:checked + label {
    background-color: #4c638d;
}
.chkbx-toggle:checked + label::before {
    background-color: #4c638d;
}
.chkbx-toggle:checked + label::after {
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    background-color: #ff8464;
}
.chkbx-toggle:disabled + label {
    opacity: 0.5;
    cursor: default;
}
.search-right {
    padding-right: 155px;
    padding-left: 0;
}
.range-sec .noUi-horizontal .noUi-handle {
    background: #ff8464;
    border: 1px solid #ff8464;
}
.range-sec .noUi-background {
    background: #9baccc;
}
.range-sec .noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    width: 14px !important;
    height: 14px !important;
}
.noUi-horizontal .noUi-handle {
    top: -6px !important;
}
.range-sec .noUi-horizontal .noUi-handle.noUi-active {
    background: #385180;
    border: 1px solid #f6f6f6;
}
.caption-sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
    font-size: 11px;
    color: #212020;
}
.admin-reply {
    position: relative;
    padding-left: 60px;
}
.admin-reply .seller-id {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 18px;
    border-bottom: 1px solid #5b83ce;
}
.admin-reply .seller-id strong {
    color: #5b83ce;
    margin-right: 5px;
}
.admin-reply .admin-reply-icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    width: 50px !important;
    height: 50px;
    color: #5b83ce;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fcfcfc;
}
.admin-reply .admin-reply-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.admin-reply .name {
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    padding-top: 3px;
}
.admin-reply .seller-reply {
    margin-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}
.admin-reply .seller-reply .reply-box {
    background-color: #f9f9f9;
    padding: 10px;
}
.admin-reply .text {
    margin-bottom: 15px;
}
.admin-reply label {
    font-family: Jost, sans-serif;
    font-weight: 600;
    color: #5b83ce;
    margin-bottom: 5px;
}
.admin-reply label.error {
    color: #fff;
}
.admin-reply textarea {
    background: #f9f9f9;
    border-color: #d7e5ff;
}
.admin-reply .date {
    font-family: Jost, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #868686;
    margin-bottom: 5px;
}
.add-reply-button {
    background: #5b83ce;
    border-color: #5c83ce;
    color: #fff;
    padding: 6px 20px;
    line-height: normal;
    margin-top: 10px;
    min-width: auto;
    height: auto;
    outline: 0;
}
.add-reply-button:hover {
    color: #fff;
    background: #ff8464;
}
.search-right input::-webkit-input-placeholder {
    opacity: 1;
    color: #212020;
}
.search-right input:-moz-placeholder {
    opacity: 1;
    color: #212020;
}
.search-right input::-moz-placeholder {
    opacity: 1;
    color: #212020;
}
.search-right input:-ms-input-placeholder {
    opacity: 1;
    color: #212020;
}
.search-right input,
.search-right select {
    height: 46px;
    background-color: #f1f4f5;
    border: none;
    padding-left: 17px;
    padding-right: 17px;
    background-position: 98% -4px;
}
.search-right > .row {
    margin-left: -20px;
    margin-right: -5px;
}
.search-right .row > [class*="col-"] {
    padding: 0 5px;
}
.search-right .btn.search-button {
    position: absolute;
    right: 15px;
    top: 0;
    height: 46px;
}
span.small-lock {
    position: absolute;
    top: -10px;
    left: 12px;
}
.search-result-txt {
    font-size: 23px;
    color: #535c67;
    margin-top: 35px;
}
.marketplace-btn-wrap {
    display: inline-block;
    width: 100%;
}
.marketplace-sold-btn {
    float: right;
    margin: -45px 0 0 20px;
}
.marketplace-btn {
    text-align: right;
}
.rightalignedbtn{ 
    color: #fff;
    font-size: 16px;
    border-radius: 0 15px 0 15px;
    background: rgb(28,68,144);
    background: -moz-linear-gradient(90deg, rgba(28,68,144,1) 46%, rgba(91,131,206,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(28,68,144,1) 46%, rgba(91,131,206,1) 100%);
    background: linear-gradient(90deg, rgba(28,68,144,1) 46%, rgba(91,131,206,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c4490",endColorstr="#5b83ce",GradientType=1);
    border-color: transparent;
}
.lendingoffer-btn{ 
    background: #d1bf37;
    border-color: #d1bf37;
}
.rightalignedbtn:hover{border-color: #ff8464;}
#submit-lending-offer ul.row{
    margin-bottom: -16px;
}
#submit-lending-offer ul.row li{
    margin-bottom: 16px;
}
.marketplace-btn .sold {
    font-size: 24px;
    line-height: 38px;
    position: static;
    display: inline-block;
    background: url(../images/sold.png) no-repeat center;
    background-size: contain;
    width: 200px;
    height: 200px;
    box-shadow: none;
}
#redeemcodeForm {
    position: relative;
    max-width: 400px;
    padding-right: 140px;
    margin: 0 auto 30px;
}
#redeemcodeForm .paynow-btn {
    position: absolute;
    right: 0;
    top: 26px;
}
.marketplace-btn .sold {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-left: auto;
    flex-wrap: wrap;
    align-content: center;
}
.marketplace-btn .sold.sold2 span {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    line-height: normal;
}
.marketplace-btn .btn {
    padding: 0 15px;
    min-width: auto;
}
.marketplace-btn .btn .fa {
    background-color: #ff8464;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 100%;
    color: #fff;
    border: 1px solid #fff;
}
.marketplace-btn .btn:hover .fa {
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.9);
}
.marketplace-btn .btn.blue-btn.btn_t .fa {
    background-color: #5b83ce;
}
.marketplace-details-category {
    font-size: 20px;
    line-height: 30px;
    color: #7e8793;
    margin-top: 10px;
    margin-bottom: 10px;
}
.marketplace-details-category span {
    display: contents;
}
.marketplace-details-category span:first-child {
    margin-right: 15px;
}
.marketplace-details-category span:last-child {
    color: #5f5f5f;
}
.marketplace-details-category.location {
    font-size: 16px;
    color: #ff8464;
}
.marketplace-details-para {
    color: #253241;
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 20px;
}
.multiple-price > ul {
    padding-top: 25px;
    margin: 0 -5px;
}
.multiple-price > ul li {
    padding: 0 5px;
}
.multiple-price .box {
    font-size: 23px;
    line-height: 26px;
    background-color: #fff;
    padding: 10px 20px;
    box-shadow: 3px 5px 14px rgb(90 131 206 / 20%);
}
.multiple-price .box span {
    font-weight: 700;
    color: #354c77;
    font-family: Jost, sans-serif;
}
.multiple-price .box p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #4f5a68;
}
.listing-summary .right-part > .box {
    background-color: #f8f9fa;
    border: 2px dashed #ccc;
    padding: 30px 30px;
}
.listing-summary .right-part .box .top-list ul li {
    padding-left: 80px;
    position: relative;
}
.listing-summary .right-part .box .top-list ul li figure {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 65px;
    border: 8px solid rgb(237 237 237 / 0.4);
    height: 65px;
    border-radius: 100%;
}
.Interview-Video .subheading,
.breakdown-rating .left-box .subheading,
.listing-summary .right-part .box .top-list ul li .subheading {
    font-size: 25px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #3a4350;
    font-family: SofiaProLight;
    font-weight: 300;
}
.listing-summary .right-part .box .top-list ul li p {
    font-size: 17px;
    color: #3a4350;
}
.breakdown-rating .left-box {
    background-color: #fff;
    padding: 40px 15px;
    border: 1px solid #ccc;
    text-align: center;
}
.left-rating {
    color: #545960;
    font-size: 42px;
    margin-top: 18px;
}
.left-rating span {
    color: #ff7a57;
    font-size: 42px;
}
.left-rating span:last-child {
    font-size: 26px;
    color: #545960;
}
.breakdown-rating .right-box .subhead {
    color: #3a4350;
    font-size: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.breakdown-rating .right-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #3a4350;
}
.breakdown-rating .right-box ul li {
    margin: 0 0 2px;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-family: Jost, sans-serif;
    font-weight: 500;
    position: relative;
}
.breakdown-rating .right-box ul li:nth-child(odd) {
    padding-left: 20px;
}
.breakdown-rating .right-box ul li:nth-child(odd)::before {
    position: absolute;
    content: "\f00c";
    display: block;
    font-family: FontAwesome;
    font-size: 8px;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 100%;
    color: #fff;
    background: #374e79;
    text-align: center;
}
.breakdown-rating .right-box ul li progress {
    height: 20px;
    margin-right: 15px;
    width: 100%;
}
.Interview-Video .video-frame .owl-carousel {
    padding: 0;
}
.Interview-Video .video-frame .owl-carousel iframe {
    width: 100%;
}
.Interview-Video .video-frame .owl-carousel .owl-nav [class*="owl-"] {
    width: 30px;
    font-size: 30px;
    background: #ff8464;
    color: #fff;
}
.seo-data::before {
    background: url(../images/sample/seo-data-bg.jpg) no-repeat center;
    background-size: cover;
}
.LockContentBox .subheading,
.seo-data .content .subheading {
    margin-bottom: 0;
    font-size: 24px;
    line-height: normal;
    font-weight: 900;
    color: #262b33;
}
.LockContentBox,
.seo-data .content {
    margin-top: 30px;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px dashed rgb(27 52 63 / 0.2);
}
.LockContentBox .btn,
.seo-data .content .btn {
    height: 44px;
    line-height: 44px;
}
.seo-data .heading {
    margin-bottom: 0;
}
.LockContentBox2 {
    max-width: 380px;
    text-align: center;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px dashed rgb(27 52 63 / 0.2);
}
.LockContentBox2 figure {
    margin-bottom: 15px;
}
.LockContentBox2 .subheading {
    font-size: 20px;
    line-height: 26px;
}
.work-skill-list .box {
    margin: 5px;
    text-align: center;
    padding: 15px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    color: #1b3b4a;
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
    min-height: 126px;
    border-radius: 2px;
}
.work-skill-list .box .subheading {
    color: inherit;
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-family: SofiaProLight;
    font-weight: 300;
}
.work-skill-list nav {
    width: 50%;
    float: left;
}
.work-skill-list nav ul {
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: -2%;
    display: flex;
    flex-wrap: wrap;
}
.work-skill-list .panels {
    width: 50%;
    float: left;
}
.work-skill-list .panels .content {
    display: none;
}
.work-skill-list .panels .content.active {
    display: block;
}
.work-skill-list nav ul li {
    width: 28%;
    margin: 2%;
    cursor: pointer;
    text-align: center;
    padding: 15px;
    align-content: center;
    color: #1b3b4a;
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
    min-height: 126px;
    border-radius: 2px;
    color: inherit;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    font-family: SofiaProLight;
    font-weight: 300;
}
.work-skill-list .tab-menu {
    width: 50%;
    float: left;
}
.work-skill-list .tabDetails {
    width: 50%;
    float: left;
}
.work-skill-list .tabDetails .tab {
    display: none;
}
.work-skill-list .tabDetails .tab.tab-active {
    display: block;
}
.work-skill-list .tab-menu ul {
    margin-left: -2%;
    margin-right: -2%;
    margin-bottom: -2%;
    display: flex;
    flex-wrap: wrap;
}
.work-skill-list .tab-menu ul li {
    width: 28%;
    margin: 2%;
    cursor: pointer;
    text-align: center;
    align-content: center;
    color: #1b3b4a;
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    color: inherit;
    font-size: 16px;
    text-align: center;
    line-height: 18px;
    font-family: SofiaProLight;
    font-weight: 300;
}
.work-skill-list .tab-menu ul li a {
    padding: 15px;
    min-height: 126px;
    width: 100%;
    color: #1b3b4a;
}
.work-skill-list .tab-menu ul li a.active-a,
.work-skill-list .tab-menu ul li a:hover {
    background-color: #354c77;
    color: #fff;
}
.work-skill-list .tab-menu figure {
    border-radius: 100%;
    background-color: #fff;
    padding: 5px;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.work-skill-list nav ul li.active,
.work-skill-list nav ul li:hover {
    background-color: #354c77;
    color: #fff;
}
.work-skill .editor_text ul > li:before {
    background-color: #ff431e;
}
.work-skill .social_text ul {
    padding-left: 0;
}
.work-skill .social_text ul li {
    list-style: none;
    position: relative;
}
.work-skill .social_text ul > li .fa {
    margin-right: 10px;
}
.work-skill .social_text ul > li a {
    color: inherit;
}
.work-skill .social_text ul > li a:hover {
    color: #f36f24;
}
.analysis-list > ul {
    margin: 0 -5px -10px;
}
.analysis-list > ul > li {
    padding: 0 5px;
    margin-bottom: 10px;
}
.analysis-list > ul > li:nth-child(2) .box,
.analysis-list > ul > li:nth-child(4) .box {
    text-align: right;
    padding-left: 180px;
    padding-right: 40px;
}
.analysis-list > ul > li:nth-child(2) .box .editor_text ul > li,
.analysis-list > ul > li:nth-child(4) .box .editor_text ul > li {
    padding-right: 20px;
}
.analysis-list > ul > li:nth-child(2) .box .editor_text ul > li::before,
.analysis-list > ul > li:nth-child(4) .box .editor_text ul > li::before {
    right: 0;
    left: auto;
}
.analysis-list > ul > li:nth-child(2) .box .editor_text ul > li::before {
    background: #6aa40e;
}
.analysis-list > ul > li:nth-child(3) .box .editor_text ul > li::before {
    background: #d9bf25;
}
.analysis-list > ul > li:nth-child(4) .box .editor_text ul > li::before {
    background: #ff7a57;
}
.analysis-list .box {
    z-index: 1;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    padding: 40px 180px 40px 40px;
    margin: 5px;
    height: 290px;
    overflow: hidden;
    position: relative;
}
.analysis-list > ul > li:nth-child(even) .box::after {
    right: auto;
    left: -50px;
    padding-right: 54px;
    padding-left: 0;
}
.analysis-list > ul > li:nth-child(2) .box::after {
    content: "O";
    background-color: #6aa40e;
}
.analysis-list > ul > li:nth-child(3) .box::after {
    content: "w";
    background-color: #d9bf25;
    padding-left: 40px;
}
.analysis-list > ul > li:nth-child(4) .box::after {
    content: "T";
    background-color: #ff7a57;
}
.analysis-list > ul > li:nth-child(3) .box::after,
.analysis-list > ul > li:nth-child(4) .box::after {
    top: -50px;
    bottom: auto;
    line-height: 222px;
}
.analysis-list > ul > li .box::after {
    position: absolute;
    right: -50px;
    bottom: -50px;
    content: "S";
    padding-left: 54px;
    width: 195px;
    height: 195px;
    line-height: 164px;
    border-radius: 100%;
    background-color: #354c77;
    font-size: 73px;
    font-family: Jost, sans-serif;
    font-weight: 900;
    color: #fff;
    z-index: -1;
    text-transform: uppercase;
}
.analysis-list .box .subheading {
    font-size: 28px;
    line-height: 32px;
    color: #40546e;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.analysis-list .box .editor_text ul > li:before {
    content: "";
    width: 7px;
    height: 7px;
    top: 10px;
}
.analysis-list .box .editor_text ul > li {
    padding-left: 20px;
}
.upload-profile-pic {
    width: 210px;
    height: 210px;
    border: 2px dashed #3a4350;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.upload-profile-pic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.drag-head {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    color: #3a4350;
}
.drag-photo {
    opacity: 0;
}
.upload-profile-pic-right .heading {
    color: #3a4350;
    font-size: 32px;
    line-height: 34px;
    font-family: SofiaProLight;
    font-weight: 300;
    margin-bottom: 0;
}
.upload-profile-pic-right .subheading {
    color: #ff8464;
    font-size: 23px;
    font-family: SofiaProLight;
    font-weight: 300;
    margin-bottom: 0;
}
.my-account-wrap .js-tabs .panels {
    padding-top: 50px;
}
.basic-info {
    background-color: #f8f8f8;
    border-top: 1px solid #dfdfdf;
    padding: 40px;
    border-radius: 3px;
}
.basic-info form ul li .subhead {
    color: #283a59;
    font-size: 13px;
    margin-bottom: 5px;
}
.account-sec.basic-info label {
    width: 100%;
    line-height: normal;
    margin-bottom: 15px;
    color: #1b343f;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
.account-sec td {
    background-color: #fff;
    padding: 5px 10px;
}
.account-sec table thead th {
    border-bottom: none;
    background: #5b83ce;
    color: #fff;
}
.account-sec tfoot th {
    background-color: #c6c6c6;
    color: #484848;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
.table-design thead th {
    line-height: normal;
    border-bottom: none;
    background: #5b83ce;
    color: #fff;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
.table-design td {
    background-color: #fff;
}
.UserAdmin-reply-box {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
}
.UserAdmin-reply-para {
    background-color: #efefef;
    margin-left: 26px;
    color: #1b343f;
    padding: 5px 15px;
}
.UserAdmin-reply-box label {
    line-height: normal;
    margin-bottom: 5px;
    color: #ff8464;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
.UserAdmin-reply-para .fa {
    color: #ff8464;
    font-size: 16px;
    margin-right: 15px;
    margin-left: -40px;
}
.inner-pages .heading,
.inner-pages .heading2 {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 10px;
    color: #3a4350;
    font-weight: 800;
    font-family: Jost, sans-serif;
    position: relative;
}
.inner-pages .heading {
    line-height: 50px;
    margin-bottom: 30px;
}
.img_right {
    float: right;
    margin: 0 0 10px 30px;
    max-width: 450px;
    width: 100%;
}
.img_right img {
    border: 8px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.fees-sec {
    padding: 20px 25px;
    margin-top: 50px;
    background-color: #f8f9fa;
    border: 1px dashed #ccc;
}
.fees-left {
    padding-right: 20px;
    border-right: 2px dashed #979797;
    width: 20%;
}
.fees-right {
    padding-left: 50px;
    width: 80%;
}
.fees-wrap ul {
    display: flex;
    margin: 0 -10px -10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.fees-wrap .para {
    font-size: 22px;
    line-height: normal;
    color: #3a4350;
}
.fees-wrap ul li {
    width: 25%;
    padding-right: 10px;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: normal;
    color: #3a4350;
}
.account-sec.basic-info .search-status label {
    margin-bottom: 3px;
}
.account-sec.basic-info .search-status {
    margin-bottom: -72px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
    width: 52%;
}
.create-ticket.login-sec {
    padding: 10px 0 !important;
}
#ticketCreateFrm {
    margin: 15px auto 15px;
}
.steps-wrapper {
    padding: 70px 0;
    background-color: #f4f7fb;
}
.steps-wrapper .heading {
    color: #000;
    font-size: 50px;
    line-height: normal;
}
.steps-wrapper .heading:after {
    content: "";
    width: 50%;
    height: 4px;
    margin: 15px 0 0;
    display: block;
    background-color: #3c79cb;
}
.steps-wrapper .subheading {
    color: #000;
    margin-bottom: 10px;
    margin-top: 15px;
    font-size: 24px;
    line-height: normal;
}
.steps-left {
    font-size: 20px;
    line-height: 30px;
    color: #848a93;
}
.steps-wrapper .steps-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.steps-wrapper .steps-inner .steps-left {
    width: 32%;
    margin-right: 4%;
}
.steps-wrapper .steps-inner .steps-left .steps-button p {
    margin-bottom: 1.5rem;
}
.steps-wrapper .steps-inner .steps-right .step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2%;
}
.steps-wrapper .steps-inner .steps-right {
    width: 64%;
}
.steps-wrapper .steps-inner .steps-right .step-item {
    width: 46%;
    margin: 2%;
    padding: 20px;
    background: #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0 0.4rem 4.4rem rgb(90 94 100 / 10%);
    box-shadow: 0 0.4rem 4.4rem rgb(90 94 100 / 10%);
}
.steps-wrapper.steps-blue .step-item {
    border-bottom: 0.5rem solid #ff8464;
}
.steps-wrapper .steps-inner .steps-right .step-item .subheading {
    position: relative;
    padding-left: 65px;
    font-size: 22px;
    line-height: 24px;
}
.steps-wrapper .steps-inner .steps-right .step-item h5 span {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #3c79cb;
    color: #fff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    padding: 0;
    text-align: center;
    font-weight: 700;
    font-size: 25px;
}
.steps-wrapper .steps-inner .steps-right .step-item p:last-child {
    margin-bottom: 0;
}
.steps-wrapper .steps-inner .steps-right .step-item p {
    font-size: 18px;
    line-height: 26px;
    color: #848a93;
    margin-top: 20px;
}
.steps-wrapper .steps-inner {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e1e7ef;
}
.steps-wrapper .steps-inner:nth-child(even) {
    flex-direction: row-reverse;
}
.steps-wrapper .steps-inner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.steps-wrapper .steps-inner:nth-child(even) .steps-left {
    margin-right: 0;
    margin-left: 4%;
}
.steps-wrapper .steps-inner:nth-child(even) .steps-right .step-item h5 span {
    background-color: #ff8464;
}
.steps-wrapper .steps-inner:nth-child(even) .steps-right .step-item {
    border-color: #5b83ce;
}
.steps-wrapper .steps-inner:nth-child(even) .heading:after {
    background-color: #ff8464;
}
.wallet {
    font-size: 24px;
    line-height: normal;
}
.wallet strong {
    font-size: 30px;
}
.dashboard-wrap .wallet-wrap {
    justify-content: center;
    position: relative;
    margin-bottom: -58px;
    padding-top: 20px;
}
.wallet-wrap #buynow {
    position: absolute;
    right: 0;
    z-index: 1;
}
.wallet-wrap #withdraw {
    position: absolute;
    right: 130px;
    z-index: 1;
}
.wallet-wrap #verifyidentityunlockbtn {
    position: absolute;
    right: 130px;
    z-index: 1;
}
.dashboard-wrap #walletTable_wrapper {
    padding: 0;
}
.dashboard-wrap #walletTable_wrapper select {
    min-width: 100px;
    height: 48px;
}
.buy-now-pane {
    width: 100%;
    max-width: 500px;
    padding: 30px 20px;
}
.buy-now-pane h4 {
    font-family: Jost, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #535c67;
    margin-bottom: 10px;
    position: relative;
}
.cpn-code {
    padding: 0 10px;
    border: 2px dashed #b9b9b9;
    margin: 0 2px 0 0;
    font-size: 24px;
    height: 46px;
    line-height: 44px;
}
.cpn-wrap span {
    display: block;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}
.cpn-wrap .copy-text {
    font-weight: 500;
    line-height: 46px;
    height: 46px;
    background: #f3f3f3;
    padding: 0 9px;
    color: #f6695e;
}
.cpn-wrap .copy-text:hover {
    color: #000;
}
.listing-price {
    font-family: Jost, sans-serif;
    font-weight: 600;
    color: #f6695e;
    font-size: 24px;
    line-height: normal;
}
.Wallet-balance {
    font-family: Jost, sans-serif;
    font-weight: 600;
    color: #f6695e;
    font-size: 16px;
    line-height: normal;
}
.pricebreakup table {
    width: 100%;
}
.pricebreakup {
    background: #f9f9f9;
}
.pricebreakup table td,
.pricebreakup table th {
    padding: 5px;
}
#buy-now-pane .buy-now-pane-form {
    width: 50%;
    float: left;
    padding: 0 20px;
}
#buy-now-pane .buy-now-pane-form:nth-child(2) {
    border-left: 2px dashed #f1f1f1;
}
#buy-now-pane .withdraw-pane-form {
    width: 30%;
    float: left;
    padding: 0 20px;
}
.withdraw-pane {
    max-width: 500px;
    width: 100%;
}
#buy-now-pane .withdraw-pane-form:nth-child(2) {
    border-left: 2px dashed #f1f1f1;
}
.price-sign {
    position: relative;
}
.price-sign .psign {
    position: absolute;
    left: 0;
    padding: 0 15px;
    top: 0;
    font-size: 21px;
    line-height: 40px;
    background: #f3f3f3;
}
.price-sign input {
    padding-left: 50px;
    margin-bottom: 0;
}
#buy-now-pane ul {
    margin-bottom: -20px;
}
#buy-now-pane ul li {
    margin-bottom: 20px;
}
.pagination .paginate_button a {
    color: #589442 !important;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}
.pagination .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination a::after {
    opacity: 0;
}
.pagination .page-item .page-link:focus,
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
    color: #fff !important;
    text-decoration: none;
    background-color: #589442;
    border-color: #589442;
}
.pagination .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination .paginate_button a:hover,
.pagination .paginate_button.active {
    color: #fff !important;
}
.editrec {
    background-color: #589442 !important;
    border-color: #589442 !important;
}
.editrec:hover {
    background-color: #5b83ce !important;
    border-color: #5b83ce !important;
}
.account-sec .pagination {
    margin: 0 0 0 auto;
    text-align: right;
    width: auto;
    max-width: initial;
    justify-content: flex-end;
}
.account-sec.basic-info select.form-control,
.basic-info .box select.form-control,
.basic-info input {
    height: 50px;
    background-color: #fff;
    border-color: #e9e9e9;
    outline: 0;
}
.basic-info input[type="file"]{
    background-color: initial;
    border: none;
}
.WaitingforFundApproval {
    text-align: center;
    font-size: 17px;
    width: 250px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 10px;
    align-content: center;
    box-shadow: 0 0 15px #f1f1f1;
}
.WaitingforFundApproval h1 {
    width: 100%;
    margin-bottom: 0;
}
.WaitingforFundApproval .fa {
    margin-bottom: 10px;
    line-height: normal;
    color: green;
}
.clock {
    position: relative;
    height: 100px;
    width: 100px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 100%;
    border: 10px solid #ff8464;
    margin: auto;
    margin-bottom: 10px;
}
.clock .top {
    position: absolute;
    width: 3px;
    height: 4px;
    background: #262626;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.clock .right {
    position: absolute;
    width: 4px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
}
.clock .bottom {
    position: absolute;
    width: 3px;
    height: 4px;
    background: #262626;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.clock .left {
    position: absolute;
    width: 4px;
    height: 3px;
    background: #262626;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}
.clock .center {
    height: 6px;
    width: 6px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #262626;
    border-radius: 100%;
}
.clock .hour {
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 60s infinite linear;
}
.clock .hour:before {
    position: absolute;
    content: "";
    background: #262626;
    height: 15px;
    width: 3px;
    top: 27px;
    left: 0;
}
.clock .minute {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 30s infinite linear;
}
.clock .minute:before {
    position: absolute;
    content: "";
    background: #262626;
    height: 20px;
    width: 2px;
    top: 42px;
}
.clock .second {
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation: time 15s infinite linear;
}
.clock .second::before {
    position: absolute;
    content: "";
    background: #fd1111;
    height: 28px;
    width: 1px;
    top: 42px;
}
@keyframes time {
    to {
        transform: rotate(360deg);
    }
}
.basic-info input[type="checkbox"] {
    width: 20px;
    height: 20px;
}
.basic-info .heading {
    font-family: SofiaProLight;
    font-weight: 300;
}
.basic-info form .box.add-mail {
    position: relative;
    padding-right: 40px;
}
.basic-info form .box.add-mail .btn {
    top: auto;
    bottom: 5px;
}
.account-sec .client {
    margin-top: 50px;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 0;
}
span.user-profile-radio-box,
.nda_content_area span {
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-right: 5px;
}
span.user-profile-radio-box input,
.nda_content_area span input {
    width: 100%;
    height: 100%;
    margin: 0;
}
.grap-img {
    text-align: center;
}
.frequently-asked-questions {
    background: url(../images/sample/faq-main-bg.jpg) no-repeat center;
}
.frequently-asked-questions .faq-list {
    padding-left: 40%;
}
#faqlist {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background: #f7f7f7;
}
#faqlist .btn.loadmorefaq {
    width: 95px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    min-width: auto;
}
.faq-list .sk_toggle .sk_box {
    background-color: #fff;
}
.faq-list .sk_toggle .sk_box .sk_ques .subheading {
    margin-bottom: 0;
}
.faq-list .sk_toggle .sk_box .sk_ans {
    background: #f7f7f7;
    padding: 15px;
}
.faq-list .sk_toggle .sk_box.opened > .sk_ques:after {
    background: #ff8464;
}
.frequently-asked-questions .content-box,
.lockBox {
    width: 400px;
    height: 422px;
    position: relative;
    text-align: center;
    background: #354c77;
    padding: 50px 75px;
}
.frequently-asked-questions .content-box {
    margin: 40px auto 0;
}
.frequently-asked-questions .content-box figure,
.lockBox figure {
    width: 145px;
    height: 145px;
    margin: 0 auto 20px;
    border-radius: 100%;
    background-color: #d2c037;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.frequently-asked-questions .content-box .subheading,
.lockBox .subheading {
    font-size: 19px;
    line-height: 33px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-family: SofiaProLight;
}
#lock-content {
    max-width: 800px;
    width: 100%;
    font-size: 16px;
    line-height: 28px;
}
.lock-content-check {
    text-align: left;
    line-height: normal;
}
.lock-content-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 15px;
}
.lock-content-check span {
    padding-left: 25px;
}
#lock-content .form_wrap > ul.middle-row {
    margin: 0 -5px -10px;
    padding-bottom: 25px;
}
#lock-content span.user-profile-radio-box,
#lock-content .nda_content_area span {
    display: inline-block;
}
#lock-content .form_wrap ul.middle-row > li {
    margin-bottom: 10px;
    padding: 0 10px;
    color: #354c77;
    font-size: 16px;
    line-height: 20px;
}
#lock-content .form_wrap ul.middle-row > li strong {
    margin-left: 5px;
    color: #f6695e;
}
#lock-content .form_wrap > ul > li {
    margin-bottom: 16px;
    padding: 0 8px;
}
#lock-content .form_wrap ul > li .box ul li {
    margin-bottom: 10px;
}
#lock-content .form_wrap > ul {
    margin: 0 -8px -16px;
}
#lock-content .bottom-row .box {
    border: 2px solid #96abd2;
    padding: 15px;
}
#lock-content .bottom-row .box .subheading {
    height: 48px;
    overflow: hidden;
}
#lock-content .bottom-row .box .para {
    height: 220px;
    overflow: hidden;
}
#lock-content .bottom-row .box .btn_center {
    margin-top: 15px;
}
#lock-content .bottom-row .box .btn_center .btn {
    min-width: 100%;
}
#lock-content .bottom-row .box ul li {
    position: relative;
    padding-left: 15px;
}
#lock-content .bottom-row .box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    background-color: #354c77;
    border-radius: 100%;
}
.fancybox-slide--html .fancybox-close-small {
    position: absolute;
    min-width: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: #f44336;
    border-color: #f44336;
    border-radius: 0 0 0 10px;
    border: none;
    outline: 0;
}
.fancybox-button svg path {
    fill: #fff;
}
body.compensate-for-scrollbar {
    width: 100%;
}
.frequently-asked-questions .content-box figure,
.lockBox figure {
    box-shadow: 0 0 0 0 rgb(210 192 55);
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}
@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}
.breakdown-rating .right-box ul li progress {
    height: 10px;
    margin-right: 15px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.breakdown-rating .right-box ul li progress::-webkit-progress-value {
    background: #ff8464;
}
.breakdown-rating .right-box ul li:nth-child(4) progress::-webkit-progress-value {
    background: #c8b023;
}
.breakdown-rating .right-box ul li:nth-child(6) progress::-webkit-progress-value {
    background: #ffa82b;
}
.breakdown-rating .right-box ul li:nth-child(8) progress::-webkit-progress-value {
    background: #354e79;
}
progress[value]::-webkit-progress-bar {
    background-color: #e4e4e4;
    border-radius: 2px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
.earnings {
    background-color: #dde9ff;
}
.earnings .heading {
    text-align: left;
}
.grap-top {
    margin-bottom: 30px;
}
.grap-top .box .d-flex {
    flex-wrap: wrap;
    margin: 0 0 16px 0;
}
.grap-top .box .d-flex .ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.grap-top .box .d-flex .ul li {
    padding: 0 10px 0 30px;
    position: relative;
    text-align: left;
}
.grap-top .box .d-flex .ul li:first-of-type {
    min-width: 230px;
}
.grap-top .box .d-flex .ul li::after {
    content: "";
    position: absolute;
    width: 12px;
    left: 10px;
    top: 6px;
    height: 12px;
    border-radius: 100%;
    background: #fc7954;
}
.grap-top .box .d-flex .name {
    font-size: 20px;
    min-width: 100px;
    text-align: left;
}
.grap-top .btn-group .btn.btn_t {
    color: #3a4350;
    border-color: #e9eaec;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    min-width: auto;
}
.grap-top .btn-group .btn.btn_t.active,
.grap-top .btn-group .btn.btn_t:hover {
    background-color: #d9bf25;
    border-color: #d9bf25 !important;
    color: #fff;
}
.grap-top .btn-group {
    padding-top: 15px;
}
.earnings .grap-top .btn-group .btn.btn_t {
    border-color: #4a5976;
}
.grap-top .box > .row > [class*="col-"]:last-child .d-flex .ul li::after {
    background-color: #d9bf25;
}
.traffic .heading {
    text-align: left;
}
.top-row-investor-passes {
    margin: 0 -5px -10px;
    padding-bottom: 25px;
}
.top-row-investor-passes li {
    margin-bottom: 10px;
    padding: 0 10px;
    color: #354c77;
    font-size: 16px;
    line-height: 20px;
}
.investor-pass-para {
    color: #354c77;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.top-row-investor-passes li strong {
    margin-left: 5px;
    color: #f6695e;
}
.oba-wrapper {
    padding: 50px 0;
}
.oba-wrapper .oba-list ul li:nth-child(2) {
    border-left: 1px solid #f3f3f3;
}
.oba-list .box figure {
    width: 200px;
    height: 200px;
    align-items: center;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    border-radius: 100%;
    border: 0.2rem dashed #989fa8;
}
.category-list-item a {
    display: block;
}
.category-list-item .cli-left {
    background-size: cover;
    background-position: 50%;
    width: 50%;
    text-align: right;
    float: left;
    position: relative;
}
.blog-cat-list ul {
    overflow: visible;
}
.category-list-item .cli-right {
    width: 100%;
    float: left;
    padding: 45px 200px 45px 40px;
}
.category-list-item {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-list-item:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.category-list-item a {
    position: relative;
}
.category-list-item a::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    font-size: 25px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    top: 50%;
    background: #ff8464;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-list-item:hover a::after {
    right: -15px;
    background-color: #5b83ce;
    color: #fff;
}
.category-list-item .cli-right .subheading {
    font-size: 30px;
    line-height: normal;
    color: #1c1c1c;
    margin-bottom: 0;
}
.category-list-item:hover .cli-right .subheading {
    color: #3c79cb;
}
.category-list-item:hover .cli-number {
    color: #ff8464;
}
.blog-cate-wrapper {
    background: #f9f9f9;
}
.cli-number {
    position: absolute;
    right: 75px;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: 0.5rem solid #3c79cb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    font-weight: 700;
    font-size: 35px;
    line-height: 83px;
    color: #3c79cb;
    padding: 0;
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.bdate {
    line-height: normal;
    font-family: Gilroy-Light;
    font-weight: 300;
    color: #999;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e1e1e1;
}
.dtls-btop .fa-comment {
    font-size: 18px;
    margin-right: 5px;
}
.dtls-btop {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
}
.bdate img {
    margin-right: 10px;
}
.bdate div span:first-child {
    font-size: 19px;
    color: #253752;
    font-family: Gilroy-ExtraBold;
    font-weight: 800;
    display: block;
    line-height: normal;
}
.dtls-share {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}
.blog-form form {
    padding: 25px;
    background: #f9f9f9;
}
.blog-form input,
.blog-form select,
.blog-form textarea {
    padding: 5px 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #d3d3d3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    color: #212020;
    position: relative;
    vertical-align: top;
    outline: 0;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.blog-form textarea {
    height: 100px;
}
.subhead {
    line-height: normal;
    margin-bottom: 15px;
    color: #1b343f;
    font-weight: 600;
    font-family: Jost, sans-serif;
}
.border_btm_dbl {
    position: relative;
    padding-bottom: 10px;
}
.sideblock .subhead {
    font-size: 24px;
    line-height: 30px;
}
.border_btm_dbl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 3px;
    background: #ff8464;
}
.blog-list .bbox {
    position: relative;
}
.blog-list .bbox figure,
.blog-list .bbox figure img,
.blog-list .bbox figure::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-list .bbox figure {
    padding-top: 42%;
    position: relative;
    width: 100%;
    background: #ccc;
    overflow: hidden;
}
.blog-list .bbox figure img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-list .bbox figure::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 -105px 60px -36px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0 -105px 60px -36px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0 -105px 60px -36px rgba(0, 0, 0, 0.75);
    z-index: 1;
}
.sideblock .blog-list .row [class*="col-"] {
    margin-bottom: 15px;
}
.blog-list .bbox a {
    display: block;
}
.blog-list .bbox figure::after {
    position: absolute;
    content: "\f061";
    font-family: FontAwesome;
    right: -8px;
    bottom: -8px;
    width: 50px;
    font-size: 20px;
    height: 50px;
    background: #ff8464;
    color: #fff;
    border-radius: 100%;
    z-index: 2;
    text-align: center;
    line-height: 50px;
}
.blog-list .bbox:hover figure::after {
    background: #5b83ce;
}
.blog-list .bbox .btext {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 15px 20px;
    z-index: 1;
}
.sideblock .search-box {
    background: #fff;
    width: 100%;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.sideblock .search-box .subhead {
    font-size: 17px;
    margin: 0 0 10px;
    line-height: normal;
}
.sideblock .search-box form {
    position: relative;
}
.sideblock .search-box button {
    width: 45px;
    padding: 0 0;
    background: #ff8464;
    color: #fff;
    border: 1px solid #ff8464;
    outline: 0;
    cursor: pointer;
    height: 47px;
    min-width: auto;
    line-height: 38px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 19px;
    line-height: normal;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
}
.sideblock {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.sideblock:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    padding: 15px;
    background: #f7f7f7;
}
.blog-list .bbox .btext .subheading {
    color: #fff;
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
}
.scl-txt {
    margin-right: 10px;
    color: #ff8464;
}
.social_part.social a i {
    font-size: 20px;
}
.sideblock .search-box input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    height: 47px;
    border: 1px solid #f7f7f7;
    outline: 0;
    background: #f7f7f7;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 13px;
}
.hasDatepicker {
    cursor: pointer;
    background: url(../images/datepicker.png) no-repeat 95% center;
}
 
body .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after,
body .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after
{
    content: "+";
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: unset;
    color: #fff;
    top: 0;
    border: 0;
    left: 0; 
    right: 0;
    margin: 0 auto;
    font-size: 20px;
}
body .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after,
body .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after
{
    content: "-";
    position: absolute;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    overflow: visible;
    clip: unset;
    color: #fff;
    top: 0;
    border: 0;
    left: 0; 
    right: 0;
    margin: 0 auto;
    font-size: 20px;
}
body .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0;
    min-width: auto;
    padding: 0; 
    display: block;
}
body .bootstrap-datetimepicker-widget table td.separator {
    padding: 5px;
    width: auto;
    min-width: auto;
}
body .bootstrap-datetimepicker-widget table td span{
    background: transparent !important;
    height: 30px;
    width: 30px;
    vertical-align: top;
}
body .bootstrap-datetimepicker-widget button[data-action] { 
    padding: 0 5px;
    min-width: auto;
    font-size: 12px;
}


.mt0 {
    margin-top: 0;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt60 {
    margin-top: 60px;
}
.mt65 {
    margin-top: 65px;
}
.mt70 {
    margin-top: 70px;
}
.mt75 {
    margin-top: 75px;
}
.mt80 {
    margin-top: 80px;
}
.mt85 {
    margin-top: 85px;
}
.mt90 {
    margin-top: 90px;
}
.mt95 {
    margin-top: 95px;
}
.mt100 {
    margin-top: 100px;
}
.mt_25 {
    margin-top: -25px;
}
.mt_85 {
    margin-top: -85px;
}
.mt_210 {
    margin-top: -210px;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb65 {
    margin-bottom: 65px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb75 {
    margin-bottom: 75px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb85 {
    margin-bottom: 85px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb95 {
    margin-bottom: 95px;
}
.mb100 {
    margin-bottom: 100px;
}
.ml0 {
    margin-left: 0;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.ml55 {
    margin-left: 55px;
}
.ml60 {
    margin-left: 60px;
}
.ml65 {
    margin-left: 65px;
}
.ml70 {
    margin-left: 70px;
}
.ml75 {
    margin-left: 75px;
}
.ml80 {
    margin-left: 80px;
}
.ml85 {
    margin-left: 85px;
}
.ml90 {
    margin-left: 90px;
}
.ml95 {
    margin-left: 95px;
}
.ml100 {
    margin-left: 100px;
}
.mr0 {
    margin-right: 0;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr45 {
    margin-right: 45px;
}
.mr50 {
    margin-right: 50px;
}
.mr55 {
    margin-right: 55px;
}
.mr60 {
    margin-right: 60px;
}
.mr65 {
    margin-right: 65px;
}
.mr70 {
    margin-right: 70px;
}
.mr75 {
    margin-right: 75px;
}
.mr80 {
    margin-right: 80px;
}
.mr85 {
    margin-right: 85px;
}
.mr90 {
    margin-right: 90px;
}
.mr95 {
    margin-right: 95px;
}
.mr100 {
    margin-right: 100px;
}
.pt0 {
    padding-top: 0;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt50 {
    padding-top: 50px;
}
.pt55 {
    padding-top: 55px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt70 {
    padding-top: 70px;
}
.pt75 {
    padding-top: 75px;
}
.pt80 {
    padding-top: 80px;
}
.pt85 {
    padding-top: 85px;
}
.pt90 {
    padding-top: 90px;
}
.pt95 {
    padding-top: 95px;
}
.pt100 {
    padding-top: 100px;
}
.pb0 {
    padding-bottom: 0;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb45 {
    padding-bottom: 45px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb55 {
    padding-bottom: 55px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb65 {
    padding-bottom: 65px;
}
.pb70 {
    padding-bottom: 70px;
}
.pb75 {
    padding-bottom: 75px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb85 {
    padding-bottom: 85px;
}
.pb90 {
    padding-bottom: 90px;
}
.pb95 {
    padding-bottom: 95px;
}
.pb100 {
    padding-bottom: 100px;
}
.pl0 {
    padding-left: 0;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}
.pl45 {
    padding-left: 45px;
}
.pl50 {
    padding-left: 50px;
}
.pl55 {
    padding-left: 55px;
}
.pl60 {
    padding-left: 60px;
}
.pl65 {
    padding-left: 65px;
}
.pl70 {
    padding-left: 70px;
}
.pl75 {
    padding-left: 75px;
}
.pl80 {
    padding-left: 80px;
}
.pl85 {
    padding-left: 85px;
}
.pl90 {
    padding-left: 90px;
}
.pl95 {
    padding-left: 95px;
}
.pl100 {
    padding-left: 100px;
}
.pr0 {
    padding-right: 0;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pr35 {
    padding-right: 35px;
}
.pr40 {
    padding-right: 40px;
}
.pr45 {
    padding-right: 45px;
}
.pr50 {
    padding-right: 50px;
}
.pr55 {
    padding-right: 55px;
}
.pr60 {
    padding-right: 60px;
}
.pr65 {
    padding-right: 65px;
}
.pr70 {
    padding-right: 70px;
}
.pr75 {
    padding-right: 75px;
}
.pr80 {
    padding-right: 80px;
}
.pr85 {
    padding-right: 85px;
}
.pr90 {
    padding-right: 90px;
}
.pr95 {
    padding-right: 95px;
}
.pr100 {
    padding-right: 100px;
}
.ph0 {
    padding-top: 0;
    padding-bottom: 0;
}
.ph60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.w0 {
    width: 0;
}
.w10 {
    width: 10%;
}
.w20 {
    width: 20%;
}
.w25 {
    width: 25%;
}
.w30 {
    width: 30%;
}
.w33 {
    width: 33.33%;
}
.w40 {
    width: 40%;
}
.w50 {
    width: 50%;
}
.w60 {
    width: 60%;
}
.w66 {
    width: 66.66%;
}
.w70 {
    width: 70%;
}
.w75 {
    width: 75%;
}
.w80 {
    width: 80%;
}
.w90 {
    width: 90%;
}
.w100 {
    width: 100%;
}
.h0 {
    height: 0;
}
.h100 {
    height: 100%;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f20 {
    font-size: 20px;
}
.f24 {
    font-size: 24px;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.red {
    color: red;
}
.blue {
    color: #ff8464;
}
.green {
    color: #9cbe2f;
}
.sk_shadow_full .sk_box {
    margin: 5px;
    padding: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.blog_list .sk_box figure .sk_info {
    position: absolute;
    top: 10px;
    background: #00ff01;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    left: 10px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}
.seller-dashboard .dashboard-wrap .latest-list .latest-list-middleCol.mult-text .mid-block {
    flex-wrap: wrap;
    justify-content: flex-start !important;
}
.marketplace-details .marketplace-btn .btn {
    margin-bottom: 10px;
}
.marketplace-details .marketplace-btn .btn.unlock .fa {
    background: #ff8464 url(../images/open-book.png) no-repeat;
    width: 25px;
    height: 25px;
    font-size: 0;
    background-position: center;
    background-size: 17px;
    background-size: 17px;
}
.seller-dashboard .dashboard-wrap .latest-list .latest-list-middleCol.mult-text .mid-block .block {
    margin-bottom: 10px;
    padding-right: 10px;
}
.redeem-table {
    background: #fff;
    max-width: 470px;
    margin: 0 auto 30px;
}
.redeem-table td:last-child {
    font-weight: 700;
    color: #5b83ce;
    font-size: 18px;
}
.loadmoremp {
    float: right;
}
.varify-bank-popup {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 60%);
    z-index: 999;
}
.varify-bank-popup.popup-dblock {
    display: block;
}
.varify-bank-popup-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.varify-bank-popup-box {
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.step-listing-price-btn span {
    font-size: 24px;
    color: #385180;
    font-weight: 400;
    text-transform: capitalize;
}
.step-listing-price-btn {
    font-size: 30px;
    color: #ff8464;
    text-transform: uppercase;
    font-weight: 800;
}
#notificationul {
    padding-left: 0;
    list-style: none;
}
.notification-box {
    background: #fff8f6;
    padding: 5px 10px;
}
#notificationul li {
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    padding-bottom: 10px;
}
#notificationul .fa-bell {
    color: #e3c537;
    position: absolute;
    left: 0;
    top: 5px;
}
#notificationul .date {
    font-size: 14px;
    color: grey;
}
.loader-icon {
    width: 10px;
    height: 10px;
    margin: 0 auto;
    padding: 14px;
    border: 7px solid #ff8464;
    border-top-color: #5b83ce;
    border-bottom-color: #5b83ce;
    border-radius: 100%;
    animation: loadingD 2s linear infinite;
}
.varify-bank-popup-box .heading {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
}
@keyframes loadingD {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.fblock form .labelWrap input {
    height: 50px;
}
.marketplace-details-wrap-sec {
    padding-left: 360px;
}
.marketplace-details-wrap-sec img {
    max-width: 350px;
    position: absolute;
    left: 0;
    top: 0;
}
.landing-page-header .hinfo li {
    border: none;
}
.landing-bannertext .subheading {
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-family: Jost, sans-serif;
    letter-spacing: 1px;
}
.landing-bannertext {
    color: #fff;
    text-align: center;
    padding: 30px 15px;
}
.landing-bannertext .banner-mail .subheading {
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
.count-box {
    font-weight: 700;
    font-size: 55px;
    line-height: 57px;
    padding: 20px 10px;
    border: 2px solid #fff;
    border-radius: 5px;
    min-width: 140px;
    font-family: Jost, sans-serif;
    text-align: center;
    margin: 18px;
}
.count-box span {
    margin-top: 5px;
    font-weight: 300;
    display: block;
    text-transform: capitalize;
    font-size: 23px;
    line-height: 25px;
    letter-spacing: 4px;
}
.days-count {
    margin: 30px 0;
}
.landing-bannertext {
    position: absolute;
    text-align: center;
    top: auto;
    bottom: 45%;
    height: auto;
    left: 0;
    width: 100%;
    padding: 0;
    transform: translateY(50%);
}
.banner-mail {
    padding: 30px 50px;
    max-width: 865px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    background: #132e59;
    border: 5px solid #ff431e;
    border-image-source: linear-gradient(to left, #d4bc28, #ff431e);
    border-image-slice: 1;
}
.banner-mail input[type="email"] {
    background-color: #fff;
    border-color: #fff;
    height: 48px;
    padding: 0 25px;
    border-radius: 5px;
    font-size: 16px;
}
.banner-mail input::placeholder {
    font-size: 17px;
    color: #1b2639;
}
.banner-mail-form {
    padding-right: 200px;
    position: relative;
}
.banner-mail-form .btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    min-width: 185px;
    border-color: #ff431e;
    background-color: #ff431e;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    width: auto;
}
.banner-mail-form .btn:focus,
.banner-mail-form .btn:hover {
    background-color: #5b83ce;
    border-color: #5b83ce;
}
.landing-page .copyright {
    font-family: SofiaProLight;
    font-size: 14px;
    color: #6f6f6f;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.landing-page {
    background: #192532;
}
.thankYouMsg {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-top: 10px;
}
.landing-page-banner .bannerbox .bannerimg {
    height: 100vh;
}
.landing-page-banner .bannerbox .bannerimg img {
    height: 100%;
    object-fit: cover;
}
.landing-page .bannerimg img {
    min-height: 600px;
}
.hbottom .logo .whitelogo {
    display: none;
}
@media only screen and (max-width: 1024px) {
    .hbottom .logo .blacklogo {
        display: none;
    }
    .hbottom .logo .whitelogo {
        display: block;
    }
}
.listing-summary .editor_text ul > li {
    padding: 0 0 0 25px !important;
    margin-bottom: 10px !important;
}
.analysis .box .editor_text {
    height: 160px;
    overflow: auto;
    padding-right: 20px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
    border-radius: 0;
    background-color: #f5f5f5;
    width: 4px;
}
::-webkit-scrollbar {
    width: 4px;
    background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 0, 0, 0.8);
}

/* =========================== */ 
.popup_blur_wrap{position: relative;}
.popup_blur_content{
    padding: 30px;
    background-color: #fff;
    border: 3px solid #ff8464;
    border-top-color: #5b83ce;
    border-left-color: #5b83ce;
    position: fixed;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 480px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 600ms ease-in-out;
    box-shadow: 0 0 15px #ccc;
}
.blur_c .popup_blur_content{
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.popup_blur_wrap section{filter: blur(3px);} 
.popup_blur_content .btn{
    height: 54px; line-height: 52px;
    font-size: 22px;
} 
.online_business-consult .t-image{padding-right: 30px;}
.online_business-consult .t-image figure img{width: 100%;}
.online_business-consult .t-content { font-size: 18px; line-height: 28px; color: #374351; }
.online_business-consult .t-content h2, .pre_approved_funding h2{
    font-weight: 600;
    color: #1b343f;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 25px;
    font-family: Jost, sans-serif;
    position: relative;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.pre_approved_funding h2{text-align: center;}
.pre_approved_funding { background: #192033; }
.pre_approved_funding .heading, .pre_approved_funding h2{ color: #ffffff; font-size: 40px; line-height: 48px; letter-spacing: 1px; }
.pre_approved_funding .heading span{color: #fa7a57;}
.pre_approved_funding .fund_list {padding-top: 30px; max-width: 1000px; margin: 0 auto;}
.pre_approved_funding .fund_list .row{margin-bottom: -70px;}
.pre_approved_funding .fund_list [class*="col-"] {margin-bottom: 70px;}
.pre_approved_funding .fund_wrapper { display: flex; align-items: flex-start; color: #ffffff; font-weight: 400; font-size: 18px; line-height: 30px; font-family: Jost, sans-serif; letter-spacing: 0.5px; }
.pre_approved_funding .fund_wrapper .icon { flex-shrink: 0; width: 90px; height: 90px; line-height: 86px; text-align: center; border-radius: 100%; border: 2px solid #f85b30; margin-right: 25px; }
.pre_approved_funding .fund_list .buy_sell { font-size: 20px; font-family: 'Jost'; font-weight: 500; text-align: center; color: #ffb8a4; letter-spacing: 0.4px; margin-top: 50px; }
.pre_approved_funding .fund_list .buy_sell:hover{color: #ffb8a4;}

.pre_approved_funding .fund_list .btn { background: #f5704f; font-size: 20px; letter-spacing: 1px; padding: 0 40px; }
.pre_approved_funding .fund_list .btn:hover{ background-color: #5b83ce; border-color: #5b83ce; color: #fff; }
.loan_listing table td, .loan_listing table th, .loan_listing table tr{border: none;padding: 0;margin: 0;}
.loan_listing table {border: 1px solid #d2d2d2;margin-top: 30px;}
.loan_listing table th{border-bottom: 1px solid #d2d2d2;background: #f5f8ff;padding: 10px 20px;text-transform: capitalize;vertical-align: middle;}
.loan_listing table tr{border-bottom: 1px solid #d2d2d2;}
.loan_listing table td{padding: 10px;}
.loan_listing .industry{min-width: 175px;}
.loan_listing .loan_type{min-width: 150px;}
.loan_listing .loan_term{min-width: 200px;}
.loan_listing .n_pro, .loan_listing .revenue{min-width: 115px;}
.loan_listing .col_wrap { display: flex; align-items: center; list-style: none; padding: 0; }
.loan_listing .col_wrap li{margin-right: 10px;}
.loan_listing .col_wrap li .btn {height: 30px; line-height: 28px; font-size: 14px; font-weight: 500; }
.loan_listing .col_wrap li .btn:first-child { background: #344e73; border-color: #344e73; color: #ffffff; }
.loan_listing .col_wrap li .btn.btn-ylw{
    background: #d4bc28 !important;
    border-color: #d4bc28 !important;
    cursor: auto;
}
.loan_listing table th, .loan_listing table td{
    text-align: center; font-size: 17px; border: 1px solid #dee9ff; line-height: normal;
}
.loan_listing .col_wrap li .btn.dark-blue{
    background: #344e73 !important;
    border-color: #344e73 !important;
    color: #ffffff;
    cursor: auto;
}
/* .loan_listing .col_wrap li .btn.dark-blue:hover{
    background-color: #5b83ce;
    border-color: #5b83ce; 
    color: #ffffff;
} */
.loan_listing .col_wrap li .btn:hover{background-color: #5b83ce;border-color: #5b83ce;color: #fff;}
.loan_listing span.amount { font-size: 20px; line-height: 26px; font-weight: 700; font-family: Jost, sans-serif; color: #28374c; }
.loan_listing span.amount.red-color{color: red;}
.loan_listing .btn.view{ background: #ffede9; border-color: #ffede9; color: #fd8563; }
.loan_listing .btn.view:hover{ background: #344e73; border-color: #344e73; color: #ffffff; }
.loan_listing table tr:nth-child(odd){border: none;}
.loan_listing .subheading{font-size: 26px; line-height: 30px; font-weight: normal; color: #3b4350; font-family: 'Jost';}
.deversified_wrap { background: #f5704f; padding: 50px 100px; border-radius: 5px; position: relative; z-index: 1; overflow: hidden;}
.deversified_wrap::before, .deversified_wrap::after { content: ''; position: absolute; background: #f16743; border-radius: 100%; height: 100%; width: 30%; bottom: -70px; right: -70px; z-index: -1; }
.deversified_wrap::after { background: #f97a5a; bottom: -50px; right: -120px; z-index: 0; width: 50%; height: calc(100% + 60%); z-index: -2; }
.deversified_wrap .ctn .heading, .deversified_wrap .ctn h2{ 
    color: #fff; margin-bottom: 10px; 
    font-family: Jost, sans-serif;
    position: relative;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-size: 30px;
    line-height: 34px; font-weight: 600;
}
.deversified_wrap .ctn .subheading, .deversified_wrap .ctn h3{ color: #192030; font-style: italic; font-size: 24px; line-height: 30px; font-family: Jost, sans-serif; font-weight: 600;    margin-bottom: 10px;
    position: relative;-moz-transition: all 0.3s ease-in-out 0s; -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;

}
.deversified_wrap ul { color: #fff; font-size: 16px; line-height: 26px; letter-spacing: 1px; list-style: none; padding: 0; margin-top: 30px;}
.deversified_wrap ul li { position: relative; padding-left: 50px; }
.deversified_wrap ul li::before { content: ''; position: absolute; background: url(../images/sample/arrow.png) no-repeat center; width: 36px; height: 19px; top: 5px; left: 0; }
.acess_btn .btn{ padding: 0 40px; font-size: 20px; background: #192033; border-color: #192033; }
.acess_btn .btn:hover{background: #5b83ce; border-color: #5b83ce; }
.brand_slider{padding: 0;}
.brand_slider .item { height: 70px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 100%; }
.radio-flx{margin-bottom: -20px;}
.custom-radio-box{display: flex; align-items: center; margin-right: 20px;}
.custom-radio-box input[type="checkbox"], .custom-radio-box input[type="radio"]{
    width: 19px;
    height: 19px;
    margin: 0 4px 0 0;
}
.popup-all{max-width: 760px; width: 100%; padding: 32px;}
.loan_listing td .btn{
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
}
.loan_listing .col_wrap li .btn.btnB{
    font-size: 15px !important;
    line-height: 38px !important;
    height: 40px !important;
    background: #ff8464 no-repeat;
    border: 1px solid #ff8464;
}
.loan_listing .col_wrap li .btn.btnB:hover{
    background: #5b83ce no-repeat;
    border: 1px solid #5b83ce;
}
.pre_approved_funding .orang_text {
    display: block;
    color: #ff8464;
}

.pgGreen{
    background-color: #cffdbc !important;
    border-color: #cffdbc !important;
    color: #000000 !important;
}

.nda_content_area table td, .nda_content_area table th{
    border: none;
}

.home_banner_submit_btn{
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding: 0 22px 0 7px;
}