/***************************************************************************************************************||||||||||||||||||||||||||||       MASTER STYLESHEET FOR EGYPT                ||||||||||||||||||||||||||||||||||****************************************************************************************************************||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||********************************************************************************************************************************************************************************************************************************* 1. common styles* 2. topbar styles* 3. header styles* 4. slider styles* 5. about styles* 6. collection styles* 7. venue styles* 8. blog styles* 9. event styles* 10. testimonials styles* 11. cta styles* 12. funfact styles* 13. search-popup styles* 14. footer styles* 15. video styles* 16. exhibhition styles* 17. inner-banner styles* 18. team styles* 19. team styles* 20. department styles* 21. contact styles* 22. visit styles* 23. pricing styles* 24. faq styles* 25. checkout styles* 26. cart styles* 27. shop styles* 28. sidebar styles* 29. side-menu styles****************************************************************************************************************||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||****************************************************************************************************************/ /** 1. common styles*/

body {

    font-family: "Muli";

    font-size: 16px;

    line-height: 26px;

    color: #777777;

}

h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Prata";

}

a,

a:hover,

a:active,

a:focus {

    text-decoration: none;

}

.page-wrapper {

    position: relative;

    margin: 0 auto;

    width: 100%;

    min-width: 300px;

    overflow: hidden;

}

@media (min-width: 1200px) {

    .container {

        max-width: 1200px;

    }

}

.block-title {

    margin-bottom: 55px;

}

.block-title__tag-line {

    margin: 0;

    color: #a5a5a5;

    text-transform: uppercase;

    font-size: 14px;

    line-height: 1em;

    border-top: 2px solid #1F2C22;

    padding-top: 20px;

    display: inline-block;

}

.block-title__title {

    margin: 0;

    color: #1F2C22;

    font-size: 44px;

    margin-top: 20px;

}

.block-title__sub-title {

    margin: 0;

    font-size: 30px;

    line-height: 44px;

    color: #1F2C22;

    margin-top: 30px;

}

.thm-btn {

    border: none;

    outline: none;

    background-color: #1F2C22;

    display: inline-block;

    vertical-align: middle;

    font-size: 13px;

    color: #fff;

    text-transform: uppercase;

    padding: 12px 52px;

    border-radius: 4px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.thm-btn:hover {

    background-color: #1F2C22;

    color: #fff;

}

.thm-btn i {

    display: -webkit-inline-box;

    display: -ms-inline-flexbox;

    display: inline-flex;

    vertical-align: middle;

    font-size: 18px;

    margin-left: 13px;

} /* Cursor Style */

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

    -webkit-transform: scale(0);

    transform: scale(0);

}

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

.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: #1F2C22;

    color: #fff;

}

.bootstrap-select .dropdown-menu > li > a {

    font-size: 16px;

    font-weight: 500;

    padding: 9px 20px;

    color: #1F2C22;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.bootstrap-select .dropdown-menu > li > a:hover {

    background: #1F2C22;

    color: #fff;

    cursor: pointer;

} /* preloader */

.preloader {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 9999;

    background-color: #fff;

}

.preloader span {

    width: 100%;

    height: 100%;

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-position: center center;

    background-repeat: no-repeat;

    background-image: url(../images/resources/preloader.gif);

}

.scroll-to-top {

    display: inline-block;

    width: 50px;

    height: 50px;

    background: #292728;

    position: fixed;

    bottom: 40px;

    right: 40px;

    z-index: 990;

    text-align: center;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    display: none;

    border: 1px solid #393838;

}

@media (max-width: 480px) {

    .scroll-to-top {

        width: 40px;

        height: 40px;

    }

}

.scroll-to-top i,.scroll-to-top em {

    font-size: 14px;

    line-height: 50px;

    color: #fff;

    position: relative;

    z-index: 10;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

@media (max-width: 480px) {

    .scroll-to-top i {

        font-size: 14px;

        line-height: 40px;

    }

}

.scroll-to-top:hover {

    background: #1F2C22;

    border-color: #1F2C22;

}

.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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.post-pagination a.active,

.post-pagination a:hover {

    color: #fff;

    background-color: #1F2C22;

    border-color: #1F2C22;

}

.post-pagination a + a {

    margin-left: 10px;

}

.post-pagination a.active {

    cursor: auto;

} /* datepicker */

.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: #1F2C22;

    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: #1F2C22;

    background-image: none;

} /** 2. topbar styles*/

.topbar-one {

    background-color: #1F2C22;

}

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

    border-bottom: 1px solid #403e3f;

}

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

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    line-height: 28px;

}

.topbar-one__link i {

    font-size: 19px;

    color: #1F2C22;

    margin-right: 10px;

}

.topbar-one__link:hover {

    color: #fff;

}

.topbar-one__link + .topbar-one__link {

    border-left: 1px solid #403e3f;

    margin-left: 20px;

    padding-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;

}

.topbar-one__btn {

    font-size: 13px;

    padding: 6px 14.5px;

}

.topbar-one__btn:hover {

    background-color: #fff;

    color: #1F2C22;

}

.topbar-one__sep {

    width: 30px;

    height: 2px;

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #a19b9d;

    text-transform: uppercase;

    border: 1px solid #403e3f;

    border-radius: 4px;

    padding: 7.5px 0;

    padding-left: 15px;

    width: 64px;

}

.topbar-one__right .bootstrap-select > .dropdown-toggle:after {

    content: "\f107";

    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;

    padding-right: 10px;

    margin-right: 10px;

}

.topbar-one__social:after {

    content: "";

    width: 1px;

    height: 28px;

    background-color: #403e3f;

    position: absolute;

    top: 50%;

    right: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.topbar-one__social a i {

    font-size: 16px;

    line-height: 52px;

    color: #847a7d;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.topbar-one__social a i.egypt-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: #1F2C22;

    background-color: #847a7d;

}

.topbar-one__social a:hover {

    background-color: #3a3939;

}

.topbar-one__social a:hover i {

    color: #1F2C22;

}

.topbar-one__social a:hover i.egypt-icon-play {

    background-color: #1F2C22;

    color: #1F2C22;

}

.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: #1F2C22;

    margin: 0;

}

.topbar-two__info i {

    font-size: 32px;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.4s ease;

}

.topbar-two__social a:hover {

    background-color: #1F2C22;

}

.topbar-two__social a:hover i {

    color: #fff;

}

.topbar-two__sidemenu-nav {

    width: 40px;

    height: 40px;

    border-radius: 4px;

    border: 2px solid #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

    margin-left: 10px;

}

.topbar-two__sidemenu-nav-line {

    width: 22px;

    height: 1px;

    background-color: #1F2C22;

    display: block;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.topbar-two__sidemenu-nav-line:nth-child(even) {

    margin-top: 6px;

    margin-bottom: 6px;

}

.topbar-two__sidemenu-nav:hover {

    background-color: #1F2C22;

}

.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%);

} /** 3. header styles*/

.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 .navbar-brand {

    height: auto;

    margin: 0;

    padding: 21px 0;

    /*border-right: 1px solid #403e3f;*/

    padding-right: 40px;

}

.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: 32px 0;

    display: inline-block;

    vertical-align: middle; /* Second Level Menu */ /* Thrid Level Menu */

}

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

    padding: 0;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    position: relative;

    display: block;

}

.header-navigation ul.navigation-box > li.current > a,

.header-navigation ul.navigation-box > li:hover > a {

    color: #c1b4ac;

}

.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 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s linear;

    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s linear;

    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s linear;

    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s linear, -webkit-transform 0.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 0.4s ease;

    transition: all 0.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: #1F2C22;

    font-weight: 400;

    padding: 12px 20px;

    display: block;

    line-height: 26px;

    white-space: nowrap;

    position: relative;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.header-navigation ul.navigation-box > li > .submenu > li:hover > a {

    color: #fff;

    background: #1F2C22;

}

.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: #1F2C22;

    font-size: 20px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s linear;

    transition: opacity 0.4s ease, visibility 0.4s ease, -webkit-transform 0.4s linear;

    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s linear;

    transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s linear, -webkit-transform 0.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 0.4s ease;

    transition: all 0.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: #1F2C22;

    font-weight: 400;

    padding: 12px 20px;

    display: block;

    line-height: 26px;

    white-space: nowrap;

    position: relative;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.header-navigation ul.navigation-box > li > ul > li > .submenu > li:hover > a {

    color: #fff;

    background: #1F2C22;

}

