
body {
    font-family: "WorkSans-Regular";
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    background: #fff;
}

/*---------------------
fonts
---------------------*/


@font-face {
    font-family: "WorkSans-Medium";
    src: url("../fonts/WorkSans-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "WorkSans-SemiBold";
    src: url("../fonts/WorkSans-SemiBold.ttf");
}

@font-face {
    font-family: "WorkSans-Regular";
    src: url("../fonts/WorkSans-Regular.ttf");
}

@font-face {
    font-family: "WorkSans-SemiBold";
    src: url("../fonts/WorkSans-SemiBold.ttf");
}

/*popup design start*/
.home_popup .modal-header > ul {
    width: 100%;
    justify-content: space-around;
}

    .home_popup .modal-header > ul li img {
        width: 35px;
        height: 35px;
        object-fit: contain;
        margin-right: 5px;
    }

.home_popup h6 {
    color: rgb(65, 72, 113);
    font-size: 20px;
    font-weight: 600;
}

.home_popup h4 {
    font-size: 15px;
    text-align: center;
    background: #f7f7f7;
    padding: 10px;
    margin: 0 0 15px;
    color: #f00;
}

.home_popup p {
    font-size: 15px;
    line-height: 26px;
}

.home_popup .modal-footer {
    justify-content: center;
}

    .home_popup .modal-footer .topbar-one__btn {
        padding: 5px 40px;
    }

.home_popup .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #414871;
    position: relative;
}

.home_popup .nav-pills .nav-link {
    color: #1F4173;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

    .home_popup .nav-pills .nav-link.active img {
        filter: invert(1);
    }

/*.home_popup .nav-pills .nav-link.active:after {
    content: '';
    position: absolute;
    border: 1px solid;
    width: 45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.home_popup .nav-pills .nav-link.active:before {
    content: '';
    position: absolute;
    border: 1px solid;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -7px;
}*/

.home_popup .modal-header {
    padding: 0;
}

    .home_popup .modal-header ul li.nav-item {
        width: 50%;
    }

.labgrown_img_wrap ul {
    display: flex;
    padding: 0;
    list-style: none;
    margin: 0;
}

    .labgrown_img_wrap ul li {
        width: calc(33.33% - 20px);
        margin: 0 10px;
        height: 140px;
        object-fit: cover;
        border: 2px solid #fff;
        box-shadow: 2px 3px 10px 2px rgba(68,68,68,0.2);
        overflow: hidden;
    }

        .labgrown_img_wrap ul li:hover img {
            transform: scale(1.05);
            transition: 0.5s ease;
        }

    .labgrown_img_wrap ul img {
        width: 100%;
        height: 100%;
        transition: 0.5s ease;
    }

.home_popup .modal-body {
    height: 400px;
    overflow: auto;
}

.home_popup .close {
    color: #414871;
}

.home_popup button:focus {
    outline: 0;
}

.home_popup .modal-dialog {
    max-width: 500px;
}
/*popup design end*/







*:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "WorkSans-Medium";
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

a {
    color: #dc7a89;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.images-compare-container {
    box-shadow: 0 0 15px rgba(132, 132, 132, 0.1);
}

section {
    padding: 60px 0;
}

.icon img {
    width: 100px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }

    .logo-box .login, .original .login {
        display: none;
    }
}

.block-title {
    margin-bottom: 55px;
}

.block-title__tag-line {
    margin: 0;
    color: #414871;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1em;
    position: relative;
    font-weight: 700;
    display: inline-block;
}

.block-title__title {
    margin: 0;
    color: #302e2f;
    /*font-size: 32px !important;*/
    font-size: 42px !important;
    font-weight: 800;
    /*line-height: 70px;*/
    text-align: center;
}

.block-title__sub-title {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    color: #302e2f;
    margin-top: 30px;
}

