<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

* {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #000
}

b,
strong {
    font-weight: bolder;
    font-size: 16px
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h2 {
    position: relative;
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    padding: 1rem 0 1rem 0;
}

h2 em {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
}

h2 strong {
    position: relative;
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    padding: 1rem 0 1rem 0;
}

#instagram h1 {
    position: relative;
    font-family: 'Playfair Display', serif;
    margin-bottom: 3rem;
}

#instagram h1::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #c57458;
    content: "";
}

#wedding-stories h1 {
    position: relative;
    font-family: 'Playfair Display', serif;
    margin-bottom: 3rem;
}

#wedding-stories h1::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #c57458;
    content: "";
}

#wedding-book h1 {
    position: relative;
    font-family: 'Playfair Display', serif;
    margin-bottom: 3rem;
}

#wedding-book h1::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #c57458;
    content: "";
}

#offers h1 {
    position: relative;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 3rem;
}

#offers h1::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #c57458;
    content: "";
}

#latest-offers h1 {
    position: relative;
    font-size: 32px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 3rem;
}

#latest-offers h1::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 80px;
    height: 2px;
    background: #c57458;
    content: "";
}

.block ul {
    margin: 30px 0 30px 15px;
    list-style: none;
}

.block ul li {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #444 !important;
    font-weight: 300;
    padding: 0.2rem;
}

.block ul li em {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #444 !important;
    font-weight: 300;
}

.block ul li:before {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 2px;
    background: #444444;
    left: -32px;
    top: 12px;
}

ol {
    counter-reset: li-counter;
    margin: 30px 0 30px 15px;
    color: #444;
}

ol li {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    color: #444 !important;
    font-weight: 300;
    display: block;
    padding-bottom: 1rem;
}

ol li:before {
    position: absolute;
    top: 5px;
    left: -43px;
    content: counter(li-counter);
    counter-increment: li-counter;
    color: #444444;
    padding: 1px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #444444;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
    font-weight: 500;
}

section .container {
    padding-bottom: 30px;
    margin-bottom: 60px;
}

#page-content .container {
    border-bottom: solid 0 #f3f3f3;
}

#page-banner .container {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 0;
}

#page-breadcrumb .container {
    margin-bottom: 0;
    border-bottom: unset;
}

#page-breadcrumb .container .row {
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}

#wedding-content .container {
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    border: none;
}

header {
    position: relative;
    margin-bottom: 20px;
}

header .container {
    position: relative;
}

header .logo {
    left: 10px;
    bottom: 0;
    z-index: 2;
    position: absolute;
    width: 310px;
}

#menu .border-bottom {
    border-bottom: 1px solid #f3f3f3 !important;
}

.top-social {
    margin: 0;
    padding: 0;
}

.top-social li {
    line-height: 48px;
    list-style: none;
    display: inline-block;
    margin-left: 5px;
}

.top-social a {
    color: #707070;
    font-size: 12px;
}

.top-social a:hover {
    color: #cd5e2d;
    text-decoration: none;
}

.top-social li a i {
    font-size: 22px;
    color: #444;
}

.top-social .brown {
    color: #c57458;
}
.top-social .brown2 {
    color: #c57458;
    font-size: 1rem;
}
.top-user-menu {
    margin: 30px 0 0 0;
    padding: 0;
}

.top-user-menu li {
    margin-left: 15px;
    line-height: 48px;
    list-style: none;
    display: inline-block;
}

.top-user-menu a {
    color: #707070 !important;
    font-size: 12px;
    text-transform: uppercase;
}

.top-user-menu a:hover {
    color: #c57458;
    text-decoration: none;
}
.top-user-menu em {
    color: #707070 !important;
    font-size: 12px;
    text-transform: uppercase;
    font-style: normal;
}

.top-user-menu em:hover {
    color: #c57458; !important;
    text-decoration: none;
}
.top-user-menu li a i,
.top-user-menu li i {
    font-size: 18px;
    color: #444;
}

.top-user-menu li:last-child {
    margin-left: 0;
}

.top-user-menu .brown {
    color: #c57458;
}

.top-user-menu .search input {
    border: 0 !important;
    border-radius: 0;
    font-size: 13px;
    padding-left: 0;
}

.top-user-menu .search input:focus {
    box-shadow: unset;
}

.top-user-menu .search .input-group-text {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.top-user-menu .search .input-group-text i {
    font-size: 20px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

#editor {
    background: #f3f3f3;
    position: relative;
}

#editor img {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .5s ease;
}

#editor a:hover img {
    position: relative;
    z-index: 2;
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
}

#editor::after {
    background: #fff;
    height: 100px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
}

#editor span {
    letter-spacing: 1px;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 25px 0;
    position: relative;
    padding-left: 50px;
    color: #444;
    font-family: 'Inter', serif;
    font-size: 11px;
    text-transform: uppercase;
}

#editor span::before {
    height: 2px;
    width: 30px;
    position: absolute;
    top: 12px;
    left: 0;
    background-color: #c57458;
    content: "";
}

#editor h3 a {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 30px;
    font-family: 'Playfair Display', serif;
    text-shadow: 1px 1px #ffffff;
    color: #444;
}

#editor p {
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
    color: #444;
    font-family: 'Inter', serif;
    text-shadow: 1px 1px #ffffff;
}

#editor h5 {
    font-weight: 400;
    color: #c97658;
    font-size: 25px;
    font-family: 'Inter', serif;
    padding: 0;
    line-height: 35px;
    text-shadow: 1px 1px #ffffff;
}

#editor a:hover {
    color: #707070;
    text-decoration: none;
}

#editor h5 a {
    font-weight: 400;
    color: #c97658;
    font-size: 20px;
    font-family: 'Inter', serif;
    padding: 0;
    line-height: 35px;
    text-shadow: 1px 1px #ffffff;
}

#editor h5 a:hover {
    color: #707070;
    text-decoration: none;
}

.orta-yazi {
    padding-right: 150px;
    margin-left: 50px;
}

#instagram .list img {
    width: 100%;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .5s ease;
}

#instagram .list a:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
}

#blog a:hover {
    text-decoration: none
}

#blog a:hover h5 {
    text-decoration: underline
}

.card-title {
    text-transform: uppercase;
}

#blog .lBlog .card-title {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    line-height: 32px;
    text-transform: uppercase;
}

#blog .lBlog .card-title:hover {
    text-decoration: underline;
}

#blog .lBlog .card-text {
    font-size: 16px;
    font-family: 'Inter', serif;
    font-weight: 200;
    color: #444;
}

#blog .lBlog .card-img-top {
    position: relative;
}

#blog .lBlog .card-img-top span {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 80%);
    min-height: 50px;
    padding: 20px;
    display: inline-block;
    color: #000;
    line-height: 32px !important;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    width: 100%;
}

#blog .rBlog .card-body {
    padding-left: 0;
    padding-right: 0;
}

#blog .rBlog .card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Playfair Display';
    text-align: center;
    color: #242424;
}

#blog .rBlog .card-title:hover {
    text-decoration: none;
    color: #888;
}

#blog .rBlog .card-text {
    font-size: 16px;
    font-family: 'Inter', serif;
    font-weight: 200;
    color: #444;
}

#blog .rBlog .card-img-top {
    position: relative;
}

#blog .sBlog {
    background: linear-gradient(89deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

#blog .sBlog p {
    margin: 0;
    text-shadow: 1px 1px #ffffff;
    text-transform: lowercase;
}

.sBlog p:hover {
    color: #707070;
}

#blog .sBlog a {
    font-size: 14px;
    padding: 0 15px;
    margin: 0;
    display: inline-block;
    color: #000
}

#blog .sBlog a:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
}

.loffers .card-title {
    font-size: 13px;
    font-family: 'Inter', serif;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    line-height: 22px;
    min-height: 44px;
    padding: 0;
    display: block;
    text-align: center;
}

.loffers a:hover {
    text-decoration: none
}

.loffers img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.loffers a:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    transition: all .5s ease;
}

.tabs-style-linetriangle i {
    font-size: 38px;
}

.tab-boxs {
    margin-top: 45px;
    display: flex !important;
}

.tab-boxs .card-title {
    font-size: 13px;
    font-family: 'Inter', serif;
    font-weight: 300;
    color: #444;
    text-transform: uppercase;
    line-height: 22px;
    min-height: 44px;
    padding: 0;
    display: block;
    text-align: center;
}

.tab-boxs a:hover {
    text-decoration: none
}

.tab-boxs img {
    width: 100%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.tab-boxs a:hover img {
    -webkit-filter: grayscale(0);
    filter: none;
    transition: all .5s ease;
}

.sOffers h6 {
    font-size: 12px;
    font-family: 'Inter', serif;
    font-weight: 400;
}

.sOffers a:hover h6 {
    color: #c57458;
}

.sOffers p {
    text-decoration: none !important;
    font-size: 12px;
    color: #444;
    font-family: 'Inter', serif;
    font-weight: 300;
}

.sOffers a {
    text-decoration: none !important
}

.sOffers a:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
}

.offer-slider {
    background-color: #f3f3f3
}

.offer-slider .bigTitle {
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
}

.offer-slider .bigTitle::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 1px;
    background: #c57458;
    content: "";
}

.offer-slider .card-title {
    font-size: 18px;
    font-family: 'Inter', serif;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none !important;
}

.offer-slider .card-text {
    font-size: 13px;
    font-family: 'Inter', serif;
    font-weight: 200;
    text-decoration: none !important;
}

.offer-frame {
    padding-bottom: 2px;
    padding-top: 2px;
}

.offer-slider i {
    font-size: 38px
}