.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 {

    /* no more nested showen */

    display: none;

}

.stricked-menu {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 999;

    background-color: #1F2C22;

    -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 0.4s ease;

    transition: all 0.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;

    border-left: 1px solid #403e3f;

    padding-left: 20px;

    margin-left: 20px;

}

.site-header__sidemenu-nav-line {

    width: 30px;

    height: 2px;

    background-color: #1F2C22;

    display: block;

}

.site-header__sidemenu-nav-line:nth-child(2) {

    margin-top: 5px;

    margin-bottom: 5px;

    width: 15px;

    -webkit-transition: all 0.3s ease;

    transition: all 0.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,.site-header__cart em,.site-header__sidemenu-nav i,.site-header__sidemenu-nav em {

    font-size: 23px;

    color: #fff;

}

.site-header__cart .count {

    width: 18px;

    height: 18px;

    background-color: #1F2C22;

    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 {

    background-color: #1F2C22;

}

.site-header__header-one .container {

    padding-right: 158px;

}

.site-header__header-two__search {

    color: #1F2C22;

    font-size: 22px;

    margin-right: 20px;

}

.site-header__header-two__search:hover {

    color: #1F2C22;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.site-header__header-two__btn {

    border: 2px solid #1F2C22;

    background-color: transparent;

    font-size: 13px;

    color: #1F2C22;

    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: #1F2C22;

}

.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: #1F2C22;

}

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

} /** 4. slider styles*/

.slider-one {

    position: relative;

}

.slider-one .item {

    overflow: hidden;

}

.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__btn {

    background-color: #fff;

    color: #1F2C22;

    margin-top: 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-one .active .slider-one__tag-line {

    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown;

    -webkit-animation-delay: 0.5s;

    animation-delay: 0.5s;

}

.slider-one .active .slider-one__title {

    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown;

    -webkit-animation-delay: 1s;

    animation-delay: 1s;

}

.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: 2s;

    animation-delay: 2s;

}

.slider-one .owl-theme .owl-nav.disabled + .owl-dots {

    margin: 0;

}

.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 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;

    transition: border 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;

    transition: border 0.4s ease, background 0.4s ease, transform 0.4s ease;

    transition: border 0.4s ease, background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;

}

.slider-one .owl-theme .owl-dots .owl-dot:hover span,

.slider-one .owl-theme .owl-dots .owl-dot.active span {

    border-color: #1F2C22;

    background-color: #1F2C22;

    -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 0.4s ease;

    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.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 0.4s ease;

    transition: all 0.4s ease;

}

.slider-one__nav-left i,.slider-one__nav-left em,

.slider-one__nav-right i,.slider-one__nav-right em {

    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-left em:after,

.slider-one__nav-right i:after,.slider-one__nav-right em: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,.slider-one__nav-right em {

    -webkit-box-orient: horizontal;

    -webkit-box-direction: reverse;

    -ms-flex-direction: row-reverse;

    flex-direction: row-reverse;

}

.slider-one__nav-right i:after,.slider-one__nav-right em:after {

    right: -5px;

}

[class*="slider-one__slider-"],

[class*="slider-two__slider-"] {

    background-color: #1F2C22;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

}

[class*="slider-one__slider-"] {

    padding-top: 435px;

    padding-bottom: 145px;

}

.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: #1F2C22;

    -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: 0.5s;

    animation-delay: 0.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 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;

    transition: border 0.4s ease, background 0.4s ease, -webkit-transform 0.4s ease;

    transition: border 0.4s ease, background 0.4s ease, transform 0.4s ease;

    transition: border 0.4s ease, background 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;

}

.slider-two .owl-theme .owl-dots .owl-dot:hover span,

.slider-two .owl-theme .owl-dots .owl-dot.active span {

    border-color: #1F2C22;

    background-color: #1F2C22;

    -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: #1F2C22;

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    z-index: 10;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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: #1F2C22;

    color: #fff;

}

.slider-two__nav-left {

    left: 2%;

}

.slider-two__nav-right {

    right: 2%;

}

[class*="slider-two__slider-"] {

    padding-top: 235px;

    padding-bottom: 265px;

} /** 5. about styles*/

.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: #1F2C22;

}

.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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.about-one__feature-link span {

    font-size: 15px;

    margin-left: 5px;

}

.about-one__feature-link:hover {

    color: #1F2C22;

}

.about-two {

    padding-top: 120px;

    padding-bottom: 120px;

}

.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: 30px;

    margin-bottom: 25px;

}

.about-two__text {

    margin: 0;

}

@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: #1F2C22;

    position: relative;

}

@media (max-width: 1199px) {

    .about-two__image {

        left: 50px;

    }

}

@media (max-width: 991px) {

    .about-two__image {

        left: 0;

        margin-top: 200px;

    }

}

@media (max-width: 480px) {

    .about-two__image {

        width: 85%;

        height: 320px;

        margin-top: 150px;

    }

}

.about-two__image-content {

    width: 370px;

    height: 320px;

    border: 2px solid #eaeaea;

    padding: 30px;

    position: absolute;

    bottom: 20px;

    left: 70px;

    -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: 9;

}

@media (max-width: 375px) {

    .about-two__image--2 {

        right: 15px;

        top: -15px;

    }

}

.about-two__image--1 {

    bottom: -30px;

    left: 100px;

    z-index: 12;

}

@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 #1F2C22;

    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #f2ebe8), to(white));

    background-image: linear-gradient(180deg, #f2ebe8 19%, white 100%);*/

    margin-right: 15px;

}

.about-two__image-content-left {

    font-size: 60px;

    color: #1F2C22;

    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: #1F2C22;

    line-height: 1em;

    font-family: "Prata";

}

.about-two__year {

    font-size: 24px;

    margin-top: 15px;

}

.about-three {

    padding-top: 120px;

    padding-bottom: 60px;

}

@media (max-width: 1199px) {

    .about-three br {

        display: none;

    }

}

.about-three__content {

    margin-bottom: 40px;

}

.about-three__content-title {

    font-size: 24px;

    color: #1F2C22;

    margin: 0;

    margin-bottom: 25px;

}

.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: #1F2C22;

    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: #1F2C22;

    font-size: 20px;

    color: #1F2C22;

}

.about-three__content-link span {

    font-size: 16px;

    color: #1F2C22;

    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: #1F2C22;

    font-size: 18px;

    padding: 12px 34px;

    font-family: "Prata";

    border: none !important;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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: #1F2C22;

    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: #1F2C22;

    font-size: 13px;

    text-transform: uppercase;

    line-height: 1em;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.about-three__tab-link:hover {

    color: #1F2C22;

}

.about-three__tab-link span {

    font-size: 15px;

} /** 6. collection styles*/

.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 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.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: #1F2C22;

    font-size: 20px;

    margin-bottom: 7px;

}

.collection-one__title a {

    color: inherit;

}

.collection-one__link {

    color: #1F2C22;

    font-size: 16px;

    text-decoration: underline;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.collection-one__link:hover {

    color: #1F2C22;

}

.collection-one__link a {

    color: inherit;

}

.collection-one__more-btn {

    padding: 12px 42px;

    margin-top: 10px;

    background-color: #1F2C22;

}

.collection-one__more-btn:hover {

    background-color: #1F2C22;

}

.collection-one__single:hover .collection-one__icon {

    top: 0;

    left: 0;

    border-color: transparent;

}

.collection-one__single:hover .collection-one__title {

    color: #1F2C22;

}

.collection-two {

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

@media (max-width: 767px) {

    .collection-two__more-links {

        margin-top: 30px;

    }

}

.collection-two__more-links:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: -webkit-filter 0.4s ease;

    transition: filter 0.4s ease;

    transition: filter 0.4s ease, -webkit-filter 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.4s ease;

}

.collection-two__title a:hover {

    color: #1F2C22;

}

.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 0.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(#1F2C22), to(rgba(48, 46, 47, 0)));

    background-image: linear-gradient(0deg, #1F2C22 0%, rgba(48, 46, 47, 0) 100%);

    opacity: 0.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 0.4s ease;

    transition: all 0.4s ease;

}

.collection-three__title a:hover {

    color: #1F2C22;

}

.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 0.4s ease;

}

.collection-three__link:hover:before {

    background-color: #1F2C22;

}

.collection-three__link span {

    position: relative;

    font-size: 36px;

    font-family: "Prata";

    color: #a5a5a5;

    transition: all 0.4s ease;

}

.collection-three__link:hover span {

    color: #fff;

}

.collection-three__more-link {

    display: inline-block;

    font-size: 13px;

    text-transform: uppercase;

    color: #1F2C22;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    margin-top: 30px;

}

.collection-three__more-link:hover {

    color: #1F2C22;

}

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

} /* collection search */