.thm-btn {
    border: none;
    outline: none;
    background-color: #414871;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    padding: 12px 52px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .thm-btn:hover {
        background-color: #dc7a89;
        color: #fff;
    }

    .thm-btn i {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 14px;
        margin-left: 13px;
    }

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

    .cursor.active {
        opacity: 0.5;
    }

    .cursor.hovered {
        opacity: 0.08;
    }

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

    .cursor-follower.active {
        opacity: 0.7;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .cursor-follower.hovered {
        opacity: 0.08;
    }

    .cursor-follower.close-cursor:before {
        position: absolute;
        content: '';
        height: 25px;
        width: 2px;
        background: #fff;
        left: 48%;
        top: 12px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: inline-block;
    }

    .cursor-follower.close-cursor:after {
        position: absolute;
        content: '';
        height: 25px;
        width: 2px;
        background: #fff;
        right: 48%;
        top: 12px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
}

    .bootstrap-select .dropdown-menu > li + li > a {
        border-top: 1px solid #f2ebe8;
    }

    .bootstrap-select .dropdown-menu > li:first-child > a {
        padding-top: 10px;
    }

    .bootstrap-select .dropdown-menu > li:last-child > a {
        padding-bottom: 10px;
    }

    .bootstrap-select .dropdown-menu > li.selected > a {
        background: #dc7a89;
        color: #fff;
    }

    .bootstrap-select .dropdown-menu > li > a {
        font-size: 16px;
        font-weight: 500;
        padding: 9px 20px;
        color: #302e2f;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .bootstrap-select .dropdown-menu > li > a:hover {
            background: #dc7a89;
            color: #fff;
            cursor: pointer;
        }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

    .preloader span {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background-position: center center;
        background-repeat: no-repeat;
        background-image: url(../images/preloader.gif);
        background-size: 100px;
        animation: Logoscale 1s linear infinite;
    }

@keyframes Logoscale {
    0% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.scroll-to-top {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #414871;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 990;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
}


@media (max-width: 480px) {
    .scroll-to-top {
        width: 40px;
        height: 40px;
    }
}

.scroll-to-top i {
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    position: relative;
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 480px) {
    .scroll-to-top i {
        font-size: 20px;
        line-height: 35px;
    }
}

.scroll-to-top:hover {
    background: #414871;
    border-color: #414871;
}

    .scroll-to-top:hover i {
        color: #fff;
    }

.post-pagination {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-pagination__two a {
    font-family: "Prata";
    font-size: 16px;
}

.post-pagination a {
    color: #302e2f;
    font-size: 18px;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    padding-left: 18.5px;
    padding-right: 18.5px;
    padding-top: 11px;
    padding-bottom: 11px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .post-pagination a.active, .post-pagination a:hover {
        color: #fff;
        background-color: #dc7a89;
        border-color: #dc7a89;
    }

    .post-pagination a + a {
        margin-left: 10px;
    }

    .post-pagination a.active {
        cursor: auto;
    }

.datepicker {
    min-width: 300px;
}

    .datepicker table {
        width: 100%;
    }

        .datepicker table tr td span.active.active,
        .datepicker table tr td span.active.disabled.active,
        .datepicker table tr td span.active.disabled:active,
        .datepicker table tr td span.active.disabled:hover.active,
        .datepicker table tr td span.active.disabled:hover:active,
        .datepicker table tr td span.active:active,
        .datepicker table tr td span.active:hover.active,
        .datepicker table tr td span.active:hover:active {
            background-color: #dc7a89;
            background-image: none;
        }

        .datepicker table tr td.active.active,
        .datepicker table tr td.active.disabled.active,
        .datepicker table tr td.active.disabled:active,
        .datepicker table tr td.active.disabled:hover.active,
        .datepicker table tr td.active.disabled:hover:active,
        .datepicker table tr td.active:active,
        .datepicker table tr td.active:hover.active,
        .datepicker table tr td.active:hover:active,
        .datepicker table tr td.active,
        .datepicker table tr td.active.disabled,
        .datepicker table tr td.active.disabled:hover,
        .datepicker table tr td.active:hover {
            background-color: #dc7a89;
            background-image: none;
        }

.topbar-one .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-one__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #302e2f;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 28px;
}

    .topbar-one__link i {
        font-size: 14px;
        color: #414871;
        margin-right: 10px;
    }

    .topbar-one__link:hover {
        color: #dc7a89;
    }

    .topbar-one__link + .topbar-one__link {
        margin-left: 20px;
    }

.topbar-one__left,
.topbar-one__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.app_social_icon_wrap {
    display: flex;
    align-items: center;
}

.topbar-one__right .app_social_icon_wrap a {
    display: inline-block;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #414871;
    background: #414871;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}

    .topbar-one__right .app_social_icon_wrap a:hover {
        border: 1px solid #414871;
        background: transparent;
        color: #414871;
    }

.topbar-one__btn {
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid transparent;
}

.topbar-one__sep {
    width: 30px;
    height: 2px;
    background-color: #dc7a89;
    margin-left: 10px;
    margin-right: 10px;
}

.topbar-one__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 18px;
    line-height: 1em;
}

.topbar-one__time-wrap {
    margin-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topbar-one__minute {
    font-size: 11px;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
}

.topbar-one__search {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 34px;
    border: 1px solid #403e3f;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .topbar-one__search i {
        color: #a19b9d;
        font-size: 16px;
    }

    .topbar-one__search:hover {
        background-color: #403e3f;
    }

.topbar-one__right > li + li {
    margin-left: 10px;
}

.topbar-one__right .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    display: block;
}

.topbar-one__right .bootstrap-select > .dropdown-toggle {
    padding: 0;
    background-color: transparent;
    font-size: 14px;
    color: #414871;
    text-transform: uppercase;
    border: 1px solid #414871;
    height: 38px;
    border-radius: 4px;
    padding: 7.5px 0;
    padding-left: 15px;
    width: 64px;
    transition: all 0.4s ease;
}

    .topbar-one__right .bootstrap-select > .dropdown-toggle:hover, .bootstrap-select .dropdown-toggle:hover .filter-option-inner-inner {
        color: #dc7a89;
        border-color: #dc7a89;
    }

.topbar-one__btn:hover {
    border-color: #dc7a89;
    color: #dc7a89;
    background: transparent;
}

.topbar-one__right .bootstrap-select > .dropdown-toggle:after {
    content: "\f107" !important;
    font-family: FontAwesome;
    border: none;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.topbar-one__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-right: 10px;
}

    .topbar-one__social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 37px;
        height: 52px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .topbar-one__social a i {
            font-size: 16px;
            line-height: 52px;
            color: #414871;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .topbar-one__social a i.Millionhands-icon-play {
                width: 16px;
                height: 16px;
                font-size: 7px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                text-align: center;
                color: #302e2f;
                background-color: #847a7d;
            }

        .topbar-one__social a:hover i {
            color: #dc7a89;
        }

            .topbar-one__social a:hover i.Millionhands-icon-play {
                background-color: #dc7a89;
                color: #302e2f;
            }

.topbar-two .inner-container {
    padding: 31px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topbar-two__left, .topbar-two__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}

.topbar-two__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    margin-left: 30px;
}

    .topbar-two__info:before {
        content: '';
        width: 1px;
        height: 48px;
        background-color: #e4e4e4;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .topbar-two__info p {
        font-size: 16px;
        line-height: 22px;
        color: #302e2f;
        margin: 0;
    }

    .topbar-two__info i {
        font-size: 32px;
        color: #dc7a89;
        margin-right: 15px;
    }

.topbar-two__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .topbar-two__social a {
        width: 40px;
        height: 40px;
        border-radius: 4px;
        background-color: #f3ece9;
        text-align: center;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .topbar-two__social a + a {
            margin-left: 10px;
        }

        .topbar-two__social a i {
            color: #8e8e8e;
            font-size: 13px;
            line-height: 40px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .topbar-two__social a:hover {
            background-color: #dc7a89;
        }

            .topbar-two__social a:hover i {
                color: #fff;
            }

.topbar-two__sidemenu-nav {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #dc7a89;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-left: 10px;
}

.topbar-two__sidemenu-nav-line {
    width: 22px;
    height: 1px;
    background-color: #dc7a89;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .topbar-two__sidemenu-nav-line:nth-child(even) {
        margin-top: 6px;
        margin-bottom: 6px;
    }

.topbar-two__sidemenu-nav:hover {
    background-color: #dc7a89;
}

    .topbar-two__sidemenu-nav:hover .topbar-two__sidemenu-nav-line {
        background-color: #fff;
    }

.topbar-two__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
}

    .topbar-two__language i {
        font-size: 15px;
        color: #828282;
        margin-right: 10px;
    }

    .topbar-two__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: auto;
        line-height: 1em;
    }

    .topbar-two__language .bootstrap-select > .dropdown-toggle {
        padding: 0;
        background-color: transparent;
        font-size: 14px;
        color: #a19b9d;
        text-transform: uppercase;
        border: none;
        width: 33px;
    }

        .topbar-two__language .bootstrap-select > .dropdown-toggle:after {
            content: "\f107";
            font-family: FontAwesome;
            color: #a19b9d;
            border: none;
            font-size: 16px;
            position: absolute;
            top: 50%;
            right: 0px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.header-navigation {
    background-color: transparent;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
}

    .header-navigation .container {
        background: transparent;
        position: relative;
        display: block;
    }

        .header-navigation .container .logo-box {
            float: left;
            position: absolute;
            top: 50%;
            left: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .header-navigation .container .menu-toggler {
            display: none;
        }

        .header-navigation .container .right-side-box {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 15px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

    .header-navigation .main-navigation {
        float: right;
        text-align: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (min-width: 1200px) {
    .header-navigation .main-navigation {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.header-navigation ul.navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .header-navigation ul.navigation-box li a .sub-nav-toggler {
        display: none;
    }

    .header-navigation ul.navigation-box > li {
        position: relative;
        padding: 30px 0;
        display: inline-block;
        vertical-align: middle;
    }

.header-navigation.original ul.navigation-box > li.login {
    display: none;
}

.header-navigation ul.navigation-box > li + li {
    margin-left: 45px;
}

.header-navigation ul.navigation-box > li:first-child {
    padding-left: 0;
}

.header-navigation ul.navigation-box > li:last-child {
    padding-right: 0;
}

.header-navigation ul.navigation-box > li > a {
    font-size: 17px;
    color: #414871;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    display: block;
}

    .header-navigation ul.navigation-box > li > a.active {
        color: #dc7a89;
    }

.header-navigation ul.navigation-box > li.login > a {
    font-size: 13px;
    padding: 6px 14.5px;
    color: #fff;
}

.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a,
.header-navigation ul.navigation-box > li.diamonds > a, .site-footer-two__menu ul li.diamonds a {
    color: #dc7a89;
}

.header-navigation ul.navigation-box > li > .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    float: left;
    min-width: 200px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
    transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
    transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
    transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > .submenu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box > li > .submenu.right-align {
    left: auto;
    right: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.header-navigation ul.navigation-box > li > .submenu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > .submenu > li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
}

    .header-navigation ul.navigation-box > li > .submenu > li + li {
        border-top: 1px solid #e4e4e4;
    }

    .header-navigation ul.navigation-box > li > .submenu > li > a {
        font-size: 16px;
        color: #302e2f;
        font-weight: 400;
        padding: 12px 20px;
        display: block;
        line-height: 26px;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .header-navigation ul.navigation-box > li > .submenu > li:hover > a {
        color: #fff;
        background: #dc7a89;
    }

.header-navigation ul.navigation-box > li > .submenu:before {
    content: '';
    width: 17px;
    height: 9px;
    background-color: #fff;
    position: absolute;
    left: 20px;
    bottom: 100%;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.header-navigation ul.navigation-box > li > .submenu > li:hover > a:after {
    color: #fff;
}

.header-navigation ul.navigation-box > li > .submenu > li > a {
    position: relative;
}

    .header-navigation ul.navigation-box > li > .submenu > li > a:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #302e2f;
        font-size: 20px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .header-navigation ul.navigation-box > li > .submenu > li > a:only-child:after {
        content: '';
        display: none;
    }

.header-navigation ul.navigation-box > li:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.header-navigation ul.navigation-box > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu {
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 99;
    float: left;
    min-width: 200px;
    padding: 0px 0px;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    opacity: 0;
    border-radius: 0px;
    visibility: hidden;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
    transition: opacity .4s ease, visibility .4s ease, -webkit-transform .4s linear;
    transition: opacity .4s ease, visibility .4s ease, transform .4s linear;
    transition: opacity .4s ease, visibility .4s ease, transform .4s linear, -webkit-transform .4s linear;
}

@media (min-width: 1200px) {
    .header-navigation ul.navigation-box > li > ul > li > .submenu {
        display: block !important;
    }
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
    left: auto;
    right: 100%;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu.center-align {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li {
    display: block;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff;
}

    .header-navigation ul.navigation-box > li > ul > li > .submenu > li + li {
        border-top: 1px solid #e4e4e4;
    }

    .header-navigation ul.navigation-box > li > ul > li > .submenu > li > a {
        font-size: 16px;
        color: #302e2f;
        font-weight: 400;
        padding: 12px 20px;
        display: block;
        line-height: 26px;
        white-space: nowrap;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {
        color: #fff;
        background: #dc7a89;
    }

.header-navigation ul.navigation-box > li > ul > li > .submenu {
    padding-left: 10px;
    min-width: 210px;
}

    .header-navigation ul.navigation-box > li > ul > li > .submenu.right-align {
        padding-left: 0px;
        padding-right: 10px;
    }

.header-navigation ul.navigation-box > li > ul > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.header-navigation ul.navigation-box > li > ul > li ul {
    display: none;
}

.main-logo {
    width: 300px;
}

.site-header__header-one, .topbar-one {
    background: #fff;
}

.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
    box-shadow: 0px 6px 13px 0px RGBA(0, 0, 0, 0.06);
    opacity: 0;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .stricked-menu.stricky-fixed {
        opacity: 1;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

.site-header__sidemenu-nav {
    cursor: pointer;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: 20px;
}

.site-header__sidemenu-nav-line {
    width: 30px;
    height: 2px;
    background-color: #414871;
    display: block;
}

    .site-header__sidemenu-nav-line:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 15px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

.site-header__sidemenu-nav:hover .site-header__sidemenu-nav-line:nth-child(2) {
    width: 30px;
}

.site-header__cart {
    position: relative;
}

    .site-header__cart i {
        font-size: 23px;
        color: #fff;
    }

    .site-header__cart .count {
        width: 18px;
        height: 18px;
        background-color: #dc7a89;
        border-radius: 50%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }

.site-header__header-one .container {
    padding-right: 90px;
}

.site-header__header-two__search {
    color: #302e2f;
    font-size: 22px;
    margin-right: 20px;
}

    .site-header__header-two__search:hover {
        color: #dc7a89;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

.site-header__header-two__btn {
    border: 2px solid #302e2f;
    background-color: transparent;
    font-size: 13px;
    color: #302e2f;
    padding: 8px 37.5px;
}

.site-header__header-two {
    border-top: 1px solid #e4e4e4;
}

    .site-header__header-two .stricked-menu {
        background-color: #fff;
    }

    .site-header__header-two .header-navigation ul.navigation-box > li > a {
        color: #302e2f;
    }

    .site-header__header-two .header-navigation ul.navigation-box > li.current > a,
    .site-header__header-two .header-navigation ul.navigation-box > li:hover > a {
        color: #dc7a89;
    }

    .site-header__header-two .header-navigation .main-navigation {
        float: left;
        text-align: left;
    }

    .site-header__header-two .header-navigation ul.navigation-box > li {
        padding: 24px 0;
    }

.slider-one {
    position: relative;
    padding-top: 0;
}

.topbar-one {
    background-color: #fbfbff;
    padding: 7px 0;
}

.slider-one .item {
    overflow: hidden;
    max-height: 300px;
}

.slider-one__title {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 68px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-one__tag-line {
    margin: 0;
    color: #fff;
    font-size: 18px;
    margin-bottom: 23px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    position: relative;
    display: inline-block;
}

    .slider-one__tag-line:before, .slider-one__tag-line:after {
        content: '';
        width: 10000px;
        height: 1px;
        background-color: #fff;
        opacity: 0.2;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .slider-one__tag-line:before {
        left: calc(100% + 30px);
    }

    .slider-one__tag-line:after {
        right: calc(100% + 30px);
    }

.slider-one__text {
    margin: 0;
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-one .active .slider-one__tag-line {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-one .active .slider-one__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.slider-one .active .slider-one__text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-one .active .slider-one__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.slider-one .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}

.slider-one .slider-one__carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}

.slider-one .owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .slider-one .owl-theme .owl-dots .owl-dot {
        outline: none;
    }

        .slider-one .owl-theme .owl-dots .owl-dot span {
            margin: 0 5px;
            padding: 0px;
            border-style: solid;
            border-width: 2px;
            border-color: white;
            border-radius: 4px;
            background-color: transparent;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
            transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
            transition: border .4s ease, background .4s ease, transform .4s ease;
            transition: border .4s ease, background .4s ease, transform .4s ease, -webkit-transform .4s ease;
        }

        .slider-one .owl-theme .owl-dots .owl-dot:hover span, .slider-one .owl-theme .owl-dots .owl-dot.active span {
            border-color: #ffffff;
            background-color: #ffffff;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.slider-one__nav-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
    transform: translateX(-50%) scaleY(0);
    text-align: center;
    width: 100%;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
}

.slider-one__nav-left, .slider-one__nav-right {
    color: #fff;
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .slider-one__nav-left i, .slider-one__nav-right i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 10px;
    }

        .slider-one__nav-left i:after, .slider-one__nav-right i:after {
            content: '';
            width: 90px;
            height: 1px;
            background-color: #fff;
            right: 5px;
            position: relative;
        }

    .slider-one__nav-left:hover, .slider-one__nav-right:hover {
        color: #fff;
    }

        .slider-one__nav-left:hover .slider-one__nav-text, .slider-one__nav-right:hover .slider-one__nav-text {
            -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
        }

.slider-one__nav-left {
    left: 2%;
}

.slider-one__nav-right {
    right: 2%;
}

    .slider-one__nav-right i {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

        .slider-one__nav-right i:after {
            right: -5px;
        }

[class*=slider-one__slider-],
[class*=slider-two__slider-] {
    background-color: #302e2f;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

[class*=slider-one__slider-] {
    padding-top: 380px;
    padding-bottom: 330px;
}

.slider-two {
    position: relative;
}

.slider-two__tag-line {
    font-size: 24px;
    font-family: "Prata";
    color: #fff;
    line-height: 1em;
    margin: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-two__title {
    margin: 0;
    font-size: 72px;
    font-family: "Prata";
    color: #fff;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-two__text {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    margin-bottom: 35px;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-two__btn {
    background-color: #fff;
    color: #302e2f;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

.slider-two .active .slider-two__tag-line {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-two .active .slider-two__title {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.slider-two .active .slider-two__text {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-two .active .slider-two__btn {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-two .owl-theme .owl-nav.disabled + .owl-dots {
    margin: 0;
}

.slider-two .owl-theme .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}

    .slider-two .owl-theme .owl-dots .owl-dot {
        outline: none;
    }

        .slider-two .owl-theme .owl-dots .owl-dot span {
            margin: 0 5px;
            padding: 0px;
            border-style: solid;
            border-width: 2px;
            border-color: white;
            border-radius: 4px;
            background-color: transparent;
            width: 12px;
            height: 12px;
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
            transition: border .4s ease, background .4s ease, -webkit-transform .4s ease;
            transition: border .4s ease, background .4s ease, transform .4s ease;
            transition: border .4s ease, background .4s ease, transform .4s ease, -webkit-transform .4s ease;
        }

        .slider-two .owl-theme .owl-dots .owl-dot:hover span, .slider-two .owl-theme .owl-dots .owl-dot.active span {
            border-color: #dc7a89;
            background-color: #dc7a89;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }

.slider-two__nav-left, .slider-two__nav-right {
    width: 60px;
    height: 60px;
    background-color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 4px;
    color: #302e2f;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .slider-two__nav-left i, .slider-two__nav-right i {
        font-size: 16px;
    }

    .slider-two__nav-left:hover, .slider-two__nav-right:hover {
        background-color: #302e2f;
        color: #fff;
    }

.slider-two__nav-left {
    left: 2%;
}

.slider-two__nav-right {
    right: 2%;
}

[class*=slider-two__slider-] {
    padding-top: 235px;
    padding-bottom: 265px;
}


/*why millionhands*/

.hero-why-millionhands {
    padding: 80px 0;
    background: #fbfbff;
}

/*.about-three.why {
    background: #fbfbff;
}*/

.why-millions-title h2 {
    font-size: 44px;
    font-weight: 500;
    line-height: 70px;
    text-align: center;
    color: #302e2f;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.why-milli-box {
    position: relative;
    padding: 65px 30px 40px;
    text-align: center;
    min-height: 345px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    background: #fff;
}

    .why-milli-box:hover {
        -webkit-box-shadow: 0 0 40px rgba(226, 230, 251, 0.35);
        -moz-box-shadow: 0 0 40px rgba(226, 230, 251, 0.35);
        box-shadow: 0 0 40px rgba(226, 230, 251, 0.35);
    }

.milli-icon {
    position: absolute;
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto;
    color: #414871;
    font-size: 40px;
    line-height: 110px;
    border-radius: 50%;
    top: -60px;
    left: 0;
    right: 0;
    background: #fff;
}

.milli-title h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin: 10px 0 20px;
    color: #333;
    letter-spacing: 0.5px;
    min-height: 60px;
}

.milli-title p {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.3px;
    margin: 0;
    color: #777;
}

.why-millions-title {
    margin-bottom: 50px;
}

.why-milli-box .milli-icon {
    transform: rotateY(0deg);
    transition: 0.5s all ease;
}

.why-milli-box:hover .milli-icon {
    transform: rotateY(360deg);
    transition: 0.5s all ease;
}

.milli-icon img {
    width: 60px;
    height: auto;
}

.manufactoring-title h2 {
    font-size: 24px;
    color: #302e2f;
    margin: 0;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.block-title p {
    font-size: 18px;
    font-family: "WorkSans-Medium";
}


.about-one {
    position: relative;
    z-index: 10;
    margin-top: -80px;
}

    .about-one .inner-container {
        border-radius: 4px;
        background-color: #f3ece9;
        background-image: url(../images/resources/about-1-bg.jpg);
        background-position: top center;
        background-repeat: no-repeat;
        overflow: hidden;
        background-blend-mode: multiply;
    }

    .about-one .block-title {
        margin-bottom: 15px;
    }

.about-one__content {
    padding-top: 100px;
    padding-left: 95px;
    padding-bottom: 90px;
}

.about-one__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
}

    .about-one__text + .about-one__text {
        margin-top: 15px;
    }

.about-one__feature {
    padding-top: 100px;
    padding-bottom: 89px;
    margin-left: 35px;
    padding-left: 65px;
    background-color: #302e2f;
}

.about-one__feature-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .about-one__feature-single + .about-one__feature-single {
        margin-top: 40px;
    }

.about-one__feature-icon {
    margin-right: 25px;
}

    .about-one__feature-icon i {
        color: #dc7a89;
        font-size: 32px;
    }

.about-one__feature-title {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
}

.about-one__feature-text {
    margin: 0;
    font-size: 16px;
    margin-top: 10px;
    color: #a19b9d;
}

.about-one__feature-link {
    margin: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .about-one__feature-link span {
        font-size: 15px;
        margin-left: 5px;
    }

    .about-one__feature-link:hover {
        color: #dc7a89;
    }

.about-two .block-title,
.about-two .block-title__title,
.about-two .block-title__sub-title {
    margin: 0;
}

.about-two .block-title__title {
    margin-top: 15px;
}

.about-two .block-title__sub-title {
    margin-top: 20px;
    margin-bottom: 25px;
}

.about-two__text {
    margin: 0;
}
.filter-main-wrapper .section_title_center{
    text-transform: capitalize;
}
.about-cont h2 {
    font-size: 30px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #414871;
    margin-bottom: 45px;
    position: relative;
}

    .about-cont h2:before {
        position: absolute;
        display: block;
        content: '';
        width: 70px;
        border-bottom: 3px solid #dc7a89;
        left: 0;
        bottom: -16px;
    }

    .about-cont h2:after {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        bottom: -18px;
        left: 80px;
        background-color: #DC7A89;
        transform: rotate(45deg);
    }

.mission-boxes {
    position: relative;
    display: flex;
    width: 87%;
    margin: 0 auto;
    text-align: center;
}

.mission-box {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #F3F3F3;
    padding: 84px 20px 30px 20px;
    cursor: pointer;
    margin: 0 15px;
    transition: 0.5s all ease;
}

.mission-cont h5 {
    font-size: 25px;
    line-height: 26px;
    letter-spacing: 0.26px;
    color: #414871;
    margin-bottom: 15px;
    transition: 0.5s all ease;
}

.mission-box:hover .mission-cont h5 {
    color: #fff;
    transition: 0.5s all ease;
}

.mission-cont p {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 0;
    min-height: 96px;
    transition: 0.5s all ease;
}

.mission-box:hover .mission-cont p {
    color: rgba(255, 255, 255, 0.7);
    transition: 0.5s all ease;
}

.mission-icon {
    position: absolute;
    display: block;
    width: 122px;
    height: 122px;
    background-color: #414871;
    line-height: 111px;
    border-radius: 50%;
    border: 6px solid #fff;
    box-shadow: 0px 10px 19px #44161D29;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    transform: rotateZ(0deg);
    transition: 0.5s all ease;
}

    .mission-icon svg {
        fill: #fff;
        transition: 0.5s all ease;
    }

.mission-box:hover {
    box-shadow: 0px 16px 15px #41487126;
    border: 1px solid #FFFFFF;
    background-color: #DC7A89;
    transition: 0.5s all ease;
}

.mission-box:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    border: 6px solid transparent;
    border-top: none;
    transition: 0.5s all ease;
}

.mission-box:hover::after {
    border-color: #fff;
    transition: 0.5s all ease;
}

.mission-cont {
    position: relative;
    display: block;
    z-index: 5;
}

.mission-icon2 svg {
    margin-right: -10px;
}

.mission-box:hover .mission-icon {
    border-color: #DC7A89;
    background-color: #fff;
    transform: rotateZ(360deg);
    transition: 0.5s all ease;
}

    .mission-box:hover .mission-icon svg {
        fill: #DC7A89;
        transition: 0.5s all ease;
    }

.choose-box {
    position: relative;
    display: flex;
    width: 66%;
    align-items: center;
}

.choose-img {
    display: block;
    width: 28%;
}

.choose-cont {
    width: 70%;
    z-index: 5;
    background: #fff;
}

    .choose-cont p {
        font-size: 15px;
        letter-spacing: 0.1px;
        line-height: 24px;
        margin: 0;
    }

    .choose-cont h5 {
        letter-spacing: -0.12px;
        color: #414871;
        font-family: "WorkSans-SemiBold";
    }

.choose-box .choose-img img {
    transform: rotateY(0deg);
    transition: 0.5s all ease;
}
/*.choose-box:hover .choose-img img {
    transform: rotateY(360deg);
    transition: 0.5s all ease;
}*/
.choose-box2 {
    width: 50%;
    margin-left: auto;
    margin-right: 100px;
    margin-bottom: 60px;
}

    .choose-box2 .choose-img {
        width: 38%;
    }

    .choose-box2 .choose-cont {
        width: 50%;
    }

.secure-box {
    display: flex;
    width: 80%;
    margin-left: auto;
    justify-content: space-around;
}

.choose-box.choose-box3 {
    width: 50%;
}

.choose-box3 .choose-img {
    width: 38%;
    background: #fff;
    z-index: 5;
}

.choose-box3 .choose-cont {
    width: 65%;
}

.choose-box.choose-box4 {
    display: block;
    width: 25%;
    margin-left: 250px;
}

.choose-box4 .choose-img {
    width: 100%;
}

.choose-box4 .choose-cont {
    width: 100%;
}

.choose-box5 {
    width: 53%;
}

    .choose-box5 .choose-cont {
        width: 70%;
    }

    .choose-box5 .choose-img {
        width: 40%;
        z-index: 5;
        background-color: #fff;
    }

.arrow-img {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 10px;
    left: 0;
    right: 0px;
    margin: 0 auto;
    text-align: center;
    z-index: -1;
}

.why-millionhands {
    margin-bottom: 60px;
}

.desktop {
    display: flex;
}

.mobile {
    display: none;
}


ul.process_wrapper {
    list-style: none;
    position: relative;
    padding: 30px 0 0;
    max-width: 1000px;
    margin: 0 auto;
}

    /*ul.process_wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-image: linear-gradient(black 33%, rgb(0 0 0 / 0%) 0%);
    background-position: right;
    background-size: 2px 12px;
    background-repeat: repeat-y;
    height: 100%;
    z-index: 1;
    width: 2px;
}*/

    ul.process_wrapper li {
        position: relative;
        margin-bottom: 80px;
    }

        ul.process_wrapper li:last-child {
            margin-bottom: 0;
        }

        /*ul.process_wrapper li:after{
    content: "";
    position: absolute;
    right: -18px;
    top: 50%;
    background-image: url(../images/Arrow.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 11;
    transform: rotate(297deg) translateY(-50%);
}*/

        ul.process_wrapper li:nth-child(even)::after {
            left: -1px;
        }

        ul.process_wrapper li:nth-child(even) {
            margin-left: auto;
        }

        ul.process_wrapper li .choose-box {
            width: 100%;
        }

        ul.process_wrapper li .choose-box {
            flex-direction: row-reverse;
        }

            ul.process_wrapper li .choose-box .choose-img {
                width: 130px;
            }

                ul.process_wrapper li .choose-box .choose-img img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            ul.process_wrapper li .choose-box .choose-cont {
                width: calc(100% - 130px);
                padding-right: 50px;
            }

@media (max-width: 1199px) {
    .about-two__text br {
        display: none;
    }
}

.about-two__text + .about-two__text {
    margin-top: 15px;
}

.about-two__btn {
    margin-top: 35px;
}

.about-two__image {
    width: 370px;
    height: 360px;
    background-color: #d1d0cf;
    position: relative;
}



.about-two__image-content {
    width: 370px;
    height: 320px;
    border: 2px solid #eaeaea;
    padding: 30px;
    position: absolute;
    bottom: -30px;
    left: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 11;
}

@media (max-width: 480px) {
    .about-two__image-content {
        width: 85%;
        height: 280px;
    }
}

@media (max-width: 375px) {
    .about-two__image-content {
        width: 100%;
        height: 280px;
        left: 15px;
    }
}

[class*=about-two__image--] {
    position: absolute;
}

@media (max-width: 575px) {
    [class*=about-two__image--] {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.about-two__image--2 {
    top: -30px;
    right: 100px;
    z-index: 12;
}

@media (max-width: 375px) {
    .about-two__image--2 {
        right: 15px;
        top: -15px;
    }
}

.about-two__image--1 {
    bottom: -30px;
    left: 100px;
    z-index: 14;
}

@media (max-width: 375px) {
    .about-two__image--1 {
        left: 15px;
        bottom: -15px;
    }
}

.about-two__image-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-two__image-content-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-two__image-decor {
    width: 148px;
    height: 48px;
    border-right: 2px solid #dc7a89;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #f2ebe8), to(white));
    background-image: linear-gradient(180deg, #d1d0cf 19%, white 100%);
    margin-right: 15px;
}

.about-two__image-content-left {
    font-size: 60px;
    color: #302e2f;
    line-height: 1em;
    font-family: "Prata";
}

.about-two__image-content-right {
    margin-left: 10px;
}

    .about-two__image-content-right span {
        display: block;
        font-size: 18px;
        color: #302e2f;
        line-height: 1em;
        font-family: "Prata";
    }

.about-two__year {
    font-size: 24px;
    margin-top: 15px;
}

.about-three {
    padding-top: 80px;
    padding-bottom: 60px;
}

@media (max-width: 1199px) {
    .about-three br {
        display: none;
    }
}

.about-three__content {
    padding: 0 30px;
    text-align: center;
}

.about-three__content-title {
    font-size: 24px;
    color: #302e2f;
    margin: 0;
    margin-bottom: 15px;
}

.about-three__content-text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
}

.about-three__content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

    .about-three__content-link i {
        width: 40px;
        height: 40px;
        color: #302e2f;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid;
        border-width: 2px;
        border-color: #302e2f;
        font-size: 20px;
        color: #302e2f;
    }

    .about-three__content-link span {
        font-size: 16px;
        color: #302e2f;
        font-family: "Prata";
        margin-left: 20px;
    }

.about-three__tab {
    margin-bottom: 40px;
}

.about-three__tab-list {
    margin: 0;
    border: none;
    margin-bottom: 30px;
}

    .about-three__tab-list .nav-item {
        margin: 0;
        padding: 0;
    }

    .about-three__tab-list .nav-link {
        background-color: #f2ebe8;
        border-radius: 4px;
        color: #302e2f;
        font-size: 18px;
        padding: 12px 34px;
        font-family: "Prata";
        border: none !important;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

@media (max-width: 1199px) {
    .about-three__tab-list .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 375px) {
    .about-three__tab-list .nav-link {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .about-three__tab-list .nav-link {
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.about-three__tab-list .nav-link:hover, .about-three__tab-list .nav-link.active {
    background-color: #dc7a89;
    color: #fff;
}

.about-three__tab-list .nav-item + .nav-item {
    margin-left: 10px;
}

.about-three__tab-text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.about-three__tab-link {
    margin: 0;
    color: #302e2f;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .about-three__tab-link:hover {
        color: #dc7a89;
    }

    .about-three__tab-link span {
        font-size: 15px;
    }

.about-cont p {
    color: #414871;
    letter-spacing: 0.01px;
}

.collection-one {
    padding: 120px 0;
}

.collection-one__single {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    margin-left: 10px;
    position: relative;
    padding-left: 130px;
    padding-top: 30.5px;
    padding-bottom: 30.5px;
    margin-bottom: 40px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-one__single:hover {
        -webkit-box-shadow: 10px 17.321px 50px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 10px 17.321px 50px 0px rgba(0, 0, 0, 0.1);
    }

.collection-one__icon {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 110px;
    height: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    background-color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-one__icon:before {
        content: '';
        position: absolute;
        top: 9px;
        bottom: 9px;
        left: 9px;
        right: 9px;
        background-image: url(../images/resources/dot-pattern-1-1.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

.collection-one__title {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
    margin-bottom: 7px;
}

    .collection-one__title a {
        color: inherit;
    }

.collection-one__link {
    color: #302e2f;
    font-size: 16px;
    text-decoration: underline;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-one__link:hover {
        color: #302e2f;
    }

    .collection-one__link a {
        color: inherit;
    }

.collection-one__more-btn {
    padding: 12px 42px;
    margin-top: 10px;
    background-color: #302e2f;
}

    .collection-one__more-btn:hover {
        background-color: #dc7a89;
    }

.collection-one__single:hover .collection-one__icon {
    top: 0;
    left: 0;
    border-color: transparent;
}

.collection-one__single:hover .collection-one__title {
    color: #dc7a89;
}

.collection-two {
    background-color: #302e2f;
    padding-top: 120px;
    padding-bottom: 70px;
}

.collection-two__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .collection-two__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.collection-two__more-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .collection-two__more-links {
        margin-top: 30px;
    }
}

.collection-two__more-links:hover {
    color: #dc7a89;
}

.collection-two__more-links i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 20px;
    color: #454444;
    margin-right: 10px;
}

    .collection-two__more-links i:after {
        content: '';
        width: 50px;
        height: 1px;
        background-color: #454444;
    }

.collection-two .block-title {
    margin: 0;
}

.collection-two .block-title__tag-line {
    color: #777777;
}

.collection-two .block-title__title {
    color: #fff;
}

.collection-two__single {
    margin-bottom: 45px;
}

    .collection-two__single:hover .collection-two__image > img {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .collection-two__single:hover .collection-two__hover {
        opacity: 1;
        -webkit-transform: perspective(100px) translateZ(0px);
        transform: perspective(100px) translateZ(0px);
    }

.collection-two__image {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

    .collection-two__image > img {
        width: 100%;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transition: -webkit-filter .4s ease;
        transition: -webkit-filter .4s ease;
        transition: filter .4s ease;
        transition: filter .4s ease, -webkit-filter .4s ease;
    }

.collection-two__hover {
    background-color: rgba(29, 29, 29, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    -webkit-transform: perspective(100px) translateZ(10px);
    transform: perspective(100px) translateZ(10px);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

    .collection-two__hover:before {
        content: '';
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 20px;
        right: 20px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .collection-two__hover a {
        font-size: 44px;
        color: #fff;
        position: relative;
        z-index: 10;
    }

.collection-two__category {
    margin: 0;
    line-height: 1em;
    font-size: 16px;
    color: #a19b9d;
}

    .collection-two__category a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .collection-two__category a:hover {
            color: #fff;
        }

.collection-two__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 10px;
}

    .collection-two__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .collection-two__title a:hover {
            color: #dc7a89;
        }

.collection-three {
    padding: 120px 0 110px;
}

.collection-three__single {
    margin-bottom: 80px;
    position: relative;
    padding-right: 20px;
}

    .collection-three__single > img {
        width: 100%;
        position: relative;
    }

    .collection-three__single:before {
        content: '';
        width: calc(100% - 20px);
        height: 100%;
        position: absolute;
        top: 20px;
        left: 20px;
        background-color: #f2ebe8;
        transition: all .4s ease;
    }

    .collection-three__single:hover:before {
        top: 0;
        left: 0;
    }

    .collection-three__single:after {
        content: '';
        width: calc(100% - 20px);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#302e2f), to(rgba(48, 46, 47, 0)));
        background-image: linear-gradient(0deg, #302e2f 0%, rgba(48, 46, 47, 0) 100%);
        opacity: .5;
    }

.collection-three__title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 10;
}

    .collection-three__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .collection-three__title a:hover {
            color: #dc7a89;
        }

.collection-three__link {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background-image: url(../images/resources/collections-link-decor-1-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    position: absolute;
    bottom: -50px;
    right: 40px;
    z-index: 10;
}

    .collection-three__link:before {
        content: '';
        position: absolute;
        top: 11px;
        bottom: 11px;
        left: 11px;
        right: 11px;
        background-color: #fff;
        border-radius: 50%;
        transition: all .4s ease;
    }

    .collection-three__link:hover:before {
        background-color: #dc7a89;
    }

    .collection-three__link span {
        position: relative;
        font-size: 36px;
        font-family: "Prata";
        color: #a5a5a5;
        transition: all .4s ease;
    }

    .collection-three__link:hover span {
        color: #fff;
    }

.collection-three__more-link {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #302e2f;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 30px;
}

    .collection-three__more-link:hover {
        color: #dc7a89;
    }

    .collection-three__more-link span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .collection-three__more-link i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-size: 20px;
        color: #bcbcbc;
        margin-right: 10px;
    }

        .collection-three__more-link i:after {
            content: '';
            width: 50px;
            height: 1px;
            background-color: #cec7c4;
            position: relative;
            top: 1px;
        }

@media (max-width: 575px) {
    .collection-search {
        padding-top: 60px;
    }
}

.collection-search .inner-container {
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -35px;
    position: relative;
    z-index: 10;
}

@media (max-width: 767px) {
    .collection-search .inner-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .collection-search .inner-container {
        margin-top: 0;
    }
}

.collection-search__outer {
    width: calc(100% - 170px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .collection-search__outer {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .collection-search__outer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.collection-search__btn {
    padding: 0;
    width: 170px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #302e2f;
    color: #fff;
}

    .collection-search__btn:hover {
        background-color: #dc7a89;
        color: #fff;
    }

@media (max-width: 767px) {
    .collection-search__btn {
        width: 100%;
    }
}

.collection-search__btn span {
    margin-left: 5px;
    font-size: 15px;
}

.collection-search__field {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33333%;
    flex: 1 1 33.33333%;
}

@media (max-width: 480px) {
    .collection-search__field {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
}

.collection-search__field + .collection-search__field {
    border-left: 1px solid #e4e4e4;
}

@media (max-width: 480px) {
    .collection-search__field + .collection-search__field {
        border-left: 0px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
    }
}

.collection-search .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.collection-search .bootstrap-select > .dropdown-toggle {
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    border: none;
    outline: none;
    color: #777777;
    font-size: 16px;
}

@media (max-width: 767px) {
    .collection-search .bootstrap-select > .dropdown-toggle {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.collection-search .dropdown-toggle::after {
    border: 0;
    width: auto;
    content: '\f107';
    font-family: FontAwesome;
    color: #777777;
    font-size: 18px;
}

.collection-search .dropup .dropdown-toggle::after {
    content: '\f106';
}

.collection-four {
    padding: 120px 0;
}

    .collection-four .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }

@media (max-width: 1440px) {
    .collection-four .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.collection-four .row.high-gutters {
    margin-left: -24px;
    margin-right: -24px;
}

@media (max-width: 1440px) {
    .collection-four .row.high-gutters {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.collection-four .row.high-gutters [class*=col-] {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 1440px) {
    .collection-four .row.high-gutters [class*=col-] {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.collection-four__single {
    margin-bottom: 48px;
    position: relative;
    border-radius: 4px;
    border: 2px solid #e4e4e4;
    padding-top: 30.5px;
    padding-bottom: 30.5px;
    padding-left: 28px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-four__single:hover {
        background-color: #f2ebe8;
        border-color: #f2ebe8;
    }

        .collection-four__single:hover .collection-four__link {
            border-color: #dc7a89;
            background-color: #dc7a89;
            color: #fff;
        }

            .collection-four__single:hover .collection-four__link:before {
                opacity: 1;
            }

.collection-four__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 28px;
}

@media (max-width: 1440px) {
    .collection-four__content {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
    }
}

.collection-four__cat {
    font-size: 16px;
    color: #777777;
    margin: 0;
}

.collection-four__title {
    margin: 0;
    font-size: 20px;
    margin-top: 5px;
    color: #302e2f;
}

@media (max-width: 1199px) {
    .collection-four__title {
        font-size: 18px;
    }
}

.collection-four__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-four__title a:hover {
        color: #dc7a89;
    }

.collection-four__link {
    width: 58px;
    height: 58px;
    display: inline-block;
    text-align: center;
    border: 1px solid #e4e4e4;
    line-height: 56px;
    border-radius: 50%;
    position: relative;
    font-family: "Prata";
    font-size: 36px;
    color: #a5a5a5;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 60px;
}

    .collection-four__link:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -51%);
        transform: translate(-50%, -51%);
        width: 80px;
        height: 80px;
        background-image: url(../images/collection/collection-link-decor.png);
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        opacity: 0;
    }

    .collection-four__link:hover {
        border-color: #dc7a89;
        background-color: #dc7a89;
        color: #fff;
    }

        .collection-four__link:hover:before {
            opacity: 1;
        }

@media (max-width: 1440px) {
    .collection-four__link {
        position: absolute;
        top: 0;
        left: -10px;
        margin: 0;
    }
}

.collection-five .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.collection-five__single {
    position: relative;
}

.collection-five__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 100px;
}

@media (max-width: 767px) {
    .collection-five__content {
        padding: 40px;
    }
}

@media (max-width: 375px) {
    .collection-five__content {
        padding: 20px;
    }
}

.collection-five__title {
    margin: 0;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .collection-five__title {
        font-size: 25px;
        line-height: 1.2em;
    }

        .collection-five__title br {
            display: none;
        }
}

.collection-five__title a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-five__title a:hover {
        text-decoration: underline;
    }

.collection-five__tag-line {
    color: #fff;
    font-size: 16px;
}

.collection-five .owl-carousel .owl-item:nth-child(even) .collection-five__content {
    text-align: right;
}

.collection-five .owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 10;
    font-size: 40px;
    background-color: transparent !important;
}

.collection-five .owl-theme .owl-nav [class*="owl-prev"] {
    left: 40px;
}

@media (max-width: 375px) {
    .collection-five .owl-theme .owl-nav [class*="owl-prev"] {
        left: 15px;
    }
}

.collection-five .owl-theme .owl-nav [class*="owl-next"] {
    right: 40px;
}

@media (max-width: 375px) {
    .collection-five .owl-theme .owl-nav [class*="owl-next"] {
        right: 15px;
    }
}

.collection-five .owl-theme .owl-nav {
    margin-top: 0;
}

.collection-two__collection-page {
    background-color: #fff;
}

    .collection-two__collection-page .collection-two__category {
        color: #777777;
    }

        .collection-two__collection-page .collection-two__category a:hover {
            color: #dc7a89;
        }

    .collection-two__collection-page .collection-two__title {
        color: #302e2f;
    }

.collection-six {
    padding: 120px 0;
}

    .collection-six .post-pagination {
        margin-top: 30px;
    }

.collection-six__single {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

    .collection-six__single > img {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transition: -webkit-filter .4s ease;
        transition: -webkit-filter .4s ease;
        transition: filter .4s ease;
        transition: filter .4s ease, -webkit-filter .4s ease;
    }

    .collection-six__single:hover > img {
        -webkit-filter: blur(5px);
        filter: blur(5px);
    }

    .collection-six__single:hover .collection-six__content {
        opacity: 1;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }

    .collection-six__single:hover .collection-six__tag-line {
        opacity: 1;
    }

.collection-six__content {
    position: absolute;
    top: 50px;
    left: 50%;
    border-radius: 4px;
    -webkit-transform: translateX(-50%) translateY(-100px);
    transform: translateX(-50%) translateY(-100px);
    width: calc(100% - 80px);
    background-color: #fff;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 75px;
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

.collection-six__cat {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
}

.collection-six__title {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
}

    .collection-six__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .collection-six__title a:hover {
            color: #dc7a89;
        }

.collection-six__tag-line {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0;
}

.collection-search.event-page .inner-container {
    margin-top: 0;
}

.similar-collection {
    padding-top: 120px;
    padding-bottom: 70px;
}

.similar-collection__title {
    margin: 0;
    color: #302e2f;
    font-size: 30px;
    margin-bottom: 30px;
}

.collection-details__paginations {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

    .collection-details__paginations .col-sm-6 {
        border-left: 1px solid #e4e4e4;
        border-right: 1px solid #e4e4e4;
    }

    .collection-details__paginations a {
        color: #302e2f;
        text-transform: uppercase;
        font-size: 13px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

        .collection-details__paginations a span {
            margin-left: 5px;
            font-size: 15px;
            line-height: 65px;
        }

        .collection-details__paginations a i {
            font-size: 24px;
            color: #302e2f;
            line-height: 65px;
        }

.collection-details {
    padding-top: 120px;
    padding-bottom: 120px;
}

.collection-details__title {
    margin: 0;
    color: #302e2f;
    font-size: 44px;
}

.collection-details-subtitle {
    margin: 0;
    color: #302e2f;
    font-size: 24px;
}

.collection-details__text {
    margin: 0;
}

.collection-details__link {
    color: #dc7a89;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-details__link:hover {
        color: #302e2f;
    }

.collection-details__list {
    margin: 0;
}

    .collection-details__list li {
        color: #777777;
        position: relative;
        padding-left: 30px;
    }

        .collection-details__list li + li {
            margin-top: 5px;
        }

        .collection-details__list li i {
            color: #dc7a89;
            font-size: 13px;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

@media (min-width: 992px) {
    .collection-details__sidebar {
        padding-left: 100px;
    }
}

@media (max-width: 991px) {
    .collection-details__sidebar {
        margin-top: 50px;
    }
}

.collection-details__sidebar-single + .collection-details__sidebar-single {
    margin-top: 80px;
}

.collection-details__sidebar-wrap {
    border-left: 1px solid #e4e4e4;
}

.collection-details__sidebar-title {
    margin: 0;
    font-size: 20px;
    color: #302e2f;
    margin-bottom: 40px;
}

    .collection-details__sidebar-title span {
        border-bottom: 2px solid #302e2f;
    }

.collection-details__sidebar-subtitle {
    margin: 0;
    font-size: 16px;
    margin-bottom: 20px;
}

.collection-details__sidebar-list {
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .collection-details__sidebar-list li + li {
        margin-top: 5px;
    }

    .collection-details__sidebar-list span {
        display: inline-block;
    }

.collection-details__sidebar-list__name {
    width: 115px;
    position: relative;
    font-family: "Prata";
    font-size: 15px;
    color: #302e2f;
}

@media (max-width: 480px) {
    .collection-details__sidebar-list__name {
        width: auto;
    }
}

.collection-details__sidebar-list__sep {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Prata";
    font-size: 15px;
    color: #302e2f;
}

@media (max-width: 480px) {
    .collection-details__sidebar-list__sep {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        margin-left: 5px;
        margin-right: 5px;
    }
}

.collection-details__sidebar-list__value {
    font-size: 16px;
    color: #777777;
    margin-left: 30px;
}

@media (max-width: 480px) {
    .collection-details__sidebar-list__value {
        margin-left: 15px;
    }
}

.collection-details__sidebar-social a {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #777777;
    line-height: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .collection-details__sidebar-social a a:hover {
        background-color: #dc7a89;
        border-color: #dc7a89;
        color: #fff;
    }

.collection-details__author-top {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.collection-details__author-image {
    margin-right: 20px;
}

.collection-details__author img {
    border-radius: 50%;
}

.collection-details__author-name {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
}

.collection-details__author-designation {
    margin: 0;
    color: #dc7a89;
}

.collection-details__author-text {
    margin: 0;
    color: #777777;
    margin-top: 10px;
    margin-bottom: 20px;
}

.collection-details__author-link {
    text-transform: uppercase;
}

    .collection-details__author-link span {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        color: #302e2f;
        font-size: 13px;
    }

    .collection-details__author-link i {
        margin-left: 5px;
        font-style: none;
        font-size: 15px;
    }

.venue-one {
    padding-top: 117.5px;
    padding-bottom: 117.5px;
    background-color: #302e2f;
}

    .venue-one .owl-carousel .owl-item img {
        width: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .venue-one .owl-theme .owl-nav {
        margin: 0;
    }

@media (max-width: 575px) {
    .venue-one .owl-theme .owl-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px;
    }
}

.venue-one .owl-theme .owl-nav [class*="owl-"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    border: 1px solid #444343;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 575px) {
    .venue-one .owl-theme .owl-nav [class*="owl-"] {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        margin: 0 15px;
        padding: 0;
        left: auto !important;
        right: auto !important;
    }
}

.venue-one .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #fff;
    color: #302e2f;
}

.venue-one .owl-theme .owl-nav [class*="owl-prev"] {
    left: -40px;
}

.venue-one .owl-theme .owl-nav [class*="owl-next"] {
    right: -40px;
}

.venue-one__single {
    text-align: center;
}

.venue-one__title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 13px;
}

.venue-one__text {
    margin: 0;
    color: #a19b9d;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.venue-one__contact {
    margin: 0;
    color: #a19b9d;
    font-size: 14px;
}

    .venue-one__contact a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .venue-one__contact a:hover {
            color: #fff;
        }

.venue-two {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f2ebe8;
}

@media (max-width: 767px) {
    .venue-two {
        padding-bottom: 60px;
    }
}

.venue-two .container {
    position: relative;
}

.venue-two__block-title {
    margin: 0;
    color: #302e2f;
    font-size: 30px;
    margin-bottom: 40px;
}

.venue-two .inner-container {
    overflow: hidden;
}

.venue-two .owl-carousel {
    right: 1px;
}

@media (max-width: 991px) {
    .venue-two .owl-carousel .venue-two__single {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .venue-two .owl-carousel .venue-two__single {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.venue-two .owl-carousel .owl-item + .owl-item {
    border-left: 1px solid #e4e4e4;
}

.venue-two .owl-carousel .owl-item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.venue-two .venue-two__carousel-nav {
    margin: 0;
}

@media (max-width: 575px) {
    .venue-two .venue-two__carousel-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 40px;
    }
}

.venue-two [class*="venue-two__carousel-nav-"] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    border: 1px solid #e4e4e4;
    color: #aeaeae;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border-radius: 4px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 575px) {
    .venue-two [class*="venue-two__carousel-nav-"] {
        position: relative;
        top: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
        margin: 0 15px;
        padding: 0;
        left: auto !important;
        right: auto !important;
    }
}

.venue-two [class*="venue-two__carousel-nav-"]:hover {
    background-color: #302e2f;
    border-color: #302e2f;
    color: #fff;
}

.venue-two .venue-two__carousel-nav-left {
    left: -50px;
}

.venue-two .venue-two__carousel-nav-right {
    right: -50px;
}

.venue-two .row [class*=col-] {
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .venue-two .row [class*=col-] {
        padding: 0;
    }
}

.venue-two .row [class*=col-]:nth-child(3n-1) {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

@media (max-width: 767px) {
    .venue-two .row [class*=col-]:nth-child(3n-1) {
        border: 0;
    }
}

.venue-two .row:last-child [class*=col-] {
    padding-bottom: 0px;
}

.venue-two .row + .row {
    border-top: 1px solid #e4e4e4;
}

@media (max-width: 767px) {
    .venue-two .row + .row {
        border: 0;
    }
}

.venue-two .row + .row [class*=col-] {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .venue-two .row + .row [class*=col-] {
        padding: 0;
    }
}

.venue-two__single {
    text-align: center;
    position: relative;
}

    .venue-two__single:hover .venue-two__hover {
        opacity: 1;
        -webkit-transform: perspective(500px) translateZ(0px);
        transform: perspective(500px) translateZ(0px);
    }

@media (max-width: 767px) {
    .venue-two__single {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
        margin-bottom: 60px;
        border-bottom: 1px solid #e4e4e4;
    }
}

.venue-two__title {
    font-size: 20px;
    color: #302E2F;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 13px;
}

.venue-two__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .venue-two__text br {
        display: none;
    }
}

.venue-two__contact {
    margin: 0;
    color: #777777;
    font-size: 14px;
}

    .venue-two__contact a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .venue-two__contact a:hover {
            color: #dc7a89;
        }

.venue-two__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: perspective(500px) translateZ(40px);
    transform: perspective(500px) translateZ(40px);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    background-color: #fff;
}

@media (max-width: 991px) {
    .venue-two__hover {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.venue-two__btn {
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: #302e2f;
    color: #fff;
}

    .venue-two__btn:hover {
        background-color: #dc7a89;
        color: #fff;
    }

.blog-one {
    padding-bottom: 90px;
    padding-top: 120px;
}

.blog-one__single {
    margin-bottom: 30px;
}

.blog-one__image {
    overflow: hidden;
    position: relative;
}

    .blog-one__image > img {
        width: 100%;
        -webkit-filter: blur(0px);
        filter: blur(0px);
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-filter .4s ease, -webkit-transform .4s ease;
        transition: -webkit-filter .4s ease, -webkit-transform .4s ease;
        transition: filter .4s ease, transform .4s ease;
        transition: filter .4s ease, transform .4s ease, -webkit-filter .4s ease, -webkit-transform .4s ease;
    }

    .blog-one__image > a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleY(0);
        transform: translate(-50%, -50%) scaleY(0);
        font-size: 44px;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .4s ease;
        transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

.blog-one__content {
    position: relative;
    padding-top: 30px;
}

    .blog-one__content::before {
        content: '';
        width: 1px;
        height: 50px;
        background-color: #e4e4e4;
        position: absolute;
        top: 0;
        left: 30px;
        -webkit-transform: translateY(-60%);
        transform: translateY(-60%);
    }

.blog-one__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.blog-one__date {
    margin-right: 20px;
}

    .blog-one__date span {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: #dc7a89;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
    }

.blog-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .blog-one__meta a {
        color: #9c9c9c;
        font-size: 13px;
        text-transform: uppercase;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-one__meta a:hover {
            color: #dc7a89;
        }

.blog-one__title {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #302e2f;
    margin-bottom: 20px;
}

    .blog-one__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-one__title a:hover {
            text-decoration: underline;
        }

.blog-one__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #302e2f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .blog-one__link span {
        font-size: 15px;
        margin-left: 5px;
    }

    .blog-one__link:hover {
        color: #dc7a89;
    }

.blog-one__single:hover .blog-one__image > img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-one__single:hover .blog-one__image > a {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

.blog-one__single:hover .blog-one__content:before {
    background-color: #dc7a89;
}

.blog-two {
    padding-top: 120px;
    padding-bottom: 90px;
}

.blog-two__single {
    margin-bottom: 30px;
}

.blog-two__image {
    background-color: #1d1c1d;
    overflow: hidden;
    position: relative;
}

    .blog-two__image > img {
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, transform .4s ease;
        transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    }

    .blog-two__image > a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleY(0);
        transform: translate(-50%, -50%) scaleY(0);
        font-size: 44px;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .4s ease;
        transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

.blog-two__title {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    color: #302e2f;
}

    .blog-two__title::after {
        content: '';
        width: 70px;
        height: 1px;
        background-color: #e4e4e4;
        display: block;
        margin-top: 21px;
        margin-bottom: 22px;
    }

    .blog-two__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-two__title a:hover {
            color: #dc7a89;
        }

    .blog-two__title + .blog-two__bottom {
        margin-top: 30px;
    }

.blog-two__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.blog-two__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #302e2f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .blog-two__link span {
        font-size: 15px;
        margin-left: 5px;
    }

    .blog-two__link:hover {
        color: #dc7a89;
    }

.blog-two__date {
    font-size: 16px;
    color: #9c9c9c;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .blog-two__date:hover {
        color: #302e2f;
    }

.blog-two__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

    .blog-two__meta a,
    .blog-two__meta span {
        color: #9c9c9c;
        text-transform: uppercase;
        font-size: 13px;
    }

    .blog-two__meta a {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-two__meta a:hover {
            color: #dc7a89;
        }

    .blog-two__meta span {
        margin-left: 3px;
        margin-right: 3px;
    }

.blog-two__content {
    padding-left: 30px;
    padding-right: 25px;
    padding-top: 32px;
    padding-bottom: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}

.blog-two__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-two__single:hover .blog-two__image > img {
    opacity: 0.1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-two__single:hover .blog-two__image > a {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

.blog-two__qoute-post {
    background-color: #dc7a89;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 62px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

    .blog-two__qoute-post .blog-two__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: #fff;
    }

        .blog-two__qoute-post .blog-two__link:hover {
            color: #302e2f;
        }

.blog-two__qoute {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

.blog-two__qoute-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 32px;
}

.blog-three {
    padding-top: 120px;
    padding-bottom: 120px;
}

.blog-three__single {
    margin-bottom: 60px;
}

.blog-three__image {
    background-color: #1d1c1d;
    overflow: hidden;
    position: relative;
}

    .blog-three__image > img {
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, transform .4s ease;
        transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    }

    .blog-three__image > a:not(.blog-three__date) {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleY(0);
        transform: translate(-50%, -50%) scaleY(0);
        font-size: 44px;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .4s ease;
        transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

.blog-three__title {
    font-size: 20px;
    line-height: 32px;
    margin: 0;
    color: #302e2f;
}

    .blog-three__title::after {
        content: '';
        width: 70px;
        height: 1px;
        background-color: #e4e4e4;
        display: block;
        margin-top: 21px;
        margin-bottom: 22px;
    }

    .blog-three__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-three__title a:hover {
            color: #dc7a89;
        }

    .blog-three__title + .blog-three__bottom {
        margin-top: 30px;
    }

.blog-three__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.blog-three__title + .blog-three__link {
    margin-top: 40px;
}

.blog-three__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #302e2f;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 35px;
}

    .blog-three__link span {
        font-size: 15px;
        margin-left: 5px;
    }

    .blog-three__link:hover {
        color: #dc7a89;
    }

.blog-three__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

    .blog-three__meta a,
    .blog-three__meta span {
        color: #9c9c9c;
        text-transform: uppercase;
        font-size: 13px;
    }

    .blog-three__meta a {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-three__meta a:hover {
            color: #dc7a89;
        }

    .blog-three__meta span {
        margin-left: 3px;
        margin-right: 3px;
    }

.blog-three__content {
    padding-top: 22px;
    background-color: white;
}

.blog-three__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-three__single:hover .blog-three__image > img {
    opacity: 0.1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-three__single:hover .blog-three__image > a:not(.blog-three__date) {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

.blog-three__qoute-post {
    background-color: #dc7a89;
    text-align: center;
    padding-top: 62px;
    padding-bottom: 62px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

    .blog-three__qoute-post .blog-three__link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        color: #fff;
    }

        .blog-three__qoute-post .blog-three__link:hover {
            color: #302e2f;
        }

.blog-three__qoute {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin: 0;
    margin-bottom: 30px;
}

.blog-three__qoute-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    color: #fff;
    font-size: 32px;
}

.blog-three__date {
    position: absolute;
    bottom: 25px;
    left: 30px;
    color: #fff;
    font-size: 16px;
    font-family: "Prata";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .blog-three__date:hover {
        color: #dc7a89;
    }

.blog-three__video-post {
    position: relative;
}

    .blog-three__video-post .blog-three__video-btn {
        color: #fff;
        font-size: 75px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        margin-bottom: 110px;
    }

    .blog-three__video-post .blog-three__date {
        bottom: auto;
        left: auto;
        top: 25px;
        right: 30px;
    }

    .blog-three__video-post .blog-three__content {
        background-color: transparent;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding-bottom: 25px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .blog-three__video-post .blog-three__meta span,
    .blog-three__video-post .blog-three__meta a {
        color: #fff;
    }

    .blog-three__video-post .blog-three__title {
        color: #fff;
    }

        .blog-three__video-post .blog-three__title:after {
            display: none;
        }

.blog-grid {
    padding: 120px 0;
}

    .blog-grid .blog-one__single + .blog-one__single {
        border-top: 1px solid #e4e4e4;
        padding-top: 40px;
        margin-top: 40px;
    }

    .blog-grid .blog-one__content::before {
        display: none;
    }

    .blog-grid .blog-one__content {
        padding-top: 0;
    }

@media (max-width: 991px) {
    .blog-grid .blog-one__content {
        padding-top: 20px;
    }
}

.blog-grid .blog-one__date span {
    font-family: "Prata";
    font-size: 14px;
}

.blog-grid .blog-one__title {
    margin-bottom: 15px;
    font-size: 20px;
}

@media (max-width: 1199px) {
    .blog-grid .blog-one__title {
        font-size: 18px;
    }

    .arrow-img {
        width: 75%;
        bottom: 80px;
    }

    .choose-box {
        width: 82%;
    }

    .choose-box2 {
        width: 50%;
    }

    .secure-box {
        width: 95%;
    }

    .choose-box.choose-box3 {
        width: 60%;
    }

    .choose-box.choose-box4 {
        margin-left: 100px;
    }

    .choose-box5 {
        width: 74%;
    }

    .about-img {
        text-align: center;
        width: 100%;
    }

    .mission-boxes {
        width: 100%;
    }
}

.blog-grid .blog-one__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 40px;
}

.blog-grid .blog-one__top {
    margin: 0;
    margin-bottom: 20px;
}

.blog-grid .blog-one__image {
    background-color: #302e2f;
}

    .blog-grid .blog-one__image > img {
        opacity: 1;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

.blog-grid .blog-one__single:hover .blog-one__image > img {
    opacity: .1;
}

.blog-grid .post-pagination {
    margin-top: 70px;
}

.blog-four {
    padding: 120px 0;
}

.blog-four__single {
    position: relative;
    padding-left: 100px;
}

    .blog-four__single:before {
        content: '';
        width: 1px;
        height: calc(100% - 90px);
        background-color: #e4e4e4;
        position: absolute;
        bottom: 0;
        left: 35px;
    }

@media (max-width: 575px) {
    .blog-four__single {
        padding-left: 0;
    }

        .blog-four__single:before {
            display: none;
        }
}

.blog-four__single + .blog-four__single {
    margin-top: 20px;
}

.blog-four__image {
    background-color: #1d1c1d;
    overflow: hidden;
    position: relative;
}

    .blog-four__image > img {
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, transform .4s ease;
        transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    }

    .blog-four__image > a {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) scaleY(0);
        transform: translate(-50%, -50%) scaleY(0);
        font-size: 44px;
        color: #fff;
        opacity: 0;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .4s ease;
        transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }

.blog-four__date {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #dc7a89;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

@media (max-width: 575px) {
    .blog-four__date {
        left: 20px;
        top: 20px;
    }
}

.blog-four__date span {
    color: #fff;
    font-family: "Prata";
    font-size: 14px;
    line-height: 1em;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

    .blog-four__date span b {
        display: block;
        line-height: 1em;
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 10px;
    }

.blog-four__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .blog-four__meta a,
    .blog-four__meta span {
        color: #9c9c9c;
        text-transform: uppercase;
        font-size: 13px;
    }

    .blog-four__meta a {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-four__meta a:hover {
            color: #dc7a89;
        }

    .blog-four__meta span {
        margin-left: 3px;
        margin-right: 3px;
    }

.blog-four__title {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
    color: #302e2f;
    margin-top: 12px;
}

    .blog-four__title::after {
        content: '';
        width: 70px;
        height: 1px;
        background-color: #e4e4e4;
        display: block;
        margin-top: 21px;
        margin-bottom: 22px;
    }

    .blog-four__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-four__title a:hover {
            color: #dc7a89;
        }

.blog-four__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
}

.blog-four__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}

@media (max-width: 375px) {
    .blog-four__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.blog-four__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 375px) {
    .blog-four__social {
        margin-top: 20px;
    }
}

.blog-four__social span {
    color: #302e2f;
    font-size: 16px;
    font-family: "Prata";
}

.blog-four__social a {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #777777;
    line-height: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.blog-four__social a {
    margin-left: 10px;
}

    .blog-four__social a:hover {
        background-color: #dc7a89;
        border-color: #dc7a89;
        color: #fff;
    }

.blog-four__content {
    padding-top: 32px;
}

.blog-four__btn {
    padding: 12px 42px;
    background-color: #302e2f;
}

    .blog-four__btn:hover {
        background-color: #dc7a89;
    }

.blog-four__single:hover .blog-four__image > img {
    opacity: 0.1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-four__single:hover .blog-four__image > a {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scaleY(1);
    transform: translate(-50%, -50%) scaleY(1);
}

.blog-four .post-pagination {
    margin-top: 70px;
}

.blog-details {
    padding-top: 120px;
    padding-bottom: 120px;
}

    .blog-details .blog-four__single:before {
        display: none;
    }

    .blog-details .blog-four__single:hover .blog-four__image > img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .blog-details .blog-four__text + .blog-four__text {
        margin-top: 30px;
    }

.blog-details__gallery {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .blog-details__gallery .row.low-gutter {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: -10px;
    }

        .blog-details__gallery .row.low-gutter [class*=col-] {
            padding-left: 5px;
            padding-right: 5px;
        }

    .blog-details__gallery img {
        width: 100%;
        margin-top: 10px;
    }

.blog-details__subtitle {
    margin: 0;
    font-size: 20px;
    color: #302e2f;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 36px;
}

.blog-details__title {
    font-size: 24px;
    margin: 0;
    color: #302e2f;
    margin-bottom: 20px;
    margin-top: 20px;
}

.blog-details__list {
    margin: 0;
    margin-top: 20px;
}

    .blog-details__list li {
        position: relative;
        padding-left: 28px;
    }

        .blog-details__list li + li {
            margin-top: 15px;
        }

        .blog-details__list li:before {
            content: '';
            width: 6px;
            height: 6px;
            background-color: #dc7a89;
            border-radius: 50%;
            position: absolute;
            top: 10px;
            left: 0;
        }

.blog-details__tags {
    margin: 0;
    font-family: "Prata";
    font-size: 12px;
    color: #302e2f;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .blog-details__tags a {
        font-family: "Muli";
        color: #777777;
        font-size: 16px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-details__tags a:hover {
            color: #dc7a89;
        }

.blog-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    margin-bottom: 60px;
}

    .blog-details__social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #777777;
        border-style: solid;
        border-width: 1px;
        border-color: #e4e4e4;
        border-radius: 4px;
        padding: 8px 18px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .blog-details__social a + a {
            margin-left: 20px;
        }

@media (max-width: 480px) {
    .blog-details__social a + a {
        margin-left: 0;
    }
}

.blog-details__social a i {
    margin-right: 10px;
}

.blog-details__social a:hover {
    background-color: #dc7a89;
    border-color: #dc7a89;
    color: #fff;
}

@media (max-width: 480px) {
    .blog-details__social a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin-bottom: 10px;
    }
}

.blog-details .product-details__review-form__text {
    margin-bottom: 30px;
}

.blog-details .product-details__review-form {
    margin-top: 75px;
}

[class*=blog-details__nav__] {
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    [class*=blog-details__nav__] span {
        text-transform: uppercase;
        font-size: 13px;
        text-transform: uppercase;
        color: #777777;
    }

    [class*=blog-details__nav__] h3 {
        color: #302e2f;
        font-size: 20px;
        margin-top: 10px;
    }

        [class*=blog-details__nav__] h3 a {
            color: inherit;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            [class*=blog-details__nav__] h3 a:hover {
                color: #dc7a89;
            }

.blog-details__comment {
    margin-top: 60px;
}

.blog-details__comment-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 375px) {
    .blog-details__comment-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.blog-details__comment-single + .blog-details__comment-single {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e4e4e4;
}

.blog-details__comment-image {
    margin-right: 30px;
}

@media (max-width: 375px) {
    .blog-details__comment-image {
        margin-bottom: 20px;
    }
}

.blog-details__comment-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-details__comment-title {
    margin: 0;
    color: #302e2f;
    font-size: 24px;
    margin-bottom: 30px;
}

.blog-details__comment-name {
    margin: 0;
    font-size: 16px;
    color: #302e2f;
}

.blog-details__comment-date {
    font-size: 14px;
    margin-left: 10px;
}

.blog-details__comment-text {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 15px;
}

.blog-details__comment-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #302e2f;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .blog-details__comment-link:hover {
        color: #dc7a89;
    }

    .blog-details__comment-link span {
        margin-left: 5px;
        font-size: 15px;
    }

.event-one {
    background-color: #f2ebe8;
    padding-top: 120px;
    padding-bottom: 100px;
}

.event-one__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .event-one__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.event-one__more-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    color: #302e2f;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .event-one__more-links {
        margin-top: 30px;
    }

    .mission-box {
        margin: 30px 0;
    }

        .mission-box:first-child {
            margin: 50px 0 100px 0;
        }

    .mission-boxes {
        display: block;
    }
}

.event-one__more-links:hover {
    color: #dc7a89;
}

.event-one__more-links i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 20px;
    color: #cec7c4;
    margin-right: 10px;
}

    .event-one__more-links i:after {
        content: '';
        width: 50px;
        height: 1px;
        background-color: #cec7c4;
    }

.event-one .block-title {
    margin: 0;
}

.event-one__single {
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 39px 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .event-one__single:hover {
        background-color: #dc7a89;
    }

        .event-one__single:hover .event-one__image-hover {
            opacity: 1;
            -webkit-transform: perspective(100px) translateZ(0px);
            transform: perspective(100px) translateZ(0px);
        }

        .event-one__single:hover .event-one__date-text,
        .event-one__single:hover .event-one__title a,
        .event-one__single:hover .event-one__list li,
        .event-one__single:hover .event-one__list li span,
        .event-one__single:hover .event-one__date-num {
            color: #fff;
        }

        .event-one__single:hover .event-one__list::before {
            background-color: #c7886c;
        }

        .event-one__single:hover .event-one__btn {
            background-color: #fff;
            color: #dc7a89;
        }

@media (max-width: 1199px) {
    .event-one__single:hover .event-one__right {
        border-color: #c7886c;
    }
}

.event-one__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .event-one__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 375px) {
    .event-one__content {
        padding-left: 20px;
    }
}

.event-one__image {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.event-one__image-inner {
    width: 100px;
    border-radius: 50%;
}

    .event-one__image-inner > img {
        width: 100%;
    }

.event-one__image-hover {
    background-color: rgba(29, 28, 29, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    opacity: 0;
    -webkit-transform: perspective(100px) translateZ(10px);
    transform: perspective(100px) translateZ(10px);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.event-one__text {
    margin-left: 50px;
}

@media (max-width: 767px) {
    .event-one__text {
        margin-left: 0;
        margin-top: 30px;
    }
}

.event-one__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-one__date-num {
    font-size: 50px;
    color: #dc7a89;
    font-family: "Prata";
    line-height: 1em;
    margin-right: 20px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.event-one__date-text {
    font-size: 18px;
    text-transform: uppercase;
    color: #777777;
    font-family: "Prata";
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.event-one__date span {
    display: block;
    line-height: 1em;
    margin-bottom: 7px;
}

.event-one__title {
    font-size: 20px;
    color: #302e2f;
    margin: 0;
    margin-top: 10px;
}

    .event-one__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .event-one__title a:hover {
            color: #fff;
        }

.event-one__btn {
    background-color: #302e2f;
    padding: 10px 36px;
    color: #fff;
}

    .event-one__btn:hover {
        background-color: #fff;
        color: #dc7a89;
    }

.event-one__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .event-one__right {
        padding-left: 50px;
        border-top: 1px solid #e4e4e4;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .event-one__right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 375px) {
    .event-one__right {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.event-one__list {
    margin: 0;
    position: relative;
}

@media (max-width: 1199px) {
    .event-one__list {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .event-one__list {
        margin-bottom: 30px;
    }
}

.event-one__list:before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
    position: absolute;
    left: -30px;
    top: 0;
}

@media (max-width: 1199px) {
    .event-one__list:before {
        display: none;
    }
}

.event-one__list li {
    position: relative;
    color: #302e2f;
    font-size: 16px;
    line-height: 1em;
    padding-left: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .event-one__list li + li {
        margin-top: 20px;
    }

    .event-one__list li i {
        font-size: 16px;
        color: #dc7a89;
        position: absolute;
        top: 5px;
        left: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .event-one__list li span {
        display: block;
        color: #777777;
        font-family: "Prata";
        line-height: 1em;
        margin-bottom: 8px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

/*.event-two .event-two__main:before {
    content: '';
    background-color: #fff;
    background-image: url(../images/background/event-bg-1-1.jpg);
    width: 50%;
    left: 0;
    right: 0;
    position: absolute;
    height: 100%;
}

.event-two .event-two__main:nth-child(even):before {
    left: auto;
    right: 0;
}*/

.event-two__main {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.event-two .event-two__main:nth-child(even) {
    background: #fbfbff;
}

.event_img {
    text-align: center;
}

@media (max-width: 480px) {
    .event-two__main {
        padding-top: 0;
    }
}

@media (max-width: 480px) {
    .event-two__main:before {
        display: none;
    }
}

.event-two__single {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 480px) {
    .event-two__single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.event-two__single + .event-two__single {
    margin-top: 80px;
}

@media (max-width: 480px) {
    .event-two__single + .event-two__single {
        margin-top: 40px;
    }
}

.event-two__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .event-two__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.event-two__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-two__date-num {
    font-size: 30px;
    color: #302e2f;
    font-family: "WorkSans-Medium";
    line-height: 40px;
}

.event-two__date-text {
    font-size: 18px;
    text-transform: uppercase;
    color: #777777;
    font-family: "Prata";
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.event-two__date span {
    display: block;
    line-height: 1em;
    margin-bottom: 7px;
}

.event-two__title {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}

    .event-two__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .event-two__title a:hover {
            color: #dc7a89;
        }

.event-two__text {
    font-size: 18px;
    color: #777777;
}

.event-two__content {
    padding-left: 30px;
}

@media (max-width: 480px) {
    .event-two__content {
        padding-left: 0;
        padding-top: 30px;
    }
}

.event-two__link {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #302e2f;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 20px;
}

    .event-two__link:hover {
        color: #dc7a89;
    }

    .event-two__link span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .event-two__link i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-size: 20px;
        color: #bcbcbc;
        margin-right: 10px;
    }

        .event-two__link i:after {
            content: '';
            width: 50px;
            height: 1px;
            background-color: #cec7c4;
            position: relative;
            top: 1px;
        }

.event-two__image {
    position: relative;
}

@media (max-width: 480px) {
    .event-two__image {
        width: 170px;
    }
}

.event-two__image-inner {
    position: relative;
    overflow: hidden;
}

    .event-two__image-inner > img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

.event-two__time {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(50%) scale(1);
    transform: translateX(-50%) translateY(50%) scale(1);
    width: calc(100% - 40px);
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    background-color: white;
    -webkit-box-shadow: 3.5px 6.062px 20px 0px rgba(0, 0, 0, 0.01);
    box-shadow: 3.5px 6.062px 20px 0px rgba(0, 0, 0, 0.01);
    padding: 5px 0;
    opacity: 1;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
    z-index: 10;
    color: #dc7a89;
}

    .event-two__time i {
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-100%);
        transform: translateX(-50%) translateY(-100%);
        width: 26px;
        height: 26px;
        border-radius: 50%;
        text-align: center;
        background-color: #fff;
        text-align: center;
        line-height: 26px;
        color: #dc7a89;
        font-size: 16px;
    }

.event-two__price {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(48, 46, 47, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 11;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

    .event-two__price span {
        color: #302e2f;
        display: inline-block;
        background-color: #fff;
        font-size: 13px;
        text-transform: uppercase;
        border-radius: 4px;
        line-height: 36px;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 80px;
    }

.event-two__single:hover .event-two__image-inner > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.event-two__single:hover .event-two__time {
    -webkit-transform: translateX(-50%) translateY(50%) scale(0);
    transform: translateX(-50%) translateY(50%) scale(0);
    opacity: 0;
}

.event-two__single:hover .event-two__price {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 1;
}

.event-two__more-link {
    color: #302e2f;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .event-two__more-link:hover {
        color: #dc7a89;
    }

    .event-two__more-link span {
        margin-left: 4px;
        font-size: 15px;
    }

.event-two__list {
    margin: 0;
    padding-right: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
}

@media (max-width: 480px) {
    .event-two__list {
        padding-right: 0;
    }
}

.event-two__list li + li {
    margin-top: 10px;
}

.event-two__list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e4e4e4 !important;
    background-color: white !important;
    padding: 16px 0;
    border-radius: 0 !important;
    color: #302e2f;
    font-size: 20px;
    font-family: "Prata";
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .event-two__list li a span {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        margin-right: 15px;
    }

    .event-two__list li a i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-size: 20px;
        color: #bcbcbc;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .event-two__list li a i:after {
            content: '';
            width: 50px;
            height: 1px;
            background-color: #fff;
        }

    .event-two__list li a:hover, .event-two__list li a.active {
        border-color: #dc7a89 !important;
        background-color: #dc7a89 !important;
        color: #fff !important;
    }

        .event-two__list li a:hover i, .event-two__list li a.active i {
            color: #fff;
        }

@media (max-width: 991px) {
    .event-two__block {
        padding-top: 120px;
        padding-bottom: 80px;
    }
}

.event-page-three {
    padding-top: 60px;
    padding-bottom: 100px;
}

    .event-page-three .event-one__single {
        border-style: solid;
        border-width: 1px;
        border-color: #e4e4e4;
    }

.event-sorting .nav-tabs {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
    margin-top: 30px;
}

    .event-sorting .nav-tabs .nav-item {
        margin: 0;
    }

        .event-sorting .nav-tabs .nav-item + .nav-item {
            border-left: 1px solid #e4e4e4;
        }

@media (max-width: 425px) {
    .event-sorting .nav-tabs .nav-item + .nav-item {
        border-left: 0;
        border-top: 1px solid #e4e4e4;
        padding-top: 5px;
        margin-top: 5px;
    }
}

.event-sorting .nav-tabs .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    font-size: 18px;
    outline: none;
    padding: 1px 30px;
    border: none !important;
}

    .event-sorting .nav-tabs .nav-link i {
        margin-left: 10px;
        font-size: 14px;
    }

    .event-sorting .nav-tabs .nav-link.active, .event-sorting .nav-tabs .nav-link:hover {
        color: #302e2f;
        background-color: transparent;
    }

.event-sorting__tab-content {
    text-align: center;
}

    .event-sorting__tab-content input[type=text] {
        margin: 0;
        color: #302e2f;
        border: none;
        outline: none;
        width: 100%;
        max-width: 570px;
        font-family: "Prata";
        font-size: 36px;
        text-align: center;
        background-color: transparent;
    }

@media (max-width: 480px) {
    .event-sorting__tab-content input[type=text] {
        font-size: 30px;
    }
}

.event-sorting.event-page-three {
    padding-top: 120px;
    padding-bottom: 60px;
}

.event-page-header {
    background-image: url(../images/background/inner-banner-bg-2-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 120px;
}

    .event-page-header .nav-tabs {
        border-top-color: rgba(255, 255, 255, 0.4);
    }

        .event-page-header .nav-tabs .nav-item + .nav-item {
            border-left-color: rgba(255, 255, 255, 0.4);
        }

        .event-page-header .nav-tabs .nav-link {
            color: #f8d5c6;
        }

            .event-page-header .nav-tabs .nav-link:hover, .event-page-header .nav-tabs .nav-link.active {
                color: #ffffff;
            }

    .event-page-header .event-sorting__tab-content input[type=text] {
        color: #fff;
    }

    .event-page-header.event-page__two {
        padding-bottom: 0;
    }

@media (max-width: 575px) {
    .event-page-header.event-page__two .collection-search.event-page {
        padding-top: 0;
    }
}

.event-page-header.event-page__two .collection-search.event-page .inner-container {
    margin-bottom: 0;
    position: relative;
    top: 35px;
    margin-top: -35px;
}

@media (max-width: 575px) {
    .event-page-header.event-page__two .collection-search.event-page .inner-container {
        margin-top: 0;
        top: 0;
    }
}

.event-three {
    padding: 120px 0;
}

.event-three__single {
    margin-bottom: 50px;
}

    .event-three__single:hover .event-three__content {
        -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        border-color: #ffffff;
    }

.event-three__image {
    position: relative;
}

    .event-three__image > img {
        width: 100%;
    }

.event-three__title {
    position: absolute;
    bottom: 65px;
    left: 0px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    padding: 0 29px;
    margin: 0;
}

    .event-three__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .event-three__title a:hover {
            color: #dc7a89;
        }

.event-three__text {
    margin: 0;
    margin-bottom: 15px;
}

.event-three__cat {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    color: #302e2f;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .event-three__cat:hover {
        background-color: #302e2f;
        color: #fff;
    }

.event-three__content {
    border: 1px solid #e4e4e4;
    border-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .event-three__content:before {
        content: '';
        width: calc(100% - 20px);
        background-color: #fff;
        height: 40px;
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

.event-three__btn {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
    background-color: #302e2f;
}

@media (max-width: 375px) {
    .event-three__btn {
        font-size: 12px;
    }
}

.event-three__btn .main-text,
.event-three__btn .hover-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    overflow: hidden;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.event-three__btn .hover-text {
    opacity: 0;
}

.event-three__btn:hover {
    background-color: #dc7a89;
}

    .event-three__btn:hover .main-text {
        opacity: 0;
    }

    .event-three__btn:hover .hover-text {
        opacity: 1;
    }

.event-three__list {
    margin: 0;
    margin-bottom: 20px;
}

    .event-three__list li + li {
        border-top: 1px solid #e4e4e4;
        padding-top: 20px;
        margin-top: 20px;
    }

    .event-three__list span {
        color: #302e2f;
        font-family: "Prata";
        font-size: 16px;
    }

    .event-three__list p {
        margin: 0;
        font-size: 16px;
    }

        .event-three__list p i {
            color: #dc7a89;
        }

.event-three .post-pagination {
    margin-top: 10px;
}

.event-four {
    padding: 120px 0;
}

.event-four__single {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
}

    .event-four__single:hover .event-four__content {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

.event-four__image {
    position: relative;
}

    .event-four__image > img {
        width: 100%;
    }

.event-four__title {
    font-size: 20px;
    line-height: 30px;
    color: #302e2f;
    margin: 0;
    margin-bottom: 10px;
}

    .event-four__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .event-four__title a:hover {
            color: #dc7a89;
        }

.event-four__cat {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    color: #302e2f;
    line-height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .event-four__cat:hover {
        background-color: #302e2f;
        color: #fff;
    }

.event-four__content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    max-width: 350px;
    border-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    -webkit-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

@media (max-width: 991px) {
    .event-four__content {
        position: relative;
        border: 1px solid #e4e4e4;
        padding-bottom: 40px;
        padding-right: 40px;
        max-width: 100%;
        border-top: 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.event-four__btn {
    width: 100%;
    height: 50px;
    padding: 0;
    position: relative;
    background-color: #dc7a89;
    text-align: center;
    line-height: 50px;
}

@media (max-width: 375px) {
    .event-four__btn {
        font-size: 12px;
    }
}

.event-four__btn:hover {
    background-color: #302e2f;
}

.event-four__list {
    margin: 0;
    margin-bottom: 20px;
}

    .event-four__list li + li {
        border-top: 1px solid #e4e4e4;
        padding-top: 20px;
        margin-top: 20px;
    }

    .event-four__list span {
        color: #302e2f;
        font-family: "Prata";
        font-size: 16px;
    }

    .event-four__list p {
        margin: 0;
        font-size: 16px;
    }

        .event-four__list p i {
            color: #dc7a89;
        }

.event-four .post-pagination {
    margin-top: 10px;
}

.event-details {
    padding: 120px 0;
}

.event-details__form {
    background-color: #302e2f;
    padding: 40px;
    padding-bottom: 20px;
    border-radius: 4px;
}

@media (max-width: 1199px) {
    .event-details__form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .event-details__form {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 480px) {
    .event-details__form {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .event-details__form {
        margin-top: 50px;
    }
}

.event-details__form-title {
    font-size: 20px;
    color: #fff;
    margin: 0;
    margin-bottom: 24px;
}

.event-details__form .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .event-details__form .row [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }

.event-details__form input[type=text]:not(.quantity-spinner),
.event-details__form textarea {
    background-color: transparent;
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #3f3e3f;
    border-radius: 4px;
    padding-left: 20px;
    color: #a19b9d;
    font-size: 14px;
    display: block;
}

    .event-details__form input[type=text]:not(.quantity-spinner)::-webkit-input-placeholder,
    .event-details__form textarea::-webkit-input-placeholder {
        color: #a19b9d;
    }

    .event-details__form input[type=text]:not(.quantity-spinner)::-moz-placeholder,
    .event-details__form textarea::-moz-placeholder {
        color: #a19b9d;
    }

    .event-details__form input[type=text]:not(.quantity-spinner):-ms-input-placeholder,
    .event-details__form textarea:-ms-input-placeholder {
        color: #a19b9d;
    }

    .event-details__form input[type=text]:not(.quantity-spinner):-moz-placeholder,
    .event-details__form textarea:-moz-placeholder {
        color: #a19b9d;
    }

.event-details__form textarea {
    height: 90px;
}

.event-details__form-btn {
    width: 100%;
    text-align: center;
}

    .event-details__form-btn:hover {
        background-color: #fff;
        color: #302e2f;
    }

.event-details__form .bootstrap-touchspin {
    width: 100%;
    height: 50px;
    border-style: solid;
    border-width: 1px;
    border-color: #3f3e3f;
    overflow: hidden;
    border-radius: 4px;
}

    .event-details__form .bootstrap-touchspin button[type=button] {
        background-color: transparent;
        color: #a19b9d;
        border-color: transparent;
    }

        .event-details__form .bootstrap-touchspin button[type=button].bootstrap-touchspin-down {
            border-right: 1px solid #3f3e3f;
        }

        .event-details__form .bootstrap-touchspin button[type=button].bootstrap-touchspin-up {
            border-left: 1px solid #3f3e3f;
        }

    .event-details__form .bootstrap-touchspin input[type=text] {
        border: none;
        outline: none !important;
        line-height: 48px;
        text-align: center;
        background-color: transparent;
        color: #a19b9d;
        height: 50px;
    }

.event-details__event-info {
    margin: 40px 0;
    background-color: #302e2f;
}

@media (max-width: 1199px) {
    .event-details__event-info {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .event-details__event-info {
        padding-bottom: 0px;
    }
}

@media (max-width: 1199px) {
    .event-details__event-info img {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .event-details__event-info img {
        margin-top: 30px;
    }
}

.event-details__event-info__list {
    margin: 0;
    padding-left: 40px;
}

@media (max-width: 480px) {
    .event-details__event-info__list {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.event-details__event-info__list li + li {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #3f3e3f;
}

.event-details__event-info__list li span {
    font-family: "Prata";
    color: #fff;
    font-size: 16px;
}

.event-details__event-info__list li p {
    margin: 0;
    font-size: 16px;
    color: #a19b9d;
}

    .event-details__event-info__list li p i {
        color: #dc7a89;
    }

.event-details__event-info__condition {
    margin: 0;
    color: #fff;
    padding-left: 40px;
    margin-top: 15px;
}

@media (max-width: 480px) {
    .event-details__event-info__condition {
        padding-left: 20px;
    }
}

.event-details__title {
    margin: 0;
    color: #302e2f;
    font-size: 24px;
    margin-bottom: 20px;
}

.event-details__text {
    margin: 0;
}

    .event-details__text + .event-details__text {
        margin-top: 15px;
    }

.event-details__schedule-list {
    margin: 0;
}

    .event-details__schedule-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media (max-width: 767px) {
    .event-details__schedule-list li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.event-details__schedule-list li + li {
    margin-top: 30px;
}

.event-details__schedule-time {
    width: 140px;
}

.event-details__schedule-content {
    padding-left: 65px;
    border-left: 1px solid #e4e4e4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 767px) {
    .event-details__schedule-content {
        border-left: 0;
        padding-left: 0;
        padding-top: 20px;
        margin-top: 20px;
        text-align: center;
        border-top: 1px solid #e4e4e4;
    }
}

.event-details__schedule-content h3 {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
    margin-bottom: 10px;
}

.event-details__schedule-content p {
    margin: 0;
}

.event-details__contact-list {
    margin: 0;
    margin-top: 15px;
}

    .event-details__contact-list li + li {
        margin-top: 15px;
    }

.event-details__contact span {
    text-transform: uppercase;
    color: #302e2f;
    font-size: 13px;
    line-height: 1em;
}

.event-details__contact p {
    margin: 0;
}

    .event-details__contact p a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .event-details__contact p a:hover {
            color: #dc7a89;
        }

.event-details .nav-tabs {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .event-details .nav-tabs .nav-item {
        margin: 0;
    }

@media (max-width: 767px) {
    .event-details .nav-tabs .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        border-bottom: 1px solid #e4e4e4;
    }
}

.event-details .nav-tabs .nav-item + .nav-item {
    border-left: 1px solid #e4e4e4;
}

@media (max-width: 767px) {
    .event-details .nav-tabs .nav-item + .nav-item {
        border-left: 0;
    }
}

.event-details .nav-tabs .nav-link {
    font-family: "Prata";
    font-size: 16px;
    color: #302e2f;
    border: none !important;
    background-color: transparent;
    padding: 19.5px 0;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 991px) {
    .event-details .nav-tabs .nav-link {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.event-details .nav-tabs .nav-link.active, .event-details .nav-tabs .nav-link:hover {
    color: #dc7a89;
}

.event-details .masonary-layout {
    margin-top: -30px;
}

.event-details .masonary-item {
    margin-top: 30px;
}

.event-details .google-map__home {
    width: 100%;
    border: none;
    height: 306px;
    display: block;
}

@media (max-width: 991px) {
    .event-details .google-map__home {
        margin-top: 50px;
    }
}

.event-details__single + .event-details__single {
    margin-top: 40px;
}

.event-details__pagination {
    border-top: 1px solid #e4e4e4;
    padding-top: 65px;
    padding-bottom: 65px;
}

.event-details__pagination__left, .event-details__pagination__right {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.event-details__pagination__right {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 991px) {
    .event-details__pagination__right {
        margin-top: 35px;
    }
}

.event-details__pagination-icon i {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;
    color: #777777;
    line-height: 50px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-right: 20px;
}

.event-details__pagination__right .event-details__pagination-icon i {
    margin-right: 0;
    margin-left: 20px;
}

.event-details__pagination span {
    text-transform: uppercase;
    color: #777777;
    font-size: 13px;
}

.event-details__pagination h3 {
    color: #302e2f;
    margin: 0;
    margin-top: 10px;
    font-size: 20px;
}

.testimonials-one {
    background-image: url(../images/background/testi-1-1-bg.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}

@media (max-width: 1440px) {
    .testimonials-one {
        background-position: center center;
    }
}

.testimonials-one__single {
    text-align: center;
}

.testimonials-one__image {
    width: 120px;
    height: 120px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .testimonials-one__image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url(../images/resources/testi-decor.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

    .testimonials-one__image > img {
        border-radius: 50%;
        width: auto !important;
    }

.testimonials-one__info {
    display: inline-block;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 21px 47.5px;
    -webkit-box-shadow: 7px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 7px 0px 30px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-bottom: 60px;
    margin-top: 20px;
}

    .testimonials-one__info:before {
        content: '';
        width: 45px;
        height: 20px;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
        clip-path: polygon(50% 100%, 0 0, 100% 0);
    }

.testimonials-one__name {
    margin: 0;
    font-size: 22px;
    line-height: 1em;
    color: #302e2f;
    margin-bottom: 10px;
}

.testimonials-one__designation {
    margin: 0;
    color: #dc7a89;
    line-height: 1em;
    font-size: 16px;
}

.testimonials-one__text {
    font-size: 24px;
    line-height: 40px;
    color: #302e2f;
    margin: 0;
    font-family: "Prata";
}

@media (max-width: 767px) {
    .testimonials-one__text br {
        display: none;
    }
}

@media (max-width: 375px) {
    .testimonials-one__text {
        font-size: 20px;
        line-height: 35px;
    }
}

.testimonials-one .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 55px;
}

.testimonials-one .owl-theme .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .testimonials-one .owl-theme .owl-dots .owl-dot {
        outline: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .testimonials-one .owl-theme .owl-dots .owl-dot span {
            margin: 0;
            width: 10px;
            height: 10px;
            background-color: #d0c9c6;
            border-radius: 50%;
            margin-left: 5px;
            margin-right: 5px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

        .testimonials-one .owl-theme .owl-dots .owl-dot:hover span, .testimonials-one .owl-theme .owl-dots .owl-dot.active span {
            background-color: #dc7a89;
            width: 50px;
            height: 2px;
            border-radius: 0;
        }

.testimonials-two {
    padding: 120px 0 90px;
    background-color: #f2ebe8;
}

.testimonials-two__single {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
}

.testimonials-two__image > img {
    border-radius: 4px;
}

.testimonials-two__name {
    font-size: 20px;
    color: #302e2f;
    line-height: 1em;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonials-two__designation {
    font-size: 16px;
    color: #dc7a89;
    line-height: 1em;
    margin: 0;
}

.testimonials-two__content {
    border-top: 1px solid #ebebeb;
    position: relative;
    margin-top: 60px;
    padding-top: 60px;
}

.testimonials-two__qoute {
    background-color: #fff;
    border: 1px solid #ebebeb;
    width: 60px;
    height: 60px;
    background-image: url(../images/resources/testi-qoute-2.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.testimonials-two__title {
    margin: 0;
    font-size: 20px;
    line-height: 1em;
    color: #302e2f;
    margin-bottom: 17px;
}

.testimonials-two__text {
    margin: 0;
    font-size: 16px;
    color: #777777;
    line-height: 28px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
}

.testimonials-two__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .testimonials-two__stars i {
        font-size: 18px;
        color: #dc7a89;
    }

        .testimonials-two__stars i + i {
            margin-left: 4px;
        }

.testimonials-two__single:hover .testimonials-two__qoute {
    border-color: #dc7a89;
    background-color: #dc7a89;
    background-image: url(../images/resources/testi-qoute-2-hvr.png);
}

.cta-one {
    background-image: url(../images/background/cta-1-bg.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1440px) {
    .cta-one {
        background-position: center bottom;
    }
}


.cta-one__person {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 991px) {
    .cta-one__person {
        position: relative;
        bottom: auto;
        right: auto;
        margin-bottom: 60px;
        max-width: 100%;
    }
}

.cta-one__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 480px) {
    .cta-one__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.cta-one__icon {
    margin-right: 30px;
}

@media (max-width: 480px) {
    .cta-one__icon {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.cta-one__icon i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 44px;
    line-height: 80px;
    background-color: #dc7a89;
    display: block;
}

.cta-one__title {
    font-size: 36px;
    line-height: 49px;
    margin: 0;
    color: #302e2f;
    margin-top: -10px;
    margin-bottom: 20px;
}

@media (max-width: 480px) {
    .cta-one__title {
        font-size: 30px;
    }
}

.cta-one__text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
}

@media (max-width: 1199px) {
    .cta-one__text br {
        display: none;
    }
}

.cta-one__list {
    margin: 0;
    margin-top: 25px;
}

    .cta-one__list li {
        position: relative;
        font-size: 16px;
        color: #777777;
        padding-left: 30px;
    }

        .cta-one__list li + li {
            margin-top: 20px;
        }

        .cta-one__list li i {
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #dc7a89;
            font-size: 13px;
        }

.cta-one__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    font-size: 13px;
    color: #302e2f;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .cta-one__link:hover {
        color: #dc7a89;
    }

    .cta-one__link i {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        font-size: 20px;
        color: #cec7c4;
        margin-right: 10px;
    }

        .cta-one__link i:after {
            content: '';
            width: 50px;
            height: 1px;
            background-color: #cec7c4;
        }

.cta-one__donation-page {
    background-color: #fbfbff;
}

    .cta-one__donation-page .cta-one__text {
        margin: 0;
    }

        .cta-one__donation-page .cta-one__text span {
            color: #302e2f;
        }

        .cta-one__donation-page .cta-one__text + .cta-one__text {
            margin-top: 15px;
        }

    .cta-one__donation-page .cta-one__list {
        margin-top: 15px;
    }

    .cta-one__donation-page .cta-one__link {
        margin-top: 40px;
    }

@media (max-width: 991px) {
    .cta-one__donation-page .img-fluid {
        margin-top: 50px;
    }
}

.cta-one__membership-page {
    background-color: #fff;
    background-image: none;
}

@media (max-width: 991px) {
    .cta-one__membership-page .img-fluid {
        margin-top: 50px;
    }
}

.funfact-one {
    background-color: #302e2f;
    padding-top: 115.5px;
    padding-bottom: 85.5px;
}

.funfact-one__single {
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .funfact-one__single {
        text-align: center;
    }
}

.funfact-one__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .funfact-one__content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.funfact-one__icon {
    font-size: 64px;
    color: #dc7a89;
    margin-bottom: 40px;
}

.funfact-one__count {
    font-size: 50px;
    color: #fff;
    font-family: "Prata";
    margin: 0;
    line-height: 1em;
    margin-right: 20px;
}

@media (max-width: 1199px) {
    .funfact-one__count {
        font-size: 35px;
    }
}

.funfact-one__text {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

@media (max-width: 575px) {
    .funfact-one__text {
        text-align: left;
    }
}

.funfact-one__text span {
    display: block;
    line-height: 1em;
}

@media (max-width: 1199px) {
    .funfact-one__text {
        font-size: 14px;
    }
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

    .search-popup.active {
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
    cursor: none;
}

.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}

    .search-popup__form input {
        background-color: transparent;
        border: none;
        outline: none;
        width: 100%;
        height: 60px;
        color: #302e2f;
        font-size: 18px;
        background-color: white;
        padding-left: 30px;
    }

        .search-popup__form input::-webkit-input-placeholder {
            color: #302e2f;
        }

        .search-popup__form input::-moz-placeholder {
            color: #302e2f;
        }

        .search-popup__form input:-ms-input-placeholder {
            color: #302e2f;
        }

        .search-popup__form input:-moz-placeholder {
            color: #302e2f;
        }

    .search-popup__form button[type=submit] {
        border: none;
        outline: none;
        width: 60px;
        height: 60px;
        color: #fff;
        background-color: #dc7a89;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .search-popup__form button[type=submit]:hover {
            background-color: #302e2f;
            color: #dc7a89;
        }

.site-footer {
    background-color: #302e2f;
    background-image: url(../images/resources/footer-bg-1-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    padding-bottom: 97px;
    padding-top: 103px;
}

    .site-footer .container {
        text-align: center;
    }

.site-footer__copy {
    margin: 0;
    color: #a19b9d;
}

    .site-footer__copy a {
        color: #dc7a89;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .site-footer__copy a:hover {
            color: #fff;
        }

.site-footer__form {
    width: 100%;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 40px;
}

.site-footer__form-icon {
    width: 70px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #dc7a89;
    position: absolute;
    top: 0;
    left: 0;
}

    .site-footer__form-icon i {
        color: #fff;
        font-size: 30px;
    }

.site-footer__form input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: none;
    outline: none;
    color: #777777;
    font-size: 16px;
    padding-left: 100px;
}

    .site-footer__form input::-webkit-input-placeholder {
        color: #777777;
    }

    .site-footer__form input::-moz-placeholder {
        color: #777777;
    }

    .site-footer__form input:-ms-input-placeholder {
        color: #777777;
    }

    .site-footer__form input:-moz-placeholder {
        color: #777777;
    }

.site-footer__form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    font-size: 19px;
    color: #777777;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-footer__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    margin-bottom: 20px;
}

    .site-footer__social a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .site-footer__social a + a {
            margin-left: 20px;
        }

        .site-footer__social a i {
            font-size: 16px;
            color: #414871;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .site-footer__social a i:hover {
                color: #dc7a89;
            }

            .site-footer__social a i.Millionhands-icon-play {
                width: 16px;
                height: 16px;
                font-size: 7px;
                color: #302e2f;
                text-align: center;
                line-height: 16px;
                border-radius: 2px;
                background-color: #847a7d;
                display: inline-block;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

                .site-footer__social a i.Millionhands-icon-play:hover {
                    color: #302e2f;
                    background-color: #dc7a89;
                }

.site-footer-two .inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer-two__upper .inner-container {
    padding-top: 40px;
    padding-bottom: 20px;
}

.site-footer-two__menu ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .site-footer-two__menu ul li + li {
        margin-left: 45px;
    }

    .site-footer-two__menu ul li a {
        color: #414871;
        font-size: 17px;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    color: #414871;
    transition: all 0.4s ease;
}

.site-footer-two__menu ul li a:hover, .footer-link a:hover {
    color: #dc7a89;
}

.site-footer-two__copy {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #414871;
    font-size: 16px;
}

    .site-footer-two__copy a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .site-footer-two__copy a:hover {
            color: #dc7a89;
        }

.site-footer-two__copy-sep {
    margin-left: 10px;
    margin-right: 10px;
    color: #5d5b5c;
}

.site-footer-two__language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    position: relative;
}

    .site-footer-two__language .dropdown {
        position: unset;
    }

    .site-footer-two__language i {
        font-size: 15px;
        color: #302e2f;
        margin-right: 10px;
    }

    .site-footer-two__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: auto;
        line-height: 1em;
    }

    .site-footer-two__language .bootstrap-select > .dropdown-toggle {
        padding: 0;
        background-color: transparent;
        font-size: 14px;
        color: #302e2f;
        text-transform: uppercase;
        border: none;
        width: 33px;
        height: 38px;
        line-height: 38px;
    }

        .site-footer-two__language .bootstrap-select > .dropdown-toggle:after {
            content: "\f107" !important;
            font-family: FontAwesome;
            color: #302e2f;
            border: none;
            font-size: 16px;
            position: absolute;
            top: 50%;
            right: 0px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

.site-footer-two .site-footer__social {
    margin: 0;
}

.site-footer-two__bottom {
    padding-top: 22px;
    padding-bottom: 22px;
}

.video_wrapper{
    height: 520px;
    max-width: 920px;
    /*height: 450px;
    max-width: 800px;*/
    margin: 15px auto 15px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.video_wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-process::after{
    content: "";
    position: absolute;
    height: 25%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #414871;
    z-index: -1;
}

.our-process::before{
    content: "";
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 70px;
    left: 0;
    background: #41487133;
    z-index: -1;
}

.our-process.about-two::after,
.our-process.about-two::before{
    display: none;
}

section.our-process.about-two {
    background: #f7f7f7;
    margin-bottom: 0;
}


.our-process {
    /*background: #414871;*/
    position: relative;
    z-index: 1;
}

.our-process-inner-wrap p{
    max-width: 700px;
    margin: 0 auto 30px;
    text-align: center;
}

    /*.our-process .block-title__title {
        color: #fff;
    }*/

.create_account, .slider-one__btn {
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #414871;
    background: #fff;
}

    .slider-one__btn:hover {
        background-color: #dc7a89;
        color: #fff;
        border-color: #fff;
    }

.slider-one__btn {
    margin-top: 45px;
}

/*.our-process .process {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}*/

.our-process .process .process_content {
    color: #fff;
}

/*.our-process .process img {
        width: 70px;
    }*/

.our-process .block-title__title {
    position: relative;
}

    .our-process .block-title__title:before,
    .section_title_center .block-title__title:before{
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        width: 100px;
        background-color: #DC7A89;
        bottom: -10px;
        height: 3px;
        margin: 0 auto;
    }



@media (max-width: 1199px) {
    .video-one__content {
        padding-right: 0;
    }
}

.video-one__title {
    margin: 0;
    color: #414871;
    font-size: 44px;
    line-height: 60px;
}

.video-one__list {
    margin: 0;
    margin-top: 45px;
    margin-bottom: 50px;
}

    .video-one__list li {
        position: relative;
        color: #777777;
        font-size: 18px;
        padding-left: 50px;
    }

        .video-one__list li + li {
            margin-top: 20px;
        }

        .video-one__list li i {
            font-size: 28px;
            color: #777777;
            position: absolute;
            top: 50%;
            left: 0;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }


.video-one .container {
    position: relative;
}

.brand-one {
    background: #fbf9f1;
    padding-top: 200px;
    padding-bottom: 80px;
}

    .brand-one .owl-carousel .owl-item img {
        width: auto;
        margin: 0 auto;
    }

.video-one {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #fbfbff;
}

@media (max-width: 1700px) {
    .video-one__box {
        left: 0;
    }
}

@media (max-width: 1440px) {
    .video-one__box {
        left: -160px;
    }
}

@media (max-width: 1199px) {
    .video-one__box {
        position: relative;
        top: auto;
        left: auto;
        text-align: center;
        margin-bottom: 80px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-two__image-content {
        left: -40px;
    }

    .about-two__image--1 {
        left: 0;
    }

    .video-one__box > a > img {
        max-width: 100%;
    }
}

.video-one__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .4s ease;
}

    .video-one__play-btn:hover {
        color: #302e2f;
    }

.video-two {
    padding-top: 120px;
}

    .video-two .inner-container {
        background-image: url(../images/resources/video-2-1.jpg);
        background-position: center center;
        background-attachment: fixed;
        background-size: cover;
        background-color: #302e2f;
        padding-top: 230px;
        padding-bottom: 80px;
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }

@media (max-width: 575px) {
    .video-two .inner-container {
        padding-top: 80px;
    }
}

.video-two__btn {
    color: #fff;
    font-size: 90px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .video-two__btn:hover {
        color: #dc7a89;
    }

.video-two__title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    margin-top: 130px;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .video-two__title {
        margin-top: 40px;
    }
}

.video-two__tag-line {
    margin: 0;
    line-height: 1em;
    font-family: "Prata";
    color: #fff;
    font-size: 18px;
}

.exhibhition-one {
    padding-top: 120px;
    padding-bottom: 90px;
    background-color: #302e2f;
    position: relative;
}

    .exhibhition-one:before {
        content: '';
        width: 100%;
        height: 20px;
        background-image: url(../images/resources/exhibition-decor-1-1.png);
        background-repeat: repeat-x;
        background-position: left top;
        position: absolute;
        top: 0;
        left: 0;
    }

    .exhibhition-one .block-title__title {
        color: #fff;
    }

.exhibhition-one__single {
    margin-bottom: 30px;
}

.exhibhition-one__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 425px) {
    .exhibhition-one__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.exhibhition-one__bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

@media (max-width: 425px) {
    .exhibhition-one__bottom-left {
        margin-bottom: 30px;
    }
}

.exhibhition-one__bottom-left:before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 10px;
    width: 44px;
    height: 32px;
    border-bottom: 1px solid #3f3e3f;
    border-right: 1px solid #3f3e3f;
}

.exhibhition-one__bottom-left:after {
    content: '';
    position: absolute;
    left: calc(100% - 67px);
    top: 2px;
    width: 110px;
    height: 1px;
    background-color: #3f3e3f;
}

.exhibhition-one__bottom-left span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .exhibhition-one__bottom-left span i {
        color: #646162;
        font-size: 21px;
        margin-left: 10px;
    }

    .exhibhition-one__bottom-left span:nth-child(2) {
        margin-top: 10px;
    }

        .exhibhition-one__bottom-left span:nth-child(2):before {
            content: '';
            width: 50px;
            height: 2px;
            background-color: #dc7a89;
            margin-right: 10px;
        }

.exhibhition-one__btn {
    border-style: solid;
    border-width: 1px;
    border-color: #3f3e3f;
    border-radius: 4px;
    background-color: #393738;
    padding: 8px 27px;
}

    .exhibhition-one__btn:hover {
        background-color: #dc7a89;
        border-color: #dc7a89;
    }

.exhibhition-one__title {
    margin: 0;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 44px;
}

    .exhibhition-one__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .exhibhition-one__title a:hover {
            color: #dc7a89;
        }

.exhibhition-one__category {
    display: inline-block;
    margin: 0;
    color: #dc7a89;
    font-size: 16px;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 10px;
}

.exhibhition-one__image {
    -webkit-transition: -webkit-box-shadow .4s ease;
    transition: -webkit-box-shadow .4s ease;
    transition: box-shadow .4s ease;
    transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
}

.exhibhition-one__image-inner {
    position: relative;
    overflow: hidden;
}

    .exhibhition-one__image-inner > img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

.exhibhition-one__image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 44px;
    color: #fff;
    opacity: 0;
    -webkit-transform: perspective(100px) translateZ(40px);
    transform: perspective(100px) translateZ(40px);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.exhibhition-one__single:hover .exhibhition-one__image {
    -webkit-box-shadow: 5px 8.66px 40px 0px rgba(20, 20, 20, 0.75);
    box-shadow: 5px 8.66px 40px 0px rgba(20, 20, 20, 0.75);
}

.exhibhition-one__single:hover [class*=exhibhition-one__image-border-] {
    -webkit-transform: perspective(40px) translateZ(0px);
    transform: perspective(40px) translateZ(0px);
    opacity: 1;
}

.exhibhition-one__single:hover .exhibhition-one__image-inner > img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.exhibhition-one__single:hover .exhibhition-one__image-link {
    color: #fff;
    opacity: 1;
    -webkit-transform: perspective(100px) translateZ(0px);
    transform: perspective(100px) translateZ(0px);
}

[class*=exhibhition-one__image-border-] {
    width: 32px;
    height: 32px;
    border: 2px solid #dc7a89;
    position: absolute;
    z-index: 10;
    -webkit-transform: perspective(40px) translateZ(-20px);
    transform: perspective(40px) translateZ(-20px);
    opacity: 0;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

.exhibhition-one__image-border-1 {
    border-right: 0;
    border-bottom: 0;
    top: 0;
    left: 0;
}

.exhibhition-one__image-border-2 {
    border-left: 0;
    border-bottom: 0;
    top: 0;
    right: 0;
}

.exhibhition-one__image-border-3 {
    border-top: 0;
    border-right: 0;
    bottom: 0;
    left: 0;
}

.exhibhition-one__image-border-4 {
    border-top: 0;
    border-left: 0;
    bottom: 0;
    right: 0;
}

.exhibhition-one__page {
    padding-bottom: 120px;
    background-color: #fff;
}

    .exhibhition-one__page:before {
        display: none;
    }

    .exhibhition-one__page .exhibhition-one__single {
        margin-bottom: 60px;
    }

    .exhibhition-one__page .exhibhition-one__title {
        color: #302e2f;
    }

    .exhibhition-one__page .exhibhition-one__bottom-left span {
        color: #777777;
    }

    .exhibhition-one__page .exhibhition-one__bottom-left::before {
        border-color: #e4e4e4;
    }

    .exhibhition-one__page .exhibhition-one__bottom-left::after {
        background-color: #e4e4e4;
    }

    .exhibhition-one__page .exhibhition-one__bottom-left span i {
        color: #aeaeae;
    }

    .exhibhition-one__page .exhibhition-one__btn {
        background-color: #fff;
        border: 1px solid #e4e4e4;
        color: #302e2f;
    }

        .exhibhition-one__page .exhibhition-one__btn:hover {
            background-color: #dc7a89;
            border-color: #dc7a89;
            color: #fff;
        }

.exhibhition-one__more-link {
    display: inline-block;
}

    .exhibhition-one__more-link i {
        background-color: #302e2f;
        font-style: normal;
        font-family: "Prata";
        color: #fff;
        display: inline-block;
        width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 36px;
        border-radius: 50%;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .exhibhition-one__more-link span {
        color: #302e2f;
        font-size: 13px;
        display: block;
        line-height: 1em;
        margin-top: 20px;
    }

    .exhibhition-one__more-link:hover i {
        background-color: #dc7a89;
    }

.exhibhition-one__menu {
    position: absolute;
    bottom: 0;
    right: 15px;
    border: none;
}

@media (max-width: 767px) {
    .exhibhition-one__menu {
        position: relative;
        bottom: auto;
        right: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 20px;
    }
}

.exhibhition-one__menu .nav-item + .nav-item {
    margin-left: 2px;
}

@media (max-width: 320px) {
    .exhibhition-one__menu .nav-item + .nav-item {
        margin-bottom: 2px;
    }
}

.exhibhition-one__menu .nav-link {
    background-color: #dc7a89;
    color: #fff;
    border-radius: 0;
    border: none !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 9px 15.5px;
}

.exhibhition-one__menu .dropdown-toggle::after {
    border: 0;
    width: auto;
    height: auto;
    content: '\f107';
    font-size: 18px;
    font-family: FontAwesome;
    line-height: 1em;
    vertical-align: middle;
    margin-left: 15px;
}

.inner-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url(../images/background/inner-banner-img.png);
}

.inner-banner__title {
    margin: 0;
    color: #fff;
    font-size: 48px;
    text-align: center;
}

.inner-banner__text {
    margin: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.inner-banner {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}

.inner-banner__collection-page .container {
    padding-top: 147px;
    padding-bottom: 136px;
}

.inner-banner__collection-page .thm-breadcrumb {
    bottom: 55px;
}

@media (max-width: 575px) {
    .inner-banner__collection-page .thm-breadcrumb {
        bottom: auto;
    }
}

.thm-breadcrumb {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    bottom: 20px;
    left: 15px;
}

@media (max-width: 575px) {
    .thm-breadcrumb {
        bottom: auto;
        left: auto;
        position: relative;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }
}

.thm-breadcrumb li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 375px) {
    .thm-breadcrumb li {
        font-size: 11px;
    }
}

.thm-breadcrumb li a {
    color: inherit;
    font-weight: 400;
}

.thm-breadcrumb li + li:before {
    content: ':';
    margin-left: 5px;
    margin-right: 5px;
}

.thm-breadcrumb__two {
    position: relative;
    bottom: auto;
    left: auto;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 8px;
    padding-top: 20px;
}

    .thm-breadcrumb__two li {
        color: #dc7a89;
        font-weight: 400;
        text-transform: capitalize;
    }

        .thm-breadcrumb__two li a {
            color: #777777;
        }

        .thm-breadcrumb__two li + li:before {
            color: #777777;
        }

.team-one__single {
    margin-bottom: 30px;
    text-align: center;
}

    .team-one__single:hover .team-one__social-links {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.team-one__image {
    margin-bottom: 30px;
}

    .team-one__image > img {
        width: 100%;
    }

.team-one__name {
    margin: 0;
    font-size: 20px;
    color: #302e2f;
    margin-bottom: 5px;
}

.team-one__designation {
    margin: 0;
    font-size: 16px;
    color: #777777;
}

.team-one__social {
    position: relative;
    margin-top: 10px;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

.team-one__social-text {
    margin: 0;
    font-size: 13px;
    color: #777777;
}

    .team-one__social-text i {
        margin-right: 10px;
    }


.team-one__social-links a:hover {
    color: #dc7a89;
}

.team-one__social-links a + a {
    border-left: 1px solid #fbfbff;
}

.team-one__team-page .block-title__title {
    margin-top: 0;
}

.team-two {
    background-color: #f2ebe8;
    padding-top: 120px;
    padding-bottom: 60px;
}

.team-two__single {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-two__image {
    margin-right: 30px;
}

.team-two__image-inner {
    width: 80px;
}

    .team-two__image-inner > img {
        width: 100%;
    }

.team-two__name {
    margin: 0;
    line-height: 1em;
    font-size: 20px;
    color: #302e2f;
}

.team-two__designation {
    margin: 0;
    line-height: 1em;
    color: #777777;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 7px;
}

.team-two__link {
    color: #777777;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .team-two__link:hover {
        color: #dc7a89;
    }

.team-one {
    background: #fbfbff;
}

.team-one__single {
    margin-bottom: 30px;
    text-align: center;
}

    .team-one__single:hover .team-one__social-links {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

.team-one__image {
    margin-bottom: 30px;
}

    .team-one__image > img {
        width: 100%;
    }

.team-one__name {
    margin: 0;
    font-size: 20px;
    color: #302e2f;
    margin-bottom: 5px;
}

.team-one__designation {
    margin: 0;
    font-size: 16px;
    color: #777777;
}


.team-one__social {
    position: relative;
    margin-top: 10px;
    border-top: 1px solid #f1f1fd;
    padding-top: 20px;
}

.team-one__social-text {
    margin: 0;
    font-size: 13px;
    color: #777777;
}

    .team-one__social-text i {
        margin-right: 10px;
    }

.team-one__social-links {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: #fff;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

    .team-one__social-links a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.3333%;
        flex: 1 1 33.3333%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #aeaeae;
        font-size: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 14.5px 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .team-one__social-links a:hover {
            color: #dc7a89;
        }


.team-one__team-page .block-title__title {
    margin-top: 0;
}

.team-two {
    background-color: #f2ebe8;
    padding-top: 120px;
    padding-bottom: 60px;
}

.team-two__single {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-two__image {
    margin-right: 30px;
}

.team-two__image-inner {
    width: 80px;
}

    .team-two__image-inner > img {
        width: 100%;
    }

.team-two__name {
    margin: 0;
    line-height: 1em;
    font-size: 20px;
    color: #302e2f;
}

.team-two__designation {
    margin: 0;
    line-height: 1em;
    color: #777777;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 7px;
}

.team-two__link {
    color: #777777;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .team-two__link:hover {
        color: #dc7a89;
    }

.department-one {
    background-color: #f2ebe8;
    padding-top: 120px;
    padding-bottom: 120px;
}

@media (max-width: 1199px) {
    .department-one br {
        display: none;
    }
}

@media (max-width: 575px) {
    .department-one {
        padding-bottom: 120px;
    }
}

.department-one .inner-container {
    position: relative;
    padding-top: 70px;
    top: 215px;
    margin-top: -215px;
    padding-bottom: 100px;
}

@media (max-width: 575px) {
    .department-one .inner-container {
        top: auto;
        margin-top: 0;
        padding-bottom: 70px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.department-one .inner-container:before {
    content: '';
    width: 10000000px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 575px) {
    .department-one .inner-container:before {
        width: 100%;
    }
}

.department-one .inner-container .row {
    position: relative;
}

.department-one__list {
    margin: 0;
    padding-left: 40px;
}

@media (max-width: 575px) {
    .department-one__list {
        padding-left: 0;
    }
}

.department-one__list li {
    position: relative;
    padding-left: 28px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

    .department-one__list li:before {
        content: '';
        width: 6px;
        height: 6px;
        background-color: #cec7c4;
        position: absolute;
        top: 7px;
        left: 0;
    }

    .department-one__list li a {
        color: #302e2f;
        font-size: 16px;
        line-height: 28px;
        font-family: "Prata";
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .department-one__list li a:hover {
            color: #dc7a89;
        }

.department-one__carrer {
    background-image: url(../images/resources/carrer-1-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 35px 0;
}

@media (max-width: 991px) {
    .department-one__carrer {
        margin-left: 40px;
    }
}

@media (max-width: 575px) {
    .department-one__carrer {
        margin-left: 0;
    }
}

.department-one__carrer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: .34;
}

.department-one__carrer-inner {
    position: relative;
}

.department-one__carrer i {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 64px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.department-one__carrer-title {
    margin: 0;
    color: #fff;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
}

@media (max-width: 375px) {
    .department-one__carrer-title {
        font-size: 25px;
    }
}

.department-one__carrer-link {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .department-one__carrer-link:hover {
        color: #dc7a89;
    }

    .department-one__carrer-link span {
        font-size: 15px;
    }

.contact-map-one {
    padding-top: 60px;
}

    .contact-map-one .google-map__home {
        width: 100%;
        border: none;
        height: 500px;
        display: block;
    }

.contact-one__btn {
    background-color: #302e2f;
    color: #fff;
    margin-top: 20px;
}

    .contact-one__btn:hover {
        background-color: #dc7a89;
        color: #fff;
    }

.contact-one__field {
    margin: 0;
}

    .contact-one__field input,
    .contact-one__field textarea {
        width: 100%;
        display: block;
        border-style: solid;
        border-width: 1px;
        border-color: #e4e4e4;
        border-radius: 4px;
        height: 50px;
        padding-left: 15px;
        margin-bottom: 20px;
        transition: 0.5s all ease;
    }

        .contact-one__field input:focus, .contact-one__field textarea:focus {
            border-color: #dc7a89;
            transition: 0.5s all ease;
        }

    .contact-one__field textarea {
        height: 136px;
        padding-top: 15px;
    }

    .contact-one__field label {
        margin: 0;
        color: #302e2f;
        font-family: "WorkSans-Medium";
        font-size: 16px;
    }

.contact-one__title {
    margin: 0;
    font-size: 20px;
    color: #302e2f;
    margin-bottom: 15px;
}

.contact-one__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
}

    .contact-one__text a {
        color: inherit;
        font-size: 14px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .contact-one__text a:hover {
            color: #dc7a89;
        }

    .contact-one__text + .contact-one__text {
        margin-top: 10px;
    }

.contact-one__list {
    margin-top: 30px;
    border-top: 1px solid #f5f5fd;
    padding-top: 30px;
}

@media (max-width: 991px) {
    .contact-one__list {
        border-left: 0px solid #e4e4e4;
        border-top: 1px solid #e4e4e4;
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 30px;
        margin-top: 20px;
    }
}

.contact-one__list li {
    font-size: 16px;
    color: #777777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1em;
}

    .contact-one__list li + li {
        margin-top: 28px;
    }

.contact-one__list-name {
    margin-bottom: 0;
    font-weight: 700;
    color: #414871;
}

.contact-one__list-colon {
    font-size: 16px;
    color: #777777;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    display: block;
}

.donation-form {
    padding-bottom: 120px;
    padding-top: 120px;
}

    .donation-form .inner-container {
        padding: 60px 40px;
        border-style: solid;
        border-width: 1px;
        border-color: #e4e4e4;
        background: #fff;
    }

@media (max-width: 480px) {
    .donation-form .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.donation-form__title {
    margin: 0;
    color: #302e2f;
    font-size: 30px;
}

.donation-form .nav-tabs {
    border-bottom: 0;
    margin-bottom: 50px;
    position: relative;
    margin-top: 30px;
}

    .donation-form .nav-tabs:before {
        content: '';
        width: 100%;
        height: 1px;
        background-color: #e4e4e4;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .donation-form .nav-tabs .nav-item + .nav-item {
        margin-left: 20px;
    }

@media (max-width: 375px) {
    .donation-form .nav-tabs .nav-item + .nav-item {
        margin-left: 10px;
    }
}

.donation-form .nav-tabs .nav-link {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    background-color: white;
    color: #777777;
    font-size: 13px;
    text-transform: uppercase;
    padding: 11px 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 480px) {
    .donation-form .nav-tabs .nav-link {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
    }
}

@media (max-width: 375px) {
    .donation-form .nav-tabs .nav-link {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 11px;
    }
}

.donation-form .nav-tabs .nav-link.active, .donation-form .nav-tabs .nav-link:hover {
    color: #fff;
    border-color: #dc7a89;
    background-color: #dc7a89;
}

.donation-form__form-field {
    margin-bottom: 30px;
}

.donation-form__form input {
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 30px;
    color: #777777;
    font-size: 16px;
}

    .donation-form__form input::-webkit-input-placeholder {
        color: #777777;
    }

    .donation-form__form input::-moz-placeholder {
        color: #777777;
    }

    .donation-form__form input:-ms-input-placeholder {
        color: #777777;
    }

    .donation-form__form input:-moz-placeholder {
        color: #777777;
    }

.donation-form__form-btn {
    background-color: #302e2f;
    color: #fff;
}

    .donation-form__form-btn:hover {
        color: #fff;
        background-color: #dc7a89;
    }

.donation-form__tab {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.donation-form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.donation-form .bootstrap-select > .dropdown-toggle {
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    background-color: #fff;
    line-height: 48px;
    padding-left: 30px;
    color: #777777;
    font-size: 16px;
    color: #777777;
}

.donation-form .dropdown-toggle::after {
    border: 0;
    width: auto;
    content: '\f107';
    font-family: FontAwesome;
    color: #777777;
    font-size: 18px;
    margin-right: 30px;
}

.donation-form .dropup .dropdown-toggle::after {
    content: '\f106';
}

.login-form, .register-form {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #f2ebe8;
}

.register-form {
    padding: 30px 0;
}


.login-form__title {
    margin: 0;
    color: #302e2f;
    font-size: 24px;
    margin-bottom: 25px;
}

.login-form__form {
    margin-bottom: 60px;
}

    .login-form__form input:focus, .login-form__form select:focus {
        outline: none;
    }

    .login-form__form input, .login-form__form select {
        border-style: solid;
        border-width: 1px;
        border-color: #e4e4e4;
        border-radius: 4px;
        width: 100%;
        display: block;
        height: 50px;
        padding-left: 25px;
        padding-right: 20px;
        color: #777777;
        font-size: 16px;
        background-image: none !important;
        transition: 0.5s all ease;
    }

        .login-form__form input:focus, .login-form__form select:focus {
            border-color: #dc7a89;
            transition: 0.5s all ease;
        }

        .login-form__form input::-webkit-input-placeholder {
            color: #777777;
        }

        .login-form__form input::-moz-placeholder {
            color: #777777;
        }

        .login-form__form input:-ms-input-placeholder {
            color: #777777;
        }

        .login-form__form input:-moz-placeholder {
            color: #777777;
        }

.form-filed-box {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.login-form__field {
    position: relative;
    margin-bottom: 12px;
    width: 49%;
}

    .login-form__field i {
        position: absolute;
        top: 18px;
        font-size: 14px;
        color: #b5b5b5;
        right: 20px;
    }

.login-form__field2 {
    width: 100%;
    margin-bottom: 15px;
}

.login-form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 575px) {
    .login-form__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.login-form__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 575px) {
    .login-form__social {
        margin-top: 20px;
    }
}

.login-form__social span {
    color: #777777;
    font-size: 16px;
}

.login-form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #302e2f;
    color: #fff;
}

    .login-form__btn span {
        margin-left: 10px;
        font-size: 15px;
    }

    .login-form__btn:hover {
        background-color: #dc7a89;
        color: #fff;
    }

.login-form__btn-two {
    background-color: #dc7a89;
    color: #fff;
}

    .login-form__btn-two:hover {
        background-color: #302e2f;
        color: #fff;
    }

.login-form__checkbox {
    margin-top: 20px;
}

    .login-form__checkbox [type="checkbox"]:checked,
    .login-form__checkbox [type="checkbox"]:not(:checked) {
        position: absolute;
        left: -9999px;
    }

        .login-form__checkbox [type="checkbox"]:checked + label,
        .login-form__checkbox [type="checkbox"]:not(:checked) + label {
            position: relative;
            padding-left: 30px;
            cursor: pointer;
            display: inline-block;
            color: #302e2f;
            font-family: "Prata";
            font-size: 16px;
            font-weight: 500;
            line-height: 18px;
            margin: 0;
        }

            .login-form__checkbox [type="checkbox"]:checked + label:before,
            .login-form__checkbox [type="checkbox"]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: -1px;
                width: 18px;
                height: 18px;
                border-style: solid;
                border-width: 1px;
                border-color: #c4c2c2;
            }

            .login-form__checkbox [type="checkbox"]:checked + label:after,
            .login-form__checkbox [type="checkbox"]:not(:checked) + label:after {
                content: '\f00c';
                font-family: FontAwesome;
                font-size: 12px;
                color: #fff;
                line-height: 18px;
                width: 18px;
                height: 18px;
                background: #aeaeae;
                text-align: center;
                position: absolute;
                top: -1px;
                left: 0;
                -webkit-transition: all 0.2s ease;
                transition: all 0.2s ease;
            }

            .login-form__checkbox [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0);
            }

            .login-form__checkbox [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1);
            }

.plan-visit {
    padding-top: 25px;
    padding-bottom: 120px;
}

    .plan-visit .nav-tabs {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-bottom: 1px solid #dedbdb;
    }

@media (max-width: 375px) {
    .plan-visit .nav-tabs .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        text-align: center;
    }
}

.plan-visit .nav-tabs .nav-link {
    font-family: "Prata";
    font-size: 16px;
    color: #302e2f;
    padding: 25px 30px;
    border-color: transparent !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .plan-visit .nav-tabs .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 480px) {
    .plan-visit .nav-tabs .nav-link {
        font-size: 14px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.plan-visit .nav-tabs .nav-link:hover, .plan-visit .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #dc7a89 !important;
    border-bottom: 1px solid #dc7a89 !important;
}

.plan-visit__content {
    padding-top: 60px;
    padding-bottom: 61px;
    margin-left: -30px;
    background-color: #fff;
}

@media (max-width: 991px) {
    .plan-visit__content {
        margin-left: 0;
    }
}

.plan-visit__block-title {
    position: relative;
    margin-bottom: 40px;
}

.plan-visit__block-title__title {
    font-size: 30px;
    color: #302e2f;
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}

    .plan-visit__block-title__title:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 1px;
        background-color: #dc7a89;
    }

.plan-visit__subtitle {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
    margin-bottom: 15px;
}

.plan-visit__text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #777777;
}

    .plan-visit__text span {
        color: #302e2f;
    }

    .plan-visit__text a {
        color: #302e2f;
        text-decoration: underline;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .plan-visit__text a:hover {
            color: #dc7a89;
        }

.plan-visit__price-list {
    margin: 0;
    border: 1px solid #e4e4e4;
}

    .plan-visit__price-list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        color: #302e2f;
        font-size: 16px;
        padding-top: 13.5px;
        padding-bottom: 13.5px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .plan-visit__price-list li + li {
            border-top: 1px solid #e4e4e4;
        }

.plan-visit__price-carousel .owl-dots {
    position: absolute;
    top: -50px;
    right: 0;
}

    .plan-visit__price-carousel .owl-dots .owl-dot {
        border: none;
        outline: none;
    }

        .plan-visit__price-carousel .owl-dots .owl-dot span {
            border-style: solid;
            border-width: 1px;
            border-color: #c0b8b4;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            background-color: transparent;
        }

        .plan-visit__price-carousel .owl-dots .owl-dot:hover span,
        .plan-visit__price-carousel .owl-dots .owl-dot.active span {
            background-color: #dc7a89;
            border-color: #dc7a89;
        }

.plan-visit__single {
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 480px) {
    .plan-visit__single {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.plan-visit__single + .plan-visit__single {
    padding-top: 60px;
    margin-top: 50px;
    border-top: 1px solid #e4e4e4;
}

.plan-visit .google-map__home {
    width: 100%;
    border: none;
    display: block;
    height: 290px;
}

.plan-visit__address .plan-visit__text {
    margin-bottom: 15px;
}

.plan-visit .accrodion {
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    border-bottom: 1px solid #e4e4e4;
}

    .plan-visit .accrodion .accrodion-title {
        cursor: pointer;
    }

        .plan-visit .accrodion .accrodion-title h4 {
            margin: 0;
            color: #302e2f;
            font-size: 18px;
            position: relative;
        }

            .plan-visit .accrodion .accrodion-title h4:before {
                content: '+';
                position: absolute;
                top: 50%;
                right: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 30px;
                font-family: "Prata";
                color: #777777;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
            }

    .plan-visit .accrodion .accrodion-content {
        padding-top: 5px;
    }

        .plan-visit .accrodion .accrodion-content p {
            margin: 0;
            font-size: 16px;
            line-height: 26px;
            color: #777777;
        }

    .plan-visit .accrodion.active .accrodion-title h4:before {
        content: '-';
        font-size: 48px;
        color: #dc7a89;
    }

.plan-visit__map-tab-links.nav-tabs {
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

    .plan-visit__map-tab-links.nav-tabs .nav-item + .nav-item {
        margin-left: 40px;
    }

@media (max-width: 375px) {
    .plan-visit__map-tab-links.nav-tabs .nav-item + .nav-item {
        margin-left: 20px;
    }
}

@media (max-width: 320px) {
    .plan-visit__map-tab-links.nav-tabs .nav-item + .nav-item {
        margin-left: 10px;
    }
}

.plan-visit__map-tab-links.nav-tabs .nav-link {
    font-family: "Prata";
    font-size: 16px;
    color: #302e2f;
    padding: 10px 0px;
    border-color: transparent !important;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

@media (max-width: 375px) {
    .plan-visit__map-tab-links.nav-tabs .nav-link {
        font-size: 15px;
    }
}

@media (max-width: 320px) {
    .plan-visit__map-tab-links.nav-tabs .nav-link {
        font-size: 13px;
    }
}

.plan-visit__map-tab-links.nav-tabs .nav-link:hover, .plan-visit__map-tab-links.nav-tabs .nav-link.active {
    background-color: transparent;
    color: #dc7a89 !important;
    border-bottom: 1px solid #dc7a89 !important;
}

.plan-visit__tab-main-image {
    width: 100%;
}

.pricing-one {
    padding-top: 0;
    padding-bottom: 90px;
}

.pricing-one__single {
    border: 1px solid #e4e4e4;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 4px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.pricing-one__bottom {
    padding-top: 23px;
    margin-top: 30px;
    border-top: 1px solid #e4e4e4;
}

.pricing-one__name {
    text-transform: uppercase;
    color: #777777;
    font-size: 13px;
    margin: 0;
    line-height: 1em;
    margin-bottom: 20px;
}

.pricing-one__type {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
    margin: 0;
    line-height: 1em;
}

.pricing-one__amount {
    color: #dc7a89;
    font-size: 48px;
    font-family: "Prata";
    margin: 0;
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 20px;
}

.pricing-one__time {
    color: #302e2f;
    font-size: 13px;
    margin: 0;
    line-height: 1em;
    text-transform: uppercase;
}

.pricing-one__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    margin: 0;
    line-height: 1em;
}

.pricing-one__btn {
    border: 1px solid #e4e4e4;
    color: #302e2f;
    background-color: #fff;
    padding: 10px 31px;
    margin-top: 20px;
}

    .pricing-one__btn:hover {
        border-color: #dc7a89;
        background-color: #dc7a89;
        color: #fff;
    }

.faq-page__accrodion .accrodion + .accrodion {
    margin-top: 30px;
}

.faq-page__accrodion .accrodion {
    padding: 20px 30px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

    .faq-page__accrodion .accrodion.active .accrodion-title h4 {
        color: #dc7a89;
    }

        .faq-page__accrodion .accrodion.active .accrodion-title h4:before {
            content: '-';
            font-size: 48px;
            color: #dc7a89;
        }

.faq-page__accrodion .accrodion-title {
    cursor: pointer;
}

    .faq-page__accrodion .accrodion-title h4 {
        margin: 0;
        font-size: 20px;
        color: #302e2f;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

@media (max-width: 480px) {
    .faq-page__accrodion .accrodion-title h4 {
        padding-right: 20px;
    }
}

.faq-page__accrodion .accrodion-title h4:before {
    content: '+';
    font-size: 36px;
    color: #aeaeae;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-family: "Prata";
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.faq-page__accrodion .accrodion-content {
    padding-bottom: 15px;
    padding-top: 15px;
}

    .faq-page__accrodion .accrodion-content p {
        margin: 0;
        color: #777777;
        font-size: 16px;
        line-height: 26px;
    }

.faq-page {
    padding: 120px 0;
}

    .faq-page .nav-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: none;
        margin-bottom: 40px;
    }

        .faq-page .nav-tabs .nav-item {
            border-bottom: 1px solid #e4e4e4;
        }

        .faq-page .nav-tabs .nav-link {
            border: none;
            color: #777777;
            font-size: 13px;
            text-transform: uppercase;
            position: relative;
            padding: 12px 0;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .faq-page .nav-tabs .nav-link:before {
                content: '\f105';
                font-family: FontAwesome;
                position: absolute;
                top: 50%;
                left: 0;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 13px;
                -webkit-transition: all .4s ease;
                transition: all .4s ease;
                opacity: 0;
            }

            .faq-page .nav-tabs .nav-link.active, .faq-page .nav-tabs .nav-link:hover {
                color: #dc7a89;
                padding-left: 15px;
            }

                .faq-page .nav-tabs .nav-link.active:before, .faq-page .nav-tabs .nav-link:hover:before {
                    opacity: 1;
                }

.checkout-one {
    padding: 120px 0;
}

.checkout-one__title {
    margin: 0;
    color: #302e2f;
    font-size: 24px;
    margin-bottom: 20px;
}

.checkout-one__form input {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    margin-bottom: 20px;
    width: 100%;
    display: block;
    height: 62px;
    padding-left: 25px;
    padding-right: 20px;
    color: #777777;
    font-size: 16px;
    background-image: none !important;
}

    .checkout-one__form input::-webkit-input-placeholder {
        color: #777777;
    }

    .checkout-one__form input::-moz-placeholder {
        color: #777777;
    }

    .checkout-one__form input:-ms-input-placeholder {
        color: #777777;
    }

    .checkout-one__form input:-moz-placeholder {
        color: #777777;
    }

.checkout-one__form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.checkout-one__form .bootstrap-select > .dropdown-toggle {
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 60px;
    padding: 0;
    background-color: #fff;
    line-height: 58px;
    padding-left: 30px;
    color: #777777;
    font-size: 16px;
    color: #777777;
}

.checkout-one__form .dropdown-toggle::after {
    border: 0;
    width: auto;
    content: '\f107';
    font-family: FontAwesome;
    color: #777777;
    font-size: 18px;
    margin-right: 30px;
}

.checkout-one__form .dropup .dropdown-toggle::after {
    content: '\f106';
}

.checkout-one__form + .checkout-one__form {
    margin-top: 50px;
}

.checkout-one__content {
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.checkout-one__content-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 375px) {
    .checkout-one__content-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.checkout-one__content-single__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 375px) {
    .checkout-one__content-single__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.checkout-one__content-title {
    margin: 0;
    font-size: 18px;
    color: #302e2f;
    margin-left: 30px;
}

@media (max-width: 375px) {
    .checkout-one__content-title {
        margin-left: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.checkout-one__price {
    margin-top: 50px;
}

.checkout-one__price-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .checkout-one__price-single:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 0px;
        border-bottom: 1px dashed #e4e4e4;
    }

    .checkout-one__price-single + .checkout-one__price-single {
        margin-top: 20px;
    }

.checkout-one__price-name {
    font-family: "Prata";
    font-size: 16px;
    margin: 0;
    color: #302e2f;
}

    .checkout-one__price-name span {
        background-color: #fff;
        padding-right: 20px;
        position: relative;
        z-index: 10;
    }

.checkout-one__price-amount {
    font-size: 16px;
    color: #302e2f;
    margin: 0;
}

    .checkout-one__price-amount span {
        background-color: #fff;
        padding-left: 20px;
        position: relative;
        z-index: 10;
    }

.checkout-one__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 19px;
    padding-bottom: 19px;
    margin-bottom: 50px;
    margin-top: 45px;
}

.checkout-one__total-name {
    font-family: "Prata";
    font-size: 18px;
    margin: 0;
    color: #302e2f;
}

.checkout-one__total-amount {
    font-size: 18px;
    color: #dc7a89;
    margin: 0;
}

.checkout-one__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: #302e2f;
    color: #fff;
}

@media (max-width: 375px) {
    .checkout-one__btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.checkout-one__btn span {
    margin-left: 10px;
    font-size: 15px;
}

.checkout-one__btn:hover {
    background-color: #dc7a89;
    color: #fff;
}

.checkout-one__btn-two {
    background-color: #dc7a89;
    color: #fff;
}

    .checkout-one__btn-two:hover {
        background-color: #302e2f;
        color: #fff;
    }

.checkout-one__checkbox [type="checkbox"]:checked,
.checkout-one__checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .checkout-one__checkbox [type="checkbox"]:checked + label,
    .checkout-one__checkbox [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        display: inline-block;
        color: #302e2f;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        margin: 0;
    }

        .checkout-one__checkbox [type="checkbox"]:checked + label:before,
        .checkout-one__checkbox [type="checkbox"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: -1px;
            width: 18px;
            height: 18px;
            border-style: solid;
            border-width: 1px;
            border-color: #e4e4e4;
        }

        .checkout-one__checkbox [type="checkbox"]:checked + label:after,
        .checkout-one__checkbox [type="checkbox"]:not(:checked) + label:after {
            content: '\f00c';
            font-family: FontAwesome;
            font-size: 12px;
            color: #fff;
            line-height: 18px;
            width: 18px;
            height: 18px;
            background: #aeaeae;
            text-align: center;
            position: absolute;
            top: -1px;
            left: 0;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .checkout-one__checkbox [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .checkout-one__checkbox [type="checkbox"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.cart-page {
    padding-top: 120px;
    padding-bottom: 120px;
}

.cart-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.cart-total__text {
    font-size: 12px;
    color: #302e2f;
}

    .cart-total__text span {
        font-family: "Muli";
        color: #777777;
        font-size: 16px;
    }

.cart-total__highlight {
    color: #dc7a89 !important;
}

.cart-update {
    margin-top: 30px;
}

.cart-update__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 545px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .cart-update__form input {
        border-style: solid;
        border-width: 1px;
        border-color: #ededed;
        border-radius: 4px;
        height: 50px;
        padding-left: 20px;
        color: #777777;
        font-size: 16px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 250px;
        flex: 1 1 250px;
    }

        .cart-update__form input::-webkit-input-placeholder {
            color: #777777;
        }

        .cart-update__form input::-moz-placeholder {
            color: #777777;
        }

        .cart-update__form input:-ms-input-placeholder {
            color: #777777;
        }

        .cart-update__form input:-moz-placeholder {
            color: #777777;
        }

    .cart-update__form .cart-update__btn {
        border: 2px solid #302e2f;
        color: #302e2f;
        background-color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 20px;
    }

@media (max-width: 480px) {
    .cart-update__form .cart-update__btn {
        margin-left: 0;
        margin-top: 20px;
    }
}

.cart-update__form .cart-update__btn:hover {
    background-color: #302e2f;
    color: #fff;
}

.cart-update__button-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .cart-update__button-box {
        margin-top: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 425px) {
    .cart-update__button-box {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.cart-update__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

    .cart-update__btn span {
        font-size: 15px;
        margin-left: 5px;
    }

.cart-update__btn-two {
    background-color: #302e2f;
    margin-right: 20px;
}

@media (max-width: 425px) {
    .cart-update__btn-two {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.cart-update__btn-two:hover {
    background-color: #dc7a89;
}

.cart-table {
    width: 100%;
    min-width: 900px;
    border: 1px solid #e4e4e4;
}

    .cart-table thead {
        border-bottom: 1px solid #e4e4e4;
    }

        .cart-table thead th {
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .cart-table th {
        font-family: "Prata";
        color: #302e2f;
        font-size: 16px;
        font-weight: 400;
    }

    .cart-table .prod-column {
        width: 450px;
    }

    .cart-table .column-box {
        padding-top: 20px;
        padding-bottom: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .cart-table .prod-thumb {
        margin-bottom: 0;
    }

    .cart-table .prod-title {
        margin: 0;
        color: #302e2f;
        font-size: 18px;
        margin-left: 30px;
    }

    .cart-table .bootstrap-touchspin {
        width: 130px;
    }

    .cart-table .qty {
        width: 210px;
    }

    .cart-table .remove {
        text-align: center;
    }

        .cart-table .remove a {
            color: #aeaeae;
            font-size: 34px;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

            .cart-table .remove a:hover {
                color: #dc7a89;
            }

    .cart-table th,
    .cart-table td {
        padding-left: 40px;
        padding-right: 40px;
    }

        .cart-table th + th,
        .cart-table td + td {
            border-left: 1px solid #e4e4e4;
        }

    .cart-table tr + tr {
        border-top: 1px solid #e4e4e4;
    }

    .cart-table .quantity-spinner {
        padding: 5px 0px 5px 20px;
        line-height: 24px;
        height: 43px;
        display: block;
        width: 0px;
        font-size: 20px;
        position: relative;
        padding: 0;
        text-align: center;
        border: none;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #e4e4e4;
    }

    .cart-table .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
        background-color: #fff;
        color: #222;
        border-color: #e4e4e4;
    }

.product-sorting {
    padding-top: 120px;
}

    .product-sorting .inner-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 30px;
        margin-bottom: 50px;
        border-bottom: 1px solid #e4e4e4;
    }

@media (max-width: 425px) {
    .product-sorting .inner-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.product-sorting .inner-container p {
    margin: 0;
    color: #777777;
    font-size: 16px;
}

.product-sorting .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 200px;
}

@media (max-width: 425px) {
    .product-sorting .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        margin-bottom: 10px;
    }
}

.product-sorting .bootstrap-select > .dropdown-toggle {
    outline: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    background-color: #fff;
    line-height: 48px;
    padding-left: 30px;
    color: #777777;
    font-size: 16px;
    color: #777777;
}

.product-sorting .dropdown-toggle::after {
    border: 0;
    width: auto;
    content: '\f107';
    font-family: FontAwesome;
    color: #777777;
    font-size: 18px;
    margin-right: 30px;
}

.product-sorting .dropup .dropdown-toggle::after {
    content: '\f106';
}

.product-one {
    padding-bottom: 120px;
}

.product-one__single {
    margin-bottom: 50px;
}

    .product-one__single:hover .product-one__stars {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

.product-one__image > img {
    width: 100%;
}

.product-one__content {
    padding-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.product-one__title {
    color: #302e2f;
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
}

    .product-one__title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .product-one__title a:hover {
            color: #dc7a89;
        }

.product-one__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 1em;
}

.product-one__cart-btn {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #aeaeae;
    font-size: 22px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .product-one__cart-btn:hover {
        color: #fff;
        border-color: #dc7a89;
        background-color: #dc7a89;
    }

.product-one__stars {
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin: 0;
    line-height: 1em;
    padding-top: 5px;
    padding-bottom: 5px;
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
}

    .product-one__stars i {
        color: #dc7a89;
        font-size: 13px;
    }

        .product-one__stars i + i {
            margin-left: 3px;
        }

    .product-one__stars span {
        color: #777777;
        font-size: 14px;
        margin-left: 5px;
    }

.product-one .post-pagination {
    margin-top: 10px;
}

.related-product {
    padding-bottom: 120px;
    padding-top: 120px;
}

.related-product__title {
    margin: 0;
    color: #302e2f;
    font-size: 24px;
    margin-bottom: 30px;
}

.related-product__carousel .product-one__single {
    margin-bottom: 0;
}

.related-product__carousel .owl-nav {
    position: absolute;
    bottom: calc(100% + 30px);
    margin: 0;
    right: 0;
    text-align: left;
}

    .related-product__carousel .owl-nav [class*="owl-"] {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        color: #777777;
        background-color: transparent !important;
        outline: none;
    }

        .related-product__carousel .owl-nav [class*="owl-"] i {
            font-size: 28px;
        }

        .related-product__carousel .owl-nav [class*="owl-"]:hover {
            color: #dc7a89;
        }

    .related-product__carousel .owl-nav [class*="owl-prev"] {
        margin-right: 10px;
    }

.product-details {
    padding-top: 120px;
}

.product-details__image {
    position: relative;
    display: inline-block;
}

@media (max-width: 991px) {
    .product-details__image {
        margin-bottom: 50px;
    }
}

.product-details__img-popup {
    background-color: white;
    -webkit-box-shadow: 3.5px 6.062px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3.5px 6.062px 20px 0px rgba(0, 0, 0, 0.1);
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .product-details__img-popup i {
        font-size: 18px;
        color: #302e2f;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .product-details__img-popup:hover {
        background-color: #dc7a89;
    }

        .product-details__img-popup:hover i {
            color: #fff;
        }

.product-details__title {
    margin: 0;
    font-size: 36px;
    color: #302e2f;
    margin-bottom: 16px;
}

.product-details__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    line-height: 1em;
    margin-bottom: 20px;
}

    .product-details__stars i {
        color: #dc7a89;
        font-size: 13px;
    }

        .product-details__stars i + i {
            margin-left: 3px;
        }

    .product-details__stars span {
        color: #777777;
        font-size: 14px;
        margin-left: 5px;
    }

.product-details__price {
    font-size: 24px;
    margin: 0;
    color: #777777;
    margin-bottom: 15px;
}

.product-details__text {
    margin: 0;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
}

.product-details__categories {
    margin: 0;
    font-family: "Prata";
    font-size: 12px;
    color: #302e2f;
    margin-top: 20px;
    margin-bottom: 30px;
}

    .product-details__categories a {
        font-family: "Muli";
        color: #777777;
        font-size: 16px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .product-details__categories a:hover {
            color: #dc7a89;
        }

.product-details__availabelity {
    margin: 0;
    font-family: "Muli";
    color: #dc7a89;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 40px;
}

    .product-details__availabelity span {
        text-transform: uppercase;
        font-family: "Prata";
        font-size: 12px;
        color: #302e2f;
    }

.product-details .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 43px;
    display: block;
    width: 0px;
    font-size: 20px;
    position: relative;
    padding: 0;
    text-align: center;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e4e4e4;
}

.product-details .bootstrap-touchspin {
    width: 140px;
    margin-right: 20px;
}

    .product-details .bootstrap-touchspin .input-group-btn [class*=bootstrap-touchspin-] {
        background-color: #fff;
        color: #222;
        border-color: #e4e4e4;
    }

.product-details__button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-details__cart-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    background-color: #302e2f;
    color: #fff;
}

    .product-details__cart-btn:hover {
        background-color: #dc7a89;
        color: #fff;
    }

    .product-details__cart-btn span {
        font-size: 15px;
        margin-left: 10px;
    }

.product-details__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px;
}

    .product-details__social span,
    .product-details__social a {
        border-style: solid;
        border-width: 1px;
        border-color: #e4e4e4;
        border-radius: 50%;
        width: 52px;
        height: 52px;
        text-align: center;
        color: #777777;
        line-height: 50px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .product-details__social a {
        margin-left: 10px;
    }

        .product-details__social a:hover {
            background-color: #dc7a89;
            border-color: #dc7a89;
            color: #fff;
        }

.product-details .accrodion + .accrodion {
    margin-top: 20px;
}

.product-details .accrodion.active .accrodion-title h4 {
    color: #dc7a89;
}

    .product-details .accrodion.active .accrodion-title h4:before {
        content: '-';
        font-size: 48px;
        color: #dc7a89;
    }

.product-details .accrodion-title {
    cursor: pointer;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
}

    .product-details .accrodion-title h4 {
        margin: 0;
        color: #302e2f;
        font-size: 20px;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .product-details .accrodion-title h4:before {
            content: '+';
            font-size: 36px;
            color: #aeaeae;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: 0;
            font-family: "Prata";
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }

.product-details .accrodion-content {
    padding-top: 40px;
}

    .product-details .accrodion-content p:first-child {
        margin-top: -10px;
    }

.product-details__review-single {
    padding: 40px 30px;
    padding-bottom: 30px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 480px) {
    .product-details__review-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-details__review-single + .product-details__review-single {
    margin-top: 30px;
}

.product-details__review-left {
    margin-right: 25px;
}

@media (max-width: 480px) {
    .product-details__review-left {
        margin-bottom: 25px;
        margin-right: 0;
    }
}

.product-details__review-left img {
    border-radius: 50%;
}

.product-details__review-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 375px) {
    .product-details__review-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.product-details__review-top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 375px) {
    .product-details__review-top-left {
        margin-bottom: 10px;
    }
}

@media (max-width: 320px) {
    .product-details__review-top-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 0;
    }
}

.product-details__review-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .product-details__review-top-right i {
        font-size: 15px;
        color: #dc7a89;
    }

        .product-details__review-top-right i + i {
            margin-left: 5px;
        }

.product-details__review-title {
    margin: 0;
    font-size: 18px;
    color: #302e2f;
}

.product-details__review-text {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.product-details__review-date {
    font-size: 14px;
}

.product-details__review-sep {
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 320px) {
    .product-details__review-sep {
        display: none;
    }
}

.product-details__review-form {
    margin-top: 60px;
}

.product-details__review-form__title {
    margin: 0;
    font-size: 24px;
    color: #302e2f;
    margin-bottom: 5px;
}

.product-details__review-form__text {
    margin: 0;
    font-size: 16px;
    color: #777777;
}

.product-details__review-form .contact-one__field label {
    font-family: "Muli";
    line-height: 1;
    color: #777777;
    margin-bottom: 10px;
}

    .product-details__review-form .contact-one__field label span {
        color: #dc7a89;
    }

.product-details__review-form .contact-one__field input,
.product-details__review-form .contact-one__field textarea {
    margin-bottom: 30px;
}

.product-details__review-form .contact-one__btn {
    margin-top: 0;
}

.product-details__review-form .contact-one__form {
    margin-bottom: 0;
}

.product-details__review-form__rating {
    color: #777777;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

    .product-details__review-form__rating span {
        margin-right: 10px;
    }

    .product-details__review-form__rating i {
        font-size: 14px;
    }

@media (min-width: 992px) {
    .sidebar__right {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .sidebar__right {
        padding-top: 50px;
    }
}

.sidebar .list-unstyled {
    margin-bottom: 0;
}

.sidebar__title {
    margin: 0;
    color: #302e2f;
    font-size: 20px;
    margin-bottom: 35px;
}

.sidebar__single:not(.sidebar__search) {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.sidebar__single:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.sidebar__search-form {
    border-style: solid;
    border-width: 1px;
    border-color: #e4e4e4;
    border-radius: 4px;
    height: 56px;
    position: relative;
    margin-bottom: 40px;
}

    .sidebar__search-form input {
        border: none;
        outline: none;
        background-color: transparent;
        color: #777777;
        font-size: 16px;
        padding-left: 20px;
        width: 100%;
        height: 100%;
    }

        .sidebar__search-form input::-webkit-input-placeholder {
            color: #777777;
        }

        .sidebar__search-form input::-moz-placeholder {
            color: #777777;
        }

        .sidebar__search-form input:-ms-input-placeholder {
            color: #777777;
        }

        .sidebar__search-form input:-moz-placeholder {
            color: #777777;
        }

    .sidebar__search-form button[type=submit] {
        border: none;
        outline: none;
        background-color: transparent;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        color: #302e2f;
        font-size: 16px;
    }

.sidebar__cat-list {
    margin-top: -10px;
    margin-bottom: -5px;
}

    .sidebar__cat-list li + li {
        margin-top: 18px;
    }

    .sidebar__cat-list li a {
        font-size: 16px;
        display: block;
        position: relative;
        padding-left: 15px;
        color: #777777;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .sidebar__cat-list li a:hover {
            color: #dc7a89;
        }

            .sidebar__cat-list li a:hover .sidebar__cat-list__icon:before {
                content: '-';
                color: #dc7a89;
            }

            .sidebar__cat-list li a:hover .sidebar__cat-list__count {
                opacity: 1;
            }

.sidebar__cat-list__icon:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '+';
    font-size: 18px;
    color: #777777;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__cat-list__count {
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.sidebar__post-image {
    position: relative;
}

    .sidebar__post-image > img {
        width: 100%;
    }

.sidebar__post-date {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #dc7a89;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 1em;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Prata";
}

    .sidebar__post-date span {
        display: block;
        font-size: 20px;
        line-height: 1em;
        margin-bottom: 5px;
    }

.sidebar__post-content {
    margin-top: -40px;
    margin-left: 20px;
    background-color: #fff;
    padding-top: 20px;
    padding-left: 30px;
    position: relative;
    z-index: 10;
}

.sidebar__post-cata {
    color: #777777;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 1em;
}

    .sidebar__post-cata:hover {
        color: #dc7a89;
    }

.sidebar__post-title {
    margin: 0;
    color: #302e2f;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
}

    .sidebar__post-title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .sidebar__post-title a:hover {
            color: #dc7a89;
        }

.sidebar__post-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #302e2f;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 1em;
}

    .sidebar__post-link:hover {
        color: #dc7a89;
    }

    .sidebar__post-link span {
        margin-left: 5px;
        font-size: 15px;
    }

.sidebar__post-carousel .owl-dots {
    position: absolute;
    top: -66px;
    right: 0;
}

    .sidebar__post-carousel .owl-dots .owl-dot {
        border: none;
        outline: none;
    }

        .sidebar__post-carousel .owl-dots .owl-dot span {
            border-style: solid;
            border-width: 1px;
            border-color: #c0b8b4;
            border-radius: 50%;
            width: 12px;
            height: 12px;
            background-color: transparent;
        }

        .sidebar__post-carousel .owl-dots .owl-dot:hover span,
        .sidebar__post-carousel .owl-dots .owl-dot.active span {
            background-color: #dc7a89;
            border-color: #dc7a89;
        }

.sidebar__tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-top: -10px;
}

    .sidebar__tags-list a {
        display: inline-block;
        vertical-align: middle;
        border-style: solid;
        border-width: 1px;
        border-color: #e4e4e4;
        border-radius: 4px;
        font-size: 16px;
        color: #777777;
        padding: 3px 19px;
        margin-left: 10px;
        margin-top: 10px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .sidebar__tags-list a:hover {
            color: #dc7a89;
            border-color: #dc7a89;
        }

.sidebar__insta-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
}

    .sidebar__insta-list li {
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
    }

        .sidebar__insta-list li a {
            display: block;
            position: relative;
        }

            .sidebar__insta-list li a:hover .sidebar__insta-list__link {
                opacity: 1;
            }

            .sidebar__insta-list li a > img {
                width: 100%;
            }

.sidebar__insta-list__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #302e2f;
    font-family: "Prata";
    font-size: 36px;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

    .side-menu__block.active {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
}

.side-menu__block-inner {
    width: 350px;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    overflow-y: auto;
    padding: 30px;
    position: absolute;
    right: 0;
}

    .side-menu__block-inner .mCustomScrollBox {
        width: 100%;
    }

.side-menu__block .main-navigation .submenu {
    display: none;
}

.side-menu__block__text {
    text-align: center;
    margin-bottom: 0;
    color: #302e2f;
}

.side-menu__block .navigation-box {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 40px;
    margin-bottom: 40px;
    border: 1px solid #e0cfc7;
}

    .side-menu__block .navigation-box ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #f2ebe8;
    }

        .side-menu__block .navigation-box ul ul {
            background-color: #e0cfc7;
        }

    .side-menu__block .navigation-box li + li {
        border-top: 1px solid #e0cfc7;
    }

    .side-menu__block .navigation-box li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #302e2f;
        font-size: 16px;
        position: relative;
        padding: 14px 0;
        padding-left: 15px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .side-menu__block .navigation-box li a:before {
            content: '\f101';
            font-family: FontAwesome;
            margin-right: 15px;
        }

        .side-menu__block .navigation-box li a .sub-nav-toggler {
            border: none;
            outline: none;
            background-color: transparent;
            padding: 0px;
            cursor: pointer;
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #302e2f;
            color: #fff;
            padding: 1.5px 10px;
        }

            .side-menu__block .navigation-box li a .sub-nav-toggler:before {
                content: '\f107';
                font-family: FontAwesome;
            }

        .side-menu__block .navigation-box li a:hover {
            color: #fff;
            background-color: #dc7a89;
        }

.side-menu__block__title {
    font-size: 20px;
    color: #302e2f;
    margin: 0;
    margin-bottom: 15px;
}

.side-menu__block-line {
    margin: 40px 0;
    border-color: rgba(48, 46, 47, 0.2);
}

.side-menu__block-about {
    margin-top: 40px;
}

.side-menu__block-contact__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
    color: #302e2f;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}

    .side-menu__block-contact__list-item a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .side-menu__block-contact__list-item a:hover {
            color: #dc7a89;
        }

    .side-menu__block-contact__list-item i {
        font-size: 16px;
        color: #414871;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .side-menu__block-contact__list-item + .side-menu__block-contact__list-item {
        margin-top: 10px;
    }

.side-menu__block__text-copy {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

    .side-menu__block__text-copy a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .side-menu__block__text-copy a:hover, {
            color: #302e2f;
        }

.side-menu__block__text a {
    color: #dc7a89;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .side-menu__block__text a:hover {
        color: #302e2f;
    }

.footer-link a {
    color: #414871;
    font-size: 14px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .footer-link a:not(:last-child) {
        padding-right: 12px;
        margin-right: 12px;
        border-right: 1px solid #e4e4e4;
    }

.Forgot-pwd {
    background-color: transparent;
    border: none;
    color: #302e2f;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .Forgot-pwd:hover {
        color: #dc7a89;
    }

.sign-up a, .sign-in a {
    color: #dc7a89;
    font-weight: 700;
    text-decoration: underline;
}

.login-form__form {
    margin-bottom: 30px;
    border-radius: 5px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.6);
}

.content {
    background-color: #f2ebe8;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .content h3 {
        font-size: 21px;
        margin-top: 30px;
    }

.login {
    margin-left: 45px;
}

.video-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.video_img.play .click-pause {
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.click-pause, .video_img.play .click-play {
    display: none;
}

.click-pause {
    opacity: 0;
}

.video_img.play:hover .click-pause {
    opacity: 1;
}

.header-navigation ul.navigation-box > li > a.active:before,
.header-navigation ul.navigation-box > li > a.active:after,
.site-footer-two__menu ul.list-unstyled > li > a.active:before,
.site-footer-two__menu ul.list-unstyled > li > a.active:after {
    content: '';
    position: absolute;
    border: 1px solid;
}

.header-navigation ul.navigation-box > li > a.active:before, .site-footer-two__menu ul.list-unstyled > li > a.active:before {
    bottom: -8px;
}

.header-navigation ul.navigation-box > li > a.active:after, .site-footer-two__menu ul.list-unstyled > li > a.active:after {
    bottom: -13px;
}

.inner-banner p {
    color: #efefef;
    font-weight: 100;
}

.inner-banner .block-title__title {
    color: #fff;
    margin-bottom: 0;
}

.header-navigation ul.navigation-box > li > a.active:after, .site-footer-two__menu ul.list-unstyled > li > a.active:after {
    width: 25px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.header-navigation ul.navigation-box > li > a.active:before, .site-footer-two__menu ul.list-unstyled > li > a.active:before {
    width: 100%;
}

.inner-banner .sub-title {
    color: #727796;
    font-size: 15px;
    /*letter-spacing: 3px;*/
    margin-top: 10px;
    text-align: center;
    min-height: 24px;
}

.why-milli:first-child {
    grid-template-columns: 60% 40%;
}

.diamond-1 {
    position: absolute;
    display: block;
    width: fit-content;
    top: -24%;
    left: 14%;
}

.diamond-2 {
    position: absolute;
    display: block;
    width: fit-content;
    right: 14%;
    bottom: -38%;
}

.why-milli:last-child {
    grid-template-columns: 40% 60%;
    margin-bottom: 0;
}

.why-milli {
    display: grid;
    column-gap: 30px;
    margin-bottom: 20px;
}

.millionhands-title h2 {
    font-size: 30px;
    line-height: 44px;
    letter-spacing: 0.5px;
    color: #302e2f;
    text-align: center;
    position: relative;
}

    .millionhands-title h2:after {
        position: relative;
        display: block;
        content: '';
        width: 90px;
        border-bottom: 3px solid #dc7a89;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0 auto;
    }

    .millionhands-title h2 span {
        color: #414871;
    }

.why-milli .right_content {
    padding: 40px 100px;
}

    .why-milli .right_content .block-title__sub-title {
        margin-top: 0;
        margin-bottom: 20px;
    }

.left_content img {
    width: 450px;
}

.contact-one__content .col-lg-6:first-child {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    border-right: 1px solid #f1f1f1;
    margin-right: 10px;
}

.hero-why-millionhands .millionhands-title {
    margin-bottom: 100px;
}

.clone .block-titles__tag-line {
    margin: 0;
    color: #414871;
    font-size: 30px;
    line-height: 1em;
    position: relative;
    font-weight: 500;
    display: inline-block;
}

.block-title__tag-line:before {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    border-bottom: 2px solid #dc7a89;
    left: 0;
    bottom: -7px;
}

.block-title__tag-line:after {
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    bottom: -8px;
    left: 72%;
    background-color: #dc7a89;
    transform: rotate(45deg);
}

.clone .block-titles__tag-line:before {
    position: absolute;
    display: block;
    content: '';
    width: 180px;
    border-bottom: 3px solid #dc7a89;
    left: 0;
    bottom: -7px;
}

.clone .block-titles__tag-line:after {
    position: absolute;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    bottom: -8px;
    left: 72%;
    background-color: #dc7a89;
    transform: rotate(45deg);
}

.process-title {
    position: relative;
}

    .process-title:before {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        background-color: #DC7A89;
        left: 44.7%;
        bottom: -12px;
        transform: rotate(45deg);
    }

    .process-title:after {
        position: absolute;
        display: block;
        content: '';
        width: 7px;
        height: 7px;
        background-color: #DC7A89;
        right: 44.6%;
        bottom: -12px;
        transform: rotate(45deg);
    }

@media (max-width: 575px) {
    .process-title {
        position: relative;
    }

        .process-title:before {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            left: 30.7%;
            bottom: -11px;
            transform: rotate(45deg);
        }

        .process-title:after {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            right: 30.7%;
            bottom: -11px;
            transform: rotate(45deg);
        }
}

@media (min-width:576px) and (max-width:767px) {
    .process-title {
        position: relative;
    }

        .process-title:before {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            left: 36.7%;
            bottom: -1px;
            transform: rotate(45deg);
        }

        .process-title:after {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            right: 36.7%;
            bottom: -1px;
            transform: rotate(45deg);
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    .process-title {
        position: relative;
    }

        .process-title:before {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            left: 39.7%;
            bottom: -1px;
            transform: rotate(45deg);
        }

        .process-title:after {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            right: 39.7%;
            bottom: -1px;
            transform: rotate(45deg);
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .process-title {
        position: relative;
    }

        .process-title:before {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            left: 42.7%;
            bottom: -1px;
            transform: rotate(45deg);
        }

        .process-title:after {
            position: absolute;
            display: block;
            content: '';
            width: 7px;
            height: 7px;
            background-color: #DC7A89;
            right: 42.7%;
            bottom: -1px;
            transform: rotate(45deg);
        }
}



.millionhands-title:before {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #dc7a89;
    left: 46.7%;
    bottom: -11px;
    transform: rotate(45deg);
}

.millionhands-title:after {
    position: absolute;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #dc7a89;
    right: 46.7%;
    bottom: -11px;
    transform: rotate(45deg);
}



.millionhands-title {
    position: relative;
    display: block;
}


.millionhands-title2:before {
    left: 45%;
}

.millionhands-title2:after {
    right: 45%;
}



@media screen and (min-width: 1600px) and (max-width: 1750px) {
    .diamond-1 {
        left: 10%;
    }

    .diamond-2 {
        right: 4%;
    }

    .millionhands-title:after {
        right: 45.7%;
    }

    .millionhands-title:before {
        left: 45.7%;
    }
}

@media screen and (min-width: 1460px) and (max-width: 1600px) {
    .diamond-1 {
        left: 4%;
    }

    .diamond-2 {
        right: 0%;
    }

    .millionhands-title:after {
        right: 45.7%;
    }

    .millionhands-title:before {
        left: 45.7%;
    }
}

@media screen and (min-width: 1340px) and (max-width: 1460px) {
    .diamond-1 {
        left: 4%;
    }

    .diamond-2 {
        right: 0%;
    }

    .millionhands-title:after {
        right: 44%;
    }

    .millionhands-title:before {
        left: 44%;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
    .diamond-1 {
        left: 0%;
    }

    .diamond-2 {
        right: 0%;
    }

    .millionhands-title:after {
        right: 44.7%;
    }

    .millionhands-title:before {
        left: 44.7%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .diamond-1 {
        left: 0%;
    }

    .diamond-2 {
        right: 0%;
    }

    .millionhands-title:after {
        right: 43.7%;
    }

    .millionhands-title:before {
        left: 43.7%;
    }
}

@media screen and (max-width: 991px) {
    .diamond-1 {
        left: 0%;
        top: 0;
    }

        .diamond-1 img {
            width: 60%;
        }

    .diamond-2 {
        right: 0%;
    }

    .millionhands-title:after {
        right: 41.7%;
    }

    .millionhands-title:before {
        left: 41.7%;
    }

    .arrow-img {
        width: 92%;
    }
}

@media screen and (max-width: 600px) {
    .diamond-1 {
        left: -5%;
        top: -15px;
    }

        .diamond-1 img {
            width: 40%;
        }

    .diamond-2 {
        right: -30%;
        bottom: -15%;
    }

        .diamond-2 img {
            width: 50%;
        }

    .inner-banner .sub-title {
        min-height: auto;
    }

    .topbar-one__left {
        display: none;
    }

    .topbar-one__right {
        width: 100%;
    }

    .topbar-one .inner-container {
        padding-bottom: 0 !important;
    }

    .topbar-one__right > li + li {
        margin-left: 10px;
        width: 50%;
    }

    .topbar-one__btn {
        width: fit-content;
        display: block;
        margin-left: auto;
    }

    .header-navigation .container .menu-toggler {
        margin: 15px 0 !important;
    }

    .header-navigation ul.navigation-box > li > a.active:before, .site-footer-two__menu ul.list-unstyled > li > a.active:before {
        bottom: -2px;
    }

    .millionhands-title:before {
        left: 32.7%;
    }

    .millionhands-title:after {
        right: 31.7%;
    }

    .choose-box {
        width: 100%;
        display: block;
    }

    .choose-img {
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }

    .choose-cont {
        width: 100%;
    }

    .arrow-img {
        display: none;
    }

    .choose-box2 .choose-img {
        width: 100%;
    }

    .choose-box2 .choose-cont {
        width: 100%;
    }

    .secure-box {
        width: 100%;
        display: block;
    }

    .choose-box.choose-box3 {
        width: 100%;
    }

    .choose-box3 .choose-img {
        width: 100%;
    }

    .choose-box3 .choose-cont {
        width: 100%;
    }

    .choose-box.choose-box4 {
        margin-left: 0;
        width: 100%;
    }

    .choose-box5 .choose-cont {
        width: 100%;
    }

    .choose-box5 .choose-img {
        width: 100%;
    }

    .choose-box {
        width: 100%;
        display: block;
        margin: 50px 0px;
    }

        .choose-box.choose-box5 {
            margin-bottom: 0;
        }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}

.newcss {
    background-color: #414871 !important;
    color: #fff;
}

    .newcss:hover {
        background: #dc7a89 !important;
    }

.buttonCss {
    position: relative;
}

    .buttonCss p {
        position: absolute;
        right: 10px;
        left: auto;
        margin: 10px;
    }

.contact-one__content .contact-details .main-deatils h5 {
    font-size: 18px;
    color: black;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
}

.card .space {
    margin-left: 9px;
}

.card .spacex {
    margin-left: 11px;
}

.spaced {
    padding-top: 19px;
}

.card .spacez {
    margin-left: 20px;
}

.contact-details {
    padding: 20px;
    background: #fff;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 1px 6px -6px black;
}

.contact-one__main {
    position: relative;
    margin-left: auto;
}

.map-wraper {
    position: relative;
    display: block;
    width: 80%;
    margin-left: auto;
    box-shadow: 0px 3px 4px #0000000F;
    border: 10px solid #FFFFFF;
}


/*.contact-one__content {
    position:absolute;
    bottom:100px;
    width:49%;
    display:block;
    left:0;
    z-index:2;
}*/

/*.contact-one__main {
    display: flex;
}*/

.main-deatils {
    padding: 10px;
}

.colortext {
    color: #777777;
    font-size: 15px;
}

.bolf-wrape {
    margin-left: 37px !important;
}

.bolf-wraper {
    margin-left: 37px !important;
}

.spaceY {
    margin-left: 38px;
}

.spcet {
    margin-left: 5px;
}

.spaceF {
    margin-left: 17px;
}

.bordero {
    border-bottom: 1px solid #f2f2f2;
    padding-top: 20px;
}

.colorred {
    color: #5DA77A;
}

    .colorred .next {
        color: #FF4A66;
    }

.contact-one__content .card {
    width: 100%;
    border: none;
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 2px 3px 10px 2px rgba(68,68,68,0.1);
    padding-top: 15px !important;
    padding-bottom: 3px !important;
    position: relative;
    top: 0;
}

.card hr {
    opacity: 0.3;
    color: #F2F2F2 !important;
}

.card .fa {
    font-size: 20px;
}

/*.card .colorred {
    margin-left: 50px !important;
}*/

.buttonCss {
    position: relative;
    bottom: 20px;
}

.gm-style .place-card-large {
    padding: 9px 4px 9px 11px;
    display: none;
}

.clone .block-titles__tag-line {
    margin-left: 18px !important;
    padding-bottom: 5px;
}

.day_first_flex {
    display: flex;
    align-items: center;
}

    .day_first_flex .next {
        color: #FF4A66;
    }

@media (max-width:575px) {

    .day_first_flex {
        display: block;
    }

        .day_first_flex span {
            display: block;
            margin-left: 30px !important;
        }

    .contact-one__content .card .spaced {
        display: block !important;
    }

    .contact-one__content .main2.spcet p {
        margin-left: 37px;
    }

    .map-wraper iframe {
        margin-top: 50px;
    }

    /*.map-locate {
        padding: 259px 0;
    }*/

    /*.map-wraper {
        position: relative;
        display: block;
        width: 100%;
        top: 264px;
    }*/

    .contact-one__content .card {
        width: 100%;
        height: auto;
        border: none;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow: 1px 3px 10px 2px rgba(68,68,68,0.1);
        padding-top: 21px !important;
        padding-bottom: 3px !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        position: relative;
        top: 0px;
    }

    .contact-one__content .main-deatils {
        padding: 0;
    }

    .contact-one__content .colortext p {
        white-space: inherit !important;
    }

    /*.card .colorred {
        margin-left: 30px !important;
    }*/


    .map-wraper {
        width: 100%;
        height: 100%;
    }

    /*.contact-one__content {
        position: absolute;
        bottom: 100px;
        left: 0;
        z-index: 2;
        display: block;
        width: 100%;
        top: -218px;
    }*/

    .inner-banner__title {
        margin: 0;
        color: #fff;
        font-size: 30px;
        text-align: center;
    }

    .login-form__field {
        width: 100%;
        margin-bottom: 20px;
    }

    .form-filed-box {
        display: block;
    }

    .navbar-collapse {
        flex-basis: auto;
        display: flex;
    }

    .nav.navbar-nav {
        width: fit-content;
    }

    .spaceY {
        margin-left: 0;
    }
}


@media (min-width:576px) and (max-width:767px) {
    /*.map-locate {
        padding: 259px 0;
    }*/

    /*.map-wraper {
        position: relative;
        display: block;
        width: 100%;
        top: 264px;
    }*/

    .contact-one__content .card {
        width: 100%;
        height: 415px;
        border: none;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow: 1px 3px 10px 2px rgba(68,68,68,0.1);
        padding-top: 21px !important;
        padding-bottom: 3px !important;
        position: relative;
        top: 25px;
    }

    .map-wraper {
        width: 100%;
        height: 100%;
    }

    /*.contact-one__content {
        position: absolute;
        bottom: 100px;
        left: 0;
        display: block;
        width: 100%;
        z-index: 2;
        top: -245px;
    }*/

    .map-locate .spcet {
        margin-left: 43px !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    /*.map-locate {
        padding-top: 318px !important;
        padding-bottom: 0 !important;
    }*/

    /*.contact-one__content {
        position: absolute;
        bottom: 100px;
        left: 0;
        display: block;
        width: 79%;
        z-index: 2;
        top: -245px;
    }*/

    /*.contact-one__content .card {
            width: 100%;
            height: 415px;
            border: none;
            -moz-box-shadow: 3px 3px 5px 6px #ccc;
            -webkit-box-shadow: 3px 3px 5px 6px #ccc;
            box-shadow: 1px 3px 10px 2px rgba(68,68,68,0.1);
            padding-top: 21px !important;
            padding-bottom: 3px !important;
            position: relative;
            top: -59px;
        }*/

    .site-footer-two__upper .inner-container {
        padding-top: 37px;
        padding-bottom: 20px;
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .contact-one__content .card {
        width: 100%;
        height: 415px;
        border: none;
        -moz-box-shadow: 3px 3px 5px 6px #ccc;
        -webkit-box-shadow: 3px 3px 5px 6px #ccc;
        box-shadow: 1px 3px 10px 2px rgba(68,68,68,0.1);
        padding-top: 21px !important;
        padding-bottom: 3px !important;
        position: relative;
        /*top: -59px;*/
    }
    /*.contact-one__content {
        position: absolute;
        bottom: 100px;
        width: 59%;
        display: block;
        left: 0;
        z-index: 2;
    }*/

    .map-locate {
        padding-top: 136px !important;
        padding-bottom: 0 !important;
    }
}

.single-filter-title {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.2px;
}

/*vishal  css*/
.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link {
        border: none;
    }

.contact_tab_wrap .nav-tabs .nav-link {
    background-color: transparent;
    border: 1px solid #414871;
    display: inline-block;
    font-size: 12px;
    color: #414871;
    text-transform: uppercase;
    padding: 4px 20px;
    font-weight: 600;
    border-radius: 4px;
    margin-right: 10px;
}

    .contact_tab_wrap .nav-tabs .nav-link.active {
        background-color: #414871;
        color: #fff;
    }


.contact_tab_wrap .nav-tabs {
    margin-bottom: 20px;
}

.map-wraper {
    width: 100%;
}

    .map-wraper iframe {
        height: 400px;
    }

    .map-wraper iframe {
        width: 100%;
        height: 383px;
        border: none;
    }

.location_wrapper .location_title {
    display: flex;
    align-items: center;
}

    .location_wrapper .location_title img {
        width: 20px;
    }

    .location_wrapper .location_title .location_title_text {
        width: calc(100% - 20px);
        padding-left: 10px;
        display: inline-block;
    }

.location_wrapper .location_text {
    width: calc(100% - 30px);
    margin-left: auto;
}

    .location_wrapper .location_text p {
        line-height: 24px;
        margin: 0;
        color: #777777;
        font-size: 15px;
    }

.location_wrapper .location_box {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}

    .location_wrapper .location_box:last-child {
        border: none;
        margin-bottom: 0;
    }

.location_wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.location_wrapper ul li{
    width: 50%;
}

.location_wrapper .next{
    color: #FF4A66;
}

.about_Jewellery_sec{
    background: #f7f7f7;
    padding: 50px 0 80px;
    margin-bottom: 0;
}

.about_Jewellery_sec .about_tab_wrapper ul{
    /*justify-content: center;*/
    margin-bottom: 50px;
}

.about_Jewellery_slider{
    position: relative;
}

.about_Jewellery_slider .about_Jewellery_slide{
    border: 10px solid #f7f7f7;
}

.about_Jewellery_slider .owl-prev,
.about_Jewellery_slider .owl-next{
    position: absolute;
    bottom: -35px !important;
    margin: 0 !important;
}

.about_Jewellery_slider .owl-prev:hover span,
.about_Jewellery_slider .owl-next:hover span,
.about_Jewellery_slider .owl-prev:hover,
.about_Jewellery_slider .owl-next:hover{
    color: inherit !important;
    background: transparent !important;
}

.about_Jewellery_slider .owl-prev{
    right: 20px !important;
    left: inherit;
}

.about_Jewellery_slider .owl-next{
    right: 5px !important;
    left: inherit;
}

.about_Jewellery_slider span{
    font-size: 30px;
    line-height: 100%;
}

.about_Jewellery_sec .about_Jewellery_left{
    position: relative;
    z-index: 1;
}

.about_Jewellery_sec .about_Jewellery_right{
    padding-left: 40px;
}

.about_Jewellery_sec .about_Jewellery_left::after{
    content: "";
    position: absolute;
    left: -50px;
    bottom: 0;
    top: 50%;
    width: 50%;
    height: calc(100% + 60px);
    background: #414871b3;
    z-index: 0;
    transform: translate(0, -50%);
}

button:focus{
    outline: none !important;
}

.about_tab_wrapper ul{
    margin-bottom: 40px;
    align-items: center;
}

.about_tab_wrapper ul li a{
    padding: 5px 0;
    margin-right: 25px;
    position: relative;
    color: #777777;
    background: transparent !important;
}

.about_tab_wrapper ul li a.active{
    color: #dc7a89 !important;
}

.about_tab_wrapper ul li a::before{
    position: absolute;
    display: block;
    content: '';
    width: calc(100% - 10px);
    border-bottom: 2px solid #dc7a89;
    left: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
}

.about_tab_wrapper ul li a::after{
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    bottom: -1px;
    right: 0;
    background-color: #dc7a89;
    transform: rotate(45deg);
    visibility: hidden;
    opacity: 0;
}

.about_tab_wrapper ul li a.active::before,
.about_tab_wrapper ul li a.active::after{
    visibility: visible;
    opacity: 1;
}

.section_title_left{
    position: relative;
    display: inline-block;
    padding: 5px 0;
}

.section_title_left::before{
    position: absolute;
    display: block;
    content: '';
    width: calc(100% - 10px);
    border-bottom: 2px solid #dc7a89;
    left: 0;
    bottom: 0;
}

.section_title_left::after{
    position: absolute;
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    bottom: -1px;
    right: 0;
    background-color: #dc7a89;
    transform: rotate(45deg);
}

.jewellery_wrap .diamond_right{
    max-width: 550px;
    position: relative;
    display: flex;
}

.jewellery_wrap .diamond_right::after{
    content: "";
    position: absolute;
    left: -15px;
    right: 0;
    top: 15px;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #414871;
    z-index: -1;
}

.section_title_center{
  margin-bottom: 60px;
}

.jewellery_wrap .diamond_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jewellery_wrap .diamond_right video{
    width: 100%;
    aspect-ratio: 16/9;
}

.jewellery_wrap .section_title_left{
    font-size: 22px;
    margin-bottom: 20px;
}

.jewellery_wrap::after,
.jewellery_wrap::before{
    display: none;
}

footer{
   background: #f7f7f7;
}

.jewellery_inner_wrap{
    margin-bottom: 80px;
}


.jewellery_wrap .jewellery_inner_wrap:nth-child(odd) .diamond_right::after{
    right: -15px;
    left: inherit;
}

.jewellery_wrap .jewellery_inner_wrap:last-child{
        margin-bottom: 0;
}
/*catlog css Start*/
.catlog_txt{
    max-width: 1120px;
    margin: 35px auto;
    text-align: center;
}

.catlog_img_wrap {
    max-width: 1080px;
    margin: 60px auto 0;
}
.catlog_img_wrap .row > div{
    padding-left: 10px;
    padding-right: 10px;
}
.cat_lgo_main {
    height: 300px;
    background-size: 100%;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
}
    
.cat_lgo_main:hover::after{
    opacity: 0.6;
    transition: 0.5s;
}

.cat_lgo_head{
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2;
    color: var(--white);
    font-family: "Bodoni Moda SC" !important;
}

.cat_lgo_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /*background-color: #000;*/
    opacity: 0.4;
    background: linear-gradient(to top, #000 13%, transparent);
    transition: 0.5s;
}

.not_found_wrapper {
    max-width: 380px;
    margin: 0 auto;
}

.not_found_wrapper img{
    width: 100%;
}

/*catlog css end*/

.home_popup .modal {
    z-index: 99999;
}

.home_popup .modal .modal-header {
    background-color: #f8f8f8;
    border-radius: 0.42rem;
    padding: 0.8rem;
    border-bottom: none;
}

.home_popup .nav.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: #414871;
    border: 2px solid #414871 !important;
    position: relative;
}

.home_popup .nav.nav-pills .nav-item .nav-link {
    border-radius: 0.357rem;
    padding: 1rem 1rem;
    font-size: 1.2rem;
    margin-right: 0.5rem;
    color: rgb(1,54,96); /*rgb(2,86,15);*/
    border: 2px solid rgb(1,54,96); /*rgb(2,86,15);*/
}

@media(max-width: 1200px) {
    .about_Jewellery_sec {
    padding: 50px 0 50px;
}

    .site-header__header-one, .topbar-one {
        padding: 7px 0;
    }

    .contact-details {
        padding: 15px;
    }
    .location_wrapper .location_text p{
        font-size: 14px;
    }
    .block-title__title {
    font-size: 35px !important;
    line-height: 45px !important;
}
    .section_title_center {
    margin-bottom: 40px;
}
    .section_title_center.process-title:before,
     .section_title_center.process-title:after  {
    bottom: -12px;
}
    .block-title__sub-title {
    font-size: 25px;
    line-height: 34px;
}


}

@media(max-width: 991px) {
    .our-process.about-two .row,
    .about_Jewellery_sec .row{
         flex-direction: column-reverse;
    }
    .our-process.about-two{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    section {
    padding: 50px 0;
}
    .jewellery_wrap .diamond_right{
        margin: 0 auto 40px;
    }

    .jewellery_wrap .jewellery_inner_wrap:nth-child(odd) .row{
           flex-direction: column-reverse;
    }

    .jewellery_wrap .jewellery_inner_wrap:nth-child(odd) .diamond_right::after {
    right: inherit;
    left: -15px;
}

    .login_details {
        padding: 0 15px;
    }

    ul.process_wrapper li .choose-box .choose-img {
        width: 110px;
    }

    ul.process_wrapper li .choose-box .choose-cont {
        width: calc(100% - 110px);
        padding-right: 30px;
    }

    ul.process_wrapper li {
        margin-bottom: 50px;
    }
    /*.thm-btn {
    font-size: 13px;
    padding: 10px 30px;
}*/
}

@media (max-width: 767px) {
    .jewellery_inner_wrap {
    margin-bottom: 60px;
}

    .block-title__title {
    font-size: 30px !important;
    line-height: 40px !important;
}

    ul.process_wrapper li .choose-box {
        flex-direction: column;
    }

        ul.process_wrapper li .choose-box .choose-img {
            margin-right: auto;
            margin-bottom: 15px;
        }

        ul.process_wrapper li .choose-box .choose-cont {
            width: 100%;
            padding-right: 0;
        }
}

@media(max-width: 600px) {
    .topbar-one__left {
        display: flex;
    }

    .topbar-one__right > li + li {
        margin-left: 10px;
        width: auto;
    }

    .topbar-one__right {
        justify-content: center;
    }

    ul.process_wrapper li .choose-box {
        margin: 30px 0 50px;
    }

    ul.process_wrapper li:last-child .choose-box {
        margin: 30px 0 0;
    }

    .why-millionhands {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px){
    .main-logo {
    width: 200px;
}

    .jewellery_wrap .diamond_right::after {
    display: none;
}
    .block-title__title {
    font-size: 26px !important;
    line-height: 36px !important;
}
    .block-title__sub-title {
    font-size: 23px;
    line-height: 30px;
}

    .jewellery_wrap .diamond_right {
    margin: 0 auto 20px;
}

}

@media(max-width: 480px) {
    .block-title__title {
    font-size: 24px !important;
    line-height: 36px !important;
}

    .topbar-one__left {
        display: none;
    }

    .topbar-one__right {
        margin-bottom: 10px;
    }

    .home_popup .nav.nav-pills .nav-item .nav-link {
        padding: 12px 10px;
        font-size: 18px;
        line-height: 20px;
    }

    .home_popup .home_popup .modal-header > ul {
        flex-wrap: wrap;
    }

    .location_wrapper ul li {
    width: 100%;
}

    .location_wrapper ul.location_mail_box{
       gap: 15px;
    }
}

@media(max-width: 400px) {
    .home_popup .modal-header ul li.nav-item {
        width: 100%;
        margin-bottom: 10px;
    }
}