.bigSlide {
    margin-bottom: 60px;
}

.bigSlide a {
    text-decoration: none
}

.bigSlide .card-title {
    position: relative
}

.bigSlide .card-title::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background: #c57458;
    content: "";
}

.bPhotos .card-text {
    text-decoration: none !important;
    font-size: 13px;
    font-family: 'Inter', serif;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-top: 1rem;
}

.bPhotos .card-body {
    padding: 1rem 0 !important;
}

.bPhotos a:hover {
    text-decoration: underline;
    color: #000;
}

.bPhotos img {
    -webkit-box-shadow: 0 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
}

.photoB {
    z-index: 1;
}

.bPhoto-slider .bPhoto-slider-item .caption {
    display: grid;
    position: absolute;
    width: 100%;
    min-height: 90px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.bPhoto-slider .bPhoto-slider-item .title {
    font-weight: 200;
    font-family: 'Inter', serif;
    color: #fff !important;
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-transform: uppercase;
    padding: 0 0 0 30px;
    text-decoration: none;
}

.bPhoto-slider .bPhoto-slider-item .info {
    font-weight: 200;
    font-family: 'Inter', serif;
    display: block;
    color: #fff;
    margin: 0 0 20px 30px;
    font-size: 12px;
}

.bPhoto-slider .bPhoto-slider-item .info a {
    text-decoration: underline;
    font-weight: 200;
    font-family: 'Inter', serif;
    color: #fff;
}

.bPhoto-slider .bPhoto-slider-item {
    position: relative;
    vertical-align: middle;
}

.bPhoto-right .bPhoto-right-item .caption {
    display: grid;
    position: absolute;
    width: 100%;
    min-height: 45px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.bPhoto-right .bPhoto-right-item .title {
    font-weight: 300;
    font-family: 'Inter', serif;
    color: #fff !important;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    padding: 0 0 5px 10px;
    text-decoration: none;
}

.bPhoto-right .bPhoto-right-item {
    position: relative;
    vertical-align: middle;
}

.bPhoto-right img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .5s ease;
}

.bPhoto-right a:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
}

.bPhoto-slider-item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .5s ease;
}

.bPhoto-slider-item a:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
}

.bPhoto-icon i {
    font-size: 24px;
    color: #fff;
}

.bPhoto-icon span {
    font-weight: 200;
    font-family: 'Inter', serif;
    color: #fff;
    font-size: 15px;
}

.bPhoto-icon .icon-item {
    margin-right: 20px;
}

.bPhoto-icon .icon-item i {
    font-size: 20px;
    color: #fff;
}

.bPhoto-right-icon i {
    font-style: normal;
    font-size: 15px;
    color: #fff;
}

#wedding-stories .bPhoto-right&gt;.bPhoto-right-item:nth-child(1) {
    margin-bottom: 15px;
}

#footer {
    padding: 0;
    margin: 45px 0;
}

#footer .container {
    padding-top: 45px;
    margin-bottom: 0;
    border-top: solid 1px #f3f3f3;
    border-bottom: solid 1px #f3f3f3;
}

.rSlider {
    margin-bottom: 30px
}

#footer .links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#footer .links ul li {
    float: left;
    margin: 0 10px;
}

#footer .links ul li a {
    color: #707070;
    line-height: 20px;
}

#footer .social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

#footer .social ul li {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    margin: 0 5px;
}

#footer .social ul li a {
    color: #4a4a4a;
}

#footer .social ul li a i {
    font-size: 18px;
}

.slick-prev {
    left: 15px !important;
}

.slick-next,
.slick-prev {
    z-index: 9 !important;
}

.slick-next {
    right: 15px !important;
}

.icons img {
    width: 100%;
}

#tips p {
    text-align: center;
    font-weight: 300;
    color: #707070;
}

#tips a {
    color: #fff;
}

#tips a:hover p {
    color: #000;
    text-decoration: none;
}

.tabs {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
    font-family: 'Playfair Display', serif;
}

.tabs nav {
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
}