@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: #1F2C22;

    color: #fff;

}

.collection-search__btn:hover {

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.collection-four__single:hover {

    background-color: #f2ebe8;

    border-color: #f2ebe8;

}

.collection-four__single:hover .collection-four__link {

    border-color: #1F2C22;

    background-color: #1F2C22;

    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: #1F2C22;

}

@media (max-width: 1199px) {

    .collection-four__title {

        font-size: 18px;

    }

}

.collection-four__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.collection-four__title a:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.4s ease;

    opacity: 0;

}

.collection-four__link:hover {

    border-color: #1F2C22;

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #1F2C22;

}

.collection-two__collection-page .collection-two__title {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: -webkit-filter 0.4s ease;

    transition: filter 0.4s ease;

    transition: filter 0.4s ease, -webkit-filter 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;

}

.collection-six__cat {

    margin: 0;

    color: #777777;

    font-size: 16px;

    line-height: 1em;

    margin-bottom: 10px;

}

.collection-six__title {

    margin: 0;

    color: #1F2C22;

    font-size: 20px;

}

.collection-six__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.collection-six__title a:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.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: #1F2C22;

    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: #1F2C22;

    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: #1F2C22;

    line-height: 65px;

}

.collection-details {

    padding-top: 120px;

    padding-bottom: 120px;

}

.collection-details__title {

    margin: 0;

    color: #1F2C22;

    font-size: 44px;

}

.collection-details-subtitle {

    margin: 0;

    color: #1F2C22;

    font-size: 24px;

}

.collection-details__text {

    margin: 0;

}

.collection-details__link {

    color: #1F2C22;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.collection-details__link:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

    margin-bottom: 40px;

}

.collection-details__sidebar-title span {

    border-bottom: 2px solid #1F2C22;

}

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

	width: 100%;

    position: relative;

    font-family: "Prata";

    font-size: 15px;

    color: #1F2C22;

}

@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: #1F2C22;

}

@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 0.4s ease;

    transition: all 0.4s ease;

}

.collection-details__sidebar-social a a:hover {

    background-color: #1F2C22;

    border-color: #1F2C22;

    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%;

	    max-width: 99px;

}



















.collection-details__author-name {

    margin: 0;

    color: #1F2C22;

    font-size: 20px;

}

.collection-details__author-designation {

    margin: 0;

    color: #1F2C22;

}

.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: #1F2C22;

    font-size: 13px;

}

.collection-details__author-link i {

    margin-left: 5px;

    font-style: none;

    font-size: 15px;

} /** 7. venue styles*/

.venue-one {

    padding-top: 117.5px;

    padding-bottom: 117.5px;

    background-color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.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: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.venue-one__contact a:hover {

    color: #fff;

}

.venue-two {

    padding-top: 120px;

    padding-bottom: 120px;

    background-color: #fff;

}

@media (max-width: 767px) {

    .venue-two {

        padding-bottom: 60px;

    }

}

.venue-two .container {

    position: relative;

}

.venue-two__block-title {

    margin: 0;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #1F2C22;

    border-color: #1F2C22;

    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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.venue-two__contact a:hover {

    color: #1F2C22;

}

.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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: #1F2C22;

    color: #fff;

}

.venue-two__btn:hover {

    background-color: #1F2C22;

    color: #fff;

} /** 8. blog styles*/

.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: -webkit-filter 0.4s ease, -webkit-transform 0.4s ease;

    transition: filter 0.4s ease, transform 0.4s ease;

    transition: filter 0.4s ease, transform 0.4s ease, -webkit-filter 0.4s ease, -webkit-transform 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-one__meta a:hover {

    color: #1F2C22;

}

.blog-one__title {

    margin: 0;

    font-size: 18px;

    line-height: 28px;

    color: #1F2C22;

    margin-bottom: 20px;

}

.blog-one__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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: #1F2C22;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    text-transform: uppercase;

    line-height: 1em;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.blog-one__link span {

    font-size: 15px;

    margin-left: 5px;

}

.blog-one__link:hover {

    color: #1F2C22;

}

.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: #1F2C22;

}

.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;

    -webkit-transform-origin: center center;

    transform-origin: center center;

}

.blog-two__title {

    font-size: 20px;

    line-height: 32px;

    margin: 0;

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-two__title a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    text-transform: uppercase;

    line-height: 1em;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.blog-two__link span {

    font-size: 15px;

    margin-left: 5px;

}

.blog-two__link:hover {

    color: #1F2C22;

}

.blog-two__date {

    font-size: 16px;

    color: #9c9c9c;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.blog-two__date:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-two__meta a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

}

.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;

    -webkit-transform-origin: center center;

    transform-origin: center center;

}

.blog-three__title {

    font-size: 20px;

    line-height: 32px;

    margin: 0;

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-three__title a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    text-transform: uppercase;

    line-height: 1em;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    margin-top: 35px;

}

.blog-three__link span {

    font-size: 15px;

    margin-left: 5px;

}

.blog-three__link:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-three__meta a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-three__date:hover {

    color: #1F2C22;

}

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

    }

}

.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: #1F2C22;

}

.blog-grid .blog-one__image > img {

    opacity: 1;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.blog-grid .blog-one__single:hover .blog-one__image > img {

    opacity: 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-four__meta a:hover {

    color: #1F2C22;

}

.blog-four__meta span {

    margin-left: 3px;

    margin-right: 3px;

}

.blog-four__title {

    font-size: 30px;

    line-height: 32px;

    margin: 0;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-four__title a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.blog-four__social a {

    margin-left: 10px;

}

.blog-four__social a:hover {

    background-color: #1F2C22;

    border-color: #1F2C22;

    color: #fff;

}

.blog-four__content {

    padding-top: 32px;

}

.blog-four__btn {

    padding: 12px 42px;

    background-color: #1F2C22;

}

.blog-four__btn:hover {

    background-color: #1F2C22;

}

.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: #1F2C22;

    margin-top: 20px;

    margin-bottom: 20px;

    line-height: 36px;

}

.blog-details__title {

    font-size: 24px;

    margin: 0;

    color: #1F2C22;

    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: #1F2C22;

    border-radius: 50%;

    position: absolute;

    top: 10px;

    left: 0;

}

.blog-details__tags {

    margin: 0;

    font-family: "Prata";

    font-size: 12px;

    color: #1F2C22;

    margin-top: 20px;

    margin-bottom: 30px;

}

.blog-details__tags a {

    font-family: "Muli";

    color: #777777;

    font-size: 16px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.blog-details__tags a:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.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: #1F2C22;

    border-color: #1F2C22;

    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: #1F2C22;

    font-size: 20px;

    margin-top: 10px;

}

[class*="blog-details__nav__"] h3 a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

[class*="blog-details__nav__"] h3 a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    font-size: 24px;

    margin-bottom: 30px;

}

.blog-details__comment-name {

    margin: 0;

    font-size: 16px;

    color: #1F2C22;

}

.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: #1F2C22;

    font-size: 13px;

    text-transform: uppercase;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.blog-details__comment-link:hover {

    color: #1F2C22;

}

.blog-details__comment-link span {

    margin-left: 5px;

    font-size: 15px;

} /** 9. event styles*/

.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: #1F2C22;

    text-transform: uppercase;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

@media (max-width: 767px) {

    .event-one__more-links {

        margin-top: 30px;

    }

}

.event-one__more-links:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.event-one__single:hover {

    background-color: #1F2C22;

}

.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: #1F2C22;

}

