/* Global Color */
:root {
    --main-bg-color: #186191;
    --main-color: #186191;
    --main-text-color: #186191;
    --para-color: ;
    --link-color: #186191;
    --button-bg-color: #186191;
    --button-text-color: #fff;
    --border-color-translucent: rgba(0, 0, 0, 0.125);
    --border-color: #d1d5db;
    --border-width: 1px;
    --white: #fff;
    --shadow-one: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    --shadow-two: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    --secondary-color: black;
}

.site-bg {
    --border-color-translucent: rgba(0, 0, 0, 0.125);
    --border-color: #d1d5db;
    --border-width: 1px;
    --white: #fff;
    --shadow-one: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    --shadow-two: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    --secondary-color: black;
}

.site-bg {
    background-color: var(--button-bg-color);
}
.site-text {
    color: var(--main-text-color);
}

/* Default Style */
body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-bg-color);
    outline: 1px solid slategrey;
}
.message-area::-webkit-scrollbar {
    width: 3px;
}

.message-area::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.message-area::-webkit-scrollbar-thumb {
    background-color: var(--main-bg-color);
    outline: 1px solid slategrey;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}
.center-head-top .contact-head {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    padding: 6px 0px;
}

.social-links {
    display: flex;
}

.social-btn {
    cursor: pointer;
    height: 30px;
    width: 24px;
    font-family: "Titillium Web", sans-serif;
    color: #186191;
    border-radius: 5px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 86%);
    margin: 0 5px;
    transition: 1s;
}

.social-btn span {
    width: 0px;
    overflow: hidden;
    transition: 1s;
    text-align: center;
}

.social-btn:hover {
    width: 150px;
    border-radius: 5px;
}
#whatsapp_header:hover {
    width: 10rem;
    border-radius: 5px;
}
#email_header:hover {
    width: 13rem;
    border-radius: 5px;
}

.social-btn:hover span {
    padding: 2px;
    width: max-content;
}

#twitter svg {
    fill: #1da1f2;
}

#linkedin svg {
    fill: #0e76a8;
}
#whatsapp_header svg {
    fill: rgb(31, 177, 65);
}

#github {
    fill: #333;
}
#email_header svg {
    fill: #ff0000;
}

/* Dashboard */
.gems {
    text-align: center;
    margin: 10px 0 15px 0;
}

@media (max-width: 767px) {
    .gems a {
        font-size: 13px;
    }
}