.tabs nav ul {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    display: inline-flex;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.tabs nav ul li {
    padding: 0 25px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs nav a span {
    vertical-align: middle;
    font-size: 26px;
}

.tabs nav li.tab-current a {
    color: #74777b;
    border-bottom: solid 2px #000000;
    -webkit-transition: color .2s;
    transition: color .2s;
    margin-bottom: -1px;
}

.tabs nav a:focus {
    outline: none;
}

.tabs_sub {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
    font-size: 1.25em;
    font-family: 'Playfair Display', serif;
}

.tabs_sub nav {
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.tabs_sub nav ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    list-style: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    display: inline-flex;
}

.tabs_sub nav ul li {
    padding: 0 15px;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tabs_sub nav a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2.5;
}

.tabs_sub nav a span {
    vertical-align: middle;
    font-size: 26px;
}

.tabs_sub nav li .tab-current a {
    color: #74777b;
}

.tabs_sub nav a:focus {
    outline: none;
}

.icon::before {
    z-index: 10;
    display: inline-block;
    margin: 0 .4em 0 0;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-size: 1.3em;
    font-family: 'stroke7pixeden';
    line-height: 1;
    speak-as: none;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-upload::before {
    content: "\e68a";
}

.icon-tools::before {
    content: "\e60a";
}

.icon-plane::before {
    content: "\e625";
}

.icon-joy::before {
    content: "\e6a4";
}

.icon-plug::before {
    content: "\e69a";
}

.icon-home::before {
    content: "\e648";
}

.icon-gift::before {
    content: "\e652";
}

.icon-display::before {
    content: "\e65e";
}

.icon-date::before {
    content: "\e660";
}

.icon-config::before {
    content: "\e666";
}

.icon-coffee::before {
    content: "\e669";
}

.icon-camera::before {
    content: "\e66f";
}

.icon-box::before {
    content: "\e674";
}

.content-wrap {
    position: relative;
    z-index: 1;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: 1200px;
    text-align: center;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section p {
    margin: 0;
    padding: .75em 0;
    color: rgba(40, 44, 42, .05);
    font-weight: 900;
    font-size: 4em;
    line-height: 1;
}

.no-js .content-wrap section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.no-flexbox nav ul {
    display: block;
}

.no-flexbox nav ul li {
    min-width: 15%;
    display: inline-block;
}

@media screen and (max-width:58em) {
    .tabs nav a.icon span {
        display: none
    }

    .tabs nav a:before {
        margin-right: 0
    }
}

.tabs-style-linetriangle nav a {
    overflow: visible;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.tabs-style-linetriangle nav a span {
    color: #707070;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 26px;
    font-family: 'Playfair Display', sans-serif;
}

.tabs-style-linetriangle nav .tab-current a span {
    color: #000;
}

.tabs-style-linetriangle nav li.tab-current a:after,
.tabs-style-linetriangle nav li.tab-current a:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 1px;
    border: solid transparent;
    content: "";
    pointer-events: none;
    bottom: -1px;
}

.tabs-style-linetriangle nav a:hover {
    text-decoration: none;
}

.tabs-style-linetriangle nav li.tab-current a::after {
    margin-left: -10px;
    border-width: 10px;
    border-top-color: #000;
}

.tabs-style-linetriangle nav li.tab-current a:before {
    margin-left: -11px;
    border-width: 11px;
    border-top-color: rgba(0, 0, 0, .2);
}

.logo-mobile {
    display: none;
    max-width: 60%;
    width: 60%;
    margin: 10px;
    float: left
}

#page-breadcrumb li a {
    color: #707070;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
}

.breadcrumb-item {
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #707070;
}

#page-breadcrumb li i {
    color: #707070;
    font-size: 13px;
    margin: 5px;
}

.breadcrumb-item.breadcrumb-item::before {
    content: '' !important;
    display: none;
}

h4 {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    padding-bottom: 1rem;
}

h4::after {
    position: absolute;
    left:0px;
    top:30px;
    bottom: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: #c57458;
}
.entryshare h4 {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    padding-bottom: 1rem;
}

.entryshare h4::after {
    position: absolute;
    left:0px;
    top:30px;
    bottom: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: #c57458;
}
.left-menu .rounded-pill {
    float: right;
    font-size: 12px;
    color: #707070;
    font-weight: 300;
    background: #fff;
    margin-right: 10px;
}

.left-menu .list-group-item.active a {
    font-weight: 400;
    color: #c57458; !important;
    background: transparent !important;
    border-color: rgba(0, 0, 0, .125) !important;
}

.left-menu .list-group-item.active {
    background: none;
    border-color: rgba(0, 0, 0, .125) !important;
}

.left-menu .list-group li a {
    color: #000;
    font-size: 15px;
    font-weight: 300;
}

.left-menu .list-group-item {
    padding: 10px 0;
}

.left-menu .list-group-item:hover {
    padding: 10px 0;
    background: #f3f3f3;
}

.left-menu ul.populer {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.left-menu ul.populer li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.left-menu ul.populer li a {
    display: inline-block;
    position: relative;
    padding: 10px 10px 10px 30px;
    color: #000;
    font-size: 12px;
    text-transform: uppercase
}

.left-menu ul.populer li a::before {
    width: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    left: 0;
    top: 0;
    display: inline-block;
    position: absolute;
    color: #f3f3f3;
    font-weight: 600;
}

.left-menu ul.populer li:nth-child(1) a::before {
    content: "1";
}

.left-menu ul.populer li:nth-child(2) a::before {
    content: "2";
}

.left-menu ul.populer li:nth-child(3) a::before {
    content: "3";
}

.left-menu ul.populer li:nth-child(4) a::before {
    content: "4";
}

.left-menu ul.populer li:nth-child(5) a::before {
    content: "5";
}

.left-menu ul.populer li:nth-child(6) a::before {
    content: "6";
}

.left-menu ul.populer li:nth-child(7) a::before {
    content: "7";
}

.left-menu ul.populer li:nth-child(8) a::before {
    content: "8";
}

.left-menu ul.populer li:nth-child(9) a::before {
    content: "9";
}

.left-menu ul.populer li:nth-child(10) a::before {
    content: "10";
}

.breadcrumb-item {
    font-size: 12px;
    padding-bottom: 0 !important;
}

.breadcrumb-item.active {
    color: #000 !important;
    text-transform: uppercase;
}

.block p {
    color: #444;
    line-height: 2rem;
    font-weight: 300;
    font-size: 17px;
    margin-bottom: 2rem;
}

.block p b,
.block p strong {
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
}

.block hr {
    background-color: #707070;
}

.block p a {
    color: #111 !important;
    text-decoration: none !important;
    padding: 2px 2px;
    font-size: 17px;
    background-color: #fafafa;
    border-bottom:1px solid #aaa;
}

.block p a:hover {
    color: #111 !important;
    text-decoration: none !important;
    background-color: #fbf7f5;
border-bottom:1px solid #c57458;
    padding: 2px 2px;
}

.block a {
    color: #000000;
    text-decoration: none;
}

.block a:hover {
    color: #c57458; !important;
    text-decoration: none !important;
}

.block .btn:hover {
    color: #fff !important;
    background: #000;
    text-decoration: none !important;
}

.bread-cat a {
    color: #c57458;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}

.block p a em {
    text-decoration: none;
    color: #000 !important;
    text-decoration: none !important;
    display: inline;
    background-size: 2px 1px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    background-image: linear-gradient(#c57458;, #977f00);
    padding: 2px 2px;
    font-size: 17px;



}

.block p a em:hover {
    color: #000;
    text-decoration: underline;
}

.blocks p {
    color: #444;
    font-size: 13px;
    line-height: 22px;
    font-weight: 200;
}

.blocks p em {
    color: #444;
    font-size: 13px;
    line-height: 22px;
    font-weight: 200;
}

.blocks .blog-big-title {
    line-height: 50px;
    background-color: #f3f3f3;
    min-height: 100px;
    border-bottom: 1px solid #d5cfcd;
}

.breadcrumb-item.breadcrumb-item::before {
    content: '' !important;
    display: none;
}

.block .blog-title {
    line-height: 50px;
    background-color: #f3f3f3;
    min-height: 100px;
    border-left: 2px solid #c57458;
}

.block .blog-big-title {
    line-height: 50px;
    min-height: 119px;
    border-bottom: 1px solid #f3f3f3;
}

.block .blog-big-title h1 {
    font-family: 'Playfair Display', sans-serif !important;
    position: relative;
    text-transform: uppercase;
}

.block p em {
    color: #444;
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.block .blog-big-title h1::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 76px;
    height: 2px;
    background: #c57458;
    content: "";
    margin-left: -38px;
}

.block h3 {
    font-size: 28px;
    font-weight: 400;
    margin: 1.5rem 0 !important;
    padding: 1.5rem;
    font-family: 'Playfair Display', sans-serif;
    line-height: 50px;
    background-color: #f3f3f3;
    border-left: 2px solid #c57458;
    align-items: center !important;
    text-shadow: 1px 1px #ffffff;
}

.block h3 strong {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    line-height: 50px;
    text-shadow: 1px 1px #ffffff;
}

.block h3 a {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    line-height: 50px;
    text-shadow: 1px 1px #ffffff;
    margin-left: 1rem;
}

.block h3 em {
    font-size: 28px;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    line-height: 50px;
    text-shadow: 1px 1px #ffffff;
}

.block .page-titleB {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    font-weight: 300;
}

.block .page-titleB::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 2px;
    background: #c57458;
    content: "";
}

.block h5 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    text-align: center;
}

ul.blogTags li:before {
    display: block;
    content: '';
    position: absolute;
    width: 9px;
    height: 2px;
    background: #cc0000;
    left: -32px;
    top: -5555112px;
}

.block ul.blogTags {
    list-style-type: none !important;
    margin: 0;
    width: 100%;
    padding: 5px 13px;
    border-top: 1px solid #f3f3f3 !important;
    border-bottom: 1px solid #f3f3f3 !important;
    display: inline-block;
}

.block ul.blogTags li {
    display: inline-block;
    margin-right: 10px;
}

.block ul.blogTags li a,
.block ul.blogTags li a:hover {
    color: #707070;
    display: inline-block;
    position: relative;
    padding-right: 8px;
    font-size: 13px;
    font-weight: 300;
    text-transform: lowercase !important;
}

.block ul.blogTags li a::after {
    position: absolute;
    left: -10px;
    content: "#";
}

.block .sign {
    margin-bottom: 2rem;
    color: #444;
    margin-top: 10px;
    font-weight: 300;
    font-size: 12px;
}

.block .blog-big-title .la-heart {
    color: #c57458;
    font-size: 26px;
}

.block .blog-big-title .la-bookmark {
    color: #cc0000;
    font-size: 30px;
}

.block .blog-big-title .la-bookmark:hover {
    color: #000;
    font-size: 30px;
}

.block .blog-big-title .la-retweet {
    color: #000;
    font-size: 30px;
}

.block .blog-big-title a {
    cursor: pointer;
    text-decoration: none;
}

.block .blog-big-title a:hover {
    cursor: pointer;
    text-decoration: none;
    color: #cc0000;
}

.block .pageFTitle {
    font-size: 24px;
    color: #707070;
}

.left-menu .info {
    margin-top: 1rem;
    color: #707070;
}

.left-menu .sOffers {
    padding: 0 10px
}

.filter .hzd-check {
    border: 1px solid #f3f3f3;
    margin: 0 6px 6px 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    width: 30%;
    font-size: .9rem;
}

#page-banner .pb1 a,
#page-banner .pb2 a {
    height: 140px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.filter .btn-check:active+.btn-outline-primary:focus,
.filter .btn-check:checked+.btn-outline-primary:focus,
.filter .btn-outline-primary.active:focus,
.filter .btn-outline-primary.dropdown-toggle.show:focus,
.filter .btn-outline-primary:active:focus {
    box-shadow: none !important;
}

.filter label {
    color: #707070;
}

.filter .btn-check:active+.btn-outline-primary,
.filter .btn-check:checked+.btn-outline-primary,
.filter .btn-outline-primary.active,
.filter .btn-outline-primary.dropdown-toggle.show,
.filter .btn-outline-primary:active,
.filter .btn-outline-primary:hover {
    color: #707070;
    background-color: #fbf7f5;
    border-color: #c57458;
}

.block .title {
    padding: 0 10px;
}

.profile-photo {
    position: relative;
}

.profile-photo img {
    border: 4px solid #666666;
    width: 80%;
}

.profile-photo span {
    position: absolute;
    left: 60%;
    top: 0;
    height: 70px;
    width: 70px;
    background-color: #666666;
    color: #fff;
    border-radius: 100px;
    line-height: 70px;
    text-align: center;
}

.profile-light span i {
    color: #c57458;
    font-size: 22px;
}

.profile-img-text span {
    font-size: 14px;
    font-weight: 300;
}

.left-form .form-check-input:checked {
    background-color: #838383 !important;
    border-color: #838383 !important;
    box-shadow: none;
}

.left-form .btn-light {
    background-color: #c57458;
    color: #fff;
    box-shadow: none;
    font-size: 18px;
    padding: 0;
    border-radius: 0;
}

.select-form .form-select {
    padding-top: 1.09rem;
    box-shadow: none;
    outline: 0;
}

.profile-text-right p i,
.profile-text-right i {
    margin-right: 5px;
    color: #444;
    font-size: 22px;
}

.profile-text-right p {
    font-size: 14px;
    color: #444;
}

.profile-text-right h5 {
    font-size: 32px;
    font-weight: 500;
    text-shadow: 1px 1px #ffffff;
    text-transform: uppercase;
    text-align: left !important;
}

.profile-text-right a {
    color: #444 !important;
    text-decoration: none !important;
    text-shadow: 1px 1px #ffffff;
}

.profile-text-right a h5 {
    color: #444;
    text-decoration: none !important;
    text-shadow: 1px 1px #ffffff;
}

.profile-text-right a:hover h5 {
    color: #c57458;
    text-decoration: none !important;
    text-shadow: 1px 1px #ffffff;
}

.profile-tabs span {
    font-size: 16px;
    font-weight: 400;
}

.profile-tabs nav ul li span {
    font-size: 20px;
    color: #707070;
}

.pgnt {
    margin-top: 4rem
}

.pgnt nav {
    border-bottom: 0;
    border-top: 0;
}

.pgnt nav li a {
    height: 60px;
    min-width: 60px;
    line-height: 60px;
    padding: 0 !important;
    text-align: center;
}

.pgnt nav li:before {
    background: transparent !important;
}

.pgnt .page-item .page-link {
    border-color: #f3f3f300;
    color: #242424 !important;
    font-size: 20px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.pgnt .page-item .page-link:hover {
    background-color: #fff;
    color: #777 !important
}

.pgnt .page-item.active .page-link {
    background-color: #eeeeee;
    border-radius: 50%;
}

.pgnt .first-page {
    margin-right: .5rem;
}

.pgnt .last-page {
    margin-left: .5rem;
}

.profile-photo-content .bPhoto-right .bPhoto-right-item .title {
    font-size: 15px;
}

.view-all {
    display: block;
    width: 100%;
    padding: .5rem;
    text-align: center;
    color: #000 !important;
    font-weight: 400 !important;
    text-decoration: none;
    background: #F3F3F3;
    border: 1px solid #ddd;
    text-shadow: 1px 1px #ffffff;
}

.view-all:hover {
    color: #fff !important;
    background: #000;
    border: 1px solid #000;
    text-decoration: none !important;
    text-shadow: 0 0 #ffffff !important;
}

.other-venues .other-venues-item {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-bottom: 2rem;
    position: relative;
}

.other-venues .top:hover a {
    text-decoration: none;
}

.other-venues:hover a {
    text-decoration: none;
}

.other-venues .profile-light span {
    margin-top: 10px;
    margin-bottom: 3px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Playfair Display';
    text-align: center;
    text-transform: uppercase;
    line-height: 22px;
}

.other-venues .profile-img-text span {
    color: #707070;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-top: 6px;
}

.other-venues .other-venues-item .profile-photo {
    position: relative;
}

.other-venues .top .profile-photo img {
    width: 100%;
    border: 1px solid #6c757d;
    padding: 2px;
}


.other-venues-item-home img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease;
}
.other-venues-item-home:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all .5s ease;
}

.other-venues .profile-photo img {
    width: 100%;
    border: 0;
}

.other-venues .other-venues-item .profile-photo span {
    position: absolute;
    right: 0 !important;
    left: unset !important;
    top: 0;
    height: 70px;
    width: 70px;
    background-color: #666666;
    color: #fff;
    border-radius: 100px;
    line-height: 70px;
    text-align: center;
}

.left-form * {
    color: #444
}

.left-form .form-control {
    border-radius: 0;
    padding: 1rem 3px;
}

.left-form .form-floating&gt;label {
    padding: 1rem 0
}

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

.left-menu .card a:hover p,
.left-menu .card a:hover {
    text-decoration: none !important;
}

.left-menu .card a p {
    color: #888 !important;
}

.block .profile-box p {
    text-decoration: none !important;
    font-size: 12px;
    color: #444;
    font-family: 'Inter', serif;
    font-weight: 300;
    text-align: left;
    line-height: 1.4rem;
}

#all-menu h2::after {
    content: unset;
}

#all-menu h2 {
    line-height: 40px;
    padding: 0;
    font-family: 'Inter', serif;
    font-weight: 300;
    border-bottom: 1px solid #dee2e6;
}