@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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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: #1F2C22;

    font-family: "Prata";

    line-height: 1em;

    margin-right: 20px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-one__date-text {

    font-size: 18px;

    text-transform: uppercase;

    color: #777777;

    font-family: "Prata";

    line-height: 1em;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-one__date span {

    display: block;

    line-height: 1em;

    margin-bottom: 7px;

}

.event-one__title {

    font-size: 20px;

    color: #1F2C22;

    margin: 0;

    margin-top: 10px;

}

.event-one__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-one__title a:hover {

    color: #fff;

}

.event-one__btn {

    background-color: #1F2C22;

    padding: 10px 36px;

    color: #fff;

}

.event-one__btn:hover {

    background-color: #fff;

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.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: #1F2C22;

    font-size: 16px;

    line-height: 1em;

    padding-left: 30px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-one__list li + li {

    margin-top: 20px;

}

.event-one__list li i {

    font-size: 16px;

    color: #1F2C22;

    position: absolute;

    top: 5px;

    left: 0;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-one__list li span {

    display: block;

    color: #777777;

    font-family: "Prata";

    line-height: 1em;

    margin-bottom: 8px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-two {

    background-color: #fff;

    background-image: url(../images/background/event-bg-1-1.jpg);

    background-position: top left;

}

.event-two__main {

    padding-top: 120px;

    padding-bottom: 120px;

    position: relative;

}

@media (max-width: 480px) {

    .event-two__main {

        padding-top: 0;

    }

}



.funfact-one__icon { color: #fff !important }



.event-two__main:before {

    content: "";

    position: absolute;

    top: 0;

    left: 85px;

    width: 100000px;

    height: 100%;

    background-color: rgba(62, 86, 66, .3);

}

@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: 50px;

    color: #1F2C22;

    font-family: "Prata";

    line-height: 1em;

    margin-right: 20px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-two__date-text {

    font-size: 18px;

    text-transform: uppercase;

    color: #777777;

    font-family: "Prata";

    line-height: 1em;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-two__date span {

    display: block;

    line-height: 1em;

    margin-bottom: 7px;

}

.event-two__title {

    margin: 0;

    color: #1F2C22;

    font-size: 20px;

    margin-top: 20px;

    margin-bottom: 10px;

}

.event-two__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-two__title a:hover {

    color: #1F2C22;

}

.event-two__text {

    margin: 0;

    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: #1F2C22;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    margin-top: 20px;

}

.event-two__link:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;

    z-index: 10;

    color: #1F2C22;

}

.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: #1F2C22;

    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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;

}

.event-two__price span {

    color: #1F2C22;

    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: #1F2C22;

    font-size: 13px;

    text-transform: uppercase;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-two__more-link:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    font-size: 20px;

    font-family: "Prata";

    position: relative;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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,.event-two__list li a em {

    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,.event-two__list li a em:after {

    content: "";

    width: 50px;

    height: 1px;

    background-color: #fff;

}

.event-two__list li a:hover,

.event-two__list li a.active {

    border-color: #1F2C22 !important;

    background-color: #1F2C22 !important;

    color: #fff !important;

}

.event-two__list li a:hover i,.event-two__list li a:hover em,

.event-two__list li a.active i,.event-two__list li a.active em {

    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: #1F2C22;

    background-color: transparent;

}

.event-sorting__tab-content {

    text-align: center;

}

.event-sorting__tab-content input[type="text"] {

    margin: 0;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.event-three__title a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    line-height: 24px;

    padding-left: 10px;

    padding-right: 10px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-three__cat:hover {

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #1F2C22;

}

@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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;

}

.event-three__btn .hover-text {

    opacity: 0;

}

.event-three__btn:hover {

    background-color: #1F2C22;

}

.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: #1F2C22;

    font-family: "Prata";

    font-size: 16px;

}

.event-three__list p {

    margin: 0;

    font-size: 16px;

}

.event-three__list p i {

    color: #1F2C22;

}

.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: #1F2C22;

    margin: 0;

    margin-bottom: 10px;

}

.event-four__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-four__title a:hover {

    color: #1F2C22;

}

.event-four__cat {

    position: absolute;

    top: 20px;

    right: 20px;

    background-color: #fff;

    text-transform: uppercase;

    font-size: 13px;

    color: #1F2C22;

    line-height: 24px;

    padding-left: 10px;

    padding-right: 10px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-four__cat:hover {

    background-color: #1F2C22;

    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 0.4s ease;

    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.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: #1F2C22;

    text-align: center;

    line-height: 50px;

}

@media (max-width: 375px) {

    .event-four__btn {

        font-size: 12px;

    }

}

.event-four__btn:hover {

    background-color: #1F2C22;

}

.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: #1F2C22;

    font-family: "Prata";

    font-size: 16px;

}

.event-four__list p {

    margin: 0;

    font-size: 16px;

}

.event-four__list p i {

    color: #1F2C22;

}

.event-four .post-pagination {

    margin-top: 10px;

}

.event-details {

    padding: 120px 0;

}

.event-details__form {

    background-color: #1F2C22;

    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 {

    /* Chrome/Opera/Safari */

    color: #a19b9d;

}

.event-details__form input[type="text"]:not(.quantity-spinner)::-moz-placeholder,

.event-details__form textarea::-moz-placeholder {

    /* Firefox 19+ */

    color: #a19b9d;

}

.event-details__form input[type="text"]:not(.quantity-spinner):-ms-input-placeholder,

.event-details__form textarea:-ms-input-placeholder {

    /* IE 10+ */

    color: #a19b9d;

}

.event-details__form input[type="text"]:not(.quantity-spinner):-moz-placeholder,

.event-details__form textarea:-moz-placeholder {

    /* Firefox 18- */

    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: #1F2C22;

}

.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: #1F2C22;

}

@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: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

    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: #1F2C22;

    font-size: 13px;

    line-height: 1em;

}

.event-details__contact p {

    margin: 0;

}

.event-details__contact p a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.event-details__contact p a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.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: #1F2C22;

    margin: 0;

    margin-top: 10px;

    font-size: 20px;

} /** 10. testimonials styles*/

.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: #1F2C22;

    margin-bottom: 10px;

}

.testimonials-one__designation {

    margin: 0;

    color: #1F2C22;

    line-height: 1em;

    font-size: 16px;

}

.testimonials-one__text {

    font-size: 24px;

    line-height: 40px;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.testimonials-one .owl-theme .owl-dots .owl-dot:hover span,

.testimonials-one .owl-theme .owl-dots .owl-dot.active span {

    background-color: #1F2C22;

    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: #1F2C22;

    line-height: 1em;

    margin: 0;

    margin-top: 20px;

    margin-bottom: 10px;

}

.testimonials-two__designation {

    font-size: 16px;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #1F2C22;

    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: #1F2C22;

}

.testimonials-two__stars i + i {

    margin-left: 4px;

}

.testimonials-two__single:hover .testimonials-two__qoute {

    border-color: #1F2C22;

    background-color: #1F2C22;

    background-image: url(../images/resources/testi-qoute-2-hvr.png);

} /** 11. cta styles*/

.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 .container {

    position: relative;

    padding-top: 120px;

    padding-bottom: 120px;

}

.cta-one__person {

    position: absolute;

    bottom: 0;

    right: -5%;

}

@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: #1F2C22;

    display: block;

}

.cta-one__title {

    font-size: 36px;

    line-height: 49px;

    margin: 0;

    color: #1F2C22;

    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: #1F2C22;

    font-size: 13px;

}

.cta-one__link {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    margin-top: 45px;

    font-size: 13px;

    color: #1F2C22;

    text-transform: uppercase;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.cta-one__link:hover {

    color: #1F2C22;

}

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

    background-image: none;

}

.cta-one__donation-page .cta-one__text {

    margin: 0;

}

.cta-one__donation-page .cta-one__text span {

    color: #1F2C22;

}

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

    }

} /** 12. funfact styles*/

.funfact-one {

    background-color: #1F2C22;

    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: #1F2C22;

    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;

    }

} /** 13. search-popup styles*/

.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 0.7s ease;

    transition: -webkit-transform 0.7s ease;

    transition: transform 0.7s ease;

    transition: transform 0.7s ease, -webkit-transform 0.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: 0.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: #1F2C22;

    font-size: 18px;

    background-color: white;

    padding-left: 30px;

}

.search-popup__form input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #1F2C22;

}

.search-popup__form input::-moz-placeholder {

    /* Firefox 19+ */

    color: #1F2C22;

}

.search-popup__form input:-ms-input-placeholder {

    /* IE 10+ */

    color: #1F2C22;

}

.search-popup__form input:-moz-placeholder {

    /* Firefox 18- */

    color: #1F2C22;

}