.gems .gem {
    margin-bottom: 15px;
    width: 20px;
    height: 20px;
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    box-sizing: content-box;
    background-color: #36a6d5;
    background-image: linear-gradient(#67aecc, #2589b3);
}

/* .sme-v3-center-justify {
    text-align: center;
} */

.sme-v3-bolder {
    font-size: 14px;
    font-weight: 600;
}

.sme-v3-padded-box-xs {
    padding: 7px 5px;
}

.sme-v3-padded-box-sm {
    padding: 10px;
}

.sme-v3-border-bottom,
.sme-v3-fancy-table tr > td {
    border-bottom: 1px solid #eee;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 5px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: 0;
}

.gems .gem i {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

@media (max-width: 767px) {
    .gems .gem {
        width: 15px;
        height: 15px;
        padding: 16px;
    }

    .gems .gem i {
        font-size: 15px;
        line-height: 15px;
    }
}

.gems .gem:hover {
    box-shadow: 0 0 0 5px #ddd;
}

.gems #investors {
    background-color: #ecb038;
    background-image: linear-gradient(#fac55b, #dc9a15);
}

.gems #investors:hover {
    background-color: #f8b32a;
    background-image: linear-gradient(#f8b32a, #e89d07);
}

.gems #lenders {
    background-color: #08b9f2;
    background-image: linear-gradient(#38bcf4, #0693c1);
}

.gems #lenders:hover {
    background-color: #0daaec;
    background-image: linear-gradient(#0daaec, #0a87bc);
}

.gems #advisors {
    background-color: #71ae60;
    background-image: linear-gradient(#87c677, #59914a);
}

.gems #advisors:hover {
    background-color: #67b753;
    background-image: linear-gradient(#67b753, #51983f);
}

.gems #acquirers {
    background-color: #f27a3a;
    background-image: linear-gradient(#f48651, #e95b10);
}

.gems #acquirers:hover {
    background-color: #f16521;
    background-image: linear-gradient(#f16521, #d24d0d);
}

.dashboard-v2 {
    padding-top: 15px;
    background-color: #f5f8fa;
    min-height: 800px;
    padding-bottom: 50px;
}

@media (max-width: 991px) {
    .dashboard-v2 {
        padding-top: 20px;
    }
}

.dashboard-v2 .hidden {
    display: none;
}

.dashboard-v2 .white-box-wrapper {
    box-shadow: 0 1px 3px 0 #bfbfbf;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .dashboard-v2 .white-box-wrapper {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
}

.dashboard-v2 .white-box-wrapper .box-toggle {
    padding: 10px 15px;
    background-color: #fff;
    font-family: proxima_novasemibold;
    cursor: pointer;
}

.dashboard-v2 .white-box-wrapper .box-toggle .addicon {
    color: #5bb75b;
}

.dashboard-v2 .white-box-wrapper .white-box {
    background-color: #fff;
    color: #777;
}

.dashboard-v2 .white-box-wrapper .white-box .shortened {
    padding: 10px 15px;
    border-bottom: 2px solid #ddd;
    font-family: "Montserrat", sans-serif;
    border-top: 2px solid #eee;
}

.dashboard-v2 .white-box-wrapper .white-box .shortened .collapse-icon {
    text-align: right;
}

.dashboard-v2 .white-box-wrapper .white-box .shortened.collapsed {
    display: none;
}

.dashboard-v2 .white-box-wrapper .white-box .shortened .click-trigger {
    cursor: pointer;
}

.dashboard-v2 .white-box-wrapper .white-box ul.solution-list {
    margin-top: 10px;
    font-size: 14px;
}

.dashboard-v2 .white-box-wrapper .white-box ul.solution-list li {
    margin-bottom: 7px;
}

.dashboard-v2 .white-box-wrapper .white-box ul.solution-list li .serial-no {
    min-width: 15px;
    display: inline-block;
}

.dashboard-v2 .white-box-wrapper .white-box ul.solution-list li .ti-flag-alt {
    color: #de1327;
    font-size: 10px;
}

.dashboard-v2 .white-box-wrapper .white-box ul.solution-list li b {
    color: #444;
}

.dashboard-v2 .white-box-wrapper .white-box .actions {
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    margin-bottom: -15px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    border-bottom: 2px solid #ccc;
    font-size: 13px;
}

.dashboard-v2 .white-box-wrapper .white-box .payment-status {
    margin-top: 15px;
    font-family: "Montserrat", sans-serif;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    .recommendations-wrapper
    ul.recommendations-list
    > li {
    font-size: 14px;
    line-height: 18px;
    padding: 9px 0;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px dashed #ddd;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    .recommendations-wrapper
    ul.recommendations-list
    > li:last-child {
    border-bottom: none;
    text-align: right;
}

.dashboard-v2 .white-box-wrapper .white-box .rating-star {
    color: #ffa500;
}

.dashboard-v2 .white-box-wrapper .white-box .rank {
    font-family: proxima_novasemibold;
}

.dashboard-v2 .white-box-wrapper .white-box .thin-large-font {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.dashboard-v2 .white-box-wrapper .white-box .thin-large-font.extra-lh {
    line-height: 25px;
    margin: 7px 0;
}

@media (max-width: 767px) {
    .dashboard-v2 .white-box-wrapper .white-box .thin-large-font.extra-lh {
        font-size: 17px;
        line-height: 23px;
    }
}

.dashboard-v2 .white-box-wrapper .white-box .thin-large-font.list-title {
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .dashboard-v2 .white-box-wrapper .white-box .thin-large-font.list-title {
        font-size: 16px;
    }
}

.dashboard-v2 .white-box-wrapper .white-box .thin-large-font.small-font {
    font-size: 15px;
}

.dashboard-v2 .white-box-wrapper .white-box .thin-large-font.title {
    color: #0084b4;
}

.dashboard-v2 .white-box-wrapper .white-box .box-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

.dashboard-v2 .white-box-wrapper .white-box .box-heading .sub-text {
    color: #777;
    line-height: 1.3em;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    margin-top: 3px;
}

@media (max-width: 767px) {
    .dashboard-v2 .white-box-wrapper .white-box .box-heading .sub-text {
        font-size: 12px;
    }
}

.dashboard-v2 .white-box-wrapper .white-box .box-heading.success {
    color: #34ad00 !important;
}

.dashboard-v2 .white-box-wrapper .white-box .box-heading.warning {
    background-color: #fcf8e3 !important;
    color: #8a6d3b !important;
}

.dashboard-v2 .white-box-wrapper .white-box .box-heading.danger {
    background-color: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

.dashboard-v2 .white-box-wrapper .white-box .box-heading .close-card {
    float: right;
    cursor: pointer;
    color: #999;
}

.dashboard-v2 .white-box-wrapper .white-box .box-heading .view-all-profiles {
    font-size: 12px;
    margin-left: 20px;
}

.dashboard-v2 .white-box-wrapper .white-box .metrics {
    margin-top: 15px;
    margin-bottom: 5px;
    text-align: center;
}

.dashboard-v2 .white-box-wrapper .white-box .metrics .param-key {
    padding-bottom: 10px;
    font-family: "Montserrat", sans-serif;
}

@media (max-width: 767px) {
    .dashboard-v2 .white-box-wrapper .white-box .metrics .param-key {
        font-size: 10px;
        min-height: 47px;
    }
}

.dashboard-v2 .white-box-wrapper .white-box .metrics .param-value {
    font-size: 30px;
    font-family: proxima_novabold;
}

@media (max-width: 767px) {
    .dashboard-v2 .white-box-wrapper .white-box .metrics .param-value {
        font-size: 25px;
    }
}

.dashboard-v2 .white-box-wrapper .white-box .box-content {
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
}

.dashboard-v2 .white-box-wrapper .white-box .box-content.inset-shadow {
    box-shadow: inset 0 0 10px #eee;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    .box-content
    .repayment-buttons-container {
    font-size: 0;
    text-align: center;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    .box-content
    .repayment-buttons-container
    .repayment-buttons {
    font-size: 12px;
    width: 130px;
    margin-bottom: 12px;
    padding: 0 5px;
    display: inline-block;
}

@media (max-width: 767px) {
    .dashboard-v2
        .white-box-wrapper
        .white-box
        .box-content
        .repayment-buttons-container
        .repayment-buttons {
        width: 50%;
    }
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    .box-content
    .repayment-buttons-container
    .repayment-buttons
    .gateway-icon {
    height: 13px;
    margin-bottom: -2px;
    padding-right: 2px;
}

.dashboard-v2 .white-box-wrapper .white-box ul.incomplete-profiles {
    font-family: "Montserrat", sans-serif;
}

.dashboard-v2 .white-box-wrapper .white-box ul.incomplete-profiles > li {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    padding-top: 10px;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    ul.incomplete-profiles
    > li
    .profile-name {
    margin-bottom: 6px;
    font-size: 17px;
    color: #000;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    ul.incomplete-profiles
    > li
    ul.pending-connects {
    font-size: 11px;
    margin-top: 10px;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    ul.incomplete-profiles
    > li
    ul.pending-connects
    > li {
    padding: 4px 0;
    line-height: 16px;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    ul.incomplete-profiles
    > li
    ul.pending-connects
    > li
    .pending-message {
    text-align: right;
}

.dashboard-v2 .white-box-wrapper .white-box ul.incomplete-profiles .icon-time {
    color: #00ade1;
}

.dashboard-v2
    .white-box-wrapper
    .white-box
    ul.incomplete-profiles
    .profile-pending-reason,
.dashboard-v2
    .white-box-wrapper
    .white-box
    ul.incomplete-profiles
    .profile-pending-reason
    p {
    font-size: 13px;
}

.dashboard-v2 .white-box-wrapper .white-box .complete-profile-buttons {
    text-align: right;
}

.dashboard-v2 .white-box-wrapper .white-box .complete-profile-buttons a {
    margin: 2px;
}

.dashboard-v2 .quick-links {
    border: 1px solid #ddd;
    background-color: #fff;
    /* margin-top: 20px */
}

.dashboard-v2 .quick-links .linkmenu {
    list-display: none;
}

.dashboard-v2 .quick-links .linkmenu li {
    background-color: #f5f5f5;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #333;
    cursor: pointer;
}

.dashboard-v2 .quick-links .linkmenu li:last-child {
    border-bottom: none;
}

.dashboard-v2 .quick-links .linkmenu li .h6 {
    font-size: 14px;
}
.dashboard-v2 .quick-links .linkmenu li .active {
    position: relative;
    background-color: #fff;
}

.dashboard-v2 .quick-links .linkmenu li .active .arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    -webkit-transform: translateX(50%) translateY(-50%);
    -ms-transform: translateX(50%) translateY(-50%);
    transform: translateX(50%) translateY(-50%);
    clip: rect(-20px, 40px, 40px, 10px);
}

.dashboard-v2 .quick-links .linkmenu li .active .arrow:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    background-color: #fff;
    border: 1px solid #ddd;
}

@media (max-width: 991px) {
    .dashboard-v2 .dashboard-sidebar-wrapper {
        padding: 0;
    }
}

.dashboard-v2 .dashboard-sidebar {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 4px 0 #ddd;
    font-size: 12px;
}

.dashboard-v2 .dashboard-sidebar .user-info {
    position: relative;
    padding: 15px 10px 15px 120px;
    border-bottom: 1px solid #ddd;
}

.dashboard-v2
    .dashboard-sidebar
    .user-info
    .email-location-tz
    .sme-v3-single-line {
    line-height: 1.68em !important;
}

@media (max-width: 991px) {
    .dashboard-v2 .dashboard-sidebar .user-info {
        padding: 10px 10px 10px 90px;
    }
}

.dashboard-v2 .dashboard-sidebar .user-info .email {
    font-size: 13px;
    color: #888;
}

.dashboard-v2 .dashboard-sidebar .user-info .user-image {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 100px;
    height: 100px;
    /* background-size: cover; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 6px solid #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 991px) {
    .dashboard-v2 .dashboard-sidebar .user-info .user-image {
        width: 70px;
        height: 70px;
        border: none;
    }
}

.dashboard-v2 .dashboard-sidebar .user-info .user-image .edit-picture {
    font-size: 12px;
    position: absolute;
    margin: 2px;
    bottom: 0;
    right: 0;
    width: 1.8em;
    height: 1.8em;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
}

.dashboard-v2 .dashboard-sidebar .user-info .user-image .edit-picture i {
    color: #000000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dashboard-v2 .dashboard-sidebar .user-info .user-image input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.dashboard-v2 .dashboard-sidebar .user-profiles {
    padding: 10px 10px 10px 10px;
    text-align: center;
    border-top: 1px solid #eee;
}

@media (max-width: 991px) {
    .dashboard-v2 .dashboard-sidebar .user-profiles {
        padding: 10px 10px 10px 10px;
    }
}

.dashboard-v2 .dashboard-sidebar .user-profiles .profiles-label {
    line-height: 15px;
    padding: 10px;
    color: #fff;
    background-color: #afabaa;
    border-radius: 4px;
    font-family: proxima_novasemibold;
}

.dashboard-v2 .dashboard-sidebar .user-profiles .profiles-label.green {
    background-color: #5cb85c;
}

@media (max-width: 991px) {
    .dashboard-v2 .dashboard-sidebar .user-profiles .profiles-label {
        font-size: 13px;
    }
}

.dashboard-v2 .dashboard-sidebar .user-details {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.dashboard-v2 .dashboard-sidebar .user-details .details-column {
    display: flex;
}

.dashboard-v2 .dashboard-sidebar .user-details .details-column .detail {
    flex-grow: 1;
    text-align: center;
    padding: 2px 0;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

.dashboard-v2 .dashboard-sidebar .user-details .details-column .detail i {
    color: #aaa;
}

.dashboard-v2
    .dashboard-sidebar
    .user-details
    .details-column
    .detail.verified
    a {
    color: #444;
}

.dashboard-v2
    .dashboard-sidebar
    .user-details
    .details-column
    .detail.verified
    .icon-linkedin-sign {
    color: #0274b3;
}

.dashboard-v2
    .dashboard-sidebar
    .user-details
    .details-column
    .detail.verified
    .icon-facebook-sign {
    color: #3c5a98;
}

.dashboard-v2
    .dashboard-sidebar
    .user-details
    .details-column
    .detail.verified
    .icon-google-plus-sign {
    color: #dd4b39;
}

.transactions-page-wrapper .page-heading {
    font-size: 22px;
    color: #444;
    font-family: "proxima_novathin";
    margin: 8px 0;
}

.transactions-page-wrapper ul.transaction-product > li {
    line-height: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #eee;
    margin-top: 15px;
    padding-bottom: 5px;
}

.transactions-page-wrapper
    ul.transaction-product
    > li
    ul.transaction-product-order
    > li {
    margin-top: 10px;
    line-height: 19px;
    font-size: 12px;
    color: #999;
}

.transactions-page-wrapper
    ul.transaction-product
    > li
    ul.transaction-product-order
    > li
    .paid {
    margin-top: 4px;
    padding: 0;
}

.feeditem {
    border-top: 3px solid #eee;
    border-bottom: 3px solid #ddd;
    padding: 15px 0;
    line-height: 19px;
}

@media (max-width: 991px) {
    .feeditem {
        background: #fff;
        overflow: hidden;
    }
}

.feeditem:last-child {
    border-bottom: none;
}

.feeditem b {
    color: #24292e;
    font-family: proxima_novasemibold;
}

.feeditem__premium {
    position: absolute;
    opacity: 0.8;
    height: 0;
    width: 60px;
    box-sizing: content-box;
    color: #fff;
    top: 3px;
    right: -21px;
    border-bottom: 18px solid #40c070;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.feeditem__premium::before {
    content: attr(data-plan);
    position: absolute;
    top: 0;
    width: 60px;
    text-align: center;
    line-height: 18px;
    border-bottom: 1px solid transparent;
}

.feeditem__premium::after {
    content: "";
    position: absolute;
    top: -19px;
    width: 96px;
    border-top: 1px solid transparent;
    height: 0;
    left: -18px;
    top: 18px;
}

.feeditem__title {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    color: #000;
}

@media (min-width: 768px) {
    .remove-left-padding-desktop {
        padding-left: 0;
    }
}

.remove-left-padding {
    padding-left: 0;
}

.dashboard-note {
    padding: 10px;
    border: 1px solid #eee;
    background-color: #fafaf5;
    margin-top: 10px;
    line-height: 19px;
    font-size: 13px;
}

.image-file-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.image-file-btn:hover {
    cursor: pointer;
}

.image-file-btn:hover .image-file-btn__message {
    opacity: 1;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.image-file-btn__message {
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 14px;
    left: 0;
    bottom: -30px;
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .image-file-btn__message {
        opacity: 1;
        bottom: 0;
    }
}

.image-file-btn__input {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    cursor: inherit;
    z-index: 5;
}

.modern-select-ui {
    font-size: 12px;
    color: #444;
    font-family: "Montserrat", sans-serif;
    float: right;
    position: relative;
}

@media (max-width: 767px) {
    .modern-select-ui {
        float: none;
        display: inline-block;
        margin-top: 5px;
    }
}

.modern-select-ui select {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 3px 15px 3px 3px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: all 0.3s;
}

.modern-select-ui select:hover {
    border: 1px solid #4183c4;
}

.modern-select-ui i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5px;
    margin: auto;
    line-height: 22px;
}

.dashboard-social-verification .verified {
    color: #444;
}

.dashboard-social-verification .verified.linkedin i {
    color: #0274b3;
}

.dashboard-social-verification .verified.facebook i {
    color: #3c5a98;
}

.dashboard-social-verification .verified.google i {
    color: #dd4b39;
}

.dashboard-social-verification a.unverified {
    color: #aaa;
}

.dashboard-social-verification a.unverified i {
    color: #bbb;
}

.dashboard-social-verification a.unverified:hover {
    color: #444;
}

.dashboard-social-verification a.unverified:hover i {
    color: #666;
}

.dashboard-v2 .quick-links ul.linkmenu li {
    padding: 0;
}

.dashboard-v2 .quick-links ul.linkmenu li a {
    padding: 10px;
    display: block;
    margin: 0;
    line-height: 1.5em;
}

/* New Updated Css For Design 17/07/2023 Saju*/
.dropdown-item {
    font-size: 12px;
    padding: 6px;
    overflow: auto;
}
.select2-results__option[aria-selected] {
    font-size: 12px;
}
.select2-container--default .select2-results__option[aria-disabled="true"] {
    color: #999;
    font-size: 12px;
}
.md-country-picker-item {
    position: relative;
    line-height: 20px;
    padding: 10px 0 10px 40px;
}

.md-country-picker-flag {
    position: absolute;
    left: 0;
    height: 20px;
}

.mbsc-scroller-wheel-item-2d .md-country-picker-item {
    transform: scale(1.1);
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0px;
}

.button {
    display: inline-block;
    margin: 4px 2px;
    background-color: #186191;
    font-size: 14px;
    padding-left: 32px;
    padding-right: 32px;
    line-height: 50px;
    text-align: center;
    color: white;
    text-decoration: none;
    cursor: pointer;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.button:hover {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search-container {
    position: relative;
    display: inline-block;
    margin: 4px 2px;
    height: 50px;
    width: 50px;
    vertical-align: bottom;
}

.mglass {
    display: inline-block;
    pointer-events: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.searchbutton {
    position: absolute;
    font-size: 22px;
    width: 100%;
    margin: 0;
    padding: 0;
}

.search:focus + .searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    background-color: white;
    color: black;
}

.search {
    position: absolute;
    left: 49px; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search:focus {
    width: 330px; /* Bar width+1px */
    padding: 0 16px 0 0;
}

.expandright {
    left: auto;
    right: 49px; /* Button width-1px */
}

.expandright:focus {
    padding: 0 0 0 16px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #eeee;
    border-radius: 0px;
}
.header-style-3 {
    top: 42px;
    background: #eeeeee;
    height: 62px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-style-3 .icon-links {
    margin: 2px 0px 0px !important;
    margin: 0px 0px 0px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-site-1 {
    background-image: linear-gradient(#51a9ee, #147bcd);
    border: 1px solid #0077cc;
    border-radius: 2px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.4;
    min-width: 30px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.btn-site-1:disabled {
    cursor: default;
    opacity: 0.3;
}

.btn-site-1:hover {
    background-image: linear-gradient(#51a9ee, #147bcd);
    border-color: #1482d0;
    text-decoration: none;
    color: #ffffff;
}

.btn-site-1:active {
    background-image: linear-gradient(#3d94d9, #0067b9);
    border-color: #006dbc;
    outline: none;
}

.btn-site-1:focus {
    box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
    outline: none;
}
.logo {
    margin-top: 7px;
}
.select2-container {
    padding: 0px;
}
.main-menu-3 ul li a {
    padding: 18px 0px 15px !important;
}
.feature-image:hover {
    transition: all 0.3s;
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(-10%);
}

.logos {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 4px;
    background-position-y: 50%;
}
/* CSS for .swiper-button-prev and .swiper-button-next */
.swiper-button-prev,
.swiper-button-next {
    width: 30px;
    height: 40px;
    background-color: lightgrey;
    background-size: 50% 50%;
    border-radius: 0;
}

/* CSS for .swiper-button-prev */
.swiper-button-prev {
    left: -30px;
}

/* CSS for .swiper-button-next */
.swiper-button-next {
    right: -30px;
}

.main-menu li .submenu {
    position: absolute;
    width: 220px;
    left: -10%;
    transition: 0.3s;
    padding: 17px 0px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 25;
}
.user_lgin {
    background-color: var(--main-bg-color);
    font-size: 12px;
    padding: 10px;
    border-radius: 50%;
}

.text-so-small {
    font-size: 10px;
}
.text-one {
    font-size: 13px;
}
.text-two {
    font-size: 15px;
}

/* 07-24-23 Start*/
.business-profile {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.form-heading {
    font-size: 19px;
    line-height: 20px;
    font-family: proxima_novasemibold;
    padding: 10px 0px 15px 0px;
}

.form-section {
    background-color: #fff;
    box-shadow: 0 1px 3px 0 #bfbfbf;
    margin-bottom: 1rem;
}

.form-section-title {
    border-top: 1px solid #4183c4;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 17px;
    font-family: proxima_novasemibold;
}

.form-section-title .form-section-subtitle {
    color: #777;
    line-height: 1.43em;
    font-size: 13px;
    font-family: proxima_novaregular;
    margin-top: 3px;
}

.form-fields-wrapper {
    padding: 15px 25px;
    border: none;
}

.why-needed {
    color: #999;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-decoration-color: #aaa;
    font-size: 11px;
    font-style: italic;
}

.sme-v3-formlabel,
.sme-v3-h3 {
    font-size: 16px;
}

#field_label_id_display_contact_details {
    font-size: 11px !important;
}

.formset-label .bold-label {
    line-height: 16px;
    font-size: 12px;
}

.form-label {
    margin-bottom: 0rem;
    font-size: 12px;
}

/*Vertical Steps*/
.list-group.vertical-steps {
    padding-left: 10px;
}

.list-group.vertical-steps .list-group-item {
    border: none;
    border-left: 1px dashed #ece5dd;
    box-sizing: border-box;
    border-radius: 0;
    counter-increment: step-counter;
    padding-left: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-top: 0px;
}

.list-group.vertical-steps .list-group-item.active {
    background-color: transparent;
    color: inherit;
}

.list-group.vertical-steps .list-group-item:last-child {
    border-left: 3px solid transparent;
    padding-bottom: 0;
}

.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color: #ece5dd;
    color: #555;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: -35px;
    text-align: center;
    width: 25px;
}

.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
    display: block;
    overflow: hidden;
    padding-top: 2px;
}

/*Active/ Completed States*/
.list-group.vertical-steps .list-group-item.active::before {
    background-color: #186191;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed {
    border-left: 2px dashed #186191;
}

.list-group.vertical-steps .list-group-item.completed::before {
    background-color: #186191;
    color: #fff;
}

.list-group.vertical-steps .list-group-item.completed:last-child {
    border-left: 2px dashed transparent;
}

.list-group.vertical-steps .list-group-item::before {
    border-radius: 50%;
    background-color: #ece5dd;
    color: #555;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: -31px;
    text-align: center;
    width: 20px;
}

.accordion-icon i {
    margin-right: 5px;
}

.accordion-button {
    width: 100%;
}
.accordion-button:not(.collapsed) .fa-minus {
    display: inline;
}

.accordion-button.collapsed .fa-minus {
    display: none;
}

.accordion-button.collapsed .fa-plus {
    display: inline;
}

.accordion-button:not(.collapsed) .fa-plus {
    display: none;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    display: none;
}

.accordion-button::after {
    display: none;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.faq-title {
    font-size: 13px;
    color: var(--main-text-color) !important;
}

.faq-icon {
    border: 1px solid;
    padding: 1px;
}

/* For owl Carousel Example */
.owl-carousel {
    /* max-width: 700px; */
    margin: 0 auto;
}
.owl-carousel .item {
    font-size: 30px;
    text-align: center;
    padding: 40px 20px;
    line-height: 2;
    font-weight: 700;
    background-color: #eee;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translatey(-100%);
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
    top: -5px;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav {
    margin: 0;
}
.btn-wrap {
    text-align: center;
    width: 100%;
}
button {
    background-color: #ddd;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    justify-content: center;
    cursor: pointer;
}
.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.6;
}

/* For Banner Or Hero Section */
.showcase {
    width: 100%;
    height: 300px;
    position: relative;
    color: white;
    text-align: center;
}

.showcase img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.showcase .overlay {
    width: 100%;
    height: 300px;
    background-image: linear-gradient(
        to right top,
        #186191,
        #2b6b97,
        #3b749e,
        #497ea4,
        #5788aa,
        #5f8eaf,
        #6695b4,
        #6e9bb9,
        #72a0be,
        #76a4c3,
        #7aa9c8,
        #7eaecd
    );
    position: absolute;
    top: 0;
    opacity: 0.6;
    left: 0;
    z-index: 10;
}

.showcase h2 {
    margin-top: 150px;
    font-size: 3em;
}

.showcase p {
    margin-top: 8px;
    font-size: 1.2em;
}

/* 07-24-23 End*/
/* New Updated Css For Design 17/07/2023 Saju*/

/* New Updated Css For Design 17/07/2023 Shahed*/
.select2-container .img-flag {
    width: 30px;
    height: 25px;
}

/* New Style For Business */

.scp-breadcrumb {
    margin: 2px;
}

.form-check-input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/* second accordion */
.accordion-button:not(.collapsed) {
    color: #6c6c6c;
    background-color: transparent;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    font-size: 13px;
}

.accordion-button {
    font-size: 13px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: center;
    position: relative;
    top: -1px;
    line-height: 19px;
}

.accordion-item {
    border: none;
}

/* New  */
/* Step 1: Remove default background image */
.accordion-button.collapsed::after,
.accordion-button:not(.collapsed)::after {
    background-image: none;
}

/* Step 2: Add Font Awesome icons for plus and minus */
.accordion-button.collapsed::before {
    content: "\f067";
    /* Plus icon */
    font-family: "Font Awesome 5 Free";
    /* Font Awesome's font family */
    font-weight: 900;
    margin-left: 10px;
    border: 1px solid #186191;
    border-radius: 106px;
    width: 20px;
    height: 20px;
    /* Changed to margin-left to push the icon to the right */
}

.accordion-button:not(.collapsed)::before {
    content: "\f068";
    /* Minus icon */
    font-family: "Font Awesome 5 Free";
    /* Font Awesome's font family */
    font-weight: 900;
    margin-left: 10px;
    border: 1px solid #186191;
    border-radius: 106px;
    width: 20px;
    height: 20px;
    /* Changed to margin-left to push the icon to the right */
}

.accordion-button::after {
    display: none;
    /* Hide the default Bootstrap arrow icon */
}

.accordion-button.collapsed::before,
.accordion-button:not(.collapsed)::before {
    margin-right: 10px;
}

/* Check Box */

.checkbox-wrapper-42 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-42 label {
    display: inline-block;
}

.checkbox-wrapper-42 .cbx {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #c8ccd4;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}

.checkbox-wrapper-42 .cbx:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}

.checkbox-wrapper-42 .lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-wrapper-42 input[type="checkbox"]:checked ~ .cbx {
    border-color: transparent;
    background: #6871f1;
    animation: jelly-42 0.6s ease;
}

.checkbox-wrapper-42 input[type="checkbox"]:checked ~ .cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.checkbox-wrapper-42 .cntr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

@-moz-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@-webkit-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@-o-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

/* Radio */
.checkbox-wrapper-26 * {
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.checkbox-wrapper-26 input[type="checkbox"] {
    display: none;
}

.checkbox-wrapper-26 label {
    --size: 50px;
    --shadow: calc(var(--size) * 0.07) calc(var(--size) * 0.1);

    position: relative;
    display: block;
    width: var(--size);
    height: var(--size);
    margin: 0 auto;
    background-color: #f72414;
    border-radius: 50%;
    box-shadow: 0 var(--shadow) #ffbeb8;
    cursor: pointer;
    transition: 0.2s ease transform, 0.2s ease background-color,
        0.2s ease box-shadow;
    overflow: hidden;
    z-index: 1;
}

.checkbox-wrapper-26 label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: calc(var(--size) * 0.7);
    height: calc(var(--size) * 0.7);
    margin: 0 auto;
    background-color: #fff;
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: inset 0 var(--shadow) #ffbeb8;
    transition: 0.2s ease width, 0.2s ease height;
}

.checkbox-wrapper-26 label:hover:before {
    width: calc(var(--size) * 0.55);
    height: calc(var(--size) * 0.55);
    box-shadow: inset 0 var(--shadow) #ff9d96;
}

.checkbox-wrapper-26 label:active {
    transform: scale(0.9);
}

.checkbox-wrapper-26 .tick_mark {
    position: absolute;
    top: -1px;
    right: 0;
    left: calc(var(--size) * -0.05);
    width: calc(var(--size) * 0.6);
    height: calc(var(--size) * 0.6);
    margin: 0 auto;
    margin-left: calc(var(--size) * 0.14);
    transform: rotateZ(-40deg);
}

.checkbox-wrapper-26 .tick_mark:before,
.checkbox-wrapper-26 .tick_mark:after {
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    transition: 0.2s ease transform, 0.2s ease opacity;
}

.checkbox-wrapper-26 .tick_mark:before {
    left: 0;
    bottom: 0;
    width: calc(var(--size) * 0.1);
    height: calc(var(--size) * 0.3);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.23);
    transform: translateY(calc(var(--size) * -0.68));
}

.checkbox-wrapper-26 .tick_mark:after {
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(var(--size) * 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.23);
    transform: translateX(calc(var(--size) * 0.78));
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label {
    background-color: #07d410;
    box-shadow: 0 var(--shadow) #92ff97;
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label:before {
    width: 0;
    height: 0;
}

.checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:before,
.checkbox-wrapper-26 input[type="checkbox"]:checked + label .tick_mark:after {
    transform: translate(0);
    opacity: 1;
}

/* Price Range Css */
#slider-range {
    width: 90%;
}

.ui-widget-content {
    height: 4px;
    background-color: #b7b7b7;
    border: none !important;
    position: relative;
}

.ui-widget-header {
    background-color: #214472 !important;
    position: absolute;
    height: 100%;
}

.ui-slider-handle {
    top: -8px !important;
    height: 20px;
    width: 20px;
    background-color: #214472 !important;
    border-radius: 10px;
    border-color: #214472 !important;
    position: absolute;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #186191;
    border-color: #dee2e6 #dee2e6 #fff;
}

/* for Blog Page */
.post-entry.small-post-entry-v .heading {
    font-size: 18px;
}

.post-entry .post-author .author-pic img {
    max-width: 100%;
    border-radius: 50%;
}

.post-entry .post-author .author-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45px;
    flex: 0 0 45px;
    margin-right: 10px;
}

.post-entry.xsmall-horizontal .heading {
    font-size: 20px;
}

.post-entry.xsmall-horizontal .thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}

.post-entry img {
    border-radius: 7px;
}

.pagination-outer {
    text-align: center;
}

.pagination {
    background: linear-gradient(to right, transparent, #fff, #fff, transparent);
    font-family: "Rubik", sans-serif;
    padding: 0 30px;
    display: inline-flex;
    position: relative;
}

.pagination li a.page-link {
    color: var(--main-color);
    background-color: transparent;
    font-size: 22px;
    line-height: 40px;
    height: 50px;
    width: 40px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease 0s;
}

.pagination li.active a.page-link,
.pagination li a.page-link:hover,
.pagination li.active a.page-link:hover {
    color: #fff;
    background-color: transparent;
    text-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.pagination li a.page-link:before,
.pagination li a.page-link:after {
    content: "";
    background-color: var(--main-color);
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 100%;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    transition: all 0.3s ease 0s;
}

.pagination li a.page-link:after {
    background-color: var(--main-color);
    left: 100%;
    top: -100%;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.pagination li a.page-link:hover:before,
.pagination li.active a.page-link:before,
.pagination li a.page-link:hover:after,
.pagination li.active a.page-link:after {
    left: 0;
    top: 0;
}

.sec-subscribe .form-control {
    border-radius: 7px;
}

@media only screen and (max-width: 480px) {
    .pagination {
        display: block;
    }

    .pagination li {
        margin-bottom: 10px;
        display: inline-block;
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    /* font-size: 9px; */
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
}

.clearfix {
    clear: both;
}

.special_character {
    color: #186191;
    font-weight: bold;
}

.date_blog {
    font-family: "Poppins", sans-serif !important;
}

.blog_feature_description {
    border-left: 5px solid #186191;
    border-right: 5px solid #186191;
    padding: 20px 20px 20px;
    overflow-wrap: break-word;
    text-align: justify;
    background-color: #f7f6f5;
}

.blog_feature_extra {
    text-align: justify;
}

.tag_btn {
    background-color: #f7f6f5;
    color: black;
    font-size: 13px;
    padding: 5px;
}

.tag_title {
    background-color: #186191;
    color: #fff;
}

.blogins_tags a {
    color: #808080;
}

.callout {
    margin: 0 10%;
    padding: 40px;
    border-top: 1px dotted #186191;
    border-bottom: 1px dotted #186191;
}
.post-entry {
    position: relative;
}
.post-entry.small-horizontal .heading {
    font-size: 20px;
}

.headings {
    font-size: 16px;
}

.main-text-color {
    color: #186191 !important;
}
.main-bg-color {
    background-color: #186191 !important;
}
.about-description span {
    font-size: 18px;
    font-weight: 500;
    color: #186191;
}
.about-description b {
    color: #186191;
}
.title-badge {
    background-color: var(--main-bg-color);
    border-radius: 15px;
    font-size: 16px;
}
.special_note {
    font-size: 18px;
    border-left: 2px solid var(--main-text-color);
}
.special_ceo_note {
    border-left: 2px solid white;
}
.special_ceo_note p {
    font-size: 18px !important;
}
.special_note p {
    font-size: 18px;
}
.main-para-size {
    font-size: 18px;
}
.sub-para-size {
    font-size: 16px;
}
.small-para-size {
    font-size: 14px;
}
.mission {
    font-size: 18px;
}
.vission {
    font-size: 18px;
}
.meet-ceo p {
    text-align: justify;
    color: white;
}
.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: var(--main-bg-color);
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card1 {
    display: block;
    position: relative;
    background-color: #f2f8f9;
    border-radius: 4px;
    padding: 32px 24px;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
}

.card1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: var(--main-bg-color);
    height: 32px;
    width: 48px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.25s ease-out;
}

.card1:hover:before {
    transform: scale(21);
}

.card1:hover p {
    transition: all 0.3s ease-out;
    color: rgba(255, 255, 255, 0.8);
}

.card1:hover h3 {
    transition: all 0.3s ease-out;
    color: #ffffff;
}

.page-banner-section {
    padding-top: 85px;
    /* min-height: 470px; */
    min-height: 270px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.page-banner-section .shape-1 {
    position: absolute;
    left: -32%;
    top: -35%;
    z-index: -1;
}

.page-banner-section .shape-2 {
    position: absolute;
    left: -11%;
    top: -30%;
    z-index: -1;
}

.page-banner-section .shape-3 {
    position: absolute;
    right: -2%;
    bottom: -27%;
    z-index: -1;
}

.page-banner-section .shape-4 {
    position: absolute;
    right: -26%;
    bottom: -81%;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .page-banner-section {
        min-height: 520px;
    }

    .page-banner-section .shape-1 {
        left: -70%;
        top: -47%;
    }

    .page-banner-section .shape-2 {
        left: -30%;
        top: -55%;
    }

    .page-banner-section .shape-3 {
        right: -15%;
        bottom: -45%;
    }

    .page-banner-section .shape-4 {
        right: -50%;
        bottom: -130%;
    }
}

@media only screen and (max-width: 991px) {
    .page-banner-section {
        min-height: 450px;
    }

    .page-banner-section .shape-1 {
        left: -95%;
        top: -58%;
    }

    .page-banner-section .shape-2 {
        left: -41%;
        top: -79%;
    }

    .page-banner-section .shape-3 {
        right: -25%;
        bottom: -60%;
    }

    .page-banner-section .shape-4 {
        right: -90%;
        bottom: -125%;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner-section {
        min-height: 350px;
    }

    .page-banner-section .shape-1 {
        display: none;
    }

    .page-banner-section .shape-2 {
        display: none;
    }

    .page-banner-section .shape-3 {
        display: none;
    }

    .page-banner-section .shape-4 {
        display: none;
    }
}

.page-banner .title {
    font-size: 60px;
    line-height: 1.25;
    font-family: "Barlow", sans-serif;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .page-banner .title {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .page-banner .title {
        font-size: 30px;
    }
}

.page-banner .breadcrumb {
    margin-bottom: 0;
    margin-top: 10px;
}

.page-banner .breadcrumb .breadcrumb-item {
    color: #ffffff;
    font-size: 20px;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
    .page-banner .breadcrumb .breadcrumb-item {
        font-size: 16px;
    }
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item {
    padding-left: 8px;
}

.page-banner .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: "/";
    font-family: flaticon !important;
    font-size: 20px;
    padding-right: 5px;
    color: #ffffff;
}

/* For Payment Page */
.main-text-color {
    color: var(--main-text-color);
}
.payment-title {
    /* background-color: var(--main-bg-color); */
    color: var(--main-text-color);
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
}
.paid-status {
    background-color: var(--main-text-color);
    box-shadow: var(--shadow-one);
    color: var(--white);
}
.unpaid-status {
    border: 1px dashed var(--border-color);
    box-shadow: var(--shadow-two);
    color: var(--main-text-color);
}
/* Show Button Design */
/* CSS */
.show-order-items {
    border-radius: 0px;
    box-sizing: border-box;
    color: var(--main-text-color);
    cursor: pointer;
    display: inline-block;
    font-family: "Amazon Ember", sans-serif;
    font-size: 13px;
    line-height: 20px;
    padding: 0 5px 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.show-order-items:hover {
    background-color: var(--main-bg-color);
    border-color: #008296;
    box-shadow: rgba(213, 217, 217, 0.5) 0 2px 5px 0;
    outline: 0;
    color: white !important;
    transition: all 0.5s ease-in-out;
}

/* Popup container - can be anything you want */
.popup {
    display: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: var(--main-bg-color);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.popuptext {
    background-color: var(--main-bg-color);
}
.nav-tabs .nav-link {
    color: #9b9ea0;
}
.nav-tabs .nav-link.active {
    color: var(--white);
    background-color: var(--button-bg-color);
    border-color: #dee2e6 #dee2e6 #fff;
}

/* CSS */
.pay-now {
    align-items: center;
    background-clip: padding-box;
    background-color: var(--button-bg-color);
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(0.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.pay-now:hover,
.pay-now:focus {
    border: 1px solid var(--border-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.pay-now:hover {
    transform: translateY(-1px);
    border: 1px solid var(--border-color);
}

.wrapper {
    min-height: 100vh;
    display: flex;
    padding: 50px 15px;
}
@media screen and (max-width: 700px), (max-height: 500px) {
    .wrapper {
        flex-wrap: wrap;
        flex-direction: column;
    }
}
.card-form {
    max-width: 570px;
    margin: auto;
    width: 100%;
}
@media screen and (max-width: 576px) {
    .card-form {
        margin: 0 auto;
    }
}
.card-form__inner {
    background: #fff;
    box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
    border-radius: 10px;
    padding: 35px;
    padding-top: 180px;
}
@media screen and (max-width: 480px) {
    .card-form__inner {
        padding: 25px;
        padding-top: 165px;
    }
}
@media screen and (max-width: 360px) {
    .card-form__inner {
        padding: 15px;
        padding-top: 165px;
    }
}
.card-form__row {
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 480px) {
    .card-form__row {
        flex-wrap: wrap;
    }
}
.card-form__col {
    flex: auto;
    margin-right: 35px;
}
.card-form__col:last-child {
    margin-right: 0;
}
@media screen and (max-width: 480px) {
    .card-form__col {
        margin-right: 0;
        flex: unset;
        width: 100%;
        margin-bottom: 20px;
    }
    .card-form__col:last-child {
        margin-bottom: 0;
    }
}
.card-form__col.-cvv {
    max-width: 150px;
}
@media screen and (max-width: 480px) {
    .card-form__col.-cvv {
        max-width: initial;
    }
}
.card-form__group {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.card-form__group .card-input__input {
    flex: 1;
    margin-right: 15px;
}
.card-form__group .card-input__input:last-child {
    margin-right: 0;
}
.card-form__button {
    width: 100%;
    height: 55px;
    background: var(--button-bg-color);
    border: none;
    border-radius: 5px;
    font-size: 22px;
    font-weight: 500;
    font-family: "Source Sans Pro", sans-serif;
    box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-form__button {
        margin-top: 10px;
    }
}
.card-item {
    max-width: 430px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item {
        max-width: 310px;
        height: 220px;
        width: 90%;
    }
}
@media screen and (max-width: 360px) {
    .card-item {
        height: 180px;
    }
}
.card-item.-active .card-item__side.-front {
    transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}
.card-item.-active .card-item__side.-back {
    transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}
.card-item__focus {
    position: absolute;
    z-index: 3;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.65);
}
.card-item__focus:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #08142f;
    height: 100%;
    border-radius: 5px;
    filter: blur(25px);
    opacity: 0.5;
}
.card-item__focus.-active {
    opacity: 1;
}
.card-item__side {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
    transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
    transform-style: preserve-3d;
    transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
    backface-visibility: hidden;
    height: 100%;
}
.card-item__side.-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
    z-index: 2;
    padding: 0;
    height: 100%;
}
.card-item__side.-back .card-item__cover {
    transform: rotateY(-180deg);
}
.card-item__bg {
    max-width: 100%;
    display: block;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.card-item__cover {
    height: 100%;
    background-color: #1c1d27;
    position: absolute;
    height: 100%;
    background-color: #1c1d27;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}
.card-item__cover:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 2, 29, 0.45);
}
.card-item__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
    padding: 0 10px;
}
@media screen and (max-width: 480px) {
    .card-item__top {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 360px) {
    .card-item__top {
        margin-bottom: 15px;
    }
}
.card-item__chip {
    width: 60px;
}
@media screen and (max-width: 480px) {
    .card-item__chip {
        width: 50px;
    }
}
@media screen and (max-width: 360px) {
    .card-item__chip {
        width: 40px;
    }
}
.card-item__type {
    height: 45px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    max-width: 100px;
    margin-left: auto;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item__type {
        height: 40px;
        max-width: 90px;
    }
}
@media screen and (max-width: 360px) {
    .card-item__type {
        height: 30px;
    }
}
.card-item__typeImg {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    object-position: top right;
}
.card-item__info {
    color: #fff;
    width: 100%;
    max-width: calc(100% - 85px);
    padding: 10px 15px;
    font-weight: 500;
    display: block;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__info {
        padding: 10px;
    }
}
.card-item__holder {
    opacity: 0.7;
    font-size: 13px;
    margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
    .card-item__holder {
        font-size: 12px;
        margin-bottom: 5px;
    }
}
.card-item__wrapper {
    font-family: "Source Code Pro", monospace;
    padding: 25px 15px;
    position: relative;
    z-index: 4;
    height: 100%;
    text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
    user-select: none;
}
@media screen and (max-width: 480px) {
    .card-item__wrapper {
        padding: 20px 10px;
    }
}
.card-item__name {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}
@media screen and (max-width: 480px) {
    .card-item__name {
        font-size: 16px;
    }
}
.card-item__nameItem {
    display: inline-block;
    min-width: 8px;
    position: relative;
}
.card-item__number {
    font-weight: 500;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__number {
        font-size: 21px;
        margin-bottom: 15px;
        padding: 10px 10px;
    }
}
@media screen and (max-width: 360px) {
    .card-item__number {
        font-size: 19px;
        margin-bottom: 10px;
        padding: 10px 10px;
    }
}

.card-item__numberItem.-active {
    width: 30px;
}
@media screen and (max-width: 480px) {
    .card-item__numberItem {
        width: 13px;
    }
    .card-item__numberItem.-active {
        width: 16px;
    }
}
@media screen and (max-width: 360px) {
    .card-item__numberItem {
        width: 12px;
    }
    .card-item__numberItem.-active {
        width: 8px;
    }
}
.card-item__content {
    color: #fff;
    display: flex;
    align-items: flex-start;
}
.card-item__date {
    flex-wrap: wrap;
    font-size: 18px;
    margin-left: auto;
    padding: 10px;
    display: inline-flex;
    width: 80px;
    white-space: nowrap;
    flex-shrink: 0;
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .card-item__date {
        font-size: 16px;
    }
}
.card-item__dateItem {
    position: relative;
}
.card-item__dateItem span {
    width: 22px;
    display: inline-block;
}
.card-item__dateTitle {
    opacity: 0.7;
    font-size: 13px;
    padding-bottom: 6px;
    width: 100%;
}
@media screen and (max-width: 480px) {
    .card-item__dateTitle {
        font-size: 12px;
        padding-bottom: 5px;
    }
}
.card-item__band {
    background: rgba(0, 0, 19, 0.8);
    width: 100%;
    height: 50px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 480px) {
    .card-item__band {
        margin-top: 20px;
    }
}
@media screen and (max-width: 360px) {
    .card-item__band {
        height: 40px;
        margin-top: 10px;
    }
}
.card-item__cvv {
    text-align: right;
    position: relative;
    z-index: 2;
    padding: 15px;
}
.card-item__cvv .card-item__type {
    opacity: 0.7;
}
@media screen and (max-width: 360px) {
    .card-item__cvv {
        padding: 10px 15px;
    }
}
.card-item__cvvTitle {
    padding-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}
.card-item__cvvBand {
    height: 45px;
    background: #fff;
    margin-bottom: 30px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10px;
    color: #1a3b5d;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}
@media screen and (max-width: 480px) {
    .card-item__cvvBand {
        height: 40px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 360px) {
    .card-item__cvvBand {
        margin-bottom: 15px;
    }
}
.card-list {
    margin-bottom: -130px;
}
@media screen and (max-width: 480px) {
    .card-list {
        margin-bottom: -120px;
    }
}
.card-input {
    margin-bottom: 20px;
}
.card-input__label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #1a3b5d;
    width: 100%;
    display: block;
    user-select: none;
}
.card-input__input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced6e0;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    padding: 5px 15px;
    background: none;
    color: #1a3b5d;
    font-family: "Source Sans Pro", sans-serif;
}
.card-input__input:hover,
.card-input__input:focus {
    border-color: #3d9cff;
}
.card-input__input:focus {
    box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}
.card-input__input.-select {
    -webkit-appearance: none;
    background-size: 12px;
    background-position: 90% center;
    background-repeat: no-repeat;
    padding-right: 30px;
}
.slide-fade-up-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}
.slide-fade-up-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}
.slide-fade-up-enter {
    opacity: 0;
    transform: translateY(15px);
    pointer-events: none;
}
.slide-fade-up-leave-to {
    opacity: 0;
    transform: translateY(-15px);
    pointer-events: none;
}
.slide-fade-right-enter-active {
    transition: all 0.25s ease-in-out;
    transition-delay: 0.1s;
    position: relative;
}
.slide-fade-right-leave-active {
    transition: all 0.25s ease-in-out;
    position: absolute;
}
.slide-fade-right-enter {
    opacity: 0;
    transform: translateX(10px) rotate(45deg);
    pointer-events: none;
}
.slide-fade-right-leave-to {
    opacity: 0;
    transform: translateX(-10px) rotate(45deg);
    pointer-events: none;
}
.github-btn {
    position: absolute;
    right: 40px;
    bottom: 50px;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0px 4px 30px -6px rgba(36, 52, 70, 0.65);
    background: #24292e;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 500px) {
    .github-btn:hover {
        transform: scale(1.1);
        box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
    }
}
@media screen and (max-width: 700px) {
    .github-btn {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 20px;
    }
    .github-btn:active {
        transform: scale(1.1);
        box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
    }
}

/* About */
.ceo_title {
    padding: 0 0 0 30px;
    border-width: 0 0 0 2px;
    border-style: solid;
    border-color: #ef4416;
    max-width: 450px;
}
.about-info p {
    margin-bottom: 25px;
}

.about-author-info {
    display: flex;
    align-items: center;
}

.choose_us i {
    font-size: 40px;
    color: #ef4416;
}

.author-name-designation {
    border-right: 2px solid #ef4416;
    padding-right: 8px;
}

.why_choose_us {
    position: relative;
    bottom: 1rem;
}

.counter {
    font-family: "Nunito Sans", sans-serif;
    text-align: start;
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 700;
    line-height: 55px;
    color: #ef4416;
}

.counter .counter-value:before {
    content: "";
    background-color: #fff;
    position: absolute;
    left: 7px;
    right: 7px;
    top: 7px;
    bottom: 7px;
    z-index: -1;
    clip-path: inherit;
}

.counter h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 0;
}

.counter.blue {
    color: #546de5;
}

.counter.magenta {
    color: #c44569;
}

.counter.black {
    color: #303952;
}

@media screen and (max-width: 990px) {
    .counter {
        margin-bottom: 40px;
    }
}
.gst-spc3 {
    padding-top: 60px;
    padding-bottom: 30px;
}
.spcbt-30 {
    padding-bottom: 30px;
}
.theme-container {
    padding-left: 0;
    padding-right: 0;
}
.payment-area {
    margin-bottom: 5rem !important;
}
.modal-content {
    border-radius: 0px;
}
.table__head {
    background-color: var(--main-bg-color);
    color: white;
}

.reagister-info {
    background-color: white;
}
.snip1404 {
    font-family: "Source Sans Pro", Arial, sans-serif;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    width: 100%;
    max-width: 1000px;
    margin: 50px 10px;
}

.snip1404 img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.snip1404 .plan {
    margin: 0;
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #186191;
}

.snip1404 .plan:hover i,
.snip1404 .plan.hover i {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.snip1404 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.snip1404 header {
    color: #ffffff;
}

.snip1404 .plan-title {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    margin: 0;
    padding: 20px 20px 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.snip1404 .plan-title:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 300px 0 0;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent;
}

.snip1404 .plan-cost {
    padding: 40px 20px 10px;
    text-align: right;
}

.snip1404 .plan-price {
    font-weight: 600;
    /* font-size: 3em; */
    font-size: 1.4em;
}

.snip1404 .plan-type {
    opacity: 0.8;
    font-size: 0.7em;
    text-transform: uppercase;
}

.snip1404 .plan-features {
    padding: 0 0 20px;
    margin: 0;
    list-style: outside none none;
}

.snip1404 .plan-features li {
    padding: 8px 5%;
    color: white;
}

.snip1404 .plan-features i {
    margin-right: 8px;
    color: rgba(0, 0, 0, 0.5);
}

.snip1404 .plan-select {
    padding: 20px;
    text-align: center;
}

.snip1404 .plan-select a {
    background-color: #ffff;
    color: #186191;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 0.75em;
    font-weight: 600;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    display: inline-block;
}

.snip1404 .plan-select a:hover {
    border: 1px solid white;
    background: transparent;
    color: white;
}

.snip1404 .plan:hover {
    margin-top: -10px;
    border-color: #186191;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
    z-index: 1;
    border-radius: 8px;
    cursor: pointer;
}

.snip1404 .plan .plan-select {
    padding: 30px 20px;
}

@media only screen and (max-width: 767px) {
    .snip1404 .plan {
        width: 50%;
    }

    .snip1404 .plan-title,
    .snip1404 .plan-select a {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .snip1404 .plan-select,
    .snip1404 .featured .plan-select {
        padding: 20px;
    }

    .snip1404 .featured {
        margin-top: 0;
    }
}

@media only screen and (max-width: 440px) {
    .snip1404 .plan {
        width: 100%;
    }
}

/* Investor Page */
.desktop-form-progress-indicator ul.step {
    padding: 0;
    margin: 0 0 0 5px;
    border-left: 1px dashed #ccc;
}

.desktop-form-progress-indicator ul.step > li .iconwrap {
    display: table-cell;
    width: 20px;
    margin-left: -20px;
    position: absolute;
}

.desktop-form-progress-indicator ul.step > li .infowrap {
    display: table-cell;
}

.desktop-form-progress-indicator ul.step > li .infowrap .timeline {
    font-size: 15px;
    color: #888;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

.timilene-container {
    padding: 0px 0;
    position: relative;
    overflow: hidden;
}

.timilene-container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background: #ccd1d9;
}

.timeline-block {
    width: -webkit-calc(50% + 8px);
    width: -moz-calc(50% + 8px);
    width: calc(50% + 8px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    clear: both;
}

.timeline-block-right {
    float: right;
}

.timeline-block-left {
    float: left;
    direction: rtl;
}

.marker {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #f5f7fa;
    background: #b8b8b8;
    margin-top: 20px;
    text-align: center;
    position: relative;
    left: 7px;
}

.marker.active {
    width: 25px;
    height: 25px;
    background: #5bd040;
    left: 7px;
}

.timeline-content {
    width: 95%;
    padding: 10px 15px;
    color: #666;
}

i.fa.fa-check {
    display: none;
}

i.fa.fa-check.active {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 50%;
    color: #fff;
}

.timeline-content h3 {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}

.timeline-content span {
    font-size: 15px;
    color: #a4a4a4;
}

.timeline-content p {
    font-size: 14px;
    line-height: 1.5em;
    word-spacing: 1px;
    color: #888;
}

.container:before {
    left: 19px;
    width: 2px;
}

.timeline-block {
    width: 100%;
}

.timeline-block-right {
    float: none;
}

.timeline-block-left {
    float: none;
    direction: ltr;
}

.ti-check {
    color: #5bb75b;
    padding-right: 3px;
}

.detailed {
    padding: 14px;
    margin: 12px;
    background-color: #fafafa;
    line-height: 18px;
    display: none;
    font-size: 13px;
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
    white-space: nowrap !important;
}
.form-control {
    width: 100% !important;
}

/* For Profile Details */
.listing-contact-form-wrapper .contact-form-heading {
    font-size: 19px;
    font-family: proxima_novasemibold;
    padding: 15px 15px 0;
    color: #ebbc08 !important;
}
.listing-contact-form-wrapper .contact-form-heading .contact-form-subheading {
    font-size: 11px;
    color: #05759d;
}
.business-photos .business-photo-wrapper.first-photo .business-photo {
    padding: 33%;
}

.page-heading {
    transform: translate(35%, 100%);
    color: #aaa;
    white-space: nowrap;
}

.page-heading-primary {
    display: block;
    font-size: 3.125rem;
    font-weight: 300;
    color: #3498db;
}

.page-heading-secondary {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4.5px;
}
.align-row {
    display: flex;
    align-items: center;
}

.profile-action-buttons .action-button {
    display: block;
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    color: #666;
    height: 40px;
}
.profile-action-buttons .action-button i {
    font-size: 16px;
    margin-right: 5px;
}
.profile-action-buttons .action-button {
    padding: 10px 0;
    font-size: 13px;
    text-align: center;
    color: #666;
    height: 40px;
}
.footer-buttons-profile:hover {
    color: #000;
    background-color: #f5f5f5;
    cursor: pointer;
    padding-top: 10px;
}
.profile-action-buttons {
    border-top: 1px solid #eee;
}
.profile-action-buttons .action-button-wrapper:first-child {
    border-left: none;
}
.listing-premium-banner {
    position: absolute;
    height: 0;
    width: 43px;
    box-sizing: content-box;
    color: #fff;
    top: 18px;
    right: -14px;
    border-bottom: 20px solid #40c070;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    z-index: 2;
}
.listing-premium-banner::before {
    content: attr(data-plan);
    position: absolute;
    top: 0px;
    width: 35px;
    font-size: 8px;
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid transparent;
}
.listing-premium-banner::after {
    content: "";
    position: absolute;
    width: 100px;
    border-top: 1px solid transparent;
    height: 0;
    left: -20px;
    top: 20px;
}
.select2-container--classic .select2-selection--single {
    border-radius: 0px;
}

.swiper-slide {
    padding: 5px !important;
    background-color: transparent;
}

/* New css For Newsletter  08-17-23*/
.card {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-color: #ebedf2;
}

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
    border-radius: 0px !important;
}

.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
    border-radius: 0px !important;
}
.privary_tabs {
    border: 1px solid var(--main-bg-color) !important;
    border-radius: 0px;
    background: var(--main-bg-color);
    color: white;
}
.input-group {
    flex-wrap: inherit;
}

.input-group-text {
    display: flex;
    height: 40px;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #212529;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
}
/* New css For Newsletter  08-17-23 End*/
/* End New Updated Css For Design 17/07/2023 Saju*/

/* New Updated Css For Design 17/07/2023 Shahed*/
.select2-container {
    padding: 0px;
    width: 100% !important;
}

.select2-container .img-flag {
    width: 30px;
    height: 25px;
}

.dropdown-toggle::after {
    display: none;
}
.message-dropdown {
    width: 22rem;
    background: #e4e4e4;
}
.notification-dropdown {
    width: 22rem;
    background: #e4e4e4;
}

/* Profile Single Page */
.hidden {
    display: none;
}

.nosel {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.img-enlarged__cont {
    width: 100%;
    height: 0px;
    opacity: 0;
    font-family: Helvetica, sans-serif;
    cursor: zoom-out;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;

    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged__cont.open {
    height: 100%;
    opacity: 1;

    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
}

.img-enlarged {
    max-width: 90%;
    max-height: 80%;
    border: 5px solid #eee;
    display: block;
    margin: auto !important;

    position: relative;
    top: 10%;
    bottom: 10%;
}

.img-enlarged__nav.next::after {
    content: ">";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute;
    right: 40%;
    top: 49%;
}

.img-enlarged__nav.prev::after {
    content: "<";
    font-size: 50px;
    font-family: monospace;
    color: #fff;
    position: absolute;
    left: 40%;
    top: 49%;
}

.gallery img {
    cursor: zoom-in;
}

.img-enlarged__nav {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 999;
    text-align: center;
    height: 100%;
    width: 10%;
    vertical-align: middle;
    transition: 0.3s width, 0.2s;
}

.img-enlarged__nav:hover {
    background: rgba(0, 0, 0, 0.8);
    width: 11%;
    /* transition: 0.3s width, 0.2s background; */
}

.img-enlarged__nav:active {
    width: 12%;
    transition: 0.1s width;
}

.img-enlarged__nav span {
    font-size: 25px;
    color: #fff;
    height: 20px;
    display: inline-block;
}

.img-enlarged__nav.prev {
    position: absolute;
    top: 0;
    left: 0;
}

.img-enlarged__nav.next {
    position: absolute;
    top: 0;
    right: 0;
}

.img-enlarged__counter {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: monospace;
    width: 50px;
    text-align: center;
    font-size: 15px;
    padding: 7px 0 7px 0;
    margin: auto !important;
    display: block;

    position: absolute;
    left: 49%;
    bottom: 5%;
}

.tooltip {
    position: absolute;
    background-color: #f1f1f1;
    color: #333;
    padding: 5px;
    font-size: 12px;
    display: none;
    border-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    z-index: 1;
    bottom: -30px;
    left: 0;
    transform: translateX(-50%);
}

.show-tooltip {
    display: block;
}

.messages-header-area {
    background-color: #eee;
    height: 20rem;
    overflow: auto;
}

.add-new-area:hover{
    cursor: pointer;
    background-color: #eee;
    color: black;
    transition: 0.5s ease-in-out;
}

.profile-image {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background-size: cover; */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 0 3px #ddd;
    transition: all .3s;
}

.profile-photo {
    padding: 0px 5px;
 }
 .profile-content{
    padding: 0px 5px;
 }
 .profile-content .name {
    font-size: 17px;
    line-height: 20px;
    color: #000;
}
.profile-content .email {
    font-size: 12px;
    color: #4183c4;
    line-height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
}
 .profile-links {
    border-top: 1px solid #dbe2e8;
    background-color: #f8f9fa;
}
.link-icon {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
    padding: 8px 0;
    text-align: center;
    font-size: 18px;
    color: #aaa;
}
.link-text {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 0;
    font-size: 13px;
}
.p-links:hover{
    /* background-color: #eee; */
    background-color: #dbdbdb;
    /* border: 1px solid gray; */
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    transition: 0.2s ease-in;
}

/* Bidding Page Css */


.slider-contents {
    background-color: #001d6bc2;
    border-radius: 8px;
    width: 100%;
    position: relative;
    padding-top: 0px;
    padding: 27px;
    top: 8rem;
}

.silder-imgs {
    background-size: cover;
    min-height: 500px;
    max-height: 760px;
}



.location-title {
    font-size: 11px;
}

.slider-btns {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 10px;
    padding: 8px;
    overflow: visible;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    color: rgb(255, 255, 255);
    background-color: #001d6bc2;
    transition: border-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.btn-square-borders {
    padding: 8px 48px;
    border: 1px solid white !important;
    line-height: 3;
    font-size: 14px;
    color: white;
    font-weight: 600;
    background: none;
    border: 1px solid;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
}



.filter-btns {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-family: __Public_Sans_36ec6b, "Public Sans";
    min-width: 64px;
    padding: 10px 15px !important;
    border-radius: 8px !important;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
    background-color: #001d6bc2;
    border: 1px solid #001d6bc2;
}



.filter-area-input {
    background: #062162;
    margin-top: 5px;
    margin-bottom: 5px;
}



.grids {
    position: relative;
    margin: 0 auto;
    padding: 0em 0 0em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

figure {
    margin: 0 0 0rem;
}

/* Common style */
.grids figure {
    border-radius: 20px !important;
    /* position: relative; */
    /* float: left; */
    overflow: hidden;
    /* margin: 10px 1%; */
    /* min-width: 320px; */
    /* max-width: 480px; */
    max-height: 360px;
    /* width: 48%; */
    background: #001d6bc2;
    /* text-align: center; */
    /* cursor: pointer; */
}

.grids figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grids figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grids figure figcaption::before,
.grids figure figcaption::after {
    pointer-events: none;
}

.grids figure figcaption,
.grids figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grids figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grids figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grids figure h2 span {
    font-weight: 800;
}

.grids figure h2,
.grids figure p {
    margin: 0;
}

.grids figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
    max-width: none;
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    opacity: 0.7;
    height: 155px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
    text-align: left;
}

figure.effect-lily figcaption>div {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-lily h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-lily p {
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
    opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover p {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Roxy *****/
/*---------------*/

figure.effect-roxy {
    background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
    background: linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
}

figure.effect-roxy img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
}

figure.effect-roxy figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}

figure.effect-roxy figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-roxy h2 {
    padding: 30% 0 10px 0;
}

figure.effect-roxy p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}

figure.effect-roxy:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    background: #9e5406;
}

figure.effect-bubba img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
    opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
}

figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Romeo *****/
/*---------------*/

figure.effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

figure.effect-romeo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 0, 300px);
    transform: translate3d(0, 0, 300px);
}

figure.effect-romeo:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-romeo figcaption::before,
figure.effect-romeo figcaption::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

figure.effect-romeo:hover figcaption::before {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

figure.effect-romeo:hover figcaption::after {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

figure.effect-romeo h2,
figure.effect-romeo p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-romeo h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
}

figure.effect-romeo p {
    padding: 0.25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
}

figure.effect-romeo:hover h2 {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
}

figure.effect-romeo:hover p {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
}

/*---------------*/
/***** Layla *****/
/*---------------*/

figure.effect-layla {
    background: #18a367;
}

figure.effect-layla img {
    height: 390px;
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-layla p {
    padding: 0.5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla h2 {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h2,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
    background: #4a3753;
}

figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-honey:hover img {
    opacity: 0.5;
}

figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 1.5em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
    font-style: normal;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
    background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
    background: linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%);
}

figure.effect-oscar img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0.7);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
}

figure.effect-oscar h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

figure.effect-oscar:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0);
}

figure.effect-oscar:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
    text-align: right;
}

figure.effect-marley h2,
figure.effect-marley p {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0;
}


figure.effect-marley p {
    bottom: 30px;
    line-height: 1.5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-marley h2 {
    top: 30px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-marley:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-marley h2::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}

figure.effect-marley h2::after,
figure.effect-marley p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h2::after,
figure.effect-marley:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
    background-color: #17819c;
}

figure.effect-ruby img {
    opacity: 0.7;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

figure.effect-ruby:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-ruby h2 {
    margin-top: 20%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

figure.effect-ruby p {
    margin: 1em 0 0;
    padding: 3em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1);
}

figure.effect-ruby:hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-ruby:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

/*---------------*/
/***** Milo *****/
/*---------------*/

figure.effect-milo {
    background: #2e5d5a;
}

figure.effect-milo img {
    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-30px, 0, 0) scale(1.12);
    transform: translate3d(-30px, 0, 0) scale(1.12);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-milo:hover img {
    opacity: 0.5;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2 {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 1em 1.2em;
}

figure.effect-milo p {
    padding: 0 10px 0 0;
    width: 50%;
    border-right: 1px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Dexter *****/
/*---------------*/

figure.effect-dexter {
    background: -webkit-linear-gradient(top, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
    background: linear-gradient(to bottom, rgba(37, 141, 200, 1) 0%, rgba(104, 60, 19, 1) 100%);
}

figure.effect-dexter img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
    opacity: 0.4;
}

figure.effect-dexter figcaption::after {
    position: absolute;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: -webkit-calc(50% - 30px);
    height: calc(50% - 30px);
    border: 7px solid #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

figure.effect-dexter:hover figcaption::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-dexter figcaption {
    padding: 3em;
    text-align: left;
}

figure.effect-dexter p {
    position: absolute;
    right: 60px;
    bottom: 60px;
    left: 60px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
}

figure.effect-dexter:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Sarah *****/
/*---------------*/

figure.effect-sarah {
    background: #42b078;
}

figure.effect-sarah img {
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-sarah:hover img {
    opacity: 0.4;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah figcaption {
    text-align: left;
}

figure.effect-sarah h2 {
    position: relative;
    overflow: hidden;
    padding: 0.5em 0;
}

figure.effect-sarah h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

figure.effect-sarah:hover h2::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-sarah p {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

figure.effect-sarah:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}

figure.effect-chico:hover img {
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-chico figcaption {
    padding: 3em;
}

figure.effect-chico figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
    padding: 20% 0 20px 0;
}

figure.effect-chico p {
    margin: 0 auto;
    max-width: 200px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grids figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}


.content>h2 {
    clear: both;
    margin: 0;
    padding: 4em 1% 0;
    color: #484B54;
    font-weight: 800;
    font-size: 1.5em;
}

.content>h2:first-child {
    padding-top: 0em;
}

/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.3;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    color: #74777b;
    font-weight: 300;
    font-size: 45%;
}

/* Demo links */
.codrops-demos {
    clear: both;
    padding: 1em 0 0;
    text-align: center;
}

.content+.codrops-demos {
    padding-top: 5em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0 5px;
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.codrops-demos a:hover,
.codrops-demos a:focus,
.codrops-demos a.current-demo {
    background: #3c414a;
    color: #fff;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Related demos */
.related {
    clear: both;
    padding: 6em 1em;
    font-size: 120%;
}

.related>a {
    display: inline-block;
    margin: 20px 10px;
    padding: 25px;
    border: 1px solid #4f7f90;
    text-align: center;
}

.related a:hover {
    border-color: #39545e;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img,
.related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}

.form-control:focus {
    box-shadow: none;
}

.form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0;
}


.form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic;
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 75%;
    }

    .codrops-icon span {
        display: none;
    }
}