#all-menu h2 .accordion-button {
    padding: 0;
}

#all-menu .accordion-button:not(.collapsed) {
    background-color: unset;
    color: unset;
}

#all-menu .accordion-button:focus {
    box-shadow: unset;
    border-color: unset;
}

#all-menu .accordion-body {
    padding: 1rem 0;
}

.fancybox-bg {
    background: #262626;
    opacity: 1 !important;
}

.fancybox-caption {
    border-top: 0 solid hsl(0deg 0% 0% / 40%) !important;
}

.fancybox-infobar__body {
    line-height: 43px;
}

.fancybox-infobar__body span {
    color: #fff;
}

.fancybox-button--left {
    border-bottom-left-radius: 0;
}

.fancybox-button--right {
    border-bottom-right-radius: 0;
}

.fancybox-logo {
    position: absolute;
    left: 85px;
    filter: brightness(0) invert(1)
}

.fancybox-logo img {
    max-height: 40px;
}

.bigSlidePrev,
.bigSlideNext,
.bPhoto-sliderNext,
.bPhoto-sliderPrev,
.homeTab-SliderPrev,
.homeTab-SliderNext {
    cursor: pointer;
}

.profile-muiza {
    justify-content: flex-end !important;
    display: flex !important;
}

.profile-text-right p a {
    font-size: 14px;
    color: #707070;
    text-decoration: none;
}

@media (max-width:1400px) {
    .orta-yazi {
        padding-right: 10px;
        margin-left: 20px
    }

    header .logo {
        left: 10px;
        top: 4px;
        z-index: 2;
        position: absolute;
        width: 240px;
        bottom: unset
    }

    #editor::after {
        display: none
    }

    #footer .links ul li {
        margin-bottom: 5px
    }
}

@media (max-width:1200px) {
    .profile-photo-content .bPhoto-right .bPhoto-right-item .title {
        font-size: 14px
    }

    .bPhoto-right-icon i {
        font-size: 14px
    }

    #footer .links ul li {
        float: left
    }

    #editor::after {
        display: none
    }

    #instagram .list .col {
        width: 25%;
        margin-bottom: 1rem;
        flex: unset
    }

    .orta-yazi {
        padding-right: 10px;
        margin-left: 20px
    }
}

@media (max-width:991px) {
    .profile-muiza {
        justify-content: flex-start !important;
        display: flex !important
    }

    #navigation&gt;div.nav-menus-wrapper.nav-menus-wrapper-open&gt;ul&gt;li.nav-submenu-open&gt;ul&gt;li:nth-child(1)&gt;a {
        border-top: 1px solid #f3f3f3 !important
    }

    .nav-menu&gt;li .nav-dropdown {
        padding: 0 !important;
        border: unset !important;
        background: unset !important;
        box-shadow: unset !important;
        -webkit-box-shadow: unset !important
    }

    .pb1 {
        margin-bottom: 5px
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%
    }

    .sticky+.content {
        padding-top: 60px
    }

    #nav {
        z-index: 99;
        background: #fff
    }

    h2 {
        margin: 0 0 15px 0;
        padding: 0 10px;
        line-height: 30px;
        font-size: 22px
    }

    h2::after {
        left: 10px;
        height: 1px
    }

    .tabs-style-linetriangle nav {
        font-size: .6em
    }

    section .container {
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    #footer {
        padding: 0;
        margin: 0
    }

    .footer-logo {
        max-width: 50%
    }

    #footer .social {
        justify-content: flex-start !important
    }

    #footer .container {
        padding-top: 10px;
        margin-bottom: 10px;
        padding-bottom: 10px
    }

    .bPhoto-slider {
        margin-bottom: 15px
    }

    #wedding-stories .bPhoto-right&gt;.bPhoto-right-item:nth-child(1) {
        margin-bottom: 15px
    }

    .bPhoto-slider .bPhoto-slider-item .caption {
        padding-top: 10px
    }

    .bPhoto-icon .la-camera {
        margin-left: 0
    }

    #editor .orta-yazi {
        margin-left: 10px;
        margin-right: 0;
        padding-right: 10px;
        margin-top: .2rem !important
    }

    #editor h3 a {
        font-size: 25px;
        margin-bottom: 20px
    }

    #editor .mt-5 {
        margin-top: 0
    }

    #editor h5 {
        font-size: 16px;
        line-height: 20px
    }

    #tab-slides .tabs .text-start {
        padding-left: 0
    }

    .tabs-style-linetriangle nav a span {
        font-size: 16px
    }

    .top-social a {
        font-size: 11px
    }

    .top-social li {
        margin: 0
    }

    .top-user-menu li a i,
    .top-user-menu li i {
        font-size: 18px
    }

    .top-user-menu {
        margin: 0
    }

    header .logo {
        display: none
    }

    .logo-mobile {
        display: inline-block
    }

    #footer .links ul {
        margin-bottom: 10px
    }

    #page-breadcrumb li a {
        font-size: 10px
    }

    .breadcrumb-item {
        float: left;
        font-size: 10px
    }

    .breadcrumb-item+.breadcrumb-item {
        padding-left: 0
    }

    .breadcrumb {
        display: block
    }

    .nav-menu&gt;li&gt;.nav-dropdown:before {
        content: unset !important
    }

    .card-body {
        flex: 1 1 auto;
        padding: 1rem .5rem !important
    }
}

@media (max-width:768px) {

    #page-banner .pb1 a,
    #page-banner .pb2 a {
        background-size: cover;
        height: 50px;
        display: block;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    .tabs nav ul li {
        padding: 0 25px
    }
}

@media (max-width:566px) {
    .search input {
        width: 114px !important
    }

    .tabs nav ul li {
        padding: 0 10px
    }
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem .5rem !important;
}

.border {
    border: 1px solid #f3f3f3 !important;
}

.border-top {
    border-top: 1px solid #f3f3f3 !important;
}

.border-bottom {
    border-bottom: 1px solid #f3f3f3 !important;
}

.border-left {
    border-left: 1px solid #f3f3f3 !important;
}

.border-right {
    border-right: 1px solid #f3f3f3 !important;
}

.scrollmenu {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 300;
    font-size: 1.25em;
    font-family: 'Playfair Display', serif;
}

.scrollmenu ul li:before {
    left: -399999992px;
    top: 99999999992px;
}

.scrollmenu ul li a {
    color: #ccc;
    text-decoration: none !important;
    font-size: 1.25em;
    font-family: 'Playfair Display', serif;
}

.scrollmenu nav ul li span {
    font-size: 22px !important;
}

.accordion-item {
    border: 0 solid rgba(0, 0, 0, .125) !important;
}

.card {
    border: 0 solid rgba(0, 0, 0, .125) !important;
}

.card-text {
    font-size: 14px;
    font-weight: 300;
}

.btn-primary {
    color: #fff;
    border-color: #c57458!important;
    background-color: #c57458!important;
}
.btn-primary:hover{
    color: #fff;
    border-color: #707070!important;
    background-color: #707070!important;
}
.filters .mfilter {
    border: 1px solid #f3f3f3;
    margin: 0 6px 6px 0 !important;
    border-radius: 4px;
    box-shadow: none !important;
    font-size: 1rem;
    text-align: left;
}