.search-popup__form button[type="submit"] {

    border: none;

    outline: none;

    width: 60px;

    height: 60px;

    color: #fff;

    background-color: #1F2C22;

    cursor: pointer;

    position: absolute;

    top: 50%;

    right: 15px;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.search-popup__form button[type="submit"]:hover {

    background-color: #1F2C22;

    color: #1F2C22;

} /** 14. footer styles*/

.site-footer {

    background-color: #1F2C22;

    /*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: #c1b4ac;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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;*/

    margin-top: 20px;

}

.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: #3E5642;

    position: absolute;

    top: 0;

    left: 0;

}

.site-footer__form-icon i,.site-footer__form-icon em {

    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 {

    /* Chrome/Opera/Safari */

    color: #777777;

}

.site-footer__form input::-moz-placeholder {

    /* Firefox 19+ */

    color: #777777;

}

.site-footer__form input:-ms-input-placeholder {

    /* IE 10+ */

    color: #777777;

}

.site-footer__form input:-moz-placeholder {

    /* Firefox 18- */

    color: #777777;

}

.site-footer__form button[type="submit"] {

    border: none;

    /*outline: none;*/

    background-color: transparent;

    font-size: 19px;

    color: #777777;

    position: absolute;

    top: 30px;

    right: 30px;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}

.site-footer__social {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    text-align: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    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,.site-footer__social a em {

    font-size: 16px;

    color: #847a7d;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.site-footer__social a i:hover,.site-footer__social a em:hover {

    color: #1F2C22;

}

.site-footer__social a i.egypt-icon-play,.site-footer__social a em.egypt-icon-play {

    width: 16px;

    height: 16px;

    font-size: 7px;

    color: #1F2C22;

    text-align: center;

    line-height: 16px;

    border-radius: 2px;

    background-color: #847a7d;

    display: inline-block;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.site-footer__social a i.egypt-icon-play:hover,.site-footer__social a em.egypt-icon-play:hover  {

    color: #1F2C22;

    background-color: #1F2C22;

}

.site-footer-two {

    background-color: #292728;

}

.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: 40px;

    border-bottom: 1px solid #393838;

}

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

    font-size: 17px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.site-footer-two__menu ul li a:hover {

    color: #1F2C22;

}

.site-footer-two__copy {

    margin: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    color: #a19b9d;

    font-size: 16px;

}

.site-footer-two__copy a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.site-footer-two__copy a:hover {

    color: #fff;

}

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

    padding-top: 13.5px;

    padding-bottom: 13.5px;

    border-left: 1px solid #393838;

}

.site-footer-two__language i {

    font-size: 15px;

    color: #828282;

    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: #a19b9d;

    text-transform: uppercase;

    border: none;

    width: 33px;

}

.site-footer-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%);

}

.site-footer-two .site-footer__social {

    margin: 0;

}

.site-footer-two__bottom {

    padding-top: 22px;

    padding-bottom: 22px;

} /** 15. video styles*/

.video-one {

    position: relative;

    background-image: url(../images/background/video-bg-1-1.jpg);

    background-position: center center;

    background-size: cover;

    background-repeat: no-repeat;

    background-attachment: fixed;

    padding-top: 110px;

    padding-bottom: 120px;

    margin-bottom: 120px;

}

.video-one:before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-image: -webkit-gradient(linear, right top, left top, from(#1F2C22), color-stop(82%, #1F2C22));

    background-image: linear-gradient(-90deg, #1F2C22 0%, #1F2C22 82%);

    opacity: 0.95;

}













.video-one:after {

    content: "";

    position: absolute;

    top: 100%;

    left: 0;

    width: 100%;

    height: 30px;

    /*background-image: url(../images/resources/video-decor-1-1.png);*/

    background-repeat: repeat-x;

}













.video-one__content {

    padding-right: 100px;

}

@media (max-width: 1199px) {

    .video-one__content {

        padding-right: 0;

    }

}

.video-one__title {

    margin: 0;

    color: #fff;

    font-size: 44px;

    line-height: 60px;

}

.video-one__list {

    margin: 0;

    margin-top: 45px;

    margin-bottom: 50px;

}

.video-one__list li {

    position: relative;

    color: #ffffff;

    font-size: 18px;

    font-weight: bold;

    padding-left: 50px;

}

.video-one__list li + li {

    margin-top: 20px;

}

.video-one__list li i {

    font-size: 28px;

    color: #fff;

    position: absolute;

    top: 50%;

    left: 0;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

}

.video-one__btn {

    width: 100%;

    font-size: 13px;

    text-align: center;

    padding-top: 15px;

    padding-bottom: 15px;

    background-color: #fff;

    color: #1F2C22;

}

.video-one .container {

    position: relative;

}

.video-one__box {

    position: absolute;

    top: 120px;

    left: 120px;

    z-index: 10;

}

@media (max-width: 1700px) {

    .video-one__box {

        left: 0;

    }

}

@media (max-width: 1440px) {

    .video-one__box {

        left: -100px;

    }

}

@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;

    }

    .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 0.4s ease;

}

.video-one__play-btn:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.video-two__btn:hover {

    color: #1F2C22;

}

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

} /** 16. exhibhition styles*/

.exhibhition-one {

    padding-top: 120px;

    padding-bottom: 90px;

    background-color: #1F2C22;

    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: #1F2C22;

    margin-right: 10px;

}

.exhibhition-one__btn {

    border-style: solid;

    border-width: 1px;

    border-color: #3E5642;

    border-radius: 4px;

    background-color: #3E5642;

    padding: 8px 27px;

}

.exhibhition-one__btn:hover {

    background-color: #2D4031;

    border-color: #2D4031;

}

.exhibhition-one__title {

    margin: 0;

    font-size: 20px;

    color: #fff;

    line-height: 30px;

       margin-bottom: 28px;

    margin-top: 23px;

}

.exhibhition-one__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.exhibhition-one__title a:hover {

    color: #1F2C22;

}





.exhibhition-one__category {

    display: inline-block;

    margin: 0;

    color: #cccccc;

    font-size: 16px;

    line-height: 1em;

    margin-top: 20px;

    margin-bottom: 10px;

}





.exhibhition-one__image {

    -webkit-transition: -webkit-box-shadow 0.4s ease;

    transition: -webkit-box-shadow 0.4s ease;

    transition: box-shadow 0.4s ease;

    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.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 0.4s ease;

    transition: -webkit-transform 0.4s ease;

    transition: transform 0.4s ease;

    transition: transform 0.4s ease, -webkit-transform 0.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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 #1F2C22;

    position: absolute;

    z-index: 10;

    -webkit-transform: perspective(40px) translateZ(-20px);

    transform: perspective(40px) translateZ(-20px);

    opacity: 0;

    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease;

    transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.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: #1F2C22;    margin-top: 20px;

}

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

    border: 1px solid #e4e4e4;

    color: #fff;

}

.exhibhition-one__page .exhibhition-one__btn:hover {

    background-color: #1F2C22;

    border-color: #1F2C22;

    color: #fff;

}

.exhibhition-one__more-link {

    display: inline-block;

}

.exhibhition-one__more-link i {

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.exhibhition-one__more-link span {

    color: #1F2C22;

    font-size: 13px;

    display: block;

    line-height: 1em;

    margin-top: 20px;

}

.exhibhition-one__more-link:hover i {

    background-color: #1F2C22;

}

.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: #1F2C22;

    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;

} /** 17. inner-banner styles*/

.inner-banner {

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center center;

    background-image: url(../images/background/inner-banner-bg-1-1.jpg);

}

.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 .container {

    padding-top: 157px;

    padding-bottom: 126px;

    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: #1F2C22;

    font-weight: 400;

    text-transform: capitalize;

}

.thm-breadcrumb__two li a {

    color: #777777;

}

.thm-breadcrumb__two li + li:before {

    color: #777777;

} /** 18. team styles*/

.team-one {

    padding-top: 120px;

    padding-bottom: 90px;

}

.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: #1F2C22;

    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 {

    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;

    border: 1px solid #e4e4e4;

    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.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 0.4s ease;

    transition: all 0.4s ease;

}

.team-one__social-links a:hover {

    color: #1F2C22;

}

.team-one__social-links a + a {

    border-left: 1px solid #e4e4e4;

}

.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: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.team-two__link:hover {

    color: #1F2C22;

} /** 19. team styles*/