.filters .mfilter:hover {
    color: #707070;
    background-color: #fbf7f5;
    border-color: #c57458;
}

.gg-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    grid-auto-rows: 160px;
    grid-gap: 4px;
    margin-top: 3rem !important;
}

.gg-element img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .02);
}

.gg-element img:hover {
    opacity: .8;
}

#gg-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, .85);
    z-index: 9999;
    text-align: center;
}

#gg-screen .gg-image {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#gg-screen .gg-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.gg-bt {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, .6);
    color: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 25px;
    border: 1px solid rgba(0, 0, 0, .05);
    box-sizing: border-box;
    padding-left: 2px
}

.gg-bt:hover {
    background: rgba(255, 255, 255, .8);
    border: 1px solid rgba(0, 0, 0, .5)
}

.gg-close {
    position: fixed;
    top: .5em
}

.gg-close,
.gg-nxt {
    right: .5em
}

.gg-prev {
    left: .5em
}

.gg-prev,
.gg-nxt {
    position: fixed;
    bottom: 50%
}

@media(min-width:478px) {
    .gg-element:nth-child(3n+1) {
        grid-row-end: span 2
    }
}

@media(max-width:478px) {
    .gg-box {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        grid-gap: 4px;
        grid-auto-rows: 90px;
        margin-top: 3rem !important;
    }

    .gg-element:nth-child(3n+1) {
        grid-row-end: span 2
    }
}

.modal-title {
    font-size: 26px;
    text-transform: none !important;
}

.fancybox-caption {
    text-align: center;
    padding: 50px 50px !important;
}

.btn-outline-light {
    color: #212529 !important;
    border-color: #ddd !important;
}

.btn-outline-light:hover {
    color: #c57458; !important;
    border-color: #ddd !important;
    text-decoration: none !important;
}

.shop-icon-ligavam {
    color: #c57458;
    font-size: 1.3rem !important;
}

#shareBtn {
    letter-spacing: 2px;
    font-weight: 600;
    box-shadow: none;
    color: #c57458;
    border: none
}

.btn-close {
    box-shadow: none;
    border: none;
    outline: none
}

.popup:is(header, .icons, .field) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup header {
    padding-bottom: 15px;
    border-bottom: 1px solid #ebedf9;
}

.modal-body .icons {
    margin: 15px 0 20px 0
}

.modal-body .icons a {
    text-decoration: none;
    border: 1px solid #444;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all .3s ease-in-out;
}

.modal-body .icons a:hover {
    border-color: transparent;
    background: #444;
}

.modal-body .icons a span {
    transition: all .09s ease-in-out;
    font-size: 22px;
    color: #444;
}

.modal-body .icons a:hover span {
    transform: scaleX(1.1);
    color: #fff;
}

.modal-body .field {
    margin: 15px 0px -5px 0;
    height: 45px;
    border-radius: 5px;
    padding: 0 5px;
}

.modal-body .field.active {
    border-color: #c57458;
}

.field span {
    width: 50px;
    font-size: 1.1rem;
}

.field.active span {
    color: #c57458;
}

.field input {
    border: none;
    outline: none;
    font-size: .89rem;
    width: 100%;
    height: 100%;
}

.field button {
    padding: 5px 16px;
    color: #fff;
    background: #c57458;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500;
}

@media (max-width:330px) {
    .modal-body .icons a {
        margin-right: 15px;
        width: 35px;
        height: 35px
    }
}

u {
    font-size: 17px;
}

.mark,
mark {
    padding: .2em;
    background-color: #f3f3f3 !important;
    font-size: 17px;
}

blockquote p {
    font-size: 28px !important;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: 1px 1px #ffffff;
    line-height: 50px !important;
    color: #000 !important;
    font-weight: 400 !important;
    padding-bottom: 0 !important;
}

blockquote p em {
    font-size: 28px !important;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: 1px 1px #ffffff;
    line-height: 50px !important;
    color: #000 !important;
    font-weight: 400 !important;
    padding-bottom: 0 !important;
}

blockquote p strong {
    font-size: 28px !important;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: 1px 1px #ffffff;
    line-height: 50px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

blockquote p b {
    font-size: 28px !important;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: 1px 1px #ffffff;
    line-height: 50px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

blockquote em {
    font-size: 28px !important;
    font-family: 'Playfair Display', sans-serif;
    text-shadow: 1px 1px #ffffff;
    line-height: 50px !important;
    color: #000 !important;
    font-weight: 400 !important;
}

blockquote {
    margin: 0 0 1rem;
    font-size: 28px;
    font-weight: 400;
    margin: 1.5rem 0 !important;
    padding: 1.5rem;
    font-family: 'Playfair Display', sans-serif;
    line-height: 50px;
    background-color: #f3f3f3;
    border-left: 2px solid #c57458;
    align-items: center !important;
    text-shadow: 1px 1px #ffffff;
}

.carousel-caption h5 {
    color: #000;
    background: #fff;
    ;
    padding: 10px;
    display: table;
    margin: 0 auto 0 auto;
}

.carousel-caption p {
    color: #fff;
    background: #000;
    padding: 10px;
    display: table;
    margin: 0 auto 0 auto;
}

.carousel-indicators [data-bs-target] {
    height: 8px !important;
}

.rounded-3 {
    border-radius: .4rem !important;
}

.cover {
    height: 230px;
    object-fit: cover;
}

.cover2 {
    height: 340px;
    object-fit: cover;
}

.cover3 {
    height: 170px;
    object-fit: cover;
}

.cover4 {
    height: 242px;
    object-fit: cover;
}

.cover5 {
    height: 600px;
    object-fit: cover;
}

.cover6 {
    height: 470px;
    object-fit: cover;
}

.cover7 {
    height: 750px;
    object-fit: cover;
}

.coverOff {
    height: 110px;
    object-fit: cover;
}

.modal-confirm {
    color: #636363;
    width: 325px;
    font-size: 14px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: -16px;
    color: #fff;
}

.modal-confirm.modal-dialog {
    margin-top: 80px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all .4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #6fb32b;
    outline: none;
}

.trigger-btn {
    display: inline-block;
}

.hover {
    display: none !important;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    grid-auto-rows: 180px;
    grid-gap: 8px
}

.gallery-thumb img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .02)
}

.gallery-thumb img:hover {
    opacity: .98
}

@media(min-width:478px) {
    .gallery-thumb:nth-child(3n+0) {
        grid-row-end: span 2
    }
}

@media(max-width:478px) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        grid-auto-rows: 80px;
        grid-gap: 4px
    }

    .gallery-thumb:nth-child(3n+0) {
        grid-row-end: span 2
    }
}

.wp-caption-text {
    color: #444;
    font-weight: 400;
    font-size: 14px;
    text-align: center !important;
    margin-bottom: 2rem;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    padding-top:1rem;
}

.wp-caption {
    width: 100% !important;
    text-align: center !important;
}

.wp-caption a {
    font-weight: 400;
    font-size: 13px;
}

.wp-caption img {
    max-width: 100%;
    height: auto;
}

.size-full {
    max-width: 100%;
    height: auto;
}

.wp-video {
    width: 100% !important;
}

.wp-video-shortcode {
    width: 100% !important;
}

@media (max-width:991px) {
    .icon-bar a {
        transition: all .3s ease;
        color: black;
        text-decoration: none !important
    }

    .icon-bar a p {
        font-size: 12px;
        display: none !important
    }

    .icon-bar a:hover p {
        display: none !important
    }

    .icon-bar a img {
        width: 20px !important;
        margin-left: -7px;
        margin-bottom: 2rem
    }
}

.icon-bar a {
    transition: all .3s ease;
    color: black;
    text-decoration: none !important;
    cursor: pointer;
}

.icon-bar a p {
    font-size: 12px;
    padding-bottom: 0 !important;
}

.icon-bar a:hover p {
    color: #c57458;
    text-decoration: none !important;
}

.icon-bar a img {
    width: 28px;
}

.sticky2 {
    position: -webkit-sticky;
    position: sticky;
    top: 5%;
}