.team-one {

    padding-top: 120px;

    padding-bottom: 90px;

}

.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: #1F2C22;

    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 {

    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;

    border: 1px solid #e4e4e4;

    -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.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 0.4s ease;

    transition: all 0.4s ease;

}

.team-one__social-links a:hover {

    color: #1F2C22;

}

.team-one__social-links a + a {

    border-left: 1px solid #e4e4e4;

}

.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: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.team-two__link:hover {

    color: #1F2C22;

} /** 20. department styles*/

.department-one {

    background-color: #f2ebe8;

    padding-top: 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: #1F2C22;

    font-size: 16px;

    line-height: 28px;

    font-family: "Prata";

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.department-one__list li a:hover {

    color: #1F2C22;

}

.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: 0.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 0.4s ease;

    transition: all 0.4s ease;

}

.department-one__carrer-link:hover {

    color: #1F2C22;

}

.department-one__carrer-link span {

    font-size: 15px;

} /** 21. contact styles*/

.contact-map-one {

    padding-top: 60px;

    padding-bottom: 60px;

}

.contact-map-one .google-map__home {

    width: 100%;

    border: none;

    height: 500px;

    display: block;

}

.contact-one {

    padding-top: 120px;

}

.contact-one__btn {

    background-color: #1F2C22;

    color: #fff;

    margin-top: 20px;

}

.contact-one__btn:hover {

    background-color: #1F2C22;

    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;

}

.contact-one__field textarea {

    height: 136px;

    padding-top: 15px;

}

.contact-one__field label {

    margin: 0;

    color: #1F2C22;

    font-family: "Prata";

    font-size: 14px;

}

.contact-one__title {

    margin: 0;

    font-size: 20px;

    color: #1F2C22;

    margin-bottom: 15px;

}

.contact-one__text {

    margin: 0;

    color: #777777;

    font-size: 16px;

    line-height: 24px;

}

.contact-one__text a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.contact-one__text a:hover {

    color: #1F2C22;

}

.contact-one__text + .contact-one__text {

    margin-top: 10px;

}

.contact-one__list {

    margin: 0;

    border-left: 1px solid #e4e4e4;

    padding-left: 30px;

    margin-left: -15px;

}

@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: 13px;

}

.contact-one__list-name {

    width: 80px;

    font-size: 16px;

       color: #777777;

    text-transform: none;

    position: relative;

    display: inline-block;

    margin-right: 25px;

    line-height: 1em;

}

.contact-one__list-colon {

    font-size: 16px;

    color: #777777;

    position: absolute;

    top: 50%;

    right: 0;

    -webkit-transform: translateY(-55%);

    transform: translateY(-55%);

    display: block;

}

.contact-one__content {

    margin-top: 40px;

}

.contact-one__main,

.contact-one__form {

    margin-bottom: 60px;

} /* donation form */

.donation-form {

    padding-bottom: 120px;

}

.donation-form .inner-container {

    padding: 60px 40px;

    border-style: solid;

    border-width: 1px;

    border-color: #e4e4e4;

}

@media (max-width: 480px) {

    .donation-form .inner-container {

        padding-left: 15px;

        padding-right: 15px;

    }

}

.donation-form__title {

    margin: 0;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #1F2C22;

    background-color: #1F2C22;

}

.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 {

    /* Chrome/Opera/Safari */

    color: #777777;

}

.donation-form__form input::-moz-placeholder {

    /* Firefox 19+ */

    color: #777777;

}

.donation-form__form input:-ms-input-placeholder {

    /* IE 10+ */

    color: #777777;

}

.donation-form__form input:-moz-placeholder {

    /* Firefox 18- */

    color: #777777;

}

.donation-form__form-btn {

    background-color: #1F2C22;

    color: #fff;

}

.donation-form__form-btn:hover {

    color: #fff;

    background-color: #1F2C22;

}

.donation-form__tab {

    width: 100%;

    max-width: 570px;

    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 {

    padding-top: 120px;

    padding-bottom: 60px;

}

.login-form__title {

    margin: 0;

    color: #1F2C22;

    font-size: 24px;

    margin-bottom: 25px;

}

.login-form__form {

    margin-bottom: 60px;

}

.login-form__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;

}

.login-form__form input::-webkit-input-placeholder {

    /* Chrome/Opera/Safari */

    color: #777777;

}

.login-form__form input::-moz-placeholder {

    /* Firefox 19+ */

    color: #777777;

}

.login-form__form input:-ms-input-placeholder {

    /* IE 10+ */

    color: #777777;

}

.login-form__form input:-moz-placeholder {

    /* Firefox 18- */

    color: #777777;

}

.login-form__field {

    position: relative;

}

.login-form__field i {

    position: absolute;

    top: 50%;

    -webkit-transform: translateY(-50%);

    transform: translateY(-50%);

    font-size: 14px;

    color: #b5b5b5;

    right: 20px;

}

.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__social a {

    border-style: solid;

    border-width: 1px;

    border-color: #e4e4e4;

    border-radius: 50%;

    width: 50px;

    height: 50px;

    text-align: center;

    line-height: 48px;

    font-size: 14px;

    color: #9c9c9c;

    margin-left: 10px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.login-form__social a:hover {

    background-color: #1F2C22;

    border-color: #1F2C22;

    color: #fff;

}

.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: #1F2C22;

    color: #fff;

}

.login-form__btn span {

    margin-left: 10px;

    font-size: 15px;

}

.login-form__btn:hover {

    background-color: #1F2C22;

    color: #fff;

}

.login-form__btn-two {

    background-color: #1F2C22;

    color: #fff;

}

.login-form__btn-two:hover {

    background-color: #1F2C22;

    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: #1F2C22;

    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: #e4e4e4;

}

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

} /** 22. visit styles*/

.plan-visit {

    padding-top: 25px;

    padding-bottom: 120px;

    background-color: rgba(62, 86, 66, .2);

}

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

    margin-bottom: 80px;

    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: #1F2C22;

    padding: 25px 30px;

    border-color: transparent !important;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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: #1F2C22 !important;

    border-bottom: 1px solid #1F2C22 !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: #1F2C22;

    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: #1F2C22;

}

.plan-visit__subtitle {

    margin: 0;

    color: #1F2C22;

    font-size: 20px;

    margin-bottom: 15px;

}

.plan-visit__text {

    margin: 0;

    font-size: 16px;

    line-height: 26px;

    color: #777777;

}

.plan-visit__text span {

    color: #1F2C22;

}

.plan-visit__text a {

    color: #1F2C22;

    text-decoration: underline;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.plan-visit__text a:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

    border-color: #1F2C22;

}

.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: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #1F2C22;

}

.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: #1F2C22;

    padding: 10px 0px;

    border-color: transparent !important;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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: #1F2C22 !important;

    border-bottom: 1px solid #1F2C22 !important;

}

.plan-visit__tab-main-image {

    width: 100%;

} /** 23. pricing styles*/

.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: #1F2C22;

    font-size: 20px;

    margin: 0;

    line-height: 1em;

}

.pricing-one__amount {

    color: #1F2C22;

    font-size: 48px;

    font-family: "Prata";

    margin: 0;

    line-height: 1em;

    margin-bottom: 5px;

    margin-top: 20px;

}

.pricing-one__time {

    color: #1F2C22;

    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: #1F2C22;

    background-color: #fff;

    padding: 10px 31px;

    margin-top: 20px;

}

.pricing-one__btn:hover {

    border-color: #1F2C22;

    background-color: #1F2C22;

    color: #fff;

} /** 24. faq styles*/

.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: #1F2C22;

}

.faq-page__accrodion .accrodion.active .accrodion-title h4:before {

    content: "-";

    font-size: 48px;

    color: #1F2C22;

}

.faq-page__accrodion .accrodion-title {

    cursor: pointer;

}

.faq-page__accrodion .accrodion-title h4 {

    margin: 0;

    font-size: 20px;

    color: #1F2C22;

    position: relative;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.4s ease;

    opacity: 0;

}

.faq-page .nav-tabs .nav-link.active,

.faq-page .nav-tabs .nav-link:hover {

    color: #1F2C22;

    padding-left: 15px;

}

.faq-page .nav-tabs .nav-link.active:before,

.faq-page .nav-tabs .nav-link:hover:before {

    opacity: 1;

} /** 25. checkout styles*/

.checkout-one {

    padding: 120px 0;

}

.checkout-one__title {

    margin: 0;

    color: #1F2C22;

    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 {

    /* Chrome/Opera/Safari */

    color: #777777;

}

.checkout-one__form input::-moz-placeholder {

    /* Firefox 19+ */

    color: #777777;

}

.checkout-one__form input:-ms-input-placeholder {

    /* IE 10+ */

    color: #777777;

}

.checkout-one__form input:-moz-placeholder {

    /* Firefox 18- */

    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: #1F2C22;

    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: #1F2C22;

}

.checkout-one__price-name span {

    background-color: #fff;

    padding-right: 20px;

    position: relative;

    z-index: 10;

}

.checkout-one__price-amount {

    font-size: 16px;

    color: #1F2C22;

    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: #1F2C22;

}

.checkout-one__total-amount {

    font-size: 18px;

    color: #1F2C22;

    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: #1F2C22;

    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: #1F2C22;

    color: #fff;

}

.checkout-one__btn-two {

    background-color: #1F2C22;

    color: #fff;

}

.checkout-one__btn-two:hover {

    background-color: #1F2C22;

    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: #1F2C22;

    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);

} /** 26. cart styles*/

.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: #1F2C22;

}

.cart-total__text span {

    font-family: "Muli";

    color: #777777;

    font-size: 16px;

}

.cart-total__highlight {

    color: #1F2C22 !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 {

    /* Chrome/Opera/Safari */

    color: #777777;

}

.cart-update__form input::-moz-placeholder {

    /* Firefox 19+ */

    color: #777777;

}

.cart-update__form input:-ms-input-placeholder {

    /* IE 10+ */

    color: #777777;

}

.cart-update__form input:-moz-placeholder {

    /* Firefox 18- */

    color: #777777;

}

.cart-update__form .cart-update__btn {

    border: 2px solid #1F2C22;

    color: #1F2C22;

    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: #1F2C22;

    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: #1F2C22;

    margin-right: 20px;

}

@media (max-width: 425px) {

    .cart-update__btn-two {

        margin-right: 0;

        margin-bottom: 10px;

    }

}

.cart-update__btn-two:hover {

    background-color: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.cart-table .remove a:hover {

    color: #1F2C22;

}

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

} /** 27. shop styles*/

.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: #1F2C22;

    font-size: 16px;

    margin: 0;

    margin-bottom: 5px;

}

.product-one__title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.product-one__title a:hover {

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.product-one__cart-btn:hover {

    color: #fff;

    border-color: #1F2C22;

    background-color: #1F2C22;

}

.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 0.4s ease, -webkit-transform 0.4s ease;

    transition: opacity 0.4s ease, -webkit-transform 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease;

    transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;

}

.product-one__stars i {

    color: #1F2C22;

    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 products*/

.related-product {

    padding-bottom: 120px;

    padding-top: 120px;

}

.related-product__title {

    margin: 0;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.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: #1F2C22;

}

.related-product__carousel .owl-nav [class*="owl-prev"] {

    margin-right: 10px;

} /* product details */

.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 0.4s ease;

    transition: all 0.4s ease;

    position: absolute;

    top: 15px;

    right: 15px;

}

.product-details__img-popup i {

    font-size: 18px;

    color: #1F2C22;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.product-details__img-popup:hover {

    background-color: #1F2C22;

}

.product-details__img-popup:hover i {

    color: #fff;

}

.product-details__title {

    margin: 0;

    font-size: 36px;

    color: #1F2C22;

    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: #1F2C22;

    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: #1F2C22;

    margin-top: 20px;

    margin-bottom: 30px;

}

.product-details__categories a {

    font-family: "Muli";

    color: #777777;

    font-size: 16px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.product-details__categories a:hover {

    color: #1F2C22;

}

.product-details__availabelity {

    margin: 0;

    font-family: "Muli";

    color: #1F2C22;

    font-size: 16px;

    margin-top: 10px;

    margin-bottom: 40px;

}

.product-details__availabelity span {

    text-transform: uppercase;

    font-family: "Prata";

    font-size: 12px;

    color: #1F2C22;

}

.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: #1F2C22;

    color: #fff;

}

.product-details__cart-btn:hover {

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.product-details__social a {

    margin-left: 10px;

}

.product-details__social a:hover {

    background-color: #1F2C22;

    border-color: #1F2C22;

    color: #fff;

}

.product-details .accrodion + .accrodion {

    margin-top: 20px;

}

.product-details .accrodion.active .accrodion-title h4 {

    color: #1F2C22;

}

.product-details .accrodion.active .accrodion-title h4:before {

    content: "-";

    font-size: 48px;

    color: #1F2C22;

}

.product-details .accrodion-title {

    cursor: pointer;

    padding-bottom: 15px;

    border-bottom: 1px solid #e4e4e4;

}

.product-details .accrodion-title h4 {

    margin: 0;

    color: #1F2C22;

    font-size: 20px;

    position: relative;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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 0.4s ease;

    transition: all 0.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: #1F2C22;

}

.product-details__review-top-right i + i {

    margin-left: 5px;

}

.product-details__review-title {

    margin: 0;

    font-size: 18px;

    color: #1F2C22;

}

.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: #1F2C22;

    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: #1F2C22;

}

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

} /** 28. sidebar styles*/

@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: #1F2C22;

    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 {

    /* Chrome/Opera/Safari */

    color: #777777;

}

.sidebar__search-form input::-moz-placeholder {

    /* Firefox 19+ */

    color: #777777;

}

.sidebar__search-form input:-ms-input-placeholder {

    /* IE 10+ */

    color: #777777;

}

.sidebar__search-form input:-moz-placeholder {

    /* Firefox 18- */

    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: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.sidebar__cat-list li a:hover {

    color: #1F2C22;

}

.sidebar__cat-list li a:hover .sidebar__cat-list__icon:before {

    content: "-";

    color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.sidebar__cat-list__count {

    opacity: 0;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.sidebar__post-image {

    position: relative;

}

.sidebar__post-image > img {

    width: 100%;

}

.sidebar__post-date {

    position: absolute;

    top: 0;

    right: 0;

    background-color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

    line-height: 1em;

}

.sidebar__post-cata:hover {

    color: #1F2C22;

}

.sidebar__post-title {

    margin: 0;

    color: #1F2C22;

    font-size: 16px;

    line-height: 26px;

    margin-top: 10px;

    margin-bottom: 15px;

}

.sidebar__post-title a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.sidebar__post-title a:hover {

    color: #1F2C22;

}

.sidebar__post-link {

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

    color: #1F2C22;

    font-size: 12px;

    text-transform: uppercase;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

    line-height: 1em;

}

.sidebar__post-link:hover {

    color: #1F2C22;

}

.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: #1F2C22;

    border-color: #1F2C22;

}

.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 0.4s ease;

    transition: all 0.4s ease;

}

.sidebar__tags-list a:hover {

    color: #1F2C22;

    border-color: #1F2C22;

}

.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: #1F2C22;

    font-family: "Prata";

    font-size: 36px;

    opacity: 0;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

} /** 29. side-menu styles*/

.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: left center;

    transform-origin: left center;

    -webkit-transition: -webkit-transform 0.7s ease;

    transition: -webkit-transform 0.7s ease;

    transition: transform 0.7s ease;

    transition: transform 0.7s ease, -webkit-transform 0.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: 0.7;

}

.side-menu__block-inner {

    position: relative;

    width: 300px;

    height: 100vh;

    background-color: #fff;

    z-index: 999999;

    overflow-y: auto;

    padding: 20px 15px;

    position: relative;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -ms-flex-line-pack: justify;

    align-content: space-between;

}

.side-menu__block-inner .mCustomScrollBox {

    width: 100%;

}

.side-menu__block .main-navigation .submenu {

    display: none;

}

.side-menu__block__text {

    text-align: center;

}

.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: #1F2C22;

    font-size: 16px;

    position: relative;

    padding: 14px 0;

    padding-left: 15px;

    -webkit-transition: all 0.4s ease;

    transition: all 0.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: #1F2C22;

    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: #1F2C22;

}

.side-menu__block__title {

    font-size: 20px;

    color: #1F2C22;

    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: #1F2C22;

    font-size: 15px;

    position: relative;

    padding-left: 30px;

}