.vendormenu {
    max-height: 300px;
    margin-bottom: 10px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-thumb {
    background: #cccccc !important;
    border: 0 none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

::-webkit-scrollbar-thumb:active {
    background: #aaa;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0 none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}
.iconsize {
    height: 1.5rem;
    margin-right: 5px;
    filter: opacity(1) !important;
}
.iconsize img {
    height: 1rem;
    margin-right: 5px;
    filter: opacity(1) !important;
}

.iconsize img:hover {
    filter: opacity(.3) !important;
}

.budget-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.bg-gray {
    background-color: #343a40;
}

.bg-gray-100 {
    background-color: #f8f9fa;
}

.bg-gray-200 {
    background-color: #e9ecef;
}

.bg-gray-300 {
    background-color: #dee2e6;
}

.bg-gray-400 {
    background-color: #ced4da;
}

.bg-gray-500 {
    background-color: #adb5bd;
}

.bg-gray-600 {
    background-color: #6c757d;
}

.bg-gray-700 {
    background-color: #495057;
}

.bg-gray-800 {
    background-color: #343a40;
}

.bg-gray-900 {
    background-color: #212529;
}

.table-hover thead tr:hover th,
.table-hover tbody tr:hover td {
    background-color: #D1D119;
}

.table td i {
    font-size: 1.4rem;
    color: #ccc;
}

.table td i:hover {
    font-size: 1.4rem;
    color: #c57458;
}

.table td a .active {
    font-size: 1.4rem;
    color: #c57458;
}

.table td .paiddone {
    font-size: 1.4rem;
    color: #198754;
}

.table&gt;:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.table th {
    background: repeating-linear-gradient(45deg, #f6f6f6, #f6f6f6 1px, #fff 2px, #fff 4px);
}

.table td,
.table th {
    padding: 1rem .4rem;
    vertical-align: middle;
    border-top: 1px solid #f1f1f1;
    font-size: 1.1rem;
    font-family: 'Playfair Display', sans-serif !important;
    font-weight: 300;
}

.form-control {
    border: 1px solid #eee !important;
}

.form-control:focus {
    border: 1px solid #ccc !important;
}

.form-control2 {
    border: none;
    box-shadow: none;
    font-size: .9375rem;
    border-bottom: 1px solid #ccc !important;
    outline: none;
    color: #5b5b5b;
    height: auto;
    padding: .8rem .4rem;
    border-radius: 0;
    font-weight: 500;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.form-control2:focus {
    border-bottom: 1px solid #c57458; !important;
    background: #f9f9f9;
    box-shadow: none;
}

.form-control2:disabled,
.form-control2[readonly] {
    opacity: 1;
}

::-webkit-input-placeholder {
    color: #5b5b5b;
}

:-ms-input-placeholder {
    color: #5b5b5b;
}

::placeholder {
    color: #5b5b5b;
}

.custom-control-label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    vertical-align: top;
    padding: 6px 0 0 12px;
}

.budget_add_data .estimate_amount,
.budget_add_data .actual_amount,
.budget_add_data .paid_amount {
    width: 90px;
    font-size: 1.1rem;
    text-align: -webkit-center;
}

.budget_add_data .expense_name {
    width: 300px;
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: 'Playfair Display', sans-serif !important;
}

.budget_add_data .expense_name a {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: 'Playfair Display', sans-serif !important;
}

@media (max-width:768px) {

    .budget_add_data .estimate_amount,
    .budget_add_data .actual_amount,
    .budget_add_data .paid_amount {
        width: 80px
    }

    .budget_add_data .expense_name {
        width: 280px
    }
}

.budgetCategory h2 {
    font-family: 'Playfair Display', sans-serif !important;
    position: relative;
}

.budgetCategory h2::after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 76px;
    height: 2px;
    background: #c57458;
    content: "";
    margin-left: -38px;
}

.h4 .paid_amount {
    width: 110px;
    font-size: calc(1.275rem + .3vw);
    text-align: -webkit-center;
}

.h4 {
    font-family: 'Playfair Display', sans-serif !important;
}

.progress {
    width: 160px;
    height: 160px;
    line-height: 160px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    font-family: 'Playfair Display', sans-serif !important;
}

.progress:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #efefef;
    position: absolute;
    top: 0;
    left: 0;
}

.progress&gt;span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
    font-family: 'Playfair Display', sans-serif !important;
}

.progress .progress-left {
    left: 0;
}

.progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
    border-color: #707070;
}

.progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.progress .progress-right {
    right: 0;
}

.progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.progress .progress-value {
    display: flex;
    border-radius: 50%;
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-weight: 300;
    font-family: 'Playfair Display', sans-serif !important;
}

.progress .progress-value span {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'Playfair Display', sans-serif !important;
}

.progress[data-percentage="1"] .progress-right .progress-bar {
    animation: loading-1 .5s linear forwards;
}

.progress[data-percentage="1"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="2"] .progress-right .progress-bar {
    animation: loading-2 .5s linear forwards;
}

.progress[data-percentage="2"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="3"] .progress-right .progress-bar {
    animation: loading-3 .5s linear forwards;
}

.progress[data-percentage="3"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="4"] .progress-right .progress-bar {
    animation: loading-4 .5s linear forwards;
}

.progress[data-percentage="4"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="5"] .progress-right .progress-bar {
    animation: loading-5 .5s linear forwards;
}

.progress[data-percentage="5"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="6"] .progress-right .progress-bar {
    animation: loading-6 .5s linear forwards;
}

.progress[data-percentage="6"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="7"] .progress-right .progress-bar {
    animation: loading-7 .5s linear forwards;
}

.progress[data-percentage="7"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="8"] .progress-right .progress-bar {
    animation: loading-8 .5s linear forwards;
}

.progress[data-percentage="8"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="9"] .progress-right .progress-bar {
    animation: loading-9 .5s linear forwards;
}

.progress[data-percentage="9"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="10"] .progress-right .progress-bar {
    animation: loading-10 .5s linear forwards;
}

.progress[data-percentage="10"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="11"] .progress-right .progress-bar {
    animation: loading-11 .5s linear forwards;
}

.progress[data-percentage="11"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="12"] .progress-right .progress-bar {
    animation: loading-12 .5s linear forwards;
}

.progress[data-percentage="12"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="13"] .progress-right .progress-bar {
    animation: loading-13 .5s linear forwards;
}

.progress[data-percentage="13"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="14"] .progress-right .progress-bar {
    animation: loading-14 .5s linear forwards;
}

.progress[data-percentage="14"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="15"] .progress-right .progress-bar {
    animation: loading-15 .5s linear forwards;
}

.progress[data-percentage="15"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="16"] .progress-right .progress-bar {
    animation: loading-16 .5s linear forwards;
}

.progress[data-percentage="16"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="17"] .progress-right .progress-bar {
    animation: loading-17 .5s linear forwards;
}

.progress[data-percentage="17"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="18"] .progress-right .progress-bar {
    animation: loading-18 .5s linear forwards;
}

.progress[data-percentage="18"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="19"] .progress-right .progress-bar {
    animation: loading-19 .5s linear forwards;
}

.progress[data-percentage="19"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
    animation: loading-20 .5s linear forwards;
}

.progress[data-percentage="20"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="21"] .progress-right .progress-bar {
    animation: loading-21 .5s linear forwards;
}

.progress[data-percentage="21"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="22"] .progress-right .progress-bar {
    animation: loading-22 .5s linear forwards;
}

.progress[data-percentage="22"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="23"] .progress-right .progress-bar {
    animation: loading-23 .5s linear forwards;
}

.progress[data-percentage="23"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="24"] .progress-right .progress-bar {
    animation: loading-24 .5s linear forwards;
}

.progress[data-percentage="24"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="25"] .progress-right .progress-bar {
    animation: loading-25 .5s linear forwards;
}

.progress[data-percentage="25"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="26"] .progress-right .progress-bar {
    animation: loading-26 .5s linear forwards;
}

.progress[data-percentage="26"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="27"] .progress-right .progress-bar {
    animation: loading-27 .5s linear forwards;
}

.progress[data-percentage="27"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="28"] .progress-right .progress-bar {
    animation: loading-28 .5s linear forwards;
}

.progress[data-percentage="28"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="29"] .progress-right .progress-bar {
    animation: loading-29 .5s linear forwards;
}

.progress[data-percentage="29"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
    animation: loading-30 .5s linear forwards;
}

.progress[data-percentage="30"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="31"] .progress-right .progress-bar {
    animation: loading-31 .5s linear forwards;
}

.progress[data-percentage="31"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="32"] .progress-right .progress-bar {
    animation: loading-32 .5s linear forwards;
}

.progress[data-percentage="32"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="33"] .progress-right .progress-bar {
    animation: loading-33 .5s linear forwards;
}

.progress[data-percentage="33"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="34"] .progress-right .progress-bar {
    animation: loading-34 .5s linear forwards;
}

.progress[data-percentage="34"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="35"] .progress-right .progress-bar {
    animation: loading-35 .5s linear forwards;
}

.progress[data-percentage="35"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="36"] .progress-right .progress-bar {
    animation: loading-36 .5s linear forwards;
}

.progress[data-percentage="36"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="37"] .progress-right .progress-bar {
    animation: loading-37 .5s linear forwards;
}

.progress[data-percentage="37"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="38"] .progress-right .progress-bar {
    animation: loading-38 .5s linear forwards;
}

.progress[data-percentage="38"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="39"] .progress-right .progress-bar {
    animation: loading-39 .5s linear forwards;
}

.progress[data-percentage="39"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
    animation: loading-40 .5s linear forwards;
}

.progress[data-percentage="40"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="41"] .progress-right .progress-bar {
    animation: loading-41 .5s linear forwards;
}

.progress[data-percentage="41"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="42"] .progress-right .progress-bar {
    animation: loading-42 .5s linear forwards;
}

.progress[data-percentage="42"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="43"] .progress-right .progress-bar {
    animation: loading-43 .5s linear forwards;
}

.progress[data-percentage="43"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="44"] .progress-right .progress-bar {
    animation: loading-44 .5s linear forwards;
}

.progress[data-percentage="44"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="45"] .progress-right .progress-bar {
    animation: loading-45 .5s linear forwards;
}

.progress[data-percentage="45"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="46"] .progress-right .progress-bar {
    animation: loading-46 .5s linear forwards;
}

.progress[data-percentage="46"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="47"] .progress-right .progress-bar {
    animation: loading-47 .5s linear forwards;
}

.progress[data-percentage="47"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="48"] .progress-right .progress-bar {
    animation: loading-48 .5s linear forwards;
}

.progress[data-percentage="48"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="49"] .progress-right .progress-bar {
    animation: loading-49 .5s linear forwards;
}

.progress[data-percentage="49"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="50"] .progress-left .progress-bar {
    animation: 0;
}

.progress[data-percentage="51"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="51"] .progress-left .progress-bar {
    animation: loading-1 .5s linear forwards .5s;
}

.progress[data-percentage="52"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="52"] .progress-left .progress-bar {
    animation: loading-2 .5s linear forwards .5s;
}

.progress[data-percentage="53"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="53"] .progress-left .progress-bar {
    animation: loading-3 .5s linear forwards .5s;
}

.progress[data-percentage="54"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="54"] .progress-left .progress-bar {
    animation: loading-4 .5s linear forwards .5s;
}

.progress[data-percentage="55"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="55"] .progress-left .progress-bar {
    animation: loading-5 .5s linear forwards .5s;
}

.progress[data-percentage="56"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="56"] .progress-left .progress-bar {
    animation: loading-6 .5s linear forwards .5s;
}

.progress[data-percentage="57"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="57"] .progress-left .progress-bar {
    animation: loading-7 .5s linear forwards .5s;
}

.progress[data-percentage="58"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="58"] .progress-left .progress-bar {
    animation: loading-8 .5s linear forwards .5s;
}

.progress[data-percentage="59"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="59"] .progress-left .progress-bar {
    animation: loading-9 .5s linear forwards .5s;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="60"] .progress-left .progress-bar {
    animation: loading-10 .5s linear forwards .5s;
}

.progress[data-percentage="61"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="61"] .progress-left .progress-bar {
    animation: loading-11 .5s linear forwards .5s;
}

.progress[data-percentage="62"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="62"] .progress-left .progress-bar {
    animation: loading-12 .5s linear forwards .5s;
}

.progress[data-percentage="63"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="63"] .progress-left .progress-bar {
    animation: loading-13 .5s linear forwards .5s;
}

.progress[data-percentage="64"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="64"] .progress-left .progress-bar {
    animation: loading-14 .5s linear forwards .5s;
}

.progress[data-percentage="65"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="65"] .progress-left .progress-bar {
    animation: loading-15 .5s linear forwards .5s;
}

.progress[data-percentage="66"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="66"] .progress-left .progress-bar {
    animation: loading-16 .5s linear forwards .5s;
}

.progress[data-percentage="67"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="67"] .progress-left .progress-bar {
    animation: loading-17 .5s linear forwards .5s;
}

.progress[data-percentage="68"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="68"] .progress-left .progress-bar {
    animation: loading-18 .5s linear forwards .5s;
}

.progress[data-percentage="69"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="69"] .progress-left .progress-bar {
    animation: loading-19 .5s linear forwards .5s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="70"] .progress-left .progress-bar {
    animation: loading-20 .5s linear forwards .5s;
}

.progress[data-percentage="71"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="71"] .progress-left .progress-bar {
    animation: loading-21 .5s linear forwards .5s;
}

.progress[data-percentage="72"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="72"] .progress-left .progress-bar {
    animation: loading-22 .5s linear forwards .5s;
}

.progress[data-percentage="73"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="73"] .progress-left .progress-bar {
    animation: loading-23 .5s linear forwards .5s;
}

.progress[data-percentage="74"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="74"] .progress-left .progress-bar {
    animation: loading-24 .5s linear forwards .5s;
}

.progress[data-percentage="75"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="75"] .progress-left .progress-bar {
    animation: loading-25 .5s linear forwards .5s;
}

.progress[data-percentage="76"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="76"] .progress-left .progress-bar {
    animation: loading-26 .5s linear forwards .5s;
}

.progress[data-percentage="77"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="77"] .progress-left .progress-bar {
    animation: loading-27 .5s linear forwards .5s;
}

.progress[data-percentage="78"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="78"] .progress-left .progress-bar {
    animation: loading-28 .5s linear forwards .5s;
}

.progress[data-percentage="79"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="79"] .progress-left .progress-bar {
    animation: loading-29 .5s linear forwards .5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="80"] .progress-left .progress-bar {
    animation: loading-30 .5s linear forwards .5s;
}

.progress[data-percentage="81"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="81"] .progress-left .progress-bar {
    animation: loading-31 .5s linear forwards .5s;
}

.progress[data-percentage="82"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="82"] .progress-left .progress-bar {
    animation: loading-32 .5s linear forwards .5s;
}

.progress[data-percentage="83"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="83"] .progress-left .progress-bar {
    animation: loading-33 .5s linear forwards .5s;
}

.progress[data-percentage="84"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="84"] .progress-left .progress-bar {
    animation: loading-34 .5s linear forwards .5s;
}

.progress[data-percentage="85"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="85"] .progress-left .progress-bar {
    animation: loading-35 .5s linear forwards .5s;
}

.progress[data-percentage="86"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="86"] .progress-left .progress-bar {
    animation: loading-36 .5s linear forwards .5s;
}

.progress[data-percentage="87"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="87"] .progress-left .progress-bar {
    animation: loading-37 .5s linear forwards .5s;
}

.progress[data-percentage="88"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="88"] .progress-left .progress-bar {
    animation: loading-38 .5s linear forwards .5s;
}

.progress[data-percentage="89"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="89"] .progress-left .progress-bar {
    animation: loading-39 .5s linear forwards .5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="90"] .progress-left .progress-bar {
    animation: loading-40 .5s linear forwards .5s;
}

.progress[data-percentage="91"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="91"] .progress-left .progress-bar {
    animation: loading-41 .5s linear forwards .5s;
}

.progress[data-percentage="92"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="92"] .progress-left .progress-bar {
    animation: loading-42 .5s linear forwards .5s;
}

.progress[data-percentage="93"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="93"] .progress-left .progress-bar {
    animation: loading-43 .5s linear forwards .5s;
}

.progress[data-percentage="94"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="94"] .progress-left .progress-bar {
    animation: loading-44 .5s linear forwards .5s;
}

.progress[data-percentage="95"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="95"] .progress-left .progress-bar {
    animation: loading-45 .5s linear forwards .5s;
}

.progress[data-percentage="96"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="96"] .progress-left .progress-bar {
    animation: loading-46 .5s linear forwards .5s;
}

.progress[data-percentage="97"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="97"] .progress-left .progress-bar {
    animation: loading-47 .5s linear forwards .5s;
}

.progress[data-percentage="98"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="98"] .progress-left .progress-bar {
    animation: loading-48 .5s linear forwards .5s;
}

.progress[data-percentage="99"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="99"] .progress-left .progress-bar {
    animation: loading-49 .5s linear forwards .5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
    animation: loading-50 .5s linear forwards;
}

.progress[data-percentage="100"] .progress-left .progress-bar {
    animation: loading-50 .5s linear forwards .5s;
}

@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(3.6);
        transform: rotate(3.6deg)
    }
}

@keyframes loading-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(7.2);
        transform: rotate(7.2deg)
    }
}

@keyframes loading-3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(10.8);
        transform: rotate(10.8deg)
    }
}

@keyframes loading-4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(14.4);
        transform: rotate(14.4deg)
    }
}

@keyframes loading-5 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(18);
        transform: rotate(18deg)
    }
}

@keyframes loading-6 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(21.6);
        transform: rotate(21.6deg)
    }
}

@keyframes loading-7 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(25.2);
        transform: rotate(25.2deg)
    }
}

@keyframes loading-8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(28.8);
        transform: rotate(28.8deg)
    }
}

@keyframes loading-9 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(32.4);
        transform: rotate(32.4deg)
    }
}

@keyframes loading-10 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(36);
        transform: rotate(36deg)
    }
}

@keyframes loading-11 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(39.6);
        transform: rotate(39.6deg)
    }
}

@keyframes loading-12 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(43.2);
        transform: rotate(43.2deg)
    }
}

@keyframes loading-13 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(46.8);
        transform: rotate(46.8deg)
    }
}

@keyframes loading-14 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(50.4);
        transform: rotate(50.4deg)
    }
}

@keyframes loading-15 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(54);
        transform: rotate(54deg)
    }
}

@keyframes loading-16 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(57.6);
        transform: rotate(57.6deg)
    }
}

@keyframes loading-17 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(61.2);
        transform: rotate(61.2deg)
    }
}

@keyframes loading-18 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(64.8);
        transform: rotate(64.8deg)
    }
}

@keyframes loading-19 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(68.4);
        transform: rotate(68.4deg)
    }
}

@keyframes loading-20 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(72);
        transform: rotate(72deg)
    }
}

@keyframes loading-21 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(75.6);
        transform: rotate(75.6deg)
    }
}

@keyframes loading-22 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(79.2);
        transform: rotate(79.2deg)
    }
}

@keyframes loading-23 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(82.8);
        transform: rotate(82.8deg)
    }
}

@keyframes loading-24 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(86.4);
        transform: rotate(86.4deg)
    }
}

@keyframes loading-25 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(90);
        transform: rotate(90deg)
    }
}

@keyframes loading-26 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(93.6);
        transform: rotate(93.6deg)
    }
}

@keyframes loading-27 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(97.2);
        transform: rotate(97.2deg)
    }
}

@keyframes loading-28 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(100.8);
        transform: rotate(100.8deg)
    }
}

@keyframes loading-29 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(104.4);
        transform: rotate(104.4deg)
    }
}

@keyframes loading-30 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(108);
        transform: rotate(108deg)
    }
}

@keyframes loading-31 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(111.6);
        transform: rotate(111.6deg)
    }
}

@keyframes loading-32 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(115.2);
        transform: rotate(115.2deg)
    }
}

@keyframes loading-33 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(118.8);
        transform: rotate(118.8deg)
    }
}

@keyframes loading-34 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(122.4);
        transform: rotate(122.4deg)
    }
}

@keyframes loading-35 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(126);
        transform: rotate(126deg)
    }
}

@keyframes loading-36 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(129.6);
        transform: rotate(129.6deg)
    }
}

@keyframes loading-37 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(133.2);
        transform: rotate(133.2deg)
    }
}