.side-menu__block-contact__list-item a {

    color: inherit;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.side-menu__block-contact__list-item a:hover {

    color: #1F2C22;

}

.side-menu__block-contact__list-item i {

    font-size: 17px;

    color: #1F2C22;

    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 0.4s ease;

    transition: all 0.4s ease;

}

.side-menu__block__text-copy a:hover {

    color: #1F2C22;

}

.side-menu__block__text a {

    color: #1F2C22;

    -webkit-transition: all 0.4s ease;

    transition: all 0.4s ease;

}

.side-menu__block__text a:hover {

    color: #1F2C22;

}

.footer_links ul {
    padding: 0 15px;
}

.footer_links li {
    display: inline-block;
    padding: 0 15px;
}

.footer_links a {
    color: #c1b4ac;
}






/*//////////////////////////////*/
/* listing page css start */
.listing-page-section {
    padding: 50px 0;
} 
.listing-details-section {
    padding: 30px 0;
}
.listing-page-section .listing-section-wrap {
    display: flex;
    padding: 15px;
    background-color: #f5f5f5;
}
.listing-page-section .listing-section-wrap:nth-child(2n) {
    background-color: #ffffff;
}
.listing-page-section .listing-section-wrap .listing-content-wrap {
    /*padding: 0 20px 20px;*/
    padding-left: 20px;
    width: 100%;
    overflow: hidden;
}
.listing-page-section .listing-section-wrap .listing-content-wrap h2.art-title a {
    font-size: 22px;
    letter-spacing: 0.5px;
    font-family: "Prata";
    color: #000;
    font-weight: 600;
}
.listing-page-section .listing-section-wrap .listing-content-wrap h2.art-title {
    margin-bottom: 5px;
    line-height: 25px;
}
.listing-details-page div#pjCssContainer_2919, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-teachers > .row {
    padding: 0;
}
.listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer {
    padding: 10px 0;
}
.listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer .view-details-section .row {
    width: 100%;
    height: 100%;
    display: table;
}
.listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer .view-details-section .row .col-md-12 {
    display: table-cell;
    vertical-align: middle;
}
.listing-details-section .listing-details-wrap .collection-details__title {
    margin-bottom: 30px;
}
.listing-details-section .listing-details-sidebar {
    padding-left: 50px;
}
.listing-details-section .listing-details-sidebar .pjCss-teachers {
    margin: 0 auto;
}
.listing-details-section .listing-details-wrap .row.justify-content-between:before, .listing-details-wrap .row.justify-content-between:after {
    display: none;
}
.listing-details-section .listing-details-sidebar .pjCss-class-footer .art-available .row .col-sm-4 a, .listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer .view-details-section .row a {
    margin-top: 35px;
    padding: 5px 10px;
    background-color: #1F2C22;
    color: #fff;
    border-color: #1F2C22;
}
.listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer .view-details-section .row a {
        margin: 0 auto;
}
.listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer label, .listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}
.listing-details-section .listing-details-sidebar .pjCss-class-footer .art-available .row .col-sm-4 a:focus, .form-control:focus, .listing-page-section .listing-section-wrap .listing-content-wrap .pjCss-class-footer .view-details-section .row a:hover, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer input.btn-primary:hover, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer .btn-secondary:hover, .listing-details-page #pjWrapperClassScheduling_theme1 .btn-primary:hover {
    box-shadow: 0 0 0 0.2rem rgb(31 44 34 / 50%);
    border-color: #1F2C22;
    background-color: #1F2C22;
}
.form-control:focus {
    background-color: transparent;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer a.pjCssLogin, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer label a, .listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssLoginModal a, .listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssForgotModal a {
    color: #343639;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer p strong, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-booking-row strong, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer a.pjCssLogin:hover, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer label a:hover, .listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssLoginModal a:hover, .listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssForgotModal a:hover {
    color: #777777 !important;
}
div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssLoginModal .modal-content .modal-header, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssForgotModal .modal-content .modal-header, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjNcbTermModal .modal-content .modal-header {
    position: relative;
}
div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssLoginModal .modal-content .modal-header h4#loginModalLabel, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssForgotModal .modal-content .modal-header h4#forgotModalLabel, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjNcbTermModal .modal-content .modal-header h4#myModalLabel {
    text-align: center;
    width: 100%;
}
div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssLoginModal .modal-content .modal-header button.close, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssForgotModal .modal-content .modal-header button.close, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjNcbTermModal .modal-content .modal-header button.close {
    margin: 0 auto;
}
div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssLoginModal .modal-content .modal-header button.close span, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssForgotModal .modal-content .modal-header button.close span, div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjNcbTermModal .modal-content .modal-header button.close span {
    position: absolute;
    right: 20px;
}
div.listing-details-page #pjWrapperClassScheduling_theme1 div#pjNcbTermModal .modal-dialog {
    max-width: 1000px;
    margin: 30px auto;
    width: 60%;
}
.listing-details-page div#pjWrapperClassScheduling_theme1 {
    padding: 50px 0;
}
.listing-details-page #pjWrapperClassScheduling_theme1 * {
    font-family: 'Prata' !important;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-desc, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-teachers .row .col-sm-12, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer p strong, .listing-details-page #pjWrapperClassScheduling_theme1 .modal .modal-dialog .modal-body {
    font-family: 'Muli' !important;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .listing-details-section .art-available {
    margin: 25px 0 0;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-body {
    padding: 20px 0 0;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-heading span {
    color: #1F2C22;
    border-bottom: 2px solid #1F2C22;
}
.listing-details-page #pjWrapperClassScheduling_theme1 div#pjCssContainer_9649, .listing-details-page #pjWrapperClassScheduling_theme1 .class-schedule, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer {
    padding: 0;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .collection-two__single:hover .collection-two__image > img {
    filter: none;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-body .pjCss-img-right {
    margin: 0 auto 30px 0;
    float: none;
    text-align: left;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .single-column .pjCss-class-body .pjCss-img-right{
    margin: 0 30px 0 auto;
    float: right;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .collection-two__hover a:hover, .listing-details-page #pjWrapperClassScheduling_theme1 .collection-two__hover a {
    color: #fff;
    text-decoration: none;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    color: #1F2C22 !important;
}
.listing-details-page #pjWrapperClassScheduling_theme1 i.egypt-icon-focus {font-family: 'egypt-icon' !important;}

.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer input.btn-primary, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer .btn-secondary, .listing-details-page #pjWrapperClassScheduling_theme1 .btn-secondary, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-head, .listing-details-page #pjWrapperClassScheduling_theme1 .btn-primary {
    background-color: #1F2C22;
    color: #fff;
    border-color: #1F2C22;
}
.listing-page .pagination {
    width: 100%;
    text-align: center; 
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.listing-page .pagination li.page {
    display: inline-block;
    background: #777777;
    color: #fff;
    padding: 5px 0;
    margin: 10px 5px;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class, .listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer {
    border: none;
    background: transparent;
}
.listing-page .pagination li.page a {
    color: #fff;
    padding: 5px 15px;
}
.listing-page .listing-page-section .art-image img {
    max-width: 200px;
    width: 100%;
}
.listing-page .pagination li.page:hover, .listing-page .pagination li.page.active {
    background: #1F2C22;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .single-column {
    border: none;
    padding: 0;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .single-column .listing-details-sidebar {
    padding: 0;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .single-column a.pjCssBtnBook {
    max-width: 100px;
}
.listing-details-page #pjWrapperClassScheduling_theme1 .pjCss-class-footer .col-sm-4.col-xs-4 {
    max-width: 200px;
}
#pjWrapperClassScheduling_theme1 .pjCss-class-footer label,  #pjWrapperClassScheduling_theme1 .pjCss-class-footer label>a, #pjWrapperClassScheduling_theme1 .pjCss-booking-row p>small, #pjWrapperClassScheduling_theme1 .pjCss-booking-row p, #pjWrapperClassScheduling_theme1 .pjCss-booking-row p>strong {
    font-family: 'Muli' !important;
}
/* listing page css start */


#myList li {
    display: block;
    list-style: none;
}
#loadMore {
    background-color: #000000;
    display: inline-block;
    padding: 10px 23px;
    color: #fff;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 30px;
}

#loadMore:hover, #loadMore:focus {
    background-color: #3e5642;
    color: #fff;
}