@keyframes loading-38 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(136.8);
        transform: rotate(136.8deg)
    }
}

@keyframes loading-39 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(140.4);
        transform: rotate(140.4deg)
    }
}

@keyframes loading-40 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(144);
        transform: rotate(144deg)
    }
}

@keyframes loading-41 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(147.6);
        transform: rotate(147.6deg)
    }
}

@keyframes loading-42 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(151.2);
        transform: rotate(151.2deg)
    }
}

@keyframes loading-43 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(154.8);
        transform: rotate(154.8deg)
    }
}

@keyframes loading-44 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(158.4);
        transform: rotate(158.4deg)
    }
}

@keyframes loading-45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(162);
        transform: rotate(162deg)
    }
}

@keyframes loading-46 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(165.6);
        transform: rotate(165.6deg)
    }
}

@keyframes loading-47 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(169.2);
        transform: rotate(169.2deg)
    }
}

@keyframes loading-48 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(172.8);
        transform: rotate(172.8deg)
    }
}

@keyframes loading-49 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(176.4);
        transform: rotate(176.4deg)
    }
}

@keyframes loading-50 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180);
        transform: rotate(180deg)
    }
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    color: #acacac;
}

.register-form {
    max-width: 80%;
    padding: 3rem 0;
    margin: 0 auto;
}

.register-btn {
    border-bottom: 1px solid #e2e2e2;
}

.register-btn .social-logins-btn {
    max-width: 300px;
}

.login-sidebar-pad {
    padding: 2rem 2rem;
    max-width: 500px;
    margin: 0 auto;
}

.or-text {
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.login-footer {
    background-color: #f8f8f9;
    padding: 3rem;
    text-align: center;
}

.form-floating&gt;label {
    padding: 1rem 1.75rem !important;
}

.block .fs-6 a {
    color: #c57458; !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.cookies {
    font-size: 14px;
    background-color: #444444;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99999;
    color: #fff !important;
    transition: all .2s;
    bottom: 0;
    box-sizing: border-box;
    transform-origin: 0 0;
}

.cookies__inner {
    display: table;
    width: 100%;
    padding: 8px 20px;
}

.cookies * {
    box-sizing: border-box;
}

.cookies__text {
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    padding-left: 30px;
    position: relative;
}

.cookies__text,
.cookies__button {
    display: table-cell;
    vertical-align: middle;
}

.cookies__text:before {
    background: transparent url(/assetsweb/img/info.svg) no-repeat center center;
    width: 28px;
    height: 23px;
    background-position: center;
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -10px 0 -5px -30px;
}

.cookies__text a {
    color: #fff !important;
    text-decoration: underline;
    display: inline;
}

.cookies__button {
    white-space: nowrap;
    padding-left: 10px;
}

.cookies__text,
.cookies__button {
    display: table-cell;
    vertical-align: middle;
    color: #ddd;
}

.cookies__text a:hover {
    color: #c57458; !important;
}

.cookies__button .button {
    margin-left: 10px;
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    border-radius: 2px;
    font-size: 10px;
    line-height: 12px;
    padding: 8px 25px 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .2s;
    outline: none;
    font-weight: 500;
}

.cookies__button .button:hover {
    color: #000;
    background: #fff !important;
}

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

    .cookies__text,
    .cookies__button {
        display: block !important
    }
}

.icon-svg,
.icon-svg.icon-svg-lg {
    width: 3rem;
    height: 3rem;
}

.icon-svg.icon-svg-md {
    width: 2.6rem;
    height: 2.6rem;
}

.icon-svg.icon-svg-sm {
    width: 2.4rem;
    height: 2.4rem;
}

.svg-fill {
    fill: #8caeec;
}

.svg-stroke {
    fill: #36496d;
}

.bg-soft-primary {
    background: linear-gradient(.85turn, #f3f3f3, #fafbfc, #f3f3f3) !important;
}

.link-inverse {
    color: #cacaca;
}

.text-inverse,
.link-inverse,
.text-inverse a:not(.btn) {
    color: #707070;
}

.bg-dark.text-inverse,
.bg-dark.link-inverse,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]),
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]) {
    color: #cacaca;
}

.text-inverse a:not(.btn):hover,
.bg-dark.text-inverse a:not(.btn):not([class*=link-]):hover,
[class*=offcanvas-].text-inverse a:not(.btn):not([class*=link-]):hover {
    color: #444;
}

.text-inverse,
.link-inverse,
.text-inverse a:not(.btn):hover {
    border-color: #444;
}

table td p {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: 'Playfair Display', sans-serif !important;
}

table td p b {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: 'Playfair Display', sans-serif !important;
}

.lift {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateY(0);
    transition: all .3s ease;
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.lift:hover {
    transform: translateY(-.4rem);
    box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, .125) !important;
}

.card.lift {
    border: 1px solid rgba(0, 0, 0, .125) !important;
}

.card.lift:hover {
    text-decoration: none !important;
    border: 1px solid rgb(0, 0, 0, .125) !important;
}

.card.lift h4:hover {
    color: #c57458; !important;
}

.bg-gradient-primary {
    background: linear-gradient(180deg, #f5f5fc, rgba(255, 255, 255, 0) 100%);
}

.btn.btn-circle {
    padding: 0;
    border-radius: 100% !important;
    width: 3.2rem;
    height: 3.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #f3f3f3;
}

.text-primary {
    color: #c57458; !important;
}

.block .blog-big-title h1 span {
    font-family: 'Playfair Display', sans-serif !important;
    position: relative;
    text-transform: uppercase;
    font-size: calc(1.375rem + 1.5vw);
}

.counter {
    font-family: 'Playfair Display', sans-serif !important;
}

.counter:not(.is-visible) {
    visibility: hidden;
}

.bg-dot.primary {
    background-image: radial-gradient(#444444 2px, transparent 2.5px);
}

.rounded img {
    border-radius: .4rem;
}

.shape.rellax {
    position: absolute;
}

.shape.rellax {
    z-index: 1;
}

.position-relative .shape.rellax+figure {
    position: relative;
    z-index: 2;
}

.btn.btn-circle i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
}

.accordion-wrapper .card {
    margin-bottom: 1.25rem;
}

.accordion-wrapper .card.plain {
    background: none;
    border: 0;
    margin-bottom: 0;
    box-shadow: none;
}

.accordion-wrapper .card.plain .card-body {
    padding: 0 0 0 1.1rem;
}

.accordion-wrapper .card.plain .card-header {
    padding: 0 0 .8rem 0;
}

.accordion-wrapper .card-header {
    margin-bottom: 0;
    background: none;
    border: 0;
    padding: .9rem 1.3rem .85rem;
}

.accordion-wrapper .card-header button {
    cursor: pointer;
    width: 100%;
    padding: 0 0 0 1.2rem;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: .85rem;
    font-weight: 700;
    color: #3f78e0;
    transition: all 150ms ease-in-out;
    background: none;
}

@media (prefers-reduced-motion:reduce) {
    .accordion-wrapper .card-header button {
        transition: none
    }
}

.newspaper {
    column-count: 3;
}

.bg-soft-primary {
    background-color: #f3f3f3 !important;
}

.blockquote-details {
    display: flex;
    align-items: center;
    text-align: left;
}

.blockquote-details p {
    font-size: .8rem;
}

.blockquote-details .info {
    padding-left: 1rem;
}

.accordion-wrapper .card-header button.collapsed {
    color: #343f52;
}

.accordion-wrapper .card-header button:hover {
    color: #3f78e0;
}

.accordion-wrapper .card-body {
    padding: 0 1.25rem .25rem 2.5rem;
}

.wrapper {
    margin: 7rem 0;
}

.underline {
    position: relative;
    z-index: 2;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
}

.underline:after {
    content: "";
    display: block;
    background: rgba(197, 116, 88, .12);
    border-radius: 5rem;
    position: absolute;
    width: calc(100% + 2.5%);
    height: 30%;
    left: -1.5%;
    bottom: 9%;
    z-index: -1;
    margin-top: 0;
    transition: all 200ms ease-in-out;
}

blockquote.editorinside {
    background-color: #f3f3f3 !important;
    border-left: 0 solid #c57458; !important;
}

figure img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

#payment-form {
    min-width: 370px;
    align-self: center;
    box-shadow: 0 0 0 .5px rgb(50 50 93 / 10%), 0 2px 5px 0 rgb(50 50 93 / 10%), 0 1px 1.5px 0 rgb(0 0 0 / 7%);
    border-radius: 1px;
    padding: 40px;
}

figure {
    margin: 0;
    padding: 0;
    overflow: hidden
}

figure:hover+span {
    bottom: -36px;
    opacity: 1
}

.hover01 figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .9s ease-in-out;
    transition: .9s ease-in-out
}

.hover01 figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.hover14 figure {
    position: relative
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

.hover14 figure:hover::before {
    -webkit-animation: shine 1.05s;
    animation: shine 1.05s
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.masonry-grid {
    page-break-inside: avoid;
    break-inside: avoid;
    column-count: 2;
    column-gap: 15px;
}

.masonry-grid-item {
    margin-bottom: 15px;
    position: relative;
    break-inside: avoid;
    width: 100%;
    will-change: transform;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 3px 3px 5px -3px #000;
}

@media screen and (min-width:576px) {
    .masonry-grid {
        column-count: 2
    }
}

@media screen and (min-width:768px) {
    .masonry-grid {
        column-count: 3
    }
}

@media screen and (min-width:992px) {
    .masonry-grid {
        column-count: 4
    }
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 208px!important;
}




.block p:first-letter {
    text-transform:uppercase!important;
}

</pre></body></html>