@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,700;1,800&family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap);
body {
    color: #777;
    font-family: var(--primary-font), sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px
}

.pb-380 {
    padding-bottom: 380px
}

.circle-left {
    margin-inline-end: 2px;
    position: relative;
    top: -4px
}

.text-left {
    text-align: left !important
}

.mean-container a.meanmenu-reveal span {
    background: no-repeat;
    border-top: 3px solid #fff;
    display: block;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav ul li a {
    border-top: 1px solid hsla(0, 0%, 85%, .5);
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px 5%;
    text-align: start;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%
}

.mean-container .mean-nav {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, .102);
    position: absolute
}

.mean-container .mean-nav ul {
    overflow: hidden
}

.mean-container .mean-nav ul li a.mean-expand {
    padding: 9px 12px;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 2
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent
}

.srb-line {
    bottom: -90px;
    position: absolute;
    text-align: center;
    width: 100%
}

.line5 {
    display: block
}

.mr-15 {
    margin-inline-end: 15px
}

.img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.button,
a {
    transition: all .3s ease-out 0s
}

.button:focus,
a:focus {
    outline: none;
    text-decoration: none
}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a:focus,
a:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    box-shadow: none;
    outline: 0
}

a,
button {
    color: #101010;
    outline: medium none
}

a:hover {
    color: var(--primary-color)
}

.box20 .title a {
    color: #fff
}

.box20 .title a:hover {
    color: #444
}

button:focus,
input:focus,
textarea,
textarea:focus {
    box-shadow: none;
    outline: none
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #101010;
    font-family: var(--heading-font), sans-serif;
    font-style: normal;
    font-weight: 600;
    margin-top: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 40px;
    font-weight: 600
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

p {
    margin-bottom: 15px
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0;
    margin: 30px 0;
    padding: 0
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400
}

::-moz-selection {
    background: #d6b161;
    background: #444;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none
}

::-moz-placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: #555;
    font-size: 14px;
    opacity: 1
}

.theme-overlay {
    position: relative
}

.theme-overlay:before {
    background: #1696e7 none repeat scroll 0 0;
    content: "";
    height: 100%;
    inset-inline-start: 0;
    opacity: .6;
    position: absolute;
    top: 0;
    width: 100%
}

.separator {
    border-top: 1px solid #f2f2f2
}

.btn {
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px;
    position: relative;
    text-align: center;
    text-transform: unset;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    z-index: 1
}

.btn i {
    font-size: 18px;
    margin-inline-start: 10px
}

.btn:before {
    background: var(--primary-color);
    border-radius: 50%;
    content: "";
    display: none;
    height: 40px;
    inset-inline-start: 10px;
    position: absolute;
    top: 10px;
    transition: all .3s ease 0s;
    width: 40px;
    z-index: -1
}

.btn:hover {
    background: var(--primary-color-hover);
    color: #fff
}

.btn:not(.button-loading):hover:before {
    background: var(--primary-color);
    border-radius: 4px;
    content: "";
    height: 100%;
    inset-inline-start: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.btn.button-loading:hover:before {
    background-color: var(--primary-color-hover) !important
}

.slider-btn:hover .btn-after {
    margin-top: -50px;
    margin-inline-start: 0
}

.header-top {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    padding-top: 40px
}

.innder-ht {
    padding: 10px 0
}

.wellcome-text p {
    color: #8a8a8a;
    margin-bottom: 0
}

.header-cta ul li {
    display: inline-block;
    padding-inline-end: 30px
}

.header-cta ul li:first-child {
    margin-inline-start: 0
}

.header-cta ul li:last-child {
    border-inline-end: none;
    padding-inline-end: 0
}

.header-cta ul li i {
    color: #fff;
    display: inline-block;
    margin-inline-end: 5px;
    position: relative;
    top: 1px
}

.header-top-cta ul li {
    display: inline-block;
    margin-inline-end: 80px;
    width: 200px
}

.header-top-cta ul li:last-child {
    margin-inline-end: 0
}

.h-cta-icon {
    display: block;
    float: left;
    margin-inline-end: 20px
}

.h-cta-content {
    overflow: hidden
}

.h-cta-content h5 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase
}

.h-cta-content p {
    line-height: 1.5;
    margin-bottom: 0
}

.menu-area {
    position: relative
}

.menu .sub-menu {
    border-top: 4px solid #faa292
}

.menu .children,
.menu .sub-menu {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    display: none;
    margin-top: 15px;
    min-width: 250px;
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: 1
}

.menu .children,
.menu .sub-menu {
    border-top: 4px solid var(--primary-color)
}

.main-menu {
    position: relative;
    z-index: 9
}

.menu .sub-menu li {
    border-bottom: 1px solid #ddd;
    float: left;
    margin-inline-start: 0 !important;
    text-align: start;
    width: 100%
}

.main-menu .sub-menu li a {
    padding: 15px
}

.menu .menu-item-has-children:hover>ul {
    display: block;
    margin-top: 0
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul {
    background-color: #fff;
    display: none;
    margin-inline-start: -255px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 250px;
    z-index: 1
}

.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
    margin-inline-start: -265px;
    margin-top: 0;
    top: -3px
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children:hover>ul,
.menu .page_item_has_children>ul>.page_item_has_children:hover>ul {
    display: block
}

.main-menu .menu-item-has-children>ul>.menu-item-has-children>ul>.menu-item-has-children>ul {
    background-color: #fff;
    display: none;
    margin-inline-start: 255px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 250px;
    z-index: 1
}

.main-menu ul li {
    display: inline-block;
    margin-inline-start: 25px;
    position: relative
}

.main-menu ul li.active a {
    color: var(--primary-color)
}

.main-menu ul li a {
    color: #101010;
    display: block;
    font-family: var(--primary-font), sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1.5px;
    padding: 20px 0;
    position: relative;
    text-transform: capitalize
}

.main-menu ul li a:after {
    color: var(--primary-color);
    content: "+";
    display: none;
    margin-inline-start: 10px
}

.main-menu .has-sub ul li a:after,
.main-menu ul li:last-child a:after {
    display: none
}

.main-menu ul li:first-child {
    margin-inline-start: 0
}

.menu-area .menu-tigger {
    cursor: pointer;
    display: inline-block
}

.menu-area .menu-tigger span {
    background: #2935bb;
    display: block;
    height: 2px;
    margin: 7px 0;
    transition: .3s;
    width: 30px
}

.main-menu ul li:hover>a {
    color: var(--primary-color)
}

.main-menu ul li:hover>a:before {
    width: 100%
}

.display-ib,
.header-social a {
    display: inline-block
}

.header-social a {
    color: #191d3b;
    font-size: 14px;
    text-align: center
}

.search-top {
    display: inline-block
}

.search-top li a {
    background: var(--secondary-color);
    color: var(--primary-color);
    float: left;
    font-size: 20px;
    margin-top: 6px;
    padding: 10px 20px
}

.search-top li:last-child {
    border: none
}

.header-social a:hover {
    color: #fff
}

.sticky-menu {
    animation: fadeInDown .3s ease-in-out 0s 1 normal none running;
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 5 !important
}

.responsive {
    display: none
}

#mobile-menu {
    display: block
}

.right-menu li {
    float: right;
    padding: 10px 20px 10px 0
}

.right-menu li:last-child {
    padding-inline-end: 0
}

.right-menu .icon {
    float: left;
    margin-inline-end: 20px
}

.right-menu .text {
    float: left;
    padding-top: 5px
}

.right-menu .text span {
    color: #517496;
    display: block
}

.right-menu .text strong {
    color: #fff;
    font-family: var(--primary-font), sans-serif;
    font-size: 22px;
    font-weight: 900
}

.menu-search {
    border-inline-end: 1px solid #e7e7e7;
    padding: 10px 22px 10px 0
}

.menu-search a {
    background: hsla(0, 0%, 100%, .29);
    border-radius: 50%;
    color: var(--primary-color);
    display: inline-block;
    font-size: 16px;
    line-height: 33px;
    margin-top: 5px;
    text-align: center
}

.top-btn {
    background: var(--secondary-color);
    border: 2px solid transparent;
    color: #fff;
    float: left;
    padding: 16px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color .3s ease;
    width: 100%
}

.top-btn i {
    font-size: 16px;
    margin-inline-start: 10px
}

.top-btn:hover {
    background-color: var(--primary-color);
    border: 2px solid var(--secondary-color);
    color: #fff
}

.sticky-menu .logo {
    height: auto;
    line-height: 61px;
    margin-top: 0
}

.slider-content {
    position: relative;
    z-index: 2
}

.slider-bg .banner-img {
    height: 676px !important;
    margin-top: 115px;
    margin-inline-end: -62px;
    overflow: hidden
}

.slider-content.s-slider-content.text2 {
    margin-top: 0
}

.slider-content.s-slider-content.text3 {
    margin-top: 168px
}

.slider-price {
    bottom: 0;
    inset-inline-end: 0;
    position: absolute
}

.slider-price h3 {
    color: #fff
}

.slider-price h2 {
    color: var(--primary-color);
    font-size: 60px;
    font-weight: 500
}

.slider-btn {
    display: inline-block;
    position: relative
}

.slider-active .slick-dots {
    left: 22%;
    position: absolute;
    top: 40%
}

.slider-active .slick-dots li button {
    background: var(--primary-color);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    height: 1px;
    margin-inline-start: 10px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    z-index: 1
}

.slider-active .slick-dots li.slick-active button {
    background: var(--primary-color);
    width: 50px
}

.slider-active .slick-dots li.slick-active button:before {
    opacity: 1
}

.slider-active .slick-dots li button:before {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    float: left;
    height: 19px;
    left: -19px;
    margin-top: -9px;
    opacity: .7;
    position: relative;
    width: 19px
}

.second-header {
    background: #101010;
    border: none;
    color: #fff;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    z-index: 1
}

.second-header a,
.second-header span {
    color: #fff
}

.second-header a:hover {
    color: var(--secondary-color)
}

.second-menu {
    position: relative;
    z-index: 9
}

.sticky-menu .second-menu {
    box-shadow: none;
    margin: 0;
    padding: 0
}

.sticky-menu .second-menu:before {
    content: none
}

.second-menu .main-menu ul li {
    margin-inline-start: 40px
}

.second-menu .main-menu ul li:first-child {
    margin-inline-start: 0
}

.second-menu .main-menu ul li a:before {
    content: none
}

.second-header-btn .btn {
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(54, 96, 217, .3);
    font-size: 16px;
    padding: 20px 30px;
    position: relative;
    text-transform: uppercase
}

.second-header-btn .btn,
.second-header-btn .btn:hover {
    background: var(--primary-color);
    color: #fff
}

.img-main {
    position: relative;
    z-index: 2
}

.offcanvas-menu {
    background: #00081b;
    height: 100%;
    inset-inline-end: 0;
    padding: 30px;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: .5s;
    width: 300px;
    z-index: 999
}

.offcanvas-menu.active {
    transform: translateX(0)
}

.menu-close i {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    transition: .3s
}

.menu-close:hover i {
    color: var(--primary-color)
}

.offcanvas-menu ul {
    margin-top: 30px
}

.offcanvas-menu ul li {
    border-bottom: 1px solid #101c38
}

.offcanvas-menu ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 6px 0;
    text-transform: capitalize
}

.offcanvas-menu ul li:hover a {
    color: var(--primary-color)
}

.side-social a {
    color: #fff;
    margin-inline-end: 10px
}

.side-social {
    margin-top: 30px
}

.side-social a:hover {
    color: var(--primary-color)
}

.offcanvas-menu form {
    margin-top: 30px;
    position: relative
}

.offcanvas-menu form input {
    background: none;
    border: 1px solid #2d3547;
    color: #fff;
    padding: 7px 10px;
    width: 100%
}

.offcanvas-menu form button {
    background: var(--primary-color);
    border: none;
    cursor: pointer;
    inset-inline-end: 0;
    padding: 8px 14px;
    position: absolute;
    top: 0
}

.offcanvas-menu form button i {
    color: #fff
}

.offcanvas-overly {
    background: #000;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 9
}

.offcanvas-overly.active {
    opacity: .5;
    visibility: visible
}

.off-logo {
    display: none
}

.header-two .menu-area {
    padding-top: 0
}

.header-two .top-callus {
    background: var(--primary-color);
    border-radius: 0 0 10px 10px;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    width: 100%
}

.header-two #mobile-menu {
    float: left
}

.header-two .logo img {
    max-width: 60%;
    width: auto
}

.header-two .main-menu ul li a {
    color: var(--primary-color)
}

.header-three .second-header {
    background: var(--primary-color);
    padding: 10px 0
}

.header-three .menu-area:before {
    display: none
}

.header-three .menu-area {
    background: rgb(255 255 255 / 92%);
    border-top: 0;
    margin-bottom: -110px;
    position: relative;
    z-index: 9
}

.header-three .sticky-menu {
    background: rgb(255 255 255 / 92%);
    margin-top: 0
}

.header-three .main-menu ul li a {
    color: #000;
    font-family: var(--primary-font), sans-serif
}

.header-three .main-menu .sub-menu li a,
.menu .children li a {
    color: #4f4f4f !important
}

.header-three .main-menu .sub-menu li a:hover,
.menu .children li a:hover {
    color: var(--primary-color) !important
}

.header-three .btn.ss-btn {
    float: right
}

.login li {
    display: inline-block
}

.login li a {
    color: #fff;
    text-transform: uppercase
}

.slider-three .slider-img {
    margin-inline-start: -25px;
    margin-top: 50px;
    margin-inline-end: -227px
}

.slider-bg-three:before {
    background: rgba(4, 15, 45, .569);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.slider-four .slider-bg h5 {
    border: none;
    color: hsla(0, 0%, 100%, .11);
    font-size: 170px
}

.slider-four .slider-img {
    float: right;
    margin-inline-start: 0;
    margin-top: 136px;
    margin-inline-end: -235px
}

.slider-four .slider-img img {
    position: relative;
    z-index: 1
}

.slider-four .slider-bg .text2 h5 {
    color: var(--primary-color);
    font-family: var(--heading-font), sans-serif;
    font-size: 18px;
    font-weight: 500
}

.slider-four .slider-bg .video-i i {
    border: none;
    color: var(--primary-color);
    margin-inline-end: 10px
}

.slider-four .slider-bg .text2 p {
    color: #777
}

.single-slider .subricbe {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 20px 60px 0 rgba(0, 0, 0, .08);
    margin-top: 40px;
    padding: 15px;
    position: relative;
    width: 92%
}

.header-input {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    height: 4.4rem;
    margin-bottom: 0;
    outline: none !important;
    padding: 0 1rem;
    width: 100%
}

.contact-form .btn:before {
    display: none
}

.header-btn {
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    bottom: 15px;
    color: #fff;
    inset-inline-end: 15px;
    padding: 5px 15px;
    position: absolute !important;
    top: 15px
}

.header-btn i {
    margin-inline-start: 0
}

.search-top2 {
    float: right
}

.search-top2 li {
    background: var(--primary-color);
    border-radius: 10px;
    float: left;
    height: 45px;
    line-height: 45px;
    margin-inline-start: 20px;
    text-align: center;
    width: 45px
}

.search-top2 li a {
    float: none !important
}

.search-top2 li .fas.fa-search {
    color: #36383a
}

.header-slidemenu {
    background: var(--primary-color);
    bottom: 0;
    height: 100%;
    left: 0;
    padding-top: 80px;
    padding-inline-start: 70px;
    position: fixed;
    top: 0;
    width: 16.7%;
    z-index: 2
}

.slide-out ul li {
    display: inline-block;
    margin-inline-start: 0;
    width: 75%
}

.slide-out .has-sub>ul {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    margin-top: -45px;
    margin-inline-start: 130px;
    min-width: 250px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    visibility: hidden;
    z-index: 1
}

.slide-out .has-sub:hover>ul {
    margin-top: -45px;
    opacity: 1;
    top: 0;
    visibility: visible
}

.slide-out .has-sub>ul>.has-sub>ul {
    margin-inline-start: 255px;
    margin-top: 0
}

.slide-out .has-sub>ul>.has-sub>ul,
.slide-out .has-sub>ul>.has-sub>ul>.has-sub>ul {
    background-color: #fff;
    display: none;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 250px;
    z-index: 1
}

.slide-out .has-sub>ul>.has-sub>ul>.has-sub>ul {
    margin-inline-start: 260px;
    margin-top: 0
}

.slide-out ul li a {
    color: #fff;
    display: block;
    font-weight: 400;
    padding: 0 0 15px;
    position: relative;
    text-transform: uppercase
}

.slide-out ul li a:hover,
.slide-out ul li:hover>a {
    color: #c9a17b
}

.slide-out .menu-item-has-children>ul {
    display: none;
    margin-top: -40px;
    margin-inline-start: 120px
}

.slide-out .menu-item-has-children:hover>ul {
    display: block;
    margin-top: -40px;
    margin-inline-start: 120px
}

.header-slidemenu .footer-social {
    bottom: 50px;
    left: 60px;
    position: absolute
}

.overlay-bg-01 {
    left: 0;
    position: absolute;
    top: 0
}

.overlay-bg-02 {
    bottom: 0;
    left: 0;
    position: absolute
}

.overlay-bg-03 {
    position: absolute;
    right: 0;
    top: 30px
}

.overlay-bg-04 {
    bottom: 100px;
    position: absolute;
    right: 0
}

.slider-bg {
    background-position: bottom;
    background-size: cover;
    min-height: 670px !important;
    position: relative;
    z-index: 1
}

.slider-bg .image-layer {
    background-repeat: no-repeat;
    background-size: cover !important;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(1);
    transition: transform 7s ease;
    z-index: 1
}

.slider-bg.slick-active .image-layer {
    transform: scale(1.15)
}

.slider-bg .video-i.popup-video {
    color: #fff;
    font-family: var(--primary-font), sans-serif;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 1
}

.slider-bg .video-i.popup-video img {
    display: inline-block
}

.show-bg3:before {
    background: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.slider-bg2 {
    background-position: 50%;
    background-size: cover;
    margin-top: -118px;
    min-height: 900px;
    position: relative;
    z-index: 1
}

.slider-bg2 .slider-content>span:before {
    background: #383838;
    content: "";
    height: 3px;
    margin-top: 15px;
    margin-inline-end: 10px;
    text-align: start;
    width: 60px
}

.slider-bg2 .slider-content h2 {
    color: #fff
}

.slider-bg2 .slider-content p {
    color: #676f67;
    font-size: 16px;
    margin-bottom: 0
}

.slider-bg2 .slider-content>span {
    color: var(--primary-color);
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px
}

.slider-bg .video-i i {
    background: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(250, 63, 108, .1);
    color: var(--primary-color);
    height: 60px;
    line-height: 30px;
    margin-inline-end: 10px;
    width: 60px
}

.slider-bg .video-i i,
.slider-bg2 .video-i {
    border-radius: 100%;
    display: inline-block;
    padding: 14px;
    text-align: center
}

.slider-bg2 .video-i {
    background: #383838;
    color: #fff;
    margin-inline-start: 20px;
    width: 51px
}

.slider-bg2 .video-i:hover {
    background: var(--primary-color);
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    margin-inline-start: 20px;
    padding: 14px;
    text-align: center;
    width: 51px
}

#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1
}

.slider-content>span {
    color: var(--primary-color);
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 6px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.slider-content h2 {
    color: #fff;
    font-size: 90px;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 40px
}

.slider-content h2 span {
    color: var(--primary-color)
}

.slider-content h5 {
    color: #fff;
    font-size: 22px;
    line-height: 18px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.slider-content p span {
    background: var(--primary-color);
    display: inline-block;
    height: 2px;
    margin-inline-end: 20px;
    position: relative;
    top: -4px;
    width: 40px
}

.slider-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0
}

.p-relative {
    position: relative;
    
}

.down-arrow {
    border: 2px solid #fff;
    border-radius: 50px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 1
}

.down-arrow:hover {
    color: #fff
}

.slider-active .slick-arrow {
    background: none;
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1);
    color: #00163b;
    cursor: pointer;
    font-size: 26px;
    height: 60px;
    left: 5%;
    line-height: 60px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    transform: translateY(-50%);
    transition: .5s;
    width: 60px;
    z-index: 9
}

.slider-active .slick-next {
    left: inherit;
    right: 5%
}

.slider-active .slick-arrow,
.slider-active .slick-next {
    opacity: 0;
    transition: all .3s ease 0s
}

.slider-active:hover .slick-prev {
    left: 4%
}

.slider-active:hover .slick-next {
    right: 4%
}

.slider-active:hover .slick-arrow,
.slider-active:hover .slick-next {
    opacity: 1
}

.slider-active .slick-arrow:hover {
    background: var(--primary-color);
    color: #fff
}

.second-slider-content h2 {
    font-size: 90px;
    margin-bottom: 20px
}

.second-slider-bg:before {
    opacity: .5
}

.second-slider-content {
    padding-bottom: 5px;
    padding-top: 85px
}

.s-slider-content h2 {
    margin-bottom: 25px
}

.s-slider-content p {
    color: hsla(0, 0%, 100%, .749);
    font-size: 18px;
    line-height: 26px;
    margin: auto
}

.slider-four .s-slider-content p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    margin: auto;
    padding-bottom: 30px;
    width: 90%
}

.btn-icon {
    background: #ffb3a5;
    bottom: 10px;
    color: #fff;
    left: 10px;
    padding: 10px 15px;
    position: absolute;
    top: 10px
}

.btn.ss-btn.active {
    background: none;
    border: 2px solid #fff;
    box-shadow: none;
    color: #fff
}

.line {
    margin-inline-end: 15px;
    text-align: start
}

.slider-shape {
    position: absolute !important;
    z-index: 9
}

.ss-one {
    left: 234px !important;
    top: 180px !important
}

.ss-two {
    left: 46% !important;
    top: 238px !important
}

.ss-three {
    left: 12% !important;
    top: 77% !important
}

.ss-four {
    left: 30% !important;
    top: 85% !important
}

.ss-five {
    left: 61% !important;
    top: 83% !important
}

.ss-six {
    left: 88% !important;
    top: 80% !important
}

.ss-seven {
    left: 89% !important;
    top: 20% !important
}

.slider-bg .text2 h2 {
    font-size: 60px
}

.slider-bg .text2 a {
    color: #fff
}

.slider-bg .text2 .btn.ss-btn.active {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff
}

.slider-bg .text2 p {
    color: #fff;
    padding-inline-end: 22%
}

.slider-text-2 h2 {
    color: #fff
}

.s-aliment-1 {
    animation: movedelement 5s linear infinite;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .2);
    padding: 15px;
    position: absolute;
    right: -122px;
    top: 361px;
    width: 250px;
    z-index: 1
}

.aliment-icon-red,
.s-aliment-1 {
    align-items: center;
    display: flex
}

.aliment-icon-red {
    justify-content: center
}

.aliment-content {
    margin-inline-start: 15px;
    padding-top: 15px
}

.aliment-content p {
    margin-bottom: 0
}

.aliment-content .h3-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    margin-bottom: 5px
}

@keyframes movedelement {
    0% {
        transform: translate(0)
    }
    25% {
        transform: translate(10px, 10px)
    }
    50% {
        transform: translate(5px, 5px)
    }
    75% {
        transform: translate(10px, -5px)
    }
    to {
        transform: translate(0)
    }
}

.slider-content2 h2 {
    color: var(--primary-color)
}

.slider-content2 h5,
.slider-content2 p {
    color: #777
}

.features-services-area .container {
    background-color: #fff;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1);
    margin-top: -180px;
    padding: 50px 50px 20px
}

.features-services-area .features-icon img {
    height: 57px;
    margin-bottom: 30px
}

.features-services-area p {
    margin-bottom: 0
}

.features-content h4 {
    font-size: 24px;
    margin-bottom: 17px
}

.s-btn {
    border: 1px solid #ccc;
    border-radius: 50px;
    color: #101010;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 30px
}

.s-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.section-title h5 {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.section-title h5 div {
    display: inline-block;
    margin: 0 10px
}

.section-title h2 {
    font-size: 60px;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    position: relative
}

.section-title h2:before {
    background: var(--primary-color);
    bottom: 0;
    content: "";
    display: none;
    height: 4px;
    inset-inline-end: 0;
    inset-inline-start: 0;
    margin: auto;
    position: absolute;
    transition: .3s;
    width: 60px
}

.section-title p {
    display: inline-block;
    margin-top: 10px;
    width: 60%
}

section:hover .section-title h2:before {
    width: 100px
}

.features-p {
    padding-top: 380px
}

.features-shape {
    position: absolute;
    z-index: -1
}

.fshape-one {
    inset-inline-start: 120px;
    top: 25%
}

.fshape-two {
    inset-inline-start: 15%;
    top: 51%
}

.fshape-three {
    inset-inline-start: 6%;
    top: 69%
}

.fshape-four {
    inset-inline-start: 89%;
    top: 40%
}

.fshape-five {
    inset-inline-start: 83%;
    top: 71%
}

.about-content3 li:before {
    color: var(--primary-color);
    content: "";
    font-family: Font Awesome\ 5 Pro;
    margin-inline-end: 10px
}

.video-position {
    bottom: -170px;
    inset-inline-start: 50px;
    position: absolute
}

.video-img {
    height: 588px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.video-img img {
    width: 100%
}

.video-img:before {
    content: "";
    height: 100%;
    inset-inline-start: 0;
    opacity: .65;
    position: absolute;
    top: 0;
    width: 100%
}

.video-img a {
    background: var(--primary-color);
    color: #fff;
    font-size: 30px;
    height: 80px;
    padding: 25px;
    text-align: center;
    width: 80px;
    z-index: 9
}

.video-img a,
.video-img a:before {
    border-radius: 50%;
    inset-inline-start: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.video-img a:before {
    animation: pulse-border 1.5s ease-out infinite;
    background: transparent linear-gradient(90deg, var(--primary-color) 0, var(--primary-color) 100%) 0 0 no-repeat padding-box;
    content: "";
    height: 90px;
    width: 90px;
    z-index: -1
}

@keyframes pulse-border {
    0% {
        opacity: 1;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
    }
    to {
        opacity: 0;
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5)
    }
}

.left-align h2:before {
    margin: unset
}

.video-content p {
    margin-bottom: 30px
}

.v-list ul li {
    margin-bottom: 20px
}

.v-list ul li:last-child {
    margin-bottom: 0
}

.v-list ul li i {
    color: var(--primary-color);
    display: inline-block;
    margin-inline-end: 5px
}

.v-padding {
    padding-top: 35px
}

.video-area h2 {
    color: #fff
}

.s-video-wrap {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    display: flex
}

.s-video-content {
    text-align: center;
    width: 100%
}

.s-video-content a {
    border-radius: 50%;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    z-index: 1
}

.s-video-content a:before {
    animation: pulse-border 1.5s ease-out infinite;
    background: hsla(0, 0%, 100%, .09);
    border-radius: 50%;
    content: "";
    display: none;
    height: 120px;
    inset-inline-start: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: -1
}

.s-video-content h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px
}

.s-video-content p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0
}

.chosse-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    inset-inline-end: 0;
    position: absolute;
    top: 0;
    width: 50%
}

.choose-list {
    float: left;
    width: 100%
}

.choose-list ul li {
    color: #444d69;
    float: left;
    margin-bottom: 20px;
    width: 50%
}

.choose-list ul li i {
    color: var(--primary-color);
    display: inline-block;
    font-size: 18px;
    margin-inline-end: 5px
}

.choose-area {
    background-position: 50%;
    background-size: cover
}

.choose-content p {
    color: #444d69;
    margin-bottom: 15px;
    padding-inline-end: 50px
}

.choose-btn a {
    background-color: #1f53db;
    border: 2px solid #1f53db;
    border-radius: 8px;
    box-shadow: 0 2px 60px 0 rgba(31, 83, 219, .3);
    color: #fff !important;
    display: inline-block;
    display: flex;
    float: left;
    font-family: var(--primary-font), sans-serif;
    margin-inline-end: 25px;
    padding: 10px 25px;
    position: relative;
    width: 241px
}

.choose-btn a .icon {
    line-height: 50px;
    padding: 0 20px 0 0;
    z-index: 99
}

.choose-btn a .text {
    font-size: 20px;
    z-index: 99
}

.choose-btn a .text strong {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin-top: 0
}

.choose-btn a.g-btn {
    background: none;
    border: 2px solid #1f53db;
    box-shadow: none;
    margin-inline-end: 0;
    width: 262px
}

.g-btn .text {
    color: #101010
}

.g-btn .text strong {
    color: #1f53db
}

.single-brand {
    text-align: center
}

.single-brand img {
    display: inline-block
}

.brand-area2 {
    margin-top: -70px;
    position: relative
}

.wp-bg {
    background-position: 50%;
    background-size: cover
}

.w-title h2:before {
    background-color: var(--primary-color)
}

.wp-list {
    background: #232c8e;
    box-shadow: 0 10px 30px 0 rgba(29, 38, 129, .48);
    padding: 80px 50px 75px
}

.wp-list ul li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 45px;
    overflow: hidden
}

.wp-list ul li:last-child {
    margin-bottom: 0
}

.wp-icon {
    margin-inline-end: 25px
}

.wp-content h5 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px
}

.wp-content p {
    color: #fff;
    margin-bottom: 0
}

.wp-tag {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    inset-inline-start: 70px;
    position: absolute;
    top: 90px
}

.wp-img {
    margin-inline-end: -60px;
    margin-bottom: -15px;
    margin-top: -60px
}

.wp-thumb img {
    width: 100%
}

.inner-wp-icon {
    display: block;
    float: left;
    margin-inline-end: 30px
}

.inner-wp-c {
    display: block;
    overflow: hidden
}

.inner-wp-c h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px
}

.inner-wp-c p {
    margin-bottom: 0
}

.team-area .single-team {
    margin-inline-end: 0;
    margin-inline-start: 0
}

.single-team {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    margin-inline-end: 15px;
    margin-inline-start: 15px;
    padding: 0
}

.team-area .container {
    position: relative;
    z-index: 1
}

.team-active .slick-dots {
    display: none;
    text-align: center
}

.team-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.team-active .slick-dots .slick-active button {
    background-color: var(--primary-color);
    width: 10px
}

.team-active .slick-dots li button {
    background-color: #ccc;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    height: 10px;
    margin-inline-start: 10px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 10px;
    z-index: 1
}

.team-active .slick-dots li.slick-active button:before {
    opacity: 1
}

.team-active .slick-dots li button:before {
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
    content: "";
    float: left;
    height: 19px;
    inset-inline-start: -19px;
    margin-top: -9px;
    opacity: .7;
    position: relative;
    width: 19px
}

.team-thumb {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.team-thumb img {
    border-radius: 4px;
    display: inline-block !important;
    width: 100%
}

.team-thumb .dropdown {
    bottom: 0;
    inset-inline-end: 15px;
    position: absolute
}

.team-thumb .dropdown .xbtn {
    background: var(--primary-color) 0 0 no-repeat padding-box;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Titillium Web, sans-serif;
    font-size: 18px;
    height: 50px;
    line-height: 48px;
    position: relative;
    width: 50px
}

.team-thumb .dropdown .xbtn:before {
    border: 2px dashed hsla(0, 0%, 100%, .361);
    border-radius: 50%;
    content: "";
    height: 40px;
    inset-inline-start: 5px;
    position: absolute;
    top: 5px;
    width: 40px
}

.team-social {
    margin-top: 10px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -70px;
    transition: all .3s ease 0s;
    width: 100%
}

.single-team:hover .team-social {
    opacity: 1;
    top: -80px
}

.team-social li {
    display: inline;
    margin: 0 3px
}

.team-thumb .dropdown-menu {
    background: none;
    border: none;
    padding: 0;
    transform: translate3d(0, -107px, 0) !important
}

.team-thumb .social {
    position: absolute;
    top: 0
}

.team-info {
    padding: 30px 0;
    position: relative;
    text-align: center;
    transition: .3s
}

.team-info .text {
    border-inline-start: 5px solid var(--primary-color);
    padding-inline-start: 30px
}

.team-info h4 {
    font-size: 24px;
    margin-bottom: 5px;
    transition: .3s
}

.team-info span {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 600;
    transition: .3s
}

.team-info p {
    color: var(--primary-color);
    margin-bottom: 0
}

.team-social a {
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 999
}

.team-social a,
.team-social a:hover {
    background: var(--primary-color);
    color: #fff
}

.single-team:hover .team-thumb .brd:after,
.single-team:hover .team-thumb .brd:before {
    color: var(--primary-color)
}

.single-team:hover .team-info {
    border-color: var(--primary-color)
}

.team-t h2 {
    top: 50px
}

.single-team:hover .team-info h4 {
    color: var(--primary-color)
}

.team-active {
    position: relative
}

.team-active .slick-arrow {
    background: none;
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    inset-inline-start: -50px;
    padding: 0;
    position: absolute;
    top: 30%;
    transition: .3s;
    width: 50px;
    z-index: 9
}

.team-active .slick-arrow:hover {
    background: #12265a
}

.team-active .slick-next {
    inset-inline-end: -50px;
    inset-inline-start: inherit
}

.team-area-content {
    padding: 100px 0
}

.team-info h4 a:hover {
    color: var(--primary-color)
}

.team-area-content span {
    color: var(--primary-color);
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    position: relative
}

.team-area-content span:before {
    background: var(--primary-color);
    content: "";
    display: inline-block;
    height: 1px;
    margin-inline-end: 15px;
    position: relative;
    top: -5px;
    width: 50px
}

.team-area-content ul {
    margin-bottom: 50px
}

.team-area-content li {
    display: flex;
    margin-top: 15px
}

.team-area-content li .icon i {
    color: var(--primary-color);
    margin-inline-end: 10px;
    width: 20px
}

.team-area-content li .icon strong {
    color: var(--primary-color)
}

.team-area-content li .icon {
    margin-inline-end: 10px;
    width: 35%
}

.team-area-content .social a {
    border-radius: 50%;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, .149);
    color: #fff;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    width: 40px
}

.team-area-content .social a:first-child {
    background: #345aa8
}

.team-area-content .social a:nth-child(2) {
    background: #00aced
}

.team-area-content .social a:nth-child(3) {
    background: #0057ff
}

.team-area-content .social a:nth-child(4) {
    background: #cd201f
}

.per-info {
    background: #f7f5f1;
    border: 2px solid #f5f5f5;
    padding: 30px
}

@media(max-width:991px) {
    .per-info {
        margin-bottom: 50px
    }
}

.per-info h4 {
    text-align: center
}

.per-info ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0
}

@media(max-width:991px) {
    .per-info ul li {
        display: flex;
        flex-direction: row;
        width: 100%
    }
    .per-info ul li .icon {
        width: 120px
    }
}

@media(min-width:991px)and (max-width:1200px) {
    .per-info ul li {
        display: flex;
        flex-direction: column;
        width: 100%
    }
    .per-info ul li .icon {
        margin-bottom: 10px;
        width: 100%
    }
}

@media(min-width:1200px) {
    .per-info ul li {
        display: flex;
        flex-direction: row;
        width: 100%
    }
}

.brand-anim-01 {
    inset-inline-start: -40px;
    position: absolute;
    top: -60px
}

.brand-anim-02 {
    inset-inline-end: -36px;
    position: absolute;
    top: 40px
}

.counter-tittle {
    background: var(--primary-color);
    display: inline-block;
    padding: 11px 30px;
    position: relative;
    top: -60px
}

.counter-tittle h2 {
    color: #fff;
    font-size: 25px
}

.counter-tittle:before {
    inset-inline-start: -13px;
    transform: skew(20deg)
}

.counter-tittle:after,
.counter-tittle:before {
    background: var(--primary-color);
    content: "";
    height: 62px;
    position: absolute;
    top: -2px;
    width: 17%
}

.counter-tittle:after {
    inset-inline-end: -13px;
    transform: skew(-20deg)
}

.counter-area .single-counter {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    padding-inline-end: 0;
    padding-inline-start: 0
}

.counter-area .row div:nth-child(4) .single-counter {
    border-inline-end: none
}

.single-counter {
    padding: 0 25px
}

.single-counter i {
    background: #fe576b;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    width: 80px
}

.single-counter .icon {
    float: left;
    margin-bottom: 15px;
    width: 100px
}

.count {
    color: #101010;
    display: inline-block;
    font-family: var(--primary-font), sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px
}

.counter {
    display: flex
}

.counter small {
    color: #002c47;
    font-size: 35px;
    font-weight: 600;
    line-height: 1;
    position: relative
}

.single-counter p {
    color: #939cb3;
    font-size: 18px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-inline-start: 30px
}

.single-counter .line {
    background: #fe576b;
    display: inline-block;
    height: 50px;
    margin-bottom: -5px;
    margin-top: 10px;
    width: 1px
}

.cta-bg {
    background-position: 50%;
    background-size: cover;
    position: relative;
    z-index: 1
}

.cta-title h2 {
    color: #fff;
    font-size: 62px;
    padding-bottom: 0
}

.cta-title h3 {
    color: #fff;
    font-size: 18px;
    padding-bottom: 0;
    text-transform: uppercase
}

.cta-title p {
    font-size: 15px
}

.cta-title h2:before {
    content: none
}

.cta-content p {
    color: #fff;
    margin-bottom: 35px;
    padding-inline-end: 80px
}

.cta-btn .btn {
    border: 1px solid var(--primary-color)
}

.cta-btn .btn:before {
    background: var(--primary-color)
}

.cta-right p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0
}

.call-tag {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    margin-bottom: 20px
}

.cta-bg .video-img {
    height: 757px
}

.cta-bg .social {
    text-align: center
}

.cta-bg .social .icon {
    background: var(--primary-color);
    border-radius: 50%;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, .4);
    display: inline-block;
    height: 110px;
    line-height: 47px;
    margin-bottom: 30px;
    padding: 30px;
    width: 110px
}

.cta-bg .line {
    text-align: center
}

.cta-bg .social a {
    color: #fff;
    font-size: 22px;
    font-weight: 600
}

.portfolio .button-group {
    padding-bottom: 0
}

.testimonial-area .container {
    position: relative;
    z-index: 1
}

.testimonial-area .test-bg {
    inset-inline-start: -27px;
    position: absolute;
    top: 0
}

.testimonial-active2 {
    margin: auto;
    width: 95%
}

.testimonial-area h2 {
    margin-bottom: 15px !important
}

.testimonial-area p {
    margin-top: 0
}

.ta-bg {
    background-repeat: no-repeat;
    height: 475px;
    margin-top: 25px;
    width: 475px
}

.testimonial-author .ta {
    inset-inline-start: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease
}

.author-one.now-in-view {
    inset-inline-start: 110px;
    top: -25px
}

.author-two.now-in-view {
    inset-inline-start: 69%;
    top: 21%
}

.author-three.now-in-view {
    inset-inline-start: 67%;
    top: 66%
}

.author-four.now-in-view {
    inset-inline-start: 53px;
    top: 77%
}

.author-five.now-in-view {
    inset-inline-start: 50px;
    top: 41%
}

.testi-author img {
    border-radius: 50%;
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: end;
    width: 150px
}

.ta-info {
    display: block;
    overflow: hidden
}

.ta-info h6 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px
}

.ta-info span {
    color: #fff;
    font-size: 16px
}

.testi-author {
    overflow: hidden
}

.single-testimonial p {
    margin-bottom: 0
}

.testimonial-active .slick-arrow {
    background: none;
    border: none;
    bottom: -80px;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    inset-inline-start: 0;
    padding: 0;
    position: absolute;
    transition: .3s;
    width: 94%;
    z-index: 9
}

.testimonial-active i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px
}

.testimonial-active .slick-next {
    inset-inline-start: 40px
}

.testimonial-active .slick-arrow:hover {
    color: var(--primary-color)
}

.testimonial-avatar .ta {
    inset-inline-start: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -webkit-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease
}

.avatar-one.now-in-view {
    inset-inline-start: 28%;
    top: 0
}

.avatar-two.now-in-view {
    inset-inline-start: 0;
    top: 50%;
    transform: translateY(-50%)
}

.avatar-three.now-in-view {
    inset-inline-start: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.avatar-four.now-in-view {
    inset-inline-start: 70%;
    top: 20%
}

.avatar-five.now-in-view {
    inset-inline-start: 25%;
    top: 70%
}

.avatar-six.now-in-view {
    inset-inline-start: 64%;
    top: 59%
}

.single-testimonial-bg {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 10px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, .102);
    color: #525c7b;
    float: right;
    margin: 20px;
    padding: 30px 50px 100px 150px;
    width: 85%
}

.testimonial-active .slick-slide {
    background: #fff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .08);
    margin: 0 15px 15px;
    padding: 30px;
    position: relative
}

.testimonial-active .testi-img {
    float: left;
    inset-inline-start: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 80px
}

.testimonial-active .ta-info {
    float: left;
    margin-inline-start: 15px;
    overflow: hidden;
    padding-top: 0
}

.testimonial-active .ta-info span {
    color: var(--primary-color);
    font-size: 16px
}

.testimonial-active .ta-info h6 {
    color: var(--primary-color);
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px
}

.testimonial-active .com-icon {
    inset-inline-end: 50px;
    position: absolute;
    top: 45px
}

.testimonial-active .slick-dots {
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 100%
}

.testimonial-active .slick-dots li {
    display: inline-block;
    line-height: 0;
    margin: 0
}

.testimonial-active .slick-dots li button {
    background-color: #ccc;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    height: 10px;
    margin-inline-start: 10px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 10px;
    z-index: 1
}

.testimonial-active .slick-dots .slick-active button {
    background-color: var(--primary-color);
    width: 10px
}

.testimonial-active .qt-img {
    inset-inline-end: 30px;
    position: absolute;
    top: 30px
}

.testimonial-active .review-icon {
    margin: 30px 0
}

.testimonial-active2 .qt-img {
    margin-bottom: 30px
}

.testimonial-active2 .qt-img img {
    display: inline-block
}

.testimonial-active2 .slider-nav {
    float: right;
    width: 100%
}

.slider-nav .slick-list.draggable {
    float: right;
    width: 233px
}

.testimonial-active2 .slick-arrow {
    background: none;
    border: none;
    bottom: 0;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    inset-inline-end: -96px;
    inset-inline-start: inherit;
    padding: 0;
    position: absolute;
    top: inherit;
    transition: .3s;
    z-index: 9
}

.testimonial-active2 .slick-next {
    inset-inline-end: -165px;
    inset-inline-start: inherit
}

.testimonial-active2 .slick-arrow:hover {
    color: var(--primary-color)
}

.testimonial-avatar.p-relative {
    display: block;
    min-height: 455px;
    overflow: hidden
}

.testimonial-active2 .slick-arrow i,
.testimonial-active2 .slick-next.slick-arrow i {
    background-color: #5052ab;
    border-radius: 50%;
    box-shadow: 2.5px 4.33px 15px 0 rgba(80, 82, 171, .4);
    height: 60px;
    line-height: 60px;
    width: 60px
}

.testimonial-active2 .ta-info span {
    color: var(--primary-color);
    font-size: 16px
}

.testimonial-active2 .testi-author {
    border-bottom: none;
    padding-bottom: 0
}

.testimonial-active2 .ta-info h6 {
    color: var(--primary-color);
    font-size: 24px;
    margin-bottom: 5px
}

.com-icon {
    inset-inline-end: 0;
    position: absolute;
    top: 20px
}

.testimonial-item img {
    cursor: pointer;
    width: 80px
}

.testimonial-active2 .single-testimonial {
    text-align: center
}

.testimonial-active2 .testi-author img {
    display: inline-block;
    float: none;
    margin-bottom: 0
}

.testimonial-active2 .slick-dots li {
    display: inline-block;
    margin: 0
}

.testimonial-active2 .slick-dots {
    margin-top: 25px;
    position: relative;
    text-align: center;
    width: 100%
}

.testimonial-active2 .slick-dots li button {
    background: no-repeat;
    background-color: #ccc;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    height: 10px;
    margin-inline-start: 10px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 10px;
    z-index: 1
}

.testimonial-active2 .ta-info {
    overflow: hidden
}

.testimonial-active2 .single-testimonial p {
    margin: auto auto 30px;
    width: 60%
}

.testimonial-active2 .slick-dots .slick-active button {
    background-color: var(--primary-color);
    border-radius: 5px
}

.testimonial-area .test-an-01 {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    bottom: 0;
    position: absolute
}

.testimonial-area .test-an-02 {
    inset-inline-end: 0;
    position: absolute;
    top: 0
}

.test-line {
    margin-bottom: 30px;
    margin-top: 30px
}

.test-line img {
    display: inline-block
}

.breadcrumb-area {
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 450px;
    position: relative
}

.breadcrumb {
    background-color: unset;
    border-radius: 0;
    flex-wrap: unset;
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.breadcrumb,
.breadcrumb li {
    display: inline-block
}

.breadcrumb li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #ddd;
    content: "|";
    display: inline-block;
    padding-inline-end: 15px;
    padding-inline-start: 10px
}

.breadcrumb-title h2 {
    color: #fff;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 60px
}

.breadcrumb-title p {
    color: #777;
    font-size: 16px;
    margin-bottom: 0
}

.breadcrumb>.active {
    color: hsla(0, 0%, 100%, .8) !important;
    font-weight: 500
}

.cart-top,
.cart-top li {
    display: inline-block
}

.cart-top li {
    padding: 0 17px
}

.cart-top li a {
    color: #fff;
    float: none !important;
    font-size: 18px
}

.cart-top li:last-child {
    border: none
}

.call-box .icon {
    display: inline-block
}

.call-box li {
    color: #fff;
    float: left
}

.call-box .text {
    margin-inline-start: 10px
}

.call-box span {
    color: hsla(0, 0%, 100%, .671);
    display: block;
    padding: 3px
}

.call-box strong {
    font-size: 22px
}

.header-social a {
    color: #fff;
    font-size: 18px;
    margin-inline-start: 15px
}

.pagination {
    border-radius: 0;
    display: -ms-flexbox;
    display: block;
    list-style: none;
    padding-inline-start: 0
}

.pagination .page-item {
    display: inline-block;
    margin: 0 5px
}

.pagination .page-item a.page-link {
    background: #f8f8f8;
    border: none;
    border-radius: 50%;
    color: #9fa7c5;
    font-size: 14px;
    font-weight: 500;
    height: 70px;
    line-height: 70px;
    padding: 0;
    width: 70px
}

.pagination .page-item.active a.page-link,
.pagination .page-item:hover a.page-link {
    background: #ff4a57;
    box-shadow: 0 16px 32px 0 rgba(255, 74, 87, .2);
    color: #fff
}

.pagination-wrap .pagination {
    border-radius: unset;
    display: block
}

.pagination-wrap .pagination li {
    display: inline-block;
    margin-inline-end: 6px;
    margin-inline-start: 0;
    margin-bottom: 15px
}

.pagination-wrap .pagination li.active a {
    background: #252525;
    box-shadow: 0 8px 16px 0 rgba(26, 35, 126, .32);
    color: #fff
}

.pagination-wrap .pagination li a {
    border: none;
    border-radius: 50%;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px
}

.pagination-wrap .pagination li a,
.pagination-wrap .pagination li a:hover {
    background: var(--primary-color);
    color: #fff
}

.f-cta-area {
    background: #fff;
    box-shadow: 0 -3px 65px 0 rgba(0, 0, 0, .09);
    margin-inline-end: 260px;
    margin-inline-start: 260px;
    margin-bottom: 30px;
    position: relative;
    top: -70px
}

.f-cta-icon {
    margin-inline-end: 30px
}

.single-cta {
    line-height: 28px
}

.single-cta a {
    color: #101010
}

.f-cta-icon i {
    background: var(--primary-color);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 80px;
    line-height: 78px;
    text-align: center;
    width: 80px
}

.contact-info .single-cta {
    float: left
}

.contact-info h5 {
    color: #101010
}

.single-cta {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%
}

div.single-cta:last-child {
    border: 0
}

.single-cta h5 {
    font-size: 20px;
    margin-bottom: 15px !important
}

.single-cta p {
    margin-bottom: 0
}

.single-cta p a {
    color: #777
}

.s-cta-btn .btn {
    border: none;
    color: #fff;
    margin-top: 10px
}

.widget.widget_media_image {
    margin: 25px 0 0
}

.award-box .date {
    color: #101010;
    font-family: var(--primary-font), sans-serif;
    font-size: 24px;
    font-weight: 700
}

.aw-line {
    position: relative
}

.aw-line:before {
    border-bottom: 1px dashed;
    content: "";
    height: 1px;
    inset-inline-start: 9%;
    margin: auto;
    position: absolute;
    top: 32%;
    width: 81%
}

.call-text {
    padding: 120px 0 0 60px
}

.call-area h5 {
    color: var(--primary-color)
}

.call-area h2 {
    color: #fff;
    font-size: 58px;
    margin-bottom: 30px
}

.call-area h2 span {
    color: var(--primary-color)
}

.call-area p {
    color: #fff;
    opacity: .9
}

.number {
    color: var(--primary-color);
    font-size: 55px;
    font-weight: 600
}

.coupon-accordion h3 {
    background-color: #fff1f0;
    border-top: 3px solid var(--primary-color);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto
}

.coupon-accordion h3:before {
    color: #6f7172;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    left: 15px;
    position: absolute;
    top: 13px
}

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: .3s
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: var(--primary-color)
}

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    color: #6f7172;
    display: block
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 600
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #eaedff;
    height: 45px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 100%
}

.coupon-info p.form-row input[type=submit]:hover,
p.checkout-coupon input[type=submit]:hover {
    background: var(--primary-color) none repeat scroll 0 0
}

.coupon-info p.form-row input[type=checkbox] {
    position: relative;
    top: 2px
}

.form-row>label {
    color: #6f7172;
    margin-top: 15px;
    margin-inline-start: 15px
}

.buttons-cart a,
.buttons-cart input,
.coupon input[type=submit],
.coupon-info p.form-row input[type=submit] {
    background: #101010 none repeat scroll 0 0;
    border: none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin-inline-end: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all .3s ease 0s
}

p.lost-password {
    margin-top: 15px
}

p.lost-password a {
    color: #6f6f6f
}

p.checkout-coupon input[type=text] {
    border: 1px solid #eaedff;
    height: 45px;
    margin-bottom: 15px;
    padding: 0 15px;
    width: 100%
}

.coupon-checkout-content {
    display: none
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.country-select {
    margin-bottom: 30px;
    position: relative
}

.checkout-form-list label,
.country-select label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px
}

.checkout-form-list label span.required,
.country-select label span.required {
    color: red
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #eaedff;
    color: #6f7172;
    height: 45px;
    padding-inline-start: 10px;
    width: 100%
}

.country-select:before {
    color: #6f7172;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    inset-inline-end: 15px;
    position: absolute;
    top: 38px
}

.checkout-form-list {
    margin-bottom: 30px
}

.checkout-form-list label {
    color: #6f7172
}

.checkout-form-list input[type=email],
.checkout-form-list input[type=password],
.checkout-form-list input[type=text] {
    background: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%
}

.checkout-form-list input[type=email]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=text]::-moz-placeholder {
    color: #6f7172;
    opacity: 1
}

.checkout-form-list input[type=email]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=text]::placeholder {
    color: #6f7172;
    opacity: 1
}

.checkout-form-list input[type=checkbox] {
    display: inline-block;
    margin-inline-end: 10px;
    position: relative;
    top: 1px
}

.create-acc label {
    color: #6f7172;
    display: inline-block
}

.create-account {
    display: none
}

.ship-different-title h3 label {
    color: #6f7172;
    display: inline-block;
    margin-inline-end: 20px
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 90px;
    padding: 15px;
    width: 100%
}

.order-notes textarea::-moz-placeholder {
    color: #6f7172;
    opacity: 1
}

.order-notes textarea::placeholder {
    color: #6f7172;
    opacity: 1
}

#ship-box-info {
    display: none
}

.panel-default>.panel-heading,
.panel-group .panel {
    border-radius: 0
}

.your-order {
    border: 3px solid #eaedff;
    padding: 30px 40px 45px
}

@media(max-width:767px) {
    .your-order {
        padding: 15px
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%
}

.your-order-table table td,
.your-order-table table th {
    border-bottom: 1px solid #eaedff;
    border-inline-end: medium none;
    color: #6f7172;
    font-size: 14px;
    padding: 15px 0;
    text-align: start
}

@media(max-width:767px) {
    .your-order-table table td,
    .your-order-table table th {
        padding-inline-end: 10px
    }
}

.your-order-table table th {
    border-top: none;
    color: #6f7172;
    font-weight: 400;
    text-align: start;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

.panel-body>p {
    color: #222
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px
}

.your-order-table table .shipping ul li label {
    color: #6f7172
}

.your-order-table table .shipping th {
    vertical-align: top
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px
}

.your-order-table table .order-total td {
    border-bottom: none
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9
}

.your-order-table table tr.order-total td span {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 500
}

.payment-method {
    margin-top: 40px
}

.panel-title>a {
    display: block
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    width: 100%
}

.order-button-payment input:hover {
    background: #fe4536 none repeat scroll 0 0
}

.payment-method .btn-link {
    background: no-repeat;
    border: none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    -moz-user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.payment-method .card {
    background-color: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff
}

.card-header:first-child {
    border-radius: 0
}

.payment-method .card-header {
    background-color: #fff;
    border-bottom: 1px solid #eaedff
}

.order-button-payment button {
    width: 100%
}

.country-select .nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    margin-bottom: 19px;
    outline: none;
    padding-inline-end: 30px;
    padding-inline-start: 18px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

.pricing-area .nav {
    border-radius: 30px;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .078);
    margin-top: 50px;
    padding: 15px
}

.pricing-area .nav-pills .nav-link {
    padding: 15px 30px
}

.pricing-area .nav-pills .nav-link.active {
    background: #4cc3c1;
    border-radius: 30px;
    padding: 15px 40px
}

.pricing-area .nav-pills .nav-link span {
    background: #ffebe4;
    border-radius: 15px;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    padding: 5px 9px
}

.pricing-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08);
    padding: 50px
}

.pricing-box,
.pricing-head {
    float: left;
    position: relative;
    width: 100%
}

.pricing-head .month {
    background-color: #e1e1e1;
    border-radius: 4px;
    inset-inline-end: -26px;
    padding: 3px 10px;
    position: absolute;
    top: 26px;
    transform: rotate(90deg)
}

.pricing-head h3 {
    display: inline-block;
    font-size: 26px;
    font-weight: 700
}

.price-count sub {
    bottom: 5px;
    font-size: 14px
}

.pricing-head .glyph-icon:before {
    background: #3763eb;
    border: 10px solid #eee;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    height: 85px;
    line-height: 65px;
    margin-inline-start: 0;
    margin-bottom: 30px;
    width: 85px
}

.pricing-head h4 {
    color: #101010;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase
}

.price-count h2 {
    color: var(--primary-color);
    font-size: 50px;
    font-weight: 700 !important;
    margin-bottom: 0 !important
}

.price-count h2 strong {
    color: #777;
    font-size: 15px;
    font-weight: 700;
    margin-inline-start: -12px
}

.price-count small {
    font-size: 18px;
    font-weight: 600;
    margin-inline-end: 3px;
    position: relative;
    top: -20px
}

.price-count span {
    color: #101010;
    font-size: 15px;
    margin-inline-start: -10px
}

.pricing-body {
    padding: 0;
    width: 100%
}

.pricing-body li {
    list-style: none !important;
    margin-top: 15px
}

.pricing-body li:first-child {
    margin-top: 0
}

.pricing-body li:before {
    border: 2px solid;
    border-radius: 50%;
    color: var(--primary-color);
    content: "";
    float: left;
    font-family: Font Awesome\ 5 Pro;
    font-size: 12px;
    height: 25px;
    line-height: 22px;
    margin-top: 2px;
    margin-inline-end: 15px;
    position: relative;
    text-align: center;
    width: 25px
}

.pricing-body p {
    font-size: 14px;
    margin-bottom: 15px
}

.pricing-box.active {
    background: var(--primary-color);
    border-color: var(--primary-color)
}

.pricing-box.active .pricing-head .glyph-icon:before {
    background: #fff;
    color: #3763eb
}

.pricing-box.active .pricing-head h4 {
    color: #fff
}

.pricing-body {
    float: left
}

.pricing-head h5 {
    font-size: 30px;
    margin-bottom: 15px !important
}

.pricing-box2 .icon {
    margin-bottom: 15px
}

.pricing-box2 .icon img {
    height: 40px
}

.pricing-box2 hr {
    background: #d7d7d7;
    border: none;
    display: inline-block;
    height: 2px;
    margin: auto;
    padding: 0;
    width: 100%
}

.pricing-box2.active {
    background: var(--primary-color)
}

.pricing-box2.active .price-count h2,
.pricing-box2.active .pricing-body li,
.pricing-box2.active .pricing-body li:before,
.pricing-box2.active .pricing-head h3,
.pricing-box2.active .pricing-head p {
    color: #fff
}

.pricing-box2.active .pricing-head .month {
    background-color: hsla(0, 0%, 88%, .18);
    color: #fff
}

.pricing-box.active .pricing-btn .btn {
    background: #fff;
    color: var(--primary-color)
}

.pricing-box2 .pricing-head p {
    margin-bottom: 10px;
    margin-top: 0
}

.pricing-box2 .price-count {
    display: inline-block;
    margin-top: 10px
}

.pricing-box2 .price-count h2 {
    font-size: 50px
}

.pricing-btn .btn {
    width: 100%
}

.pricing-btn .btn:before {
    display: none
}

.recent-blog-footer li {
    display: flex;
    margin-bottom: 25px !important
}

.recent-blog-footer li .thum {
    float: left;
    margin-inline-end: 10px;
    width: 155px
}

.recent-blog-footer li .thum img {
    border-radius: 10px
}

.recent-blog-footer a {
    color: hsla(0, 0%, 100%, .8) !important;
    display: inline-block;
    width: 100%
}

.recent-blog-footer a:hover {
    color: #fff !important
}

.recent-blog-footer span {
    color: var(--primary-color)
}

.footer-top-heiding {
    margin-bottom: 50px
}

.footer-top-heiding .container {
    border-bottom: 1px solid hsla(0, 0%, 100%, .18);
    padding-bottom: 50px
}

.f-contact {
    display: flex
}

.f-contact i {
    background: #fff;
    border-radius: 50%;
    color: #412720 !important;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.f-contact a,
.f-contact a:hover {
    color: hsla(0, 0%, 100%, .8) !important
}

.footer-top-heiding .col-lg-4 {
    border-inline-end: 2px solid #20282e
}

.footer-top-heiding .col-lg-4:last-child {
    border-inline-end: none
}

.f-contact span {
    color: hsla(0, 0%, 100%, .8)
}

.f-contact h3 {
    color: #fff;
    font-size: 24px
}

.footer-top-heiding h2 {
    color: #fff
}

.footer-bg {
    background-position: -180px !important;
    background-size: cover;
    color: #777
}

.f-cta-area.gray-bg {
    background: #f4f4fe;
    border-top: 3px solid var(--primary-color)
}

.footer-text p {
    color: #ddd;
    margin-bottom: 0
}

.footer-social span {
    color: #fff;
    display: inline-block;
    font-family: Playfair Display, serif;
    font-size: 14px;
    font-weight: 500;
    margin-inline-end: 20px
}

.footer-social a {
    background-color: #101010;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-inline-end: 10px;
    text-align: center;
    width: 40px
}

.footer-social a:hover {
    background: #101010;
    color: var(--secondary-color) !important
}

.f-widget-title h2,
.footer-widget .widgettitle {
    color: #fff;
    font-size: 24px;
    margin-bottom: 5px;
    padding-bottom: 30px;
    position: relative
}

.f-widget-title h2:before,
.footer-widget .widgettitle:before {
    bottom: 0;
    content: "";
    height: 1px;
    inset-inline-start: 0;
    position: absolute;
    width: 70px
}

.f-widget-title img {
    width: 146px
}

.footer-link ul li i {
    color: var(--primary-color);
    margin-inline-end: 5px
}

.footer-link ul li a {
    color: hsla(0, 0%, 100%, .8);
    display: inline-block
}

.footer-link ul li a:before {
    color: var(--primary-color);
    content: "+";
    display: none;
    font-size: 18px;
    margin-inline-end: 8px
}

.footer-link ul li a:hover {
    color: #fff
}

.footer-link ul li {
    margin-bottom: 10px
}

.footer-link ul li:last-child {
    margin-bottom: 0
}

.f-insta ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-inline-end: 9px;
    width: 31.2% !important
}

.f-insta ul li img {
    width: 100%
}

.f-insta ul li:nth-child(3),
.f-insta ul li:nth-child(6) {
    margin-inline-end: 0 !important
}

.f-insta ul li a {
    display: block;
    position: relative
}

.f-insta ul li a:before {
    color: #fff;
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-size: 24px;
    inset-inline-start: 50%;
    opacity: 0;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 9
}

.f-insta ul li a:after {
    background: var(--primary-color);
    content: "";
    height: 100%;
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%
}

.f-insta ul li:hover a:before {
    opacity: 1;
    top: 50%
}

.f-insta ul li:hover a:after {
    opacity: .6
}

.copyright-wrap {
    background: #282828;
    color: #fff;
    font-size: 15px
}

.copyright-wrap .container {
    padding: 20px 0
}

.copyright-wrap li {
    display: inline;
    margin-inline-start: 40px;
    padding-inline-start: 15px;
    position: relative
}

.copyright-wrap li:before {
    background-color: #101010;
    border-radius: 50px;
    content: "";
    height: 8px;
    inset-inline-start: -4px;
    position: absolute;
    top: 5px;
    width: 8px
}

.copyright-wrap li a {
    color: #fff
}

.f-contact .icon {
    float: left;
    margin-top: 7px;
    margin-inline-end: 15px;
    width: 40px
}

.f-contact li {
    float: left;
    margin-bottom: 15px !important;
    width: 100%
}

.f-contact li:last-child {
    margin-bottom: 0 !important
}

#contact-form4 {
    margin-top: 20px
}

#contact-form4 input {
    border: none;
    padding: 23px 30px;
    width: 75%
}

#contact-form4 button {
    border-radius: 0;
    padding: 15px 30px
}

.main-menu ul li.has-sub .current a {
    color: #222
}

.main-menu ul li.current a {
    color: var(--primary-color)
}

.main-menu .has-sub>ul {
    background-color: #fff;
    border-top: 4px solid var(--primary-color);
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    margin-top: 15px;
    min-width: 250px;
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    visibility: hidden;
    z-index: 1
}

.main-menu .has-sub li a {
    padding: 15px
}

.main-menu .has-sub li {
    border-bottom: 1px solid #ddd;
    float: left;
    margin-inline-start: 0 !important;
    text-align: start;
    width: 100%
}

.main-menu a[target=_self]:hover {
    color: #aa7769
}

.main-menu .has-sub:hover>ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.main-menu .has-sub>ul>.has-sub>ul {
    background-color: #fff;
    display: none;
    margin-inline-start: -255px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 250px;
    z-index: 1
}

.main-menu .has-sub>ul>.has-sub:hover>ul {
    display: block
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub>ul {
    background-color: #fff;
    display: none;
    margin-inline-start: 255px;
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: -3px;
    width: 250px;
    z-index: 1
}

.main-menu .has-sub>ul>.has-sub>ul>.has-sub:hover>ul {
    display: block
}

.main-menu .has-sub ul li a {
    color: #4f4f4f
}

.main-menu .has-sub ul li a:hover {
    color: var(--primary-color)
}

#scrollUp {
    border-radius: 50%;
    bottom: 77px;
    color: #fff;
    font-size: 22px;
    height: 45px;
    inset-inline-end: 50px;
    line-height: 45px;
    text-align: center;
    transition: .3s;
    width: 45px
}

#scrollUp,
#scrollUp:hover {
    background: var(--primary-color)
}

.faq-area .section-title h2 {
    color: #fff
}

.faq-img {
    margin-inline-end: -350px
}

.faq-btn {
    background: #f8f8f8;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    outline: none;
    padding: 20px 30px;
    padding-inline-end: 75px;
    text-align: start;
    width: 100%
}

.card .collapse.show {
    display: block
}

.faq-btn.collapsed {
    background: no-repeat;
    color: #190a32
}

.faq-wrap .card-header:first-child {
    border-radius: 0
}

.faq-wrap .card-header {
    background-color: unset;
    border-bottom: none;
    margin-bottom: 0;
    padding: 0
}

.faq-wrap .card-body {
    flex: unset;
    padding: 25px 30px
}

.faq-wrap .card-header h2 {
    font-size: unset
}

.faq-wrap .card {
    border: none;
    border-radius: 4px !important;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .09);
    margin-bottom: 15px;
    overflow: hidden
}

.faq-wrap .card-header h2 button:after {
    align-items: center;
    background: var(--primary-color);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .1);
    color: #fff;
    content: "";
    display: flex;
    font-family: Font Awesome\ 5 Pro;
    font-size: 26px;
    font-weight: 600;
    height: 100%;
    inset-inline-end: 0;
    justify-content: center;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 0;
    transform: rotateY(180deg);
    width: 61px
}

.faq-wrap .card-header h2 button.collapsed:after {
    box-shadow: none;
    color: #fff;
    content: "";
    font-size: 26px
}

.load-more-option {
    display: block;
    margin-top: 70px;
    position: relative;
    text-align: center;
    width: 100%
}

.load-more-option li.next a,
.load-more-option li.prev a {
    background-color: var(--primary-color);
    border-radius: 10px;
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding: 10px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
    width: 80px
}

.load-more-option li.next a:hover,
.load-more-option li.prev a:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, .05)
}

.load-more-option .load-more,
.load-more-option .load-more a {
    display: inline-block;
    font-size: 30px;
    position: relative
}

.load-more-option .load-more a {
    color: var(--primary-color);
    line-height: 42px;
    transition: all .3s ease
}

.load-more-option .load-more a:hover {
    color: #000
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.video2 {
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: -250px;
    width: auto;
    z-index: 0
}

.map-img li {
    display: inline-block;
    inset-inline-start: 0;
    position: absolute;
    top: 93px;
    z-index: 999
}

.map-img li:nth-child(2) {
    inset-inline-start: 45%;
    position: absolute;
    top: 50%
}

.map-img li:nth-child(2) .map-text-hover {
    inset-inline-start: -520px
}

.map-img li:nth-child(3) {
    inset-inline-start: 85%;
    position: absolute;
    top: 100px
}

.map-img li:nth-child(3) .map-text-hover {
    inset-inline-start: -520px
}

.map-img li:nth-child(4) {
    inset-inline-start: 15%;
    position: absolute;
    top: 40%
}

.map-img li:nth-child(4) .map-text-hover {
    inset-inline-start: 50px
}

.map-img li:nth-child(5) {
    inset-inline-start: 70%;
    position: absolute;
    top: 43%
}

.map-img li:nth-child(5) .map-text-hover {
    inset-inline-start: -520px
}

.map-text-hover {
    background-color: #fff;
    box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .15);
    display: none;
    height: 133px;
    inset-inline-start: 50px;
    padding: 30px;
    position: absolute;
    top: 0;
    width: 510px;
    z-index: 138
}

.map-img li:hover .map-text-hover {
    display: block
}

.map-content {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 30px 60px 0 rgba(40, 40, 40, .04);
    margin-top: -150px;
    position: relative
}

.map-text-user {
    display: flex
}

.map-text-user .text {
    padding: 30px 30px 0
}

.map-text-user .img img {
    height: 152px;
    max-width: none
}

.map-line {
    background: #27ac60;
    height: 100%;
    inset-inline-start: 50%;
    position: absolute;
    width: 5px
}

.map-cirl {
    background-color: #fff;
    border: 5px solid #27ac60;
    border-radius: 50%;
    color: #27ac60;
    height: 60px;
    inset-inline-start: 47.4%;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 43px;
    width: 60px;
    z-index: 146
}

.contact-area .container {
    position: relative;
    z-index: 1
}

.contact-bg02 .slider-btn,
.contact-bg02 .slider-btn .btn {
    width: 100%
}

.contact-bg02 .btn.ss-btn.active {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: #fff
}

.contact-field select {
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 0;
    height: calc(2.5em + .75rem + 2px);
    transition: .3s;
    width: 100%
}

.contact-field .form-control:focus {
    background-color: #fff;
    border-color: #fff;
    box-shadow: 0 0 0 .2rem #e1e1e1;
    color: #495057;
    outline: 0
}

.contact-field .form-control {
    color: #9e9e9e
}

.contact-bg-an-01 {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    inset-inline-start: 9.8%;
    position: absolute;
    top: 25%
}

.contact-bg-an-02 {
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
    bottom: 7%;
    inset-inline-end: 3%;
    position: absolute
}

.populer-meal li {
    display: inline-block;
    margin-bottom: 30px;
    width: 33.14%
}

.meal-container {
    display: flex
}

.meal-price strong {
    color: var(--primary-color);
    float: right;
    font-family: var(--primary-font), sans-serif;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    width: 100%
}

.meal-container div {
    padding: 10px
}

.meal-container a:hover {
    color: #ffce1c
}

.meal-container .line {
    padding: 0 !important;
    width: 12%
}

.meal-container .line hr {
    border: none;
    border-top: 2px dashed;
    color: #fff
}

.meal-price span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
    text-decoration: line-through;
    width: 100%
}

.meal-container .line,
.meal-content,
.meal-price {
    margin-top: 15px
}

.meal-content h5 {
    font-size: 24px
}

.offcanvas-menu .has-mega-menu ul {
    display: none
}

.offcanvas-menu li.has-sub.has-mega-menu:hover>ul {
    background: #00081b;
    margin-inline-start: -1160px;
    top: 121px
}

.offcanvas-menu .mega-menu-column.has-sub ul li a {
    color: #fff;
    font-size: 14px
}

.offcanvas-menu .mega-menu-column.has-sub ul li a:hover {
    color: var(--primary-color)
}

.has-mega-menu {
    position: static
}

li.has-sub.has-mega-menu ul {
    inset-inline-end: 0;
    left: 0;
    position: absolute;
    top: NNpx;
    width: 1180px;
    z-index: 100
}

.main-menu .mega-menu-column.has-sub a {
    color: #333
}

.main-menu .mega-menu-column.has-sub a:hover {
    color: var(--primary-color)
}

li.has-sub.has-mega-menu:hover>ul {
    display: flex;
    display: grid;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin-inline-start: -820px
}

li.has-sub.has-mega-menu:hover>ul>li>ul {
    background: none;
    border: none;
    display: flex;
    display: grid;
    flex-wrap: wrap;
    margin-inline-start: 0;
    position: relative;
    width: auto
}

@media screen and (min-width:992px) {
    li.has-mega-menu:hover>ul {
        grid-template-columns: repeat(auto-fit, minmax(33.3333%, 1fr))
    }
}

@media screen and (min-width:1200px) {
    li.has-mega-menu:hover>ul {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr))
    }
}

@media screen and (min-width:600px) {
    li.mega-menu-column {
        flex: 1 0 50%;
        max-width: 100%;
        min-height: 1px;
        padding: 10px 25px;
        width: 100%
    }
}

@media screen and (min-width:992px) {
    li.mega-menu-column {
        flex: 1 0 33.333%
    }
}

.main-menu .has-sub .mega-menu-column li {
    border: none;
    flex: 1 0 25%
}

.menu .children {
    background-color: #fff;
    border-top: 4px solid var(--primary-color);
    box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, .1);
    display: none;
    margin-top: 15px;
    min-width: 250px;
    position: absolute;
    transition: all .3s ease-in-out;
    z-index: 1
}

.menu .children li,
.menu .sub-menu li {
    border-bottom: 1px solid #ddd;
    float: left;
    margin-inline-start: 0 !important;
    text-align: start;
    width: 100%
}

.main-menu .sub-menu li a,
.menu .children li a {
    color: #000;
    padding: 15px
}

.menu .menu-item-has-children:hover>ul,
.menu .page_item_has_children:hover>ul {
    display: block;
    margin-top: 0
}

.main-menu ul li.page_item {
    margin-inline-start: 15px
}

.main-menu ul li.page_item:after {
    display: none
}

.main-menu ul li.page_item.current_page_item {
    margin-inline-start: 50px
}

.main-menu ul li.page_item.current_page_item:after {
    display: block
}

.newslater .input-bg {
    z-index: 3
}

.newslater .input-bg,
.newslater .input-bg2 {
    background: #3a3d3e;
    border-radius: 30px !important;
    float: left;
    padding-inline-end: 5px;
    position: relative;
    width: 40%
}

.newslater .input-bg2 {
    margin-inline-start: -35px;
    z-index: 2
}

.newslater input {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 10px;
    box-shadow: none !important;
    color: #030c26 !important;
    height: calc(1.5em + .75rem + 20px);
    margin-inline-end: 7px;
    padding: 9px 20px !important;
    position: relative;
    width: 100% !important;
    z-index: 1
}

.newslater .form-group {
    margin-bottom: 0
}

.newslater button:hover {
    background: #ff3494;
    color: #fff
}

.newslater ::-moz-placeholder {
    color: #939393;
    font-size: 14px;
    opacity: .8;
    opacity: 1
}

.newslater ::placeholder {
    color: #939393;
    font-size: 14px;
    opacity: .8;
    opacity: 1
}

.newslater-area #contact-form4 {
    display: inline-block;
    margin: auto;
    position: relative;
    width: 70%
}

.newslater-area #contact-form4 button {
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    height: 56px;
    inset-inline-end: 0;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 1
}

.slick-slide {
    outline: none
}

.features-area h5 {
    margin-bottom: 15px
}

.features-area ul {
    color: #fff;
    display: inherit;
    margin-top: 30px
}

.features-area li {
    display: flex;
    margin-bottom: 15px
}

.features-area li .icon {
    color: #84daa9;
    margin-inline-end: 20px
}

.features-area .nav-pills .nav-link {
    font-family: var(--primary-font), sans-serif;
    font-size: 24px;
    font-weight: 600;
    width: 100%
}

.features-area .nav-pills .nav-link img {
    margin-inline-end: 15px
}

.features-area .nav-pills .nav-link.active,
.features-area .nav-pills .show>.nav-link {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1);
    color: #101010
}

.feature-text h3 {
    font-size: 48px
}

.fe-img {
    margin: 0 -40px
}

.portfolio .col2 .grid-item {
    padding: 15px;
    width: 49%
}

.portfolio .col3 .grid-item {
    margin: 0;
    padding: 15px;
    width: 33.33%
}

.portfolio .col3 .grid-item .box {
    overflow: hidden;
    position: relative
}

.portfolio .col3 .grid-item .box a:after {
    background: #b68c5a;
    content: "";
    height: 100%;
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%
}

.portfolio .col3 .grid-item .box a:before {
    color: #fff;
    content: "";
    font-family: Font Awesome\ 5 Pro !important;
    font-size: 24px;
    inset-inline-start: 50%;
    opacity: 0;
    position: absolute;
    top: 40%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 9
}

.portfolio .col3 .grid-item .box a:hover:before {
    opacity: 1;
    top: 50%
}

.portfolio .col3 .grid-item .box a:hover:after {
    opacity: .6
}

.portfolio .col3 .grid-item .box20 img {
    border-radius: 0;
    height: 380px;
    margin-inline-start: -150px;
    max-width: inherit;
    width: auto
}

.portfolio .col4 .grid-item {
    margin: 0;
    padding: 0;
    width: 25%
}

.gallery-image {
    margin: 0;
    overflow: hidden;
    position: relative
}

.gallery-image figcaption {
    bottom: -150px;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    padding: 0 35px 30px 60px;
    position: absolute;
    text-align: start;
    transition: all .3s ease 0s;
    width: 100%;
    z-index: 2
}

.gallery-image:before {
    background: var(--primary-color);
    color: #fff;
    content: "";
    font-family: Font Awesome\ 5 Pro !important;
    font-size: 24px;
    height: 50px;
    inset-inline-start: 50%;
    line-height: 50px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;
    transform: translate(-50%, -50%);
    transition: .3s;
    width: 50px;
    z-index: 1
}

.gallery-image:hover:before {
    opacity: 1;
    top: 50%
}

.gallery-image:after {
    background: var(--primary-color);
    content: "";
    height: 100%;
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%
}

.gallery-image:hover:after {
    opacity: .85
}

.masonry-gallery-huge {
    margin: auto;
    padding-inline-end: 1.85%;
    padding-inline-start: 1.85%
}

.profile .masonry-gallery-huge {
    margin: 0 -22px;
    padding-inline-end: 0;
    padding-inline-start: 0
}

.profile .grid-item {
    margin: 0
}

.grid-item {
    margin: 15px
}

.gallery-image:hover figcaption {
    bottom: 30px;
    opacity: 1
}

.gallery-image figcaption h4 {
    color: #fff;
    font-size: 36px;
    font-weight: 700
}

.gallery-image figcaption .span {
    color: #b68c5a;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding-inline-start: 40px;
    position: relative
}

.gallery-image figcaption .span:before {
    background: #b68c5a;
    content: "";
    height: 2px;
    inset-inline-start: 0;
    position: absolute;
    top: 50%;
    width: 30px
}

.gallery-image figcaption .span p {
    margin-bottom: 0
}

.gallery-image figcaption .icon {
    background: #3763eb;
    color: #fff;
    font-size: 40px;
    height: 45px;
    inset-inline-end: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px
}

.button-group {
    padding-bottom: 15px
}

.button-group button {
    background: none;
    border: none;
    color: #777;
    cursor: pointer;
    margin-inline-start: 15px;
    outline: none;
    padding-top: 0;
    position: relative;
    transition: .3s
}

.button-group button:hover {
    color: #030c26
}

.button-group button.active {
    border-bottom: 1px solid var(--primary-color);
    color: #030c26;
    font-weight: 500
}

.button-group button:before {
    content: "/";
    inset-inline-start: -12px;
    position: relative
}

.button-group button:first-child:before {
    display: none
}

.gallery-image img {
    margin-bottom: 0;
    width: 100%
}

.process-area h2 {
    color: #fff
}

.process-area .section-title h5 {
    color: var(--primary-color)
}

.process-area .col-lg-3.col-md-12:nth-child(2),
.process-area .col-lg-3.col-md-12:nth-child(4) {
    margin-top: 50px
}

.process-area .col-lg-3.col-md-12:nth-child(2) .no,
.process-area .col-lg-3.col-md-12:nth-child(2) .process-icon {
    background: var(--primary-color) 0 0 no-repeat padding-box
}

.process-area .col-lg-3.col-md-12:nth-child(3) .no,
.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon {
    background: #27ae61 0 0 no-repeat padding-box
}

.process-area .col-lg-3.col-md-12:nth-child(4) .no,
.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon {
    background: #8145da 0 0 no-repeat padding-box
}

.process-area h5 {
    color: #fff
}

.process-icon {
    border-radius: 50%;
    display: inline-block;
    height: 180px;
    line-height: 180px;
    margin-bottom: 30px;
    position: relative;
    width: 180px
}

.process-area .no,
.process-icon {
    background: #4cc3c1 0 0 no-repeat padding-box;
    text-align: center
}

.process-area .no {
    border: 4px solid #101010;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    height: 50px;
    inset-inline-end: 0;
    line-height: 40px;
    position: absolute;
    top: 0;
    width: 50px
}

.search-popup {
    background: transparent none repeat scroll 0 0;
    border: none;
    box-shadow: 0 0 0;
    margin-top: 200px;
    text-transform: uppercase
}

.search-bg {
    background: #f5f5f5;
    opacity: 1
}

.close2 {
    cursor: pointer;
    font-size: 14px
}

.close2,
.search-bg a i {
    color: var(--primary-color)
}

.search-bg a i {
    font-size: 18px
}

.search-outer {
    border-bottom: 1px solid #101010;
    float: left;
    margin-top: 100px;
    padding-bottom: 16px;
    width: 100%
}

.search-outer input {
    background: transparent none repeat scroll 0 0;
    border: none;
    color: #000;
    font-size: 14px;
    width: 100%
}

.case-study-content {
    background: #fff5f4 0 0 no-repeat padding-box;
    box-shadow: 0 16px 32px #fff5f4;
    padding: 30px
}

.case-study-content span {
    display: inline-block;
    margin-bottom: 10px
}

.case-study-content02 {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 16px 32px hsla(0, 0%, 6%, .039);
    padding: 30px
}

.case-study-content02 span {
    color: var(--primary-color);
    display: inline-block;
    margin-bottom: 10px
}

.case-study-content02 .ss-btn {
    display: none;
    transition: all .5s ease 0s
}

.case-study-box:hover .case-study-content02 .ss-btn {
    display: inline-block
}

.case-study-box .case-study-content02 {
    transition: all .5s ease 0s
}

.case-study-box:hover .case-study-content02 {
    transform: translateY(-62px)
}

.feature-img {
    margin-inline-start: -330px
}

.feature-title h5 {
    margin-bottom: 10px;
    text-transform: capitalize
}

.feature-title h2 {
    font-size: 70px
}

.team-area-content .skill-name {
    color: #101010
}

.skills {
    padding: 0 20px 0 0;
    width: 100%
}

.skills-img {
    margin-inline-end: -330px
}

.skills-content p {
    color: #fff
}

.skill-name {
    color: #fff;
    font-family: var(--primary-font), sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px
}

.skill-bar {
    background: #e0e0e0
}

.skill-bar,
.skill-per {
    border-radius: 0;
    height: 15px
}

.skill-per {
    background-color: var(--secondary-color);
    position: relative;
    transition: 1s linear;
    width: 0
}

.skill-per:before {
    border-radius: 4px;
    color: #fff;
    content: attr(id);
    font-size: 12px;
    padding: 4px 6px;
    top: -43px;
    transform: translateX(50%)
}

.skill-per:after,
.skill-per:before {
    background-color: var(--secondary-color);
    inset-inline-end: 0;
    position: absolute
}

.skill-per:after {
    border-radius: 2px;
    content: "";
    height: 10px;
    top: -16px;
    transform: translateX(50%) rotate(45deg);
    width: 10px
}

.skills-title h5 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.skills-title h2 {
    color: #fff;
    font-size: 70px
}

.progress-outer li {
    padding-inline-start: 100px
}

.progress-outer li:first-child {
    margin-bottom: -50px;
    padding-inline-end: 50px;
    text-align: right
}

.progress-outer li:last-child {
    margin-top: -50px;
    padding-inline-end: 50px;
    text-align: right
}

.progress-box {
    display: inline-block
}

.progress {
    background: none;
    box-shadow: none;
    height: 235px;
    line-height: 235px;
    position: relative;
    width: 235px
}

.progress:after {
    border: 4px solid #e1e1e1;
    border-radius: 50%;
    content: "";
    inset-inline-start: 0;
    width: 100%
}

.progress:after,
.progress>span {
    height: 100%;
    position: absolute;
    top: 0
}

.progress>span {
    overflow: hidden;
    width: 50%;
    z-index: 1
}

.progress .progress-left {
    left: 0
}

.progress .progress-bar {
    background: none;
    border-style: solid;
    border-width: 12px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.progress .progress-left .progress-bar {
    border-bottom-right-radius: 130px;
    border-inline-start: 0;
    border-top-right-radius: 130px;
    left: 101%;
    transform-origin: center left
}

.progress .progress-right {
    inset-inline-end: 0
}

.progress .progress-right .progress-bar {
    animation: loading-1 1.8s linear forwards;
    border-bottom-left-radius: 130px;
    border-inline-end: 0;
    border-top-left-radius: 130px;
    left: -101%;
    transform-origin: center right
}

.progress .progress-value {
    background: none;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 48px;
    font-weight: 800;
    height: 90%;
    left: 5%;
    line-height: 135px;
    position: absolute;
    text-align: center;
    top: 15%;
    width: 90%
}

.progress .progress-value sub {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    margin-inline-start: 5px
}

.progress p {
    color: #777;
    font-size: 16px;
    font-weight: inherit;
    line-height: inherit;
    margin-top: 25px;
    text-align: center;
    width: 100%
}

.progress.blue .progress-bar {
    border-color: var(--primary-color)
}

.progress.blue .progress-left .progress-bar {
    animation: loading-2 1.5s linear 1.8s forwards
}

.progress.yellow .progress-bar {
    border-color: #fdba04
}

.progress.yellow .progress-left .progress-bar {
    animation: loading-3 1s linear 1.8s forwards
}

.progress.pink .progress-bar {
    border-color: #ed687c
}

.progress.pink .progress-left .progress-bar {
    animation: loading-4 .4s linear 1.8s forwards
}

.progress.green .progress-bar {
    border-color: #1abc9c
}

.progress.green .progress-left .progress-bar {
    animation: loading-5 1.2s linear 1.8s forwards
}

@keyframes loading-1 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(180deg)
    }
}

@keyframes loading-2 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(144deg)
    }
}

@keyframes loading-3 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(90deg)
    }
}

@keyframes loading-4 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(36deg)
    }
}

@keyframes loading-5 {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(126deg)
    }
}

@media only screen and (max-width:990px) {
    .progress {
        margin-bottom: 20px
    }
}

.conunter-img {
    margin-inline-start: -400px
}

.steps-area h2,
.steps-area h3 {
    color: #fff
}

.steps-area li {
    margin-bottom: 30px
}

.steps-area li:last-child {
    margin-bottom: 0
}

.step-box {
    display: flex
}

.step-box .text p {
    color: #9f9f9f;
    margin-bottom: 0
}

.step-box .date-box {
    background-color: var(--primary-color);
    border-radius: 4px;
    color: #fff;
    float: left;
    font-family: var(--primary-font), sans-serif;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    margin-inline-end: 30px;
    position: relative;
    text-align: center;
    width: 60px
}

.step-box .date-box:before {
    border: 2px dashed #fff;
    border-radius: 50%;
    content: "";
    height: 50px;
    inset-inline-start: 5px;
    position: absolute;
    top: 5px;
    width: 50px
}

.step-img {
    margin-inline-start: -305px
}

.class-item {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1.732px 18px 0 rgba(0, 0, 0, .05);
    float: left;
    margin-inline-end: 15px;
    margin-inline-start: 15px;
    position: relative
}

.class-item:after {
    background: var(--primary-color);
    border-radius: 0 0 4px 4px;
    bottom: -21px;
    content: "";
    height: 20px;
    inset-inline-start: 10%;
    position: absolute;
    transform: translateY(-103%);
    transition: all .3s ease 0s;
    width: 80%;
    z-index: -1
}

.class-item:hover:after {
    transform: translate(0)
}

.class-img-outer {
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.class-content {
    float: left;
    padding: 60px 40px 25px;
    position: relative
}

.class-content h4 {
    font-size: 26px;
    margin-bottom: 15px
}

.class-content .schedule span {
    color: #12265a;
    display: block;
    line-height: 22px
}

.class-content .schedule li {
    border-inline-end: 1px solid #ccc;
    float: left;
    padding: 0 15px
}

.class-content span.class-price {
    font-family: var(--primary-font), sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 34px;
    margin-top: 5px;
    padding: 7px 10px;
    text-align: center;
    width: 98px
}

.class-content span.class-price,
.class-tech {
    background: var(--primary-color);
    border-radius: 30px;
    color: #fff
}

.class-tech {
    display: inline-block;
    inset-inline-start: 25%;
    padding: 5px;
    position: absolute;
    top: -25px;
    width: 180px
}

.class-tech .img {
    float: left;
    margin-inline-end: 10px
}

.class-tech .text {
    padding-top: 5px
}

.class-content .schedule span.class-size {
    color: var(--primary-color)
}

.class-content .schedule li:first-child {
    padding-inline-start: 0
}

.class-content .schedule li:last-child {
    border-inline-end: none;
    padding-inline-end: 0
}

.course-widget-price ul {
    display: inline-block;
    width: 100%
}

.course-widget-price li i {
    color: var(--primary-color);
    font-size: 14px;
    padding-inline-end: 9px;
    padding-inline-start: 2px
}

.course-widget-price li span:last-child {
    float: right
}

.class-area2 h2 {
    color: #fff
}

.class-active .single-project {
    position: relative
}

.class-active .slick-arrow {
    background: none;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 36px;
    height: 60px;
    inset-inline-start: -60px;
    padding: 0;
    position: absolute;
    top: 30%;
    transition: .3s;
    width: 60px;
    z-index: 9
}

.class-active .slick-arrow,
.class-active .slick-arrow:hover {
    background: var(--primary-color);
    color: #fff
}

.class-active .slick-next {
    inset-inline-end: -60px;
    inset-inline-start: inherit
}

.sidebar-widget a {
    color: #777
}

.tag-cloud-link {
    border: 1px solid var(--primary-color);
    display: inline-block;
    float: none !important;
    font-size: 14px !important;
    margin: 5px !important;
    padding: 10px 19px !important;
    text-transform: capitalize;
    width: auto !important
}

.tag-cloud-link:hover {
    border: 1px solid var(--primary-color);
    color: #6a6a6a
}

.widget_text img {
    height: auto
}

.sidebar-widget select {
    border: 2px solid #e4e4e4;
    padding: 3px 0;
    width: 100%
}

.recentcomments a,
.sidebar-widget a.rsswidget {
    color: #101010
}

#wp-calendar caption {
    color: #101010;
    font-size: 14px;
    font-weight: 500
}

.quote-post {
    background: url(../images/quote_bg.png)
}

.widget_media_image a:hover {
    padding-inline-start: 0 !important
}

.sidebar-widget .widget a {
    color: #101010
}

.sidebar-widget .widget li .children {
    border-top: 1px solid #e4e4e4;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 0;
    width: 100%
}

.sidebar-widget .widget li.page_item_has_children {
    padding-bottom: 0
}

.sidebar-widget .widget .children {
    padding-inline-start: 15px
}

.sidebar-widget .widget .children ul.children {
    padding-inline-start: 30px
}

.sidebar-widget .page_item_has_children li {
    display: block;
    padding-top: 10px
}

.sidebar-widget .widget .children .children li,
.sidebar-widget .widget .children li {
    padding-top: 10px
}

.sidebar-widget .widget .children .children li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget li:last-child {
    margin-bottom: 0
}

.sticky .bsingle__content,
.tag-sticky-2 {
    background: #e4e4e4
}

.sticky .bsingle__content .meta-info ul {
    border-top: 2px solid #e8e8e8;
    padding-top: 40px
}

.sticky .bsingle__content ul li {
    border-color: #e8e8e8;
    list-style: disc;
    margin-bottom: 0;
    margin-inline-start: 0
}

#attachment_907 {
    width: 100% !important
}

.sidebar-widget .widget a {
    width: 85%
}

.sidebar-widget .widget a:hover {
    padding-inline-start: 10px
}

.sidebar-widget .widget .widget_archive li:hover,
.sidebar-widget .widget_archive li:hover,
.widget_categories li:hover {
    color: var(--primary-color)
}

.post-password-form input[type=password] {
    background: #e4e4e4;
    border: none;
    padding: 10px 30px;
    width: 300px
}

.post-password-form input[type=submit] {
    background: #101010;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    padding: 10px 30px
}

.post-password-form input[type=submit]:hover {
    background: var(--primary-color)
}

.wp-block-cover__video-background {
    width: 100%
}

.sidebar-widget .widget_nav_menu .sub-menu {
    padding-inline-start: 15px
}

.page #comments {
    float: left;
    margin-top: 50px;
    width: 100%
}

video {
    width: 100%
}

.sidebar-widget .widget_text a:hover {
    padding-inline-start: 0
}

.dsnone {
    display: none
}

.wp-block-image .alignleft {
    float: left;
    margin-inline-end: 1em
}

.wp-block-image figure.alignright {
    margin-inline-start: 1.5em
}

.wp-block-image .alignright {
    float: right;
    margin-inline-start: 1em
}

.wp-block-image img {
    max-width: 100%
}

.wp-block-image:not(.is-style-rounded) img {
    border-radius: inherit;
    height: auto
}

.wp-block-column .wp-block-quote {
    float: right;
    margin-top: 0;
    margin-inline-end: -15px
}

.wp-block-columns.alignwide .wp-block-column {
    margin-inline-start: 0;
    padding-inline-end: 15px
}

.blocks-gallery-item img {
    align-self: flex-start;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    margin-inline-end: 1em;
    position: relative;
    width: calc(50% - 1em)
}

.wp-block-image figcaption {
    color: #777;
    font-weight: 400;
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-galler {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100%
}

.blocks-gallery-item {
    margin: 0;
    position: relative
}

.blocks-gallery-item img,
.blocks-gallery-item img:hover {
    background: 0 0;
    border: none;
    box-shadow: none;
    max-width: 100%;
    padding: 0;
    vertical-align: middle
}

.blocks-gallery-item figcaption {
    background: #eee;
    background: hsla(0, 0%, 100%, .8);
    bottom: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    opacity: 0;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.blocks-gallery-item:hover figcaption {
    opacity: 1
}

.wp-block-gallery.columns-3 li {
    height: 200px;
    padding: 10px;
    width: 33.333%
}

.wp-block-gallery.columns-2 li {
    padding: 10px;
    width: 48%
}

.wp-block-gallery {
    float: left;
    width: 100%
}

.wp-block-gallery.columns-5 li {
    -moz-columns: auto;
    columns: auto;
    height: auto;
    overflow: hidden;
    width: auto
}

.bsingle__content .alignright {
    float: right;
    margin-inline-start: 1.5em
}

.bsingle__content .alignleft {
    float: left;
    margin-inline-end: 1em
}

.alignright {
    float: right;
    margin-inline-start: 1.5em
}

.alignleft {
    float: left;
    margin-inline-end: 1em
}

figure.aligncenter {
    float: left;
    text-align: center;
    width: 100% !important
}

.aligncenter {
    display: inherit;
    margin: auto
}

.page-links {
    margin-top: 50px
}

#comments,
.page-links {
    float: left;
    width: 100%
}

.bsingle__content ul,
.pages-content ul {
    padding-inline-start: 17px
}

.comment-text ul {
    padding-inline-start: 20px
}

.bsingle__content ul li,
.comment-text ul li,
.pages-content ul li {
    list-style: disc
}

.bsingle__content table td,
.bsingle__content table th,
.comment-text table td,
.comment-text table th,
.pages-content table td,
.pages-content table th {
    border: 1px solid #e4e4e4;
    padding: 10px
}

.bsingle__content table,
.comment-text table,
.pages-content table {
    margin-bottom: 20px
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    padding: 30px
}

.bsingle__content ol {
    padding: 0 0 0 1.5em
}

.bsingle__content ol li,
.comment-text ol li,
.pages-content ol li {
    list-style: decimal
}

.bsingle__content figure {
    margin: 0 0 1rem
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
    overflow-wrap: break-word
}

.has-text-color.has-background.has-very-light-gray-color {
    color: #fff;
    padding: 21px
}

.inner-linke-page a,
.post-page-numbers {
    background: #c5015f
}

.tag-template img {
    width: auto !important
}

.error-page .error-code {
    color: #333;
    display: block;
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 20px;
    text-shadow: 5px 5px 1px rgba(0, 0, 0, .1)
}

.error-body a {
    margin-bottom: 100px;
    margin-top: 30px
}

.pages-content li>ul,
.tag-markup-2 li>ul,
li>ol {
    padding-inline-start: 1.5em
}

.comment-text ol li,
.comment-text ul li,
.pages-content ol li,
.pages-content ul li,
.tag-markup-2 ol li,
.tag-markup-2 ul li {
    margin-bottom: 0;
    margin-top: 10px
}

.parent-pageid-1725 figure.aligncenter {
    margin: 50px 0
}

.bsingle__content ul ul li,
.pages-content ul ul li {
    list-style: circle
}

footer #wp-calendar caption {
    color: #fff
}

ol {
    padding-inline-start: 15px
}

iframe {
    width: 100%
}

.comment-list li {
    margin-bottom: 30px
}

.wp-block-button.aligncenter .wp-block-button__link {
    display: block;
    margin: auto;
    width: 50%
}

.wp-block-button.is-style-outline .wp-block-button__link {
    background: none;
    border: 2px solid #101010;
    color: #101010 !important
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.has-2-columns,
.has-3-columns,
.has-5-columns,
.has-6-columns {
    float: left;
    width: 100%
}

.has-2-columns .wp-block-column {
    float: left;
    padding-inline-end: 20px;
    width: 50%
}

.has-3-columns .wp-block-column {
    float: left;
    padding-inline-end: 20px;
    width: 33.333%
}

.has-5-columns .wp-block-column {
    float: left;
    padding-inline-end: 20px;
    width: 20%
}

.has-4-columns .wp-block-column {
    float: left;
    padding-inline-end: 20px;
    width: 25%
}

.has-6-columns .wp-block-column {
    float: left;
    padding-inline-end: 20px;
    width: 16.6666666667%
}

.wp-block-media-text.alignwide figure {
    float: left;
    margin-inline-end: 20px;
    width: 100%
}

.wp-block-media-text.alignwide .has-large-font-size {
    color: #101010;
    font-size: 28px
}

.wp-block-media-text__content {
    float: left;
    padding-top: 0;
    width: 47%
}

.wp-block-columns.alignwide.has-3-columns blockquote {
    margin-top: 0;
    padding-inline-start: 20px
}

.columns-3.is-cropped li {
    float: left;
    list-style: none;
    width: 33.333%
}

.wp-block-gallery.columns-3.is-cropped.alignfull {
    margin-top: 0
}

.blocks-gallery-grid,
.wp-block-gallery {
    padding: 0 !important
}

.wp-block-gallery.alignleft.columns-2.is-cropped li {
    float: left;
    list-style: none
}

.wp-block-gallery.alignwide.columns-4.is-cropped li {
    float: left;
    list-style: none;
    padding: 10px;
    width: 25%
}

.wp-block-gallery.columns-6.is-cropped li {
    float: left;
    height: 129px;
    list-style: none;
    padding: 10px;
    width: 16.666%
}

.wp-block-gallery.columns-7.is-cropped li {
    float: left;
    list-style: none;
    min-height: 150px;
    padding: 10px;
    width: 14%
}

.wp-block-gallery.columns-8.is-cropped li {
    float: left;
    list-style: none;
    min-height: 100px;
    padding: 10px;
    width: 12%
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
    float: left
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
    float: left;
    margin-inline-end: 20px;
    width: 50%
}

.footer-widget .cat-item,
.footer-widget .widget ul li,
.footer-widget .widgettitle {
    color: #fff;
    text-align: start
}

.redux-footer h2 {
    margin-top: 0
}

.footer-widget td {
    padding: 5px;
    text-align: center
}

.footer-widget table {
    background: #f5f5f5;
    padding: 10px;
    width: 100%
}

.footer-widget th {
    background: #e4e4e4;
    color: #101010;
    padding: 10px 5px;
    text-align: center
}

.bsingle__content h1,
.bsingle__content h2,
.bsingle__content h3,
.bsingle__content h4,
.bsingle__content h5,
.bsingle__content h6,
.comment-list h1,
.comment-list h2,
.comment-list h3,
.comment-list h4,
.comment-list h5,
.comment-list h6,
.pages-content h1,
.pages-content h2,
.pages-content h3,
.pages-content h4,
.pages-content h5,
.pages-content h6 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px
}

.inner-linke-page {
    color: #101010;
    font-size: 16px;
    font-weight: 600
}

.inner-linke-page a {
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px
}

.inner-linke-page a:hover,
.inner-linke-page>span {
    background: #101010;
    color: #fff
}

.inner-linke-page>span {
    border: none;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .32);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px
}

pre {
    background: #e4e4e4;
    padding: 30px
}

pre cite {
    color: #000
}

.inner-linke-page {
    margin-bottom: 50px
}

.attachment-aports-featured-large {
    height: auto;
    width: 100%
}

.quote-post {
    min-height: 200px
}

.admin-bar .sticky-menu {
    margin-top: 0;
    top: 32px
}

.f-contact .icon {
    margin-top: unset
}

.f-contact ul li {
    align-items: center;
    display: flex
}

.author-blog-avatar {
    height: 120px;
    width: 120px
}

.custom-blog-tag-sidebar:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important
}

.custom-blog-post-sidebar {
    background: #f7f5f1;
    border: 2px solid #f7f5f1 !important;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 40px
}

.custom-blog-post-sidebar a {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #101010;
    display: -webkit-box;
    font-weight: 700;
    line-height: 28px;
    overflow: hidden
}

.custom-blog-post-sidebar a:hover {
    color: var(--primary-color) !important
}

.custom-blog-post-sidebar li {
    border-bottom: 1px solid #e4e4e4;
    color: #101010;
    min-height: 42px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%
}

.show-admin-bar .sticky-menu {
    margin-top: 40px !important
}

.show-admin-bar .offcanvas-menu {
    margin-top: 40px
}

.show-admin-bar .side-menu .menu-mobile {
    top: 130px
}

.custom-gallery-description {
    font-size: 20px
}

.custom-gallery-description:first-letter {
    color: var(--primary-color);
    font-size: 28px
}

.single-services {
    margin: 0 15px
}

.single-services .icon li img {
    height: 30px
}

ul.room-features li img {
    margin-inline-end: 8px;
    width: 20px
}

.contact-field label i {
    margin-inline-end: 10px
}

.customer-help {
    font-size: 16px;
    margin-inline-start: 10%;
    margin-top: 10px;
    width: 100%
}

.customer-help span:first-of-type {
    display: inline-block;
    margin-inline-end: 16px;
    margin-inline-start: 8px;
    width: 100px
}

.collection-item.active {
    color: var(--primary-color);
    font-weight: 700
}

.customer-avatar-header {
    width: 30px
}

.customer-name-header {
    font-size: 16px
}

.customer-name-header:hover {
    color: var(--secondary-color) !important;
    transition: .3s ease
}

.customer-name-canvas:hover {
    color: var(--primary-color) !important;
    transition: .3s ease
}

.cb-container {
    cursor: pointer;
    display: block;
    line-height: 25px;
    margin-bottom: 12px;
    padding-inline-start: 34px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.cb-container input {
    cursor: pointer;
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0
}

.checkmark {
    background-color: #fff;
    border: 2px solid #8ea4ac;
    border-radius: 4px;
    height: 24px;
    inset-inline-start: 0;
    position: absolute;
    top: 1px;
    width: 24px
}

.cb-container input:checked~.checkmark {
    border: 2px solid #8ea4ac
}

.cb-container .text-small {
    color: #3d565f;
    font-weight: 500
}

.cb-container input:checked~.text-small {
    color: #3d565f
}

.checkmark:after {
    content: "";
    display: none;
    position: absolute
}

.cb-container input:checked~.checkmark:after {
    display: block
}

.cb-container input:checked~.text-lbl {
    color: #ccc
}

.cb-container .checkmark:after {
    background: var(--primary-color) url(/themes/riorelax/images/check.svg) no-repeat center;
    border-radius: 4px;
    height: 24px;
    left: -2px;
    top: -2px;
    width: 24px
}

@media screen and (min-width:1500px) {
    .booking-area.homepage .contact-form {
        margin: -100px auto 0;
        width: 75%
    }
}

.booking-area.homepage .contact-form .slider-btn {
    margin-top: 14px;
    width: 100%
}

@media screen and (max-width:991px) {
    .booking-area.homepage .contact-form .slider-btn .label {
        text-align: unset
    }
}

@media screen and (max-width:1500px)and (min-width:1200px) {
    .booking-area.homepage .contact-form .slider-btn {
        margin-top: unset
    }
}

.booking-area.homepage .contact-form .btn {
    padding: 21.5px 20px;
    width: 100%
}

@media screen and (max-width:991px) {
    .booking-area.homepage .contact-form .btn {
        font-size: 16px;
        margin-top: 1px
    }
}

.booking-area.homepage .contact-form ul li {
    width: unset
}

.widget-content .booking .slider-btn,
.widget-content .booking .slider-btn .btn {
    width: 100%
}

.widget-content .booking .contact-field select {
    height: calc(3em + .75rem + 2px)
}

.custom-authentication-label {
    font-size: 18px !important;
    margin-bottom: 5px !important
}

.custom-authentication-input {
    height: calc(2em + .5rem + 2px) !important
}

.custom-register-label {
    color: var(--primary-color);
    font-weight: 700
}

.checkout-booking-page .payment-checkout-form {
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .07)
}

.checkout-booking-page .checkout-booking .sidebar .wrap {
    overflow: hidden;
    padding-top: 75%;
    position: relative;
    width: 100%
}

.checkout-booking-page .checkout-booking .sidebar .wrap img {
    height: auto;
    inset: 0;
    margin: auto;
    position: absolute;
    width: 100%
}

.checkout-booking-page .checkout-booking .sidebar .wrap .room-information {
    position: absolute;
    top: 5%
}

.checkout-booking-page .checkout-booking .sidebar .wrap .room-information span {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px
}

.checkout-booking-page .checkout-booking .sidebar .form-information {
    background-color: var(--primary-color);
    color: #fff;
    padding: 20px 15px
}

.checkout-booking-page .checkout-booking .sidebar .form-information div {
    margin: 0 20px
}

.checkout-booking-page .checkout-booking .sidebar .form-information div p {
    color: #dedcdc;
    font-size: 14px;
    margin-bottom: 5px
}

.checkout-booking-page .checkout-booking .sidebar .footer {
    background-color: #000;
    color: #fff
}

.checkout-booking-page .checkout-booking .sidebar .footer p {
    font-size: 24px;
    font-weight: 500;
    padding: 20px 15px
}

.checkout-booking-page .checkout-booking .booking-form-main {
    background-color: #fff;
    padding: 30px
}

.checkout-booking-page .checkout-booking .widget-content {
    background-color: #fff;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .07);
    margin-bottom: 50px;
    padding: 40px 50px
}

.checkout-booking-page .checkout-booking .widget-content h3 {
    border-bottom: 1px solid #f1f1f1;
    font-size: 30px;
    padding-bottom: 20px
}

.checkout-booking-page .checkout-booking .widget-content.hotel-rules ul li {
    margin-bottom: 10px;
    padding-inline-start: 20px;
    position: relative
}

.checkout-booking-page .checkout-booking .widget-content.hotel-rules ul li:before {
    color: var(--primary-color);
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.booking-information-page {
    background-color: #f8f8f8
}

.booking-information-page .booking-information {
    background-color: #fff;
    padding: 30px
}

@media(min-width:1500px)and (max-width:1742px) {
    .header-social {
        margin-top: unset !important
    }
}

.header-social a span {
    font-size: 15px
}

.currencies-switcher a.dropdown-toggle img,
.language-switcher a.dropdown-toggle img {
    margin-bottom: 3px
}

.currencies-switcher .dropdown-menu,
.language-switcher .dropdown-menu {
    padding: unset
}

.currencies-switcher a,
.language-switcher a {
    font-size: 15px
}

.currencies-switcher .currency-switcher-list a,
.currencies-switcher .language-switcher-list a,
.language-switcher .currency-switcher-list a,
.language-switcher .language-switcher-list a {
    padding: 10px 20px
}

.currencies-switcher li a.language-item,
.language-switcher li a.language-item {
    align-items: center;
    display: flex;
    gap: .25rem
}

.currencies-switcher li a.language-item span,
.language-switcher li a.language-item span {
    color: #000;
    margin-inline-start: 4px
}

.currencies-switcher li a.language-item:hover span,
.language-switcher li a.language-item:hover span {
    color: var(--primary)
}

.currencies-switcher li a,
.language-switcher li a {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.currencies-switcher li:not(:last-child) a,
.language-switcher li:not(:last-child) a {
    border-bottom: 1px solid hsla(0, 0%, 85%, .5)
}

.currencies-switcher .currency-switcher-list,
.currencies-switcher .language-switcher-list,
.language-switcher .currency-switcher-list,
.language-switcher .language-switcher-list {
    transform: translate(15px, 35px) !important
}

.second-header {
    z-index: 10
}

.footer-bg .footer-top {
    background-color: #000
}

.button-loading {
    color: transparent !important;
    cursor: default;
    opacity: .7;
    position: relative;
    text-shadow: none;
    transition: border-color .2s ease-out
}

.button-loading:before {
    animation: button-loading-spinner 1s linear infinite;
    border: 3px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-inline-start: -9px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 18px
}

@keyframes button-loading-spinner {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.btn:before {
    content: none !important
}

.btn.button-loading:before {
    content: "" !important;
    display: block !important
}

form.form-booking #booking-form-widget-check-in {
    color: #000 !important;
    font-size: unset
}

.booking-area .contact-field i {
    padding-inline-end: unset
}

@media(min-width:768px)and (max-width:991px) {
    .header-three .second-header,
    .header-three .second-header .header-top-left,
    .header-three .second-header .header-top-right {
        display: block !important
    }
}

@media screen and (max-width:991px) {
    .header-top .header-top-left .opening_hours,
    .header-top .header-top-right .social-links {
        display: none
    }
}

.mean-nav .main-menu .currency-switcher-mobile-menu,
.mean-nav .main-menu .language-switcher-mobile-menu {
    display: block !important
}

.mean-nav .main-menu .currency-switcher-mobile-menu a,
.mean-nav .main-menu .language-switcher-mobile-menu a {
    align-items: center;
    display: flex
}

.mean-nav .main-menu .currency-switcher-mobile-menu a img,
.mean-nav .main-menu .language-switcher-mobile-menu a img {
    margin-top: -5px
}

.mean-nav .main-menu .currency-switcher-mobile-menu a span,
.mean-nav .main-menu .language-switcher-mobile-menu a span {
    margin-inline-start: 10px
}

.mean-nav .main-menu .currency-switcher-mobile-menu:not(:last-child) a,
.mean-nav .main-menu .language-switcher-mobile-menu:not(:last-child) a {
    border-bottom: 1px solid hsla(0, 0%, 85%, .5)
}

.custom-pagination {
    display: flex
}

.custom-pagination .page-item a.page-link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 10px;
    color: #acacac;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    width: 40px
}

.custom-pagination .page-item a.page-link:hover {
    background-color: #6bb2ff;
    border-color: #6bb2ff;
    box-shadow: none;
    color: #fff
}

.custom-pagination .page-item a[rel=next],
.custom-pagination .page-item a[rel=prev] {
    font-size: 20px
}

.custom-pagination .page-item.active span.page-link {
    align-items: center;
    background-color: #fff !important;
    border: 1px solid #6bb2ff !important;
    border-radius: 10px !important;
    color: #6bb2ff;
    display: flex;
    font-size: 16px !important;
    height: 40px;
    justify-content: center;
    line-height: 40px;
    padding: 0;
    width: 40px
}

.custom-pagination .page-item.active span.page-link:hover {
    background-color: #fff;
    border-color: #6bb2ff;
    box-shadow: none;
    color: #6bb2ff
}

.custom-pagination .disabled span.page-link {
    align-items: center;
    background-color: #fff;
    border: 1px solid #acacac;
    border-radius: 10px;
    color: #acacac;
    display: flex;
    font-size: 32px;
    height: 40px;
    justify-content: center;
    width: 40px
}

.custom-pagination .disabled span.page-link-navigation {
    font-size: 20px
}

.custom-booking-table thead th {
    font-size: 18px
}

.custom-booking-table .room-table {
    color: var(--primary-color)
}

.custom-booking-table .room-table:hover {
    text-decoration: underline
}

.booking-information-link {
    color: var(--primary-color)
}

.booking-information-link:hover {
    text-decoration: underline
}

.custom-login-button {
    height: 28px
}

.custom-login-button i,
.custom-login-button span {
    line-height: 28px;
    padding: 0 4px
}

.custom-login-button i:hover,
.custom-login-button span:hover {
    color: var(--primary-color) !important
}

.custom-login-button span {
    font-weight: 700;
    margin: 0
}

.custom-avatar-master {
    display: flex;
    margin: 0 auto;
    position: relative !important;
    width: 150px
}

.custom-avatar-master:hover {
    background-color: #aeaeae;
    border-radius: 999px
}

.custom-avatar-master:hover .mt-card-avatar {
    opacity: .5
}

.custom-avatar-master i {
    color: #fff;
    font-size: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.custom-avatar-master .avatar-view:hover~i,
.custom-avatar-master i:hover {
    opacity: 1
}

.panel.panel-default {
    overflow: hidden
}

.custom-search-form {
    display: flex
}

.custom-search-form .search-submit {
    position: static
}

.custom-link {
    color: var(--primary-color)
}

.custom-link:hover {
    color: var(--secondary-color)
}

body[dir=rtl] .gallery-image:before {
    inset-inline-start: 38%
}

body[dir=rtl] .faq-wrap .card-header h2 button:before {
    transform: rotateY(180deg)
}

body[dir=rtl] .meanmenu-reveal {
    left: 0 !important;
    right: auto !important
}

@media(max-width:992px) {
    body[dir=rtl] .mean-container .mean-nav ul li a {
        text-align: start
    }
    body[dir=rtl] .mean-container .mean-nav ul li a.mean-expand {
        left: 0;
        right: auto;
        text-align: end
    }
}

body[dir=rtl] .pricing-btn .btn i {
    transform: rotateY(180deg)
}

body[dir=rtl] .pricing-body li:before {
    float: right
}

body[dir=rtl] .pricing-head .month {
    transform: rotate(270deg)
}

body[dir=rtl] .services-08-content a i {
    transform: rotateY(180deg)
}

body[dir=rtl] .header-slidemenu {
    left: auto;
    right: 0
}

body[dir=rtl] .offcanvas-menu {
    transform: translateX(-100%)
}

body[dir=rtl] .offcanvas-menu.active {
    transform: translateX(0)
}

.faq-btn {
    position: relative
}

button.faq-btn.collapsed {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.menu-item-type-custom:hover~a {
    color: var(--primary-color) !important
}

.team-social i:hover {
    color: var(--secondary-color) !important
}

button.btn-custom:hover {
    background-color: var(--primary-color-hover) !important;
    transition: .3s
}

.blog-item-custom-truncate,
.room-item-custom-truncate {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

.error-page {
    background-color: #f7f5f1
}

.menu-mobile {
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 10
}

.menu-mobile .navbar-collapse {
    background: #fff;
    margin: 0 10%
}

.menu-mobile .navbar-collapse ul li a {
    color: #333;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    padding: 10px 5%;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.menu-mobile .navbar-collapse ul li:not(:last-child) a {
    border-bottom: 1px solid hsla(0, 0%, 85%, .5)
}

@media screen and (max-width:600px) {
    .menu-mobile .navbar-collapse {
        margin: 0
    }
}

.btn-toggle-menu-mobile {
    border: 1px solid #fff;
    padding: 10px !important
}

.btn-toggle-menu-mobile,
.btn-toggle-menu-mobile:hover {
    background-color: transparent
}

.btn-toggle-menu-mobile i {
    font-size: 20px;
    margin-inline-start: unset
}

.sticky-menu .menu-mobile {
    top: 73px
}

.show-admin-bar .menu-mobile {
    top: 80px
}

.show-admin-bar .sticky-menu .menu-mobile {
    top: 73px
}

.show-admin-bar .side-menu .menu-mobile {
    top: 100px
}

#menu-mobile-nav {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .08)
}

#menu-mobile-nav .menu {
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding: 20px 10px
}

#menu-mobile-nav .menu .menu-title {
    margin-bottom: 10px;
    margin-inline-start: 10px
}

#menu-mobile-nav .menu .menu-title span {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-inline-start: 4px
}

#menu-mobile-nav ul li {
    position: relative
}

#menu-mobile-nav ul li a {
    color: #777
}

#menu-mobile-nav ul li a.has-sub {
    color: #333
}

#menu-mobile-nav ul li a.active {
    color: var(--primary-color);
    font-weight: 500
}

#menu-mobile-nav ul li a.collapsed.has-sub:after {
    content: "+";
    font-size: 18px;
    position: absolute;
    right: 0
}

#menu-mobile-nav ul li a.has-sub:after {
    content: "-";
    font-size: 18px;
    position: absolute;
    right: 0
}

.button-switch-currency {
    text-transform: unset
}

.hotel-rules-box {
    margin-bottom: 30px
}

.hotel-rules-box ul li {
    margin-bottom: 10px;
    padding-inline-start: 20px;
    position: relative
}

.hotel-rules-box ul li:before {
    color: var(--primary-color);
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.room-block-content {
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .07);
    margin-bottom: 50px;
    padding: 40px 50px
}

.room-block-content h3 {
    border-bottom: 1px solid #f1f1f1;
    font-size: 30px !important;
    padding-bottom: 20px
}

.room-details .thumb {
    margin-bottom: 40px
}

.room-details .thumb img {
    border-radius: 2px
}

.room-details .thumb .room-details-slider-nav {
    margin-top: 12px
}

.room-details .thumb .room-details-slider-nav .slick-list .slick-track {
    margin-inline-end: unset;
    margin-inline-start: unset
}

.room-details .thumb .room-details-slider-nav img {
    margin-inline-end: 8px;
    width: 130px !important
}

.room-details .thumb .room-details-slider-nav img:last-child {
    margin: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px !important
}

.related-room.content-box h3 {
    border-bottom: 1px solid #f1f1f1;
    font-size: 30px !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px
}

.related-room.content-box .single-services {
    margin: unset
}

.book-button-custom {
    background-color: transparent;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 20px 10px
}

.book-button-custom:hover {
    color: var(--secondary-color);
    transition: .3s ease
}

.check-availability-custom {
    background: #f3f4f8;
    margin-top: 75px;
    padding: 40px
}

.shadow-block {
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1)
}

@media(min-width:768px)and (max-width:991px) {
    .team-img-box {
        margin-inline-start: 15%;
        width: 70%
    }
}

.team-img-box img {
    width: 100%
}

.amenities-list span {
    color: #101010;
    font-family: var(--primary-font), sans-serif;
    font-size: 18px;
    font-weight: 400
}

.widget-social a {
    margin-bottom: 8px !important
}

.blog-area .bsingle__content {
    border: 1px solid #b7b7b7
}

.reviews-block {
    position: relative
}

.custom-submit-review-btn {
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    height: 50px;
    min-width: 160px
}

.custom-submit-review-btn:hover {
    background-color: var(--primary-color-hover)
}

.custom-submit-review-btn:disabled {
    cursor: not-allowed;
    opacity: .7
}

.custom-submit-review-btn:disabled:hover {
    opacity: .7
}

.rating-wrap {
    display: inline-block;
    font-family: Font Awesome\ 5 Pro !important;
    height: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 75px
}

.rating-wrap:before {
    color: #d2d2d2;
    content: "";
    float: left;
    font-size: 12px;
    font-weight: 600;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0
}

.rating-wrap .review-rate {
    color: #edb867;
    font-family: Font Awesome\ 5 Pro !important;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.rating-wrap .review-rate:before {
    content: "";
    font-size: 12px;
    font-weight: 600;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0
}

.reviews-list.blur {
    opacity: .3
}

.custom-review-input {
    background-color: #fff;
    border-radius: 10px;
    min-height: 120px;
    padding: 10px 20px;
    width: 100%
}

.custom-review-input:disabled {
    background-color: #dfdfdf
}

.review-item-block {
    margin-top: 10px
}

.review-item-block .img-block {
    flex-shrink: 0;
    height: 80px;
    width: 80px
}

.review-item-block .img-block .review-avatar-img {
    border-radius: 999px;
    height: 100%;
    width: 100%
}

.review-item-block .reviewer-name {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 8px;
    margin-inline-end: 8px
}

.review-item-block .review-time {
    color: var(--primary-color)
}

.review-item-block .review-content {
    font-weight: 400;
    margin-bottom: 10px !important
}

.loading-spinner {
    align-items: center;
    background: hsla(0, 0%, 100%, .5);
    display: flex;
    height: 100%;
    inset-inline-start: 0;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%
}

.loading-spinner:after {
    animation: lds-dual-ring .5s linear infinite;
    border-color: var(--primary-color) transparent var(--primary-color) transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    content: " ";
    display: block;
    height: 40px;
    position: absolute;
    top: 18rem;
    width: 40px
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.review-information-link {
    color: var(--primary-color)
}

.review-information-link:hover {
    text-decoration: underline
}

@keyframes load7 {
    0%,
    80%,
    to {
        box-shadow: 0 2.5em 0 -1.3em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.preloader .loader {
    animation-fill-mode: both;
    animation: load7 1.8s ease-in-out infinite;
    animation-delay: -.16s;
    border-radius: 50%;
    color: var(--primary-color);
    font-size: 10px;
    height: 2em;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    width: 2em
}

.preloader .loader:after,
.preloader .loader:before {
    border-radius: 50%;
    content: "";
    height: 2em;
    position: absolute;
    top: 0;
    width: 2em
}

.preloader .loader:after {
    animation: load7 1.8s ease-in-out infinite;
    left: 3.5em
}

button.toggle-coupon-form {
    background: transparent;
    border: none;
    color: var(--secondary-color);
    transition: color .2s ease
}

button.toggle-coupon-form:hover {
    color: var(--primary-color-hover)
}

button.remove-coupon-code {
    color: #fff
}

button.remove-coupon-code i {
    margin-inline-start: 0 !important
}

.main-menu .has-sub>ul>.has-sub>ul {
    margin-inline-start: 255px
}

.sidebar.services-sidebar {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.sidebar.services-sidebar .sidebar-widget {
    margin-bottom: unset
}

.sidebar.services-sidebar .service-detail-contact {
    margin-bottom: unset;
    margin-top: unset
}

.datagrid {
    --bb-datagrid-padding: 1.5rem;
    --bb-datagrid-item-width: 15rem;
    grid-gap: var(--bb-datagrid-padding);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--bb-datagrid-item-width), 1fr))
}

.datagrid-title {
    color: var(--bb-secondary);
    font-size: .625rem;
    font-weight: var(--bb-font-weight-bold);
    letter-spacing: .04em;
    line-height: 1rem;
    margin-bottom: .25rem;
    text-transform: uppercase
}

.text-danger-fg,
.text-info-fg,
.text-success-fg,
.text-warning-fg {
    color: #fff
}

.booking-form-body h4 {
    margin-bottom: 20px
}

.auth-card form .auth-input-icon {
    top: 0
}

.contact-area .contact-form {
    text-align: start
}

.contact-area .contact-form label.required:after {
    color: #dc3545;
    content: "*";
    margin-left: .25rem
}

.contact-area .contact-form input.contact-form-input,
.contact-area .contact-form input.form-control {
    border: 1px solid #777;
    border-radius: 0;
    height: calc(3em + .75rem + 2px);
    padding-inline-start: 15px;
    transition: .3s;
    width: 100%
}

.contact-area .contact-form textarea.contact-form-input {
    border: 1px solid #777;
    border-radius: 0;
    transition: .3s
}

.contact-area .contact-form button.contact-button {
    background-color: var(--primary-color);
    border: none;
    border-radius: 0;
    display: block;
    font-size: 16px;
    margin-top: 20px;
    padding: 20px 30px;
    width: 100%
}

.contact-area .contact-form .form-check {
    align-items: end;
    display: flex;
    gap: 5px
}

.contact-area .contact-form .form-check .form-check-input {
    height: 16px;
    padding-left: unset;
    width: 16px
}

.contact-area .contact-form .form-check .form-check-label {
    line-height: 1
}

.form-newsletter {
    height: 70px
}

.form-newsletter form.subscribe-form {
    height: 100%
}

.form-newsletter form.subscribe-form input.form-control {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
    border-radius: 0;
    height: 4.4rem;
    margin-bottom: 0;
    outline: none !important;
    padding: 0 1rem;
    width: 100%
}

.form-newsletter form.subscribe-form .btn.header-btn {
    z-index: 10
}

@media screen and (max-width:991px) {
    .contact-area .contact-form {
        padding: 0 20px
    }
}

.hotel-service-area .service-item .service-price {
    color: var(--primary-color)
}

[data-bb-toggle=toggle-guests-and-rooms] {
    align-items: center;
    background-color: #fff !important;
    border: 1px solid var(--input-border-color);
    display: flex;
    font-size: 15px !important;
    font-weight: inherit !important;
    height: calc(3em + .75rem + 2px);
    letter-spacing: normal !important;
    padding: 10px 20px;
    text-align: start;
    text-transform: none !important;
    transition: .3s;
    width: 100%
}

#toggle-guests-and-rooms {
    margin-top: 2px
}

.custom-dropdown {
    width: 18rem
}

@media(max-width:767px) {
    .custom-dropdown {
        width: 100%
    }
}

.custom-dropdown .inputs-filed {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between
}

.custom-dropdown .inputs-filed .input-quantity {
    max-width: 10rem
}

.custom-dropdown .inputs-filed .main-btn {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    height: 40px !important;
    justify-content: center;
    padding: 20px !important;
    width: 40px !important
}

.input-quantity {
    align-items: end;
    display: flex;
    width: 100%
}

.input-quantity input {
    height: 40px !important;
    padding: unset !important;
    padding-left: 15px !important;
    text-align: center
}

.contact-field .input-group-two .input-quantity input,
.contact-field.input-group-two .input-quantity input,
.sidebar-widget.categories.check-availability-custom .input-group-two .input-quantity input {
    height: 56px !important
}

@media screen and (min-width:1500px) {
    .booking-area.homepage .contact-form {
        width: 90% !important
    }
}

.s-about-img img {
    margin-bottom: 100px
}

.about-icon {
    bottom: 0;
    inset-inline-end: 0;
    position: absolute
}

.about-icon img {
    margin-bottom: 0
}

.about-user {
    border-bottom: 1px solid #d7d7d7;
    display: flex;
    margin: 30px 0;
    padding-bottom: 15px
}

.about-user .img {
    margin-inline-end: 30px
}

.about-user .text h5 {
    color: var(--primary-color)
}

.about-text {
    background: var(--primary-color);
    border-radius: 4px;
    bottom: 0;
    box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .08);
    inset-inline-end: 30px;
    padding: 30px;
    position: absolute;
    width: 200px
}

.about-text span {
    color: #fff;
    display: inline-block;
    font-family: var(--primary-font), sans-serif;
    font-size: 65px;
    font-weight: 800;
    margin-top: 15px;
    position: relative
}

.about-text span sub {
    bottom: 5px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-inline-start: -10px
}

.about-title>span {
    background: var(--primary-color);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase
}

.about-title h2 {
    font-size: 60px;
    margin-bottom: 0 !important
}

.about-title h5 {
    color: var(--primary-color);
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.about-title .title-strong {
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 500
}

.about-title .title-strong span {
    background: var(--primary-color);
    border-radius: 5px;
    color: #fff;
    padding: 3px 12px
}

.about-title p span {
    background: var(--primary-color);
    display: inline-block;
    height: 2px;
    margin-inline-end: 20px;
    position: relative;
    top: -5px;
    width: 40px
}

.about-title p {
    margin-bottom: 0
}

.about-content p {
    margin-bottom: 45px
}

.about-content li {
    color: var(--primary-color);
    display: flex;
    margin-bottom: 10px
}

.about-content li .text {
    padding-top: 0
}

.about-content li .icon i,
.about-title h2 span {
    color: var(--primary-color)
}

.about-content li .icon i {
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    margin-inline-end: 20px;
    text-align: center;
    width: 40px
}

.product-qulity li h3 {
    font-size: 26px;
    font-weight: 700
}

.product-qulity li .icon {
    margin-top: 12px;
    width: 140px
}

.about-content .exprince {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15);
    padding: 30px 0;
    text-align: center
}

.about-content .exprince h5 {
    color: #0595b8;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px
}

.about-content .exprince p {
    margin-bottom: 0
}

.about-content .nav-tabs {
    border: 1px solid #101010;
    border-radius: 10px;
    display: inherit;
    margin-bottom: 30px;
    padding: 6px;
    width: 54%
}

.about-content .nav-tabs .nav-item {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0
}

.about-content .nav-tabs .nav-item.show .nav-link,
.about-content .nav-tabs .nav-link.active {
    background-color: #101010;
    border: none;
    border-radius: 10px;
    color: #495057;
    color: #fff;
    padding: 12px 32px;
    text-transform: uppercase
}

.about-content .nav-tabs .nav-link {
    border: none;
    padding: 12px 32px;
    text-transform: uppercase
}

.ab-ul {
    margin-top: 30px
}

.ab-ul li {
    float: left;
    width: 50%
}

.ab-ul li .icon i {
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid #eee;
    border-radius: 50%;
    color: var(--primary-color);
    height: 40px;
    line-height: 40px;
    margin-inline-end: 20px;
    text-align: center;
    width: 40px
}

.sr-ul {
    margin-top: 30px
}

.sr-ul li {
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .06);
    float: left;
    margin: 0 20px 30px 0;
    padding: 15px 20px;
    width: 46.2%
}

.sr-ul li .icon i {
    background: inherit;
    border: inherit;
    border-radius: inherit;
    color: #4cc3c1;
    font-size: 30px;
    height: inherit;
    line-height: inherit;
    width: inherit
}

.sr-ul li .text {
    color: var(--primary-color);
    font-size: 14px
}

.sr-tw-ul {
    position: relative;
    z-index: 1
}

.sr-tw-ul li {
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    float: left;
    margin-bottom: 15px;
    padding: 30px;
    width: 100%
}

.sr-tw-ul li p {
    margin-bottom: 0
}

.sr-tw-ul li .icon {
    width: 108px
}

.sr-tw-ul li .icon img,
.sr-tw-ul li .icon-right img {
    width: 54px
}

.sr-tw-ul li .icon-right {
    width: 108px
}

.sd-img {
    margin: 0 -50px
}

.sd-img img {
    width: 100%
}

.section-t h2 {
    color: #101010;
    font-family: Playfair Display, serif;
    font-size: 350px;
    font-style: italic;
    font-weight: 500;
    inset-inline-end: 0;
    inset-inline-start: 0;
    line-height: 1;
    margin: 0;
    opacity: .05;
    position: absolute;
    text-align: center;
    top: -35px;
    z-index: -1
}

.second-about {
    bottom: inherit;
    inset-inline-end: 25px;
    left: 0;
    text-align: center;
    top: 0;
    transform: translateY(1px)
}

.second-about p {
    color: #fff;
    font-family: var(--primary-font), sans-serif;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 10px
}

.second-atitle>span {
    background: transparent;
    color: var(--primary-color);
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.s-about-content p {
    margin-bottom: 15px
}

.about-content strong {
    color: var(--primary-color)
}

.sinature-box {
    box-shadow: 0 16px 32px rgba(0, 0, 0, .039);
    float: left;
    margin-top: 50px;
    padding: 25px 30px 15px;
    width: 100%
}

.sinature-box h2 {
    color: #101010;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px
}

.sinature-box h2,
.sinature-box h3 {
    font-family: var(--primary-font), sans-serif
}

.sinature-box h3 {
    color: #4cc3c1;
    font-size: 14px
}

.sinature-box .user-box {
    display: flex
}

.sinature-box .user-box .text {
    padding-top: 10px;
    padding-inline-start: 15px
}

.signature-text {
    color: var(--primary-color);
    font-family: Playfair Display, serif;
    font-size: 22px;
    font-weight: 600
}

.ab-coutner li,
.circle-right {
    display: inline-block
}

.ab-coutner li {
    margin-inline-end: 22px
}

.ab-coutner .single-counter {
    background-color: #faa292;
    border-radius: 10px;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15);
    padding: 70px 0
}

.ab-coutner .single-counter p {
    color: #4f4f4f;
    font-family: Playfair Display, serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 15px
}

.clinet-abimg {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    bottom: -76px;
    inset-inline-end: 0;
    position: absolute
}

.about-content2 p {
    color: hsla(0, 0%, 100%, .671)
}

.about-content2 .about-title h2 {
    color: #fff
}

.about-content2 li {
    color: #fff;
    display: flex;
    margin-bottom: 10px
}

.about-content2 li .icon {
    background: var(--primary-color);
    color: #e11d07;
    display: block;
    height: 15px;
    margin-inline-end: 20px;
    margin-top: 10px;
    text-align: center;
    width: 15px
}

.about-content2 li .text {
    padding-top: 5px
}

.experience-text {
    border-bottom: 1px solid hsla(0, 0%, 100%, .31);
    border-top: 1px solid hsla(0, 0%, 100%, .31);
    display: flex;
    float: left;
    padding: 15px 0;
    width: 100%
}

.experience-text span {
    color: var(--primary-color);
    float: left;
    font-family: var(--primary-font), sans-serif;
    font-size: 60px;
    font-weight: 800;
    margin-top: 15px;
    margin-inline-end: 15px;
    position: relative
}

.experience-text span sub {
    bottom: 5px;
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 800;
    margin-inline-start: -10px
}

.exp-no {
    border-inline-end: 1px solid hsla(0, 0%, 100%, .31);
    width: 66%
}

.exp-no p {
    color: #fff;
    float: left;
    width: 48%
}

.exp-text {
    color: hsla(0, 0%, 100%, .671);
    padding-inline-start: 30px
}

.achivments-outer {
    display: flex
}

.achivments-outer .text {
    padding-inline-start: 15px
}

.achivments-outer .text h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 10px
}

.achivments-outer .text p {
    color: var(--primary-color)
}

.feature-area {
    margin-top: -80px;
    position: relative;
    z-index: 1
}

.services-two .s-single-services {
    border-radius: 0 0 0 0
}

.services-two .s-single-services .btn2 {
    color: var(--primary-color);
    display: inline-block
}

.services-area.gray-bg {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.single-services {
    background: #fff;
    box-shadow: 0 5px 17px 0 rgba(0, 0, 0, .07);
    position: relative
}

.ser-m {
    margin-inline-end: 0;
    margin-inline-start: 0;
    margin-bottom: 30px
}

.single-services .day-book {
    background: var(--primary-color);
    color: #fff;
    font-family: var(--primary-font), sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: -70px;
    position: relative;
    width: 100%
}

.single-services .day-book a {
    color: #fff
}

.single-services .day-book li {
    text-align: center;
    width: 100%
}

.single-services .icon {
    margin-top: 30px
}

.single-services .icon li {
    display: inline-block;
    margin-inline-end: 34px
}

.single-services .icon li:last-child {
    margin-inline-end: 0
}

.single-services .icon li img {
    height: 20px
}

.single-services:before {
    background: var(--primary-color);
    content: "";
    height: 100%;
    inset-inline-start: 5px;
    opacity: 0;
    position: absolute;
    top: 5px;
    transition: .3s;
    width: 100%;
    z-index: -1
}

.service-t h2 {
    top: 55px
}

.services-thumb img {
    width: 100%
}

.services-content span {
    background: var(--primary-color);
    display: block;
    height: 2px;
    margin-bottom: 55px;
    transition: .3s;
    width: 150px
}

.services-content {
    padding: 30px 40px 55px
}

.services-content small {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.services-content h4 {
    font-size: 24px;
    margin-bottom: 20px
}

.services-content h4:hover a {
    color: var(--primary-color)
}

.services-content p {
    margin-bottom: 0
}

.single-services:hover .services-content span {
    background: var(--primary-color)
}

.single-services:hover:before {
    opacity: 1
}

.services-active .slick-dots {
    bottom: -40px;
    inset-inline-end: 0;
    inset-inline-start: 0;
    line-height: 1;
    position: absolute;
    text-align: center
}

.services-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.services-active .slick-dots li button {
    background: var(--primary-color);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    height: 5px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    width: 20px;
    z-index: 1
}

.services-active .slick-dots li.slick-active button {
    background: var(--primary-color);
    width: 50px
}

.services-active .slick-track {
    padding-bottom: 10px
}

.services-icon i {
    border: 1px solid #ff4328;
    border-radius: 50%;
    color: #ff4328;
    font-size: 48px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px
}

.services-two .services-icon {
    background: #fff 0 0 no-repeat padding-box;
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    margin-bottom: 30px;
    padding: 25px;
    text-align: center;
    width: 90px
}

.services-two .services-icon img {
    width: 100%
}

.services-two .brline {
    margin-bottom: 25px;
    margin-top: 15px
}

.services-two ul li {
    margin-bottom: 25px
}

.services-two ul li:before {
    color: var(--primary-color);
    content: "ï€Œ";
    font-family: Font Awesome\ 5 Pro;
    margin-inline-end: 10px
}

.services-icon .glyph-icon:before {
    color: #3763eb;
    font-size: 48px;
    margin-inline-start: 0
}

.services-icon2 {
    inset-inline-end: 5%;
    opacity: .05;
    position: absolute;
    top: 0;
    z-index: 1
}

.services-icon2 .glyph-icon:before {
    color: rgba(140, 168, 255, .161);
    font-size: 120px;
    margin-inline-start: 0
}

.services-two .second-services-content {
    float: left;
    width: 100%
}

.services-two .s-single-services {
    border: none;
    border-radius: 0;
    float: left;
    margin-bottom: 30px;
    padding: 45px;
    transition: .3s;
    width: 100%
}

.services-three .services-icon {
    display: inline-block;
    height: auto !important;
    margin-bottom: 30px;
    width: auto !important
}

.services-three .services-icon img {
    width: 100%
}

.services-three .brline {
    margin-bottom: 25px;
    margin-top: 15px
}

.services-three ul li {
    margin-bottom: 25px
}

.services-three ul li:before {
    color: var(--primary-color);
    content: "ï€Œ";
    font-family: Font Awesome\ 5 Pro;
    margin-inline-end: 10px
}

.services-three .second-services-content {
    float: left;
    width: 100%
}

.services-three .s-single-services {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    box-shadow: none;
    display: block;
    margin-bottom: 30px;
    padding: 30px;
    transition: .3s
}

.services-three .s-single-services.active {
    background: #fff;
    left: 0;
    margin-top: 0;
    position: relative;
    z-index: 1
}

.services-three .s-single-services.active .services-icon {
    background: #fff 0 0 no-repeat padding-box;
    height: 90px;
    width: 90px
}

.services-three .s-single-services.active a.ss-btn {
    display: none
}

.second-services-content h5 {
    color: #030c26;
    font-size: 26px;
    letter-spacing: 0;
    transition: .3s
}

.second-services-content p {
    margin-bottom: 0
}

.second-services-content a:after {
    inset-inline-end: unset;
    left: -40px;
    opacity: 0
}

.s-single-services {
    background: #fff;
    display: flex;
    position: relative;
    transition: .3s
}

.s-single-services .services-icon {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.h-service {
    background: hsla(0, 0%, 6%, .612);
    height: 100%;
    left: 0;
    padding-top: 45%;
    position: absolute;
    text-align: center;
    transform: scaleY(1);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    width: 100%
}

.h-service h5 {
    color: #fff;
    font-size: 26px;
    font-weight: 600
}

.s-single-services:hover .h-service {
    opacity: 0;
    transform: scaleY(0)
}

.services-hover .box1 {
    border-inline-end: 0;
    border: 1px solid var(--primary-color);
    border-bottom: 0;
    left: 40px
}

.services-hover .box1,
.services-hover .box2 {
    content: "";
    height: 60px;
    position: absolute;
    top: 40px;
    width: 60px;
    z-index: 11
}

.services-hover .box2 {
    border-inline-start: 0;
    border: 1px solid var(--primary-color);
    border-bottom: 0;
    inset-inline-end: 40px
}

.services-hover {
    background: #101010;
    color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 100px 60px 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: .3s cubic-bezier(.24, .74, .58, 1);
    width: 100%
}

.s-single-services:hover .services-hover {
    opacity: 1;
    transform: scaleY(1)
}

.services-hover h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px
}

.services-hover a {
    color: #fff;
    display: block;
    margin-top: 15px;
    text-decoration: underline;
    text-transform: uppercase
}

.services-hover:hover p {
    height: auto;
    width: auto
}

.services-hover:hover .services-icon {
    margin-top: 20px
}

.second-services-content a {
    color: 0 f38;
    transition: all .3s ease 0s
}

.s-single-services .active-icon,
.s-single-services a.ss-btn {
    display: none
}

.s-single-services .d-active-icon {
    display: block
}

.s-single-services:hover {
    background: #fff
}

.s-single-services.active a.ss-btn {
    display: inline-block
}

.s-single-services.active .active-icon {
    display: block
}

.s-single-services.active .d-active-icon {
    display: none
}

.services-bg {
    background-position: 50%;
    background-size: cover
}

.services-active2 {
    padding-bottom: 300px;
    padding-top: 50px
}

.services-active2 .slick-arrow {
    background: none;
    border: none;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 24px;
    left: -60px;
    padding: 0;
    position: absolute;
    top: 50%;
    transition: .3s;
    z-index: 9
}

.services-active2 .slick-next {
    inset-inline-end: -60px;
    left: inherit
}

.services-active2 .slider-nav .slick-list.draggable {
    float: right;
    width: 1100px
}

.services-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, .102);
    margin: 22px 15px;
    text-align: center
}

.services-active2 .slider-nav {
    bottom: 0;
    position: absolute
}

.services-active2 li {
    display: flex;
    margin-bottom: 10px
}

.services-item h3 {
    font-size: 20px
}

.services-item .glyph-icon:before {
    font-size: 60px
}

.services-active2 li .icon {
    padding-inline-end: 10px
}

.services-item.slick-slide.slick-current.slick-active {
    background: #3763eb
}

.services-item.slick-slide.slick-current.slick-active .glyph-icon:before,
.services-item.slick-slide.slick-current.slick-active h3 {
    color: #fff
}

.services-area .services-box {
    background: #f7f6fb;
    padding-top: 30px
}

.services-box .services-content2 {
    margin-top: 25px;
    padding-bottom: 30px;
    padding-inline-end: 30px;
    padding-inline-start: 30px;
    transition: .3s
}

.services-box .services-content2 p {
    margin-bottom: 0
}

.services-content2 h5 {
    font-size: 24px;
    margin-bottom: 15px !important
}

.services-content2 h5 a {
    color: #30313d
}

.services-box .ss-btn2 {
    background: var(--primary-color) 0 0 no-repeat padding-box;
    border-radius: 50%;
    bottom: -25px;
    box-shadow: 0 16px 32px var(--primary-color) 33;
    color: #fff;
    display: none;
    font-size: 31px;
    height: 60px;
    left: 42%;
    line-height: 60px;
    position: absolute;
    transition: .3s;
    width: 60px
}

.services-box .services-content2:hover .ss-btn2 {
    display: inline-block
}

.services-02 ul {
    border: 2px solid #f5f5f5;
    display: flex
}

.services-02 ul li {
    background: #fff;
    border-inline-end: 2px solid #f5f5f5;
    padding: 30px;
    transition: .2s
}

.services-02 ul li:last-child {
    border: none
}

.services-icon-02 {
    margin-bottom: 30px
}

.services-content-02 h5 {
    font-size: 24px;
    margin-bottom: 20px
}

.services-content-02 {
    font-size: 14px
}

.services-content-02 .ss-btn2 {
    display: block;
    margin-top: 20px
}

.services-content-02 .ss-btn2 i {
    border: 2px solid #e6e6e6;
    border-radius: 50%;
    color: #777;
    height: 40px;
    line-height: 35px;
    text-align: center;
    width: 40px
}

.services-content-02 .ss-btn2 span {
    color: var(--primary-color);
    font-weight: 600;
    margin-inline-start: -10px;
    opacity: 0;
    transition: all .5s ease 0s
}

.services-02 ul li:hover {
    border: none;
    box-shadow: 0 16px 32px rgba(0, 0, 0, .039);
    transform: scale(1.08);
    transition: .2s
}

.services-02 ul li:hover .ss-btn2 span {
    margin-inline-start: 5px;
    opacity: 1;
    transition: .2s
}

.services-box-03 {
    background: #fff;
    padding: 50px
}

.services-box-04 {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 8px 38px 0 rgba(40, 40, 40, .04);
    padding: 45px
}

.services-icon-04 {
    display: flex;
    margin-bottom: 30px
}

.services-icon-04 img {
    margin-inline-end: 15px
}

.services-icon-04 h4 {
    padding: 15px 0 0
}

.services-box-04 .services-content-02 li {
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px
}

.services-box-04 .services-content-02 li:before {
    color: var(--primary-color);
    content: "ï€Œ";
    font-family: Font Awesome\ 5 Pro;
    margin-inline-end: 10px
}

.services-box-04 .services-content-02 .blue li:before {
    color: #4cc3c1
}

.services-box-04 .services-content-02 .green li:before {
    color: #2db065
}

.services-05 h2 {
    color: #fff
}

.services-05:before {
    background: var(--primary-color);
    content: "";
    height: 529px;
    position: absolute;
    top: 0;
    width: 100%
}

.services-content-05 {
    background-color: #fff;
    box-shadow: 0 8px 38px 0 rgba(40, 40, 40, .04);
    margin-bottom: 50px;
    padding: 30px
}

.services-content-05 span {
    color: var(--primary-color);
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px
}

.services-text05 p {
    color: #777 !important;
    font-size: 20px
}

.services-text05 a {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 500;
    text-decoration: underline
}

.services-icon-05 img {
    width: 100%
}

.services-07 .section-title h2 {
    color: #fff
}

.services-box07 {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1);
    padding: 40px
}

.services-box07 .sr-contner {
    display: flex
}

.services-box07 .sr-contner .icon {
    margin-inline-end: 20px;
    width: 119px
}

.services-box07 .sr-contner .text h5 {
    font-size: 25px
}

.services-box07 .sr-contner .text p {
    margin-bottom: 0;
    margin-top: 15px
}

.services-07 .user-box {
    display: flex
}

.services-07 .user-box .text {
    padding-top: 10px;
    padding-inline-start: 15px
}

.services-07 .user-box .text h2 {
    color: #fff;
    font-family: var(--heading-font), sans-serif;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px
}

.services-07 .user-box .text h3 {
    color: #9a9fa2;
    font-family: var(--primary-font), sans-serif;
    font-size: 14px
}

.services-08-item {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 1px 1.732px 60px 0 rgba(0, 0, 0, .1);
    padding: 40px;
    position: relative
}

.services-08-item .readmore {
    background: #d7d7d7;
    color: #162542;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    text-align: center;
    width: 50px
}

.services-08-item .readmore:hover {
    background: var(--primary-color);
    color: #fff
}

.services-08 h2 {
    color: #fff
}

.services-08 .bg-outer {
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(32, 85, 125, .06)
}

.services-08 .col-lg-4.col-md-4 {
    position: relative
}

.services-08 .services-08-item--wrapper {
    border-bottom: 2px solid #f5f5f5
}

.services-08 .services-08-item--wrapper:nth-child(2) {
    border-bottom: none
}

.services-08-item--wrapper>div {
    border-inline-end: 2px solid #f5f5f5
}

.services-08-item--wrapper>div:nth-child(3) {
    border-inline-end: none
}

.services-08-content h3 {
    font-size: 26px;
    margin-bottom: 15px
}

.services-08-content,
.services-08-thumb {
    position: relative;
    z-index: 1
}

.services-08-thumb img {
    height: 80px;
    margin-bottom: 20px
}

.services-08-content .number {
    -webkit-text-stroke: 1px var(--primary-color);
    -webkit-text-fill-color: #fff;
    color: #f5f5f5;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 35px
}

.services-08-item:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: .3s;
    width: 100%;
    z-index: 1
}

.services-08-item:hover:before {
    background-color: #fff;
    box-shadow: 0 30px 40px 0 rgba(32, 85, 125, .06);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    width: calc(100% + 20px)
}

.services-09:before {
    display: none
}

.services-09 .section-title h5,
.services-09 p {
    color: #fff
}

.services-area2 .container {
    position: relative;
    z-index: 1
}

.services-area2 h2 {
    color: #30313d
}

.services-area2 .services-box2 {
    background-color: #fff;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .07)
}

.services-area2 .services-box2 h3 {
    border-inline-start: 5px solid var(--primary-color);
    padding-inline-start: 30px
}

.services-area2 .services-box2 .services-icon {
    background-color: #fff7e7;
    border-radius: 15px;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px
}

.services-area2 .services-box2 .services-icon i {
    border: none;
    color: var(--primary-color)
}

.services-area2 .services-box2 p {
    margin-bottom: 0
}

.services-box2 .services-content2 {
    padding: 30px 0;
    position: relative
}

.services-box2 .services-content2 h3 {
    font-size: 24px;
    font-weight: 700
}

.services-box2 .services-content2 .icon {
    border: 2px solid hsla(0, 0%, 47%, .49);
    border-radius: 50%;
    color: #777;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    inset-inline-end: 30px;
    line-height: 48px;
    position: absolute;
    text-align: center;
    top: 28%;
    width: 50px
}

.services-box2 .services-content2 .icon:hover {
    border: 2px solid var(--primary-color);
    color: var(--primary-color)
}

.animations-01 {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    left: 0;
    position: absolute;
    top: 240px
}

.animations-02 {
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
    bottom: 45%;
    inset-inline-end: 0;
    position: absolute
}

.animations-03 {
    left: -50px;
    top: 240px
}

.animations-03,
.animations-04 {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    position: absolute
}

.animations-04 {
    bottom: 195px;
    left: 235px
}

.animations-05 {
    animation: alltuchtopdown 5s infinite;
    position: absolute;
    text-align: center;
    top: 24px;
    width: 100%;
    z-index: -1
}

.animations-06 {
    left: 120px;
    top: 240px
}

.animations-06,
.animations-07 {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    position: absolute
}

.animations-07 {
    bottom: 420px;
    left: 130px
}

.animations-08 {
    top: 550px
}

.animations-08,
.animations-09 {
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
    inset-inline-end: 120px;
    position: absolute
}

.animations-09 {
    bottom: 150px
}

.animations-10 {
    left: 110px;
    top: 155px
}

.animations-10,
.animations-11 {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    position: absolute
}

.animations-11 {
    bottom: 165px;
    left: 160px
}

.animations-12 {
    left: 120px;
    top: 240px
}

.animations-12,
.animations-13 {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
    position: absolute
}

.animations-13 {
    bottom: 180px;
    left: 250px
}

.animations-14 {
    inset-inline-end: 80px;
    top: 150px
}

.animations-14,
.animations-15 {
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
    position: absolute
}

.animations-15 {
    bottom: 0;
    inset-inline-end: 120px
}

@keyframes alltuchtopdown {
    0% {
        transform: rotateX(0deg) translateY(0)
    }
    50% {
        transform: rotateX(0deg) translateY(-20px)
    }
    to {
        transform: rotateX(0deg) translateY(0)
    }
}

.sbox div:first-child .services-box07 {
    background: #ffeec4
}

.sbox div:nth-child(2) .services-box07 {
    background: #e5f3ff
}

.sbox div:nth-child(3) .services-box07 {
    background: #e1ffe5
}

.sbox div:nth-child(4) .services-box07 {
    background: #fff4f3
}

.service-details-two {
    margin-top: -90px
}

.home-blog-active .product {
    background: #fff;
    box-shadow: 0 30px 20px 0 rgba(0, 0, 0, .05);
    margin-inline-end: 15px;
    margin-inline-start: 15px;
    overflow: hidden
}

.home-blog-active .slick-dots {
    margin-top: 30px;
    text-align: center
}

.home-blog-active .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.home-blog-active .slick-dots li button {
    background: no-repeat;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    margin-inline-start: 10px;
    padding: 0;
    text-indent: -99999px;
    transition: .3s;
    z-index: 1
}

.home-blog-active .slick-dots li.slick-active button:before {
    background: var(--primary-color);
    opacity: 1
}

.home-blog-active .slick-dots li button:before {
    background: #dbdbdb;
    content: "";
    float: left;
    height: 10px;
    inset-inline-start: -19px;
    margin-top: -9px;
    position: relative;
    width: 10px
}

.home-blog-active .slick-arrow,
.home-blog-active2 .slick-arrow {
    background: none;
    background: #fff;
    border: none;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .07);
    color: #f6fbff;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 24px;
    height: 60px;
    inset-inline-start: -84px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out 0s;
    width: 60px;
    z-index: 1
}

.home-blog-active .slick-arrow.slick-next,
.home-blog-active2 .slick-arrow.slick-next {
    inset-inline-end: -84px;
    inset-inline-start: auto
}

.blog-content2 .category,
.home-blog-active .slick-arrow:hover,
.home-blog-active2 .slick-arrow:hover {
    background: var(--primary-color);
    color: #fff
}

.blog-content2 .category {
    border-radius: 10px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    font-weight: 500;
    inset-inline-start: 20px;
    padding: 10px 19px;
    position: absolute;
    text-transform: uppercase;
    top: -250px
}

.blog-thumb img {
    width: 100%
}

.blog-thumb .b-meta {
    color: var(--primary-color);
    inset-inline-start: 0;
    padding: 30px 25px 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.blog-thumb img {
    visibility: hidden
}

.blog-thumb:hover img {
    visibility: visible
}

.blog-content {
    background: #fff;
    padding: 40px 30px;
    position: relative;
    z-index: 1
}

.single-post2 {
    display: inline-block
}

.single-post .blog-content {
    background: none;
    bottom: 0;
    inset-inline-start: 0;
    padding-bottom: 30px;
    position: absolute;
    width: 100%
}

.blog-content h4 {
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 20px
}

.blog-content h4:hover a {
    color: var(--primary-color)
}

.blog-thumb:hover:after {
    background: #101010 0 0 no-repeat padding-box;
    content: "";
    display: inline-block;
    height: 100%;
    inset-inline-start: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%
}

.blog-thumb2 img {
    overflow: hidden;
    width: 100%
}

.blog-thumb2 .b-meta {
    color: var(--primary-color);
    inset-inline-start: 0;
    padding: 30px 25px 0;
    top: 0;
    z-index: 1
}

.blog-content2 {
    background: #fff;
    border: 1px solid #b7b7b7;
    float: left;
    padding: 40px 30px 30px;
    position: relative
}

.blog-content2 .b-meta {
    color: #777;
    padding-bottom: 15px
}

.blog-content2 .b-meta ul {
    padding-inline-start: 0 !important
}

.blog-content2 h4 {
    font-size: 26px;
    margin-bottom: 15px
}

.blog-content2 h4 a {
    line-height: 30px;
    text-decoration: none
}

.blog-content2 .date-home,
.bsingle__content .date-home {
    background: var(--primary-color);
    color: #fff;
    inset-inline-start: 30px;
    padding: 5px 15px;
    position: absolute;
    top: -20px
}

.adim-box {
    display: flex
}

.adim-box .text {
    color: #101010;
    font-size: 14px;
    padding-top: 10px;
    padding-inline-start: 15px
}

.blog-thumb:hover .b-meta h4,
.blog-thumb:hover .b-meta h4 a:hover {
    color: #fff
}

.b-meta ul li {
    color: #777;
    display: inline-block;
    margin-inline-end: 8px;
    padding-inline-end: 8px
}

.b-meta ul li:last-child {
    border: none;
    margin-inline-end: 0;
    padding-inline-end: 0
}

.b-meta ul li a {
    color: #444d69;
    font-size: 14px;
    text-transform: uppercase
}

.b-meta ul li a.corpo,
.b-meta ul li a:hover {
    color: var(--primary-color)
}

.single-post:hover .blog-btn {
    opacity: 1
}

.blog-btn a,
.blog__btn a {
    border-bottom: 3px solid var(--primary-color);
    color: var(--primary-color);
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.blog-btn a:hover,
.blog__btn a:hover {
    border-bottom: 3px solid var(--btn-text-color-hover);
    color: var(--btn-text-color-hover)
}

.blog-btn2 a {
    color: silver;
    display: inline-block;
    font-size: 14px;
    text-align: center
}

.blog-btn a i {
    margin-inline-start: 5px
}

.b-meta i {
    color: var(--primary-color);
    margin-inline-end: 5px
}

.single-post {
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 3px 4px 15px rgba(0, 0, 0, .149);
    transition: .3s
}

.blog-thumb {
    position: relative
}

.bsingle__post-thumb img {
    height: auto;
    width: 100%
}

.bsingle__post .video-p {
    position: relative
}

.bsingle__post .video-p .video-i {
    background: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    display: inline-block;
    height: 80px;
    inset-inline-start: 50%;
    line-height: 80px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px
}

.blog-active .slick-arrow {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    inset-inline-start: 40px;
    opacity: .4;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out 0s;
    z-index: 9
}

.blog-active .slick-arrow.slick-next {
    inset-inline-end: 40px;
    inset-inline-start: auto
}

.blog-active .slick-arrow:hover {
    opacity: 1
}

.bsingle__content {
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid #f5f5f5;
    padding: 40px 30px;
    position: relative
}

.bsingle__content .admin {
    background: #fff;
    background-color: #fff;
    border-radius: 10px;
    border-radius: 16px;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04);
    font-weight: 500;
    inset-inline-end: 20px;
    padding: 15px 25px;
    position: absolute;
    top: -35px
}

.bsingle__content .admin i {
    font-size: 18px;
    margin-inline-end: 10px
}

.blog-details-wrap .meta-info ul {
    border-top: 2px solid #f5f5f5;
    padding-bottom: 25px;
    padding-top: 25px
}

.blog-details-wrap .meta-info ul li {
    border-inline-end: 2px solid #f5f5f5;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-inline-end: 15px;
    padding-inline-end: 15px
}

.blog-details-wrap .meta-info ul li i {
    color: var(--primary-color);
    margin-inline-end: 5px
}

.blog-details-wrap .meta-info ul li:last-child {
    border: none
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 15px;
    padding-top: 40px
}

.bsingle__content .meta-info ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-inline-end: 15px
}

.bsingle__content .meta-info ul li:last-child {
    border: none
}

.bsingle__content .meta-info ul li i {
    color: var(--primary-color)
}

.bsingle__content .meta-info ul li a {
    color: #3763eb;
    text-transform: capitalize
}

.bsingle__content .meta-info ul li a i {
    margin-inline-end: 5px
}

.bsingle__content .meta-info ul li a:hover {
    color: var(--primary-color)
}

.bsingle__content .meta-info ul li i {
    margin-inline-end: 5px
}

.bsingle__content h2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px
}

.bsingle__content h2:hover a {
    color: var(--primary-color)
}

.bsingle__content p {
    margin-bottom: 25px
}

.bsingle__content .blog__btn .btn {
    font-size: 16px;
    text-transform: uppercase
}

.bsingle__content .blog__btn .btn:hover {
    background: var(--primary-color);
    color: #fff
}

.contact-bg02 {
    background: #f7f5f1;
    padding: 100px;
    text-align: center
}

.contact-bg02 h2 {
    font-size: 48px
}

.contact-area {
    background-position: 50%;
    background-repeat: no-repeat
}

.contact-area .map {
    inset-inline-end: 0;
    position: absolute;
    top: 0
}

.contact-wrapper textarea {
    background: #f4f4fe;
    border: 0;
    color: #000;
    font-size: 15px;
    height: 200px;
    padding: 30px 40px;
    text-transform: capitalize;
    transition: .3s;
    width: 100%
}

.contact-wrapper textarea::-moz-placeholder {
    color: #b3bdcd;
    font-size: 14px
}

.contact-wrapper textarea::placeholder {
    color: #8990b0;
    font-size: 14px
}

.c-icon i {
    color: #8990b0;
    font-size: 14px;
    inset-inline-end: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.contact-message.c-icon i {
    top: 30px;
    transform: unset
}

.contact-wrapper input {
    background: #f4f4fe;
    border: 0;
    color: #000;
    font-size: 15px;
    height: 80px;
    padding: 0 40px;
    text-transform: capitalize;
    transition: .3s;
    width: 100%
}

.contact-wrapper input::-moz-placeholder {
    color: #8990b0;
    font-size: 14px
}

.contact-wrapper input::placeholder {
    color: #8990b0;
    font-size: 14px
}

.contact-name {
    position: relative
}

.contact-field label {
    color: #101010;
    cursor: unset;
    display: block;
    font-family: var(--primary-font), sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: capitalize
}

.contact-field {
    padding-inline-end: 0
}

.contact-field input {
    border: 1px solid #777;
    border-radius: 0;
    height: calc(3em + .75rem + 2px);
    padding-inline-start: 15px;
    transition: .3s;
    width: 100%
}

.contact-field.c-name:after {
    content: ""
}

.contact-field:after {
    bottom: 22px;
    color: var(--primary-color);
    display: inline-block;
    display: none;
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    inset-inline-end: 25px;
    position: absolute;
    text-align: center
}

.contact-field.c-email:after {
    content: ""
}

.contact-field.c-subject:after {
    content: ""
}

.contact-field.c-message:after {
    bottom: unset;
    content: "";
    font-weight: 600;
    top: 20px
}

.contact-field input::-moz-placeholder,
.contact-field textarea::-moz-placeholder {
    color: #9e9e9e
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
    color: #9e9e9e
}

.contact-field textarea {
    border: 1px solid #777;
    height: 115px;
    padding: 15px;
    transition: .3s;
    width: 100%
}

.contact-bg {
    background-position: 50%;
    background-size: cover;
    z-index: 1
}

.contact-img {
    bottom: 0;
    inset-inline-end: 170px;
    position: absolute;
    z-index: -1
}

.quote-post {
    background-position: 50%;
    background-repeat: no-repeat
}

.quote-post .quote-icon {
    display: block;
    float: left;
    margin-inline-end: 30px;
    margin-top: 20px
}

.quote-post h2 {
    overflow: hidden
}

.blog-deatails-box.single .bsingle__post,
.quote-post h2 {
    margin-bottom: 0
}

.sidebar-widget .widget table {
    background: #f5f5f5;
    padding: 10px;
    width: 100%
}

.footer-widget .widget th,
.sidebar-widget .widget th {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 5px;
    text-align: center
}

.sidebar-widget .widget td {
    padding: 5px;
    text-align: center
}

.sidebar-widget .widget {
    background: #f7f5f1;
    border: 2px solid #f7f5f1 !important;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 40px
}

.widget-title {
    margin-bottom: 40px
}

.sidebar-widget .widget-title,
.sidebar-widget .widgettitle,
.wp-block-group__inner-container h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px;
    text-align: start
}

.sidebar-widget .widget .gallery-icon a:hover {
    padding-inline-start: 0
}

.tags {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    width: 100%
}

.wp-block-search .wp-block-search__label {
    display: none
}

.search-form,
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    position: relative
}

.search-form label {
    width: 100%
}

.search-form input,
.wp-block-search .wp-block-search__input {
    background: #fff;
    border: 1px solid var(--input-border-color);
    padding: 17px 30px;
    width: 100%
}

.search-form input::-moz-placeholder {
    color: #b0b0b0;
    font-size: 12px
}

.search-form input::placeholder {
    color: #b0b0b0;
    font-size: 12px
}

.search-form .search-submit,
.wp-block-search .wp-block-search__button {
    background: var(--primary-color);
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    inset-inline-end: 0;
    min-height: 88%;
    padding: 18px 23px;
    position: absolute;
    top: 0;
    width: 106px
}

.sidebar-widget .widget .widget_archive,
.sidebar-widget .widget_archive,
.widget_categories {
    text-align: right
}

.sidebar-widget .widget .widget_archive,
.sidebar-widget .widget_archive a,
.sidebar-widget .widget_categories a {
    float: left;
    height: 30px
}

.widget-insta-post li {
    display: inline-block;
    margin: 5px 3px
}

.widget-insta-post li:hover a:before {
    opacity: .7
}

.widget-insta-post li a {
    display: block;
    position: relative
}

.widget-insta-post li a:before {
    background: var(--primary-color);
    content: "";
    height: 100%;
    inset-inline-start: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease-out 0s;
    width: 100%
}

.widget-social a {
    background: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    color: #101010;
    display: inline-block;
    height: 40px;
    line-height: 40px !important;
    margin: 0 3px;
    text-align: center !important;
    width: 40px !important
}

.widget-social a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 2px 2px 11px 0 var(--primary-color) !important;
    color: #fff !important;
    padding: 0 !important
}

.rpwwt-widget a {
    padding-inline-start: 0 !important
}

.rpwwt-widget li {
    line-height: 23px !important
}

.cat__list li {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.cat__list li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.cat__list li:hover a {
    color: var(--primary-color)
}

.cat__list li a {
    color: #777;
    font-size: 14px
}

.cat__list li a span {
    display: block;
    float: right
}

.widget__post ul li {
    margin-bottom: 20px;
    overflow: hidden
}

.widget__post ul li:last-child {
    margin-bottom: 0
}

.widget__post-thumb {
    display: block;
    float: left;
    margin-inline-end: 20px
}

.widget__post-content {
    display: block;
    overflow: hidden
}

.widget__post-content h6 {
    font-size: 16px;
    margin-bottom: 1px;
    padding-inline-end: 15px
}

.widget__post-content h6:hover a {
    color: var(--primary-color)
}

.widget__post-content span {
    font-size: 14px
}

.widget__post-content span i {
    margin-inline-end: 8px
}

.widget__tag ul li {
    display: inline-block;
    margin: 5px 3px
}

.widget__tag ul li:hover a {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.widget__tag ul li a {
    border: 1px solid #d8d8d8;
    color: #8f8bb8;
    display: block;
    font-size: 14px;
    padding: 9px 20px
}

.widget.widget__banner {
    border: none;
    padding: 0;
    position: relative
}

.widget__banner-thumb img {
    width: 100%
}

.widget__banner-overly {
    inset-inline-end: 0;
    inset-inline-start: 0;
    position: absolute;
    text-align: center;
    top: 50px
}

.widget__banner-overly>span {
    color: #fff;
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 160px;
    text-transform: uppercase
}

.widget__banner-overly h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 129px
}

.widget__banner-overly h3 span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 300
}

.widget__banner-overly .btn {
    background: #fff;
    border: 2px solid #fff;
    border-radius: unset;
    color: var(--primary-color);
    font-size: 12px;
    letter-spacing: 2px;
    padding: 17px 35px;
    text-transform: uppercase
}

.widget__banner-overly .btn:hover {
    background: transparent;
    color: #fff
}

.meta__info ul {
    margin-bottom: 7px
}

.meta__info ul li {
    display: inline-block;
    font-size: 14px;
    margin-inline-end: 30px
}

.meta__info ul li a {
    color: #777;
    text-transform: capitalize
}

.meta__info ul li a i {
    margin-inline-end: 5px
}

.meta__info ul li a:hover {
    color: var(--primary-color)
}

.meta__info ul li i {
    margin-inline-end: 5px
}

.details__content h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-inline-end: 0
}

.details__content p {
    margin-bottom: 18px
}

.comment-list blockquote,
.pages-content blockquote,
blockquote {
    background: #101010;
    border-radius: 10px;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 50px 45px 57px !important;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1
}

.comment-list blockquote a:hover,
.news-text blockquote h3 {
    color: #fff
}

.news-text blockquote i {
    bottom: 15px;
    color: #e4e9ff;
    font-size: 190px;
    inset-inline-end: 30px;
    position: absolute;
    z-index: -1
}

blockquote p {
    color: #fff
}

.news-text blockquote footer {
    color: #ae6957 !important;
    font-weight: 600;
    margin-bottom: 15px
}

.news-text figure img {
    display: inline-block;
    margin-inline-end: 30px;
    margin-bottom: 15px
}

.news-text ul li {
    line-height: 30px;
    list-style: none
}

.news-text ul li i,
.quote-post ul li i {
    color: #f15b26;
    padding-inline-end: 5px
}

.comment-list blockquote p,
.news-text blockquote p,
.pages-content blockquote p {
    color: #fff;
    line-height: 28px
}

.news-text blockquote footer,
.pages-content blockquote footer {
    color: #ae6957;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px
}

.wp-block-media-text .wp-block-media-text__content {
    width: 100%
}

.wp-block-pullquote cite {
    color: #bacdff !important
}

cite {
    color: var(--primary-color);
    font-weight: 600;
    margin-top: 15px
}

.post-categories li {
    display: none !important
}

.post-categories li:first-child {
    display: block !important
}

.details__content-img {
    margin: 45px 0
}

.details__content-img img {
    height: auto;
    width: 100%
}

.details__content figure {
    margin-bottom: 60px;
    margin-top: 45px
}

.details__content figure img {
    float: left;
    margin-inline-end: 30px;
    width: 255px
}

.tags.pb-50 {
    padding-bottom: 20px
}

.post__tag h5 {
    border-top: 2px solid #f5f5f5;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 25px;
    padding-top: 30px
}

.post__tag ul li {
    display: inline-block;
    margin-inline-end: 10px
}

.post__tag ul li a {
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    color: #9d9d9d;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 7px 10px;
    text-transform: uppercase
}

.post__tag ul li a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.post__share h5 {
    font-size: 18px;
    margin-bottom: 30px
}

.post__share ul li {
    display: inline-block;
    margin-inline-start: 20px
}

.post__share ul li a {
    color: #b5becc;
    display: inline-block;
    font-size: 18px
}

.post__share ul li a:hover {
    color: var(--primary-color)
}

.posts_navigation {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea
}

.posts_navigation .prev-link span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.posts_navigation .prev-link h4 {
    font-size: 22px;
    height: 30px;
    margin-bottom: 0;
    overflow: hidden;
    text-transform: capitalize
}

.navigation.posts-navigation {
    display: none
}

.wpding .footer-widget .widget_pages li .children li {
    min-height: 42px
}

.avatar_post img {
    border-radius: 50%;
    box-shadow: 1px 5px 6px hsla(0, 0%, 54%, .2)
}

.posts_navigation .prev-link h4:hover a {
    color: var(--primary-color)
}

.posts_navigation .next-link span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.posts_navigation .next-link h4 {
    font-size: 22px;
    height: 30px;
    margin-bottom: 0;
    overflow: hidden
}

.posts_navigation .next-link h4:hover a {
    color: var(--primary-color)
}

.related__post .post-title {
    margin-bottom: 35px
}

.related__post .post-title h4 {
    font-size: 26px;
    margin-bottom: 0
}

.related-post-wrap .post-thumb img {
    width: 100%
}

.related-post-wrap .rp__content {
    border: 2px solid #f4f3fb;
    border-top: none;
    padding: 30px
}

.related-post-wrap .rp__content h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 20px
}

.related-post-wrap .rp__content h3:hover a {
    color: var(--primary-color)
}

.related-post-wrap .rp__content p {
    font-size: 14px;
    margin-bottom: 0
}

.avatar__wrap {
    background: #f9f9f9;
    float: left;
    padding: 50px 80px;
    width: 100%
}

.avatar__wrap .avatar-img {
    margin-bottom: 35px;
    margin-top: -115px
}

.avatar__wrap-content p {
    font-size: 14px;
    margin-bottom: 0
}

.avatar__info h5 {
    font-size: 26px;
    margin-bottom: 10px
}

.avatar__info-social {
    margin-bottom: 20px
}

.avatar__info-social a {
    display: inline-block;
    font-size: 12px;
    margin: 0 5px
}

.avatar__info-social a,
.avatar__info-social a:hover {
    color: var(--primary-color)
}

code {
    display: inline-block;
    font-family: var(--primary-font), sans-serif;
    font-size: 15px;
    margin-top: 10px
}

figcaption {
    color: #202020;
    font-weight: 600
}

.comment-form-comment label {
    display: none
}

.form-submit {
    margin-bottom: 0
}

.comment__wrap {
    border-bottom: 1px solid #eaeaea
}

.comment__wrap-title {
    margin-bottom: 35px
}

.comment__wrap-title h5 {
    font-size: 26px;
    margin-bottom: 0
}

.single__comment .comments-avatar {
    float: left;
    margin-inline-end: 30px;
    width: 100px
}

.single__comment.children {
    margin-inline-start: 130px
}

.single__comment.children .avatar-name h6 i {
    color: #cacfef;
    font-size: 12px;
    margin-inline-start: 20px
}

.comment-text,
.comment-text .avatar-name {
    overflow: hidden
}

.comment-text .avatar-name h6 {
    font-size: 22px;
    margin-bottom: 7px
}

.comment-text .avatar-name h6 i {
    display: none
}

.comment-author-admin .avatar-name h6 i {
    color: #cacfef;
    display: inline-block;
    font-size: 12px;
    margin-inline-start: 20px
}

.comment-text .avatar-name span {
    color: var(--primary-color);
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.comment-text .comment-reply {
    border: 2px solid #f5f5f5;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    padding: 8px 18px;
    position: relative;
    width: 100px
}

.comment-text .comment-reply a {
    color: #777;
    display: inline-block;
    inset-inline-start: 0;
    padding: 10px 0 10px 41px;
    position: absolute;
    top: -2px;
    width: 100%
}

.comment-text .comment-reply:hover a {
    color: #fff
}

.comment-list {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 45px;
    margin-top: 45px;
    padding: 0 0 45px
}

.comments-title {
    font-size: 22px;
    margin-bottom: 0
}

.comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px
}

.comment-author-admin {
    margin-inline-start: 130px
}

.comment-text .comment-reply:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff
}

.comment-text .comment-reply i {
    margin-inline-end: 5px
}

.comment-text p {
    font-size: 16px;
    margin-bottom: 0
}

.screen-reader-text {
    display: none
}

.comment-form {
    background: #f5f5f5;
    border-radius: 5px;
    padding: 50px
}

.comment-form .comment-field {
    position: relative
}

.comment-form .comment-field.text-area i {
    top: 25px;
    transform: unset
}

.comment-form i {
    color: var(--primary-color);
    font-size: 14px;
    inset-inline-end: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.comment-form textarea {
    background: #fff;
    border: none;
    height: 150px;
    padding: 20px;
    padding-inline-end: 50px;
    width: 100%
}

.comment-form textarea::-moz-placeholder {
    color: #a7a7c1;
    font-size: 14px
}

.comment-form textarea::placeholder {
    color: #a7a7c1;
    font-size: 14px
}

.comment-form textarea:focus {
    outline: 1px solid var(--primary-color)
}

.comment-form input {
    background: #fff;
    border: none;
    padding: 20px;
    padding-inline-end: 50px;
    width: 100%
}

.comment-form input::-moz-placeholder {
    color: #b0b0b0;
    font-size: 14px
}

.comment-form input::placeholder {
    color: #b0b0b0;
    font-size: 14px
}

.comment-form input:focus {
    outline: 1px solid var(--primary-color)
}

.comment-form .submit {
    background: var(--primary-color);
    border: none;
    border-radius: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
    padding: 12px 45px;
    text-transform: uppercase;
    width: auto
}

.comment-form .submit:before {
    content: none
}

.comment-form .submit:hover {
    background: var(--primary-color);
    color: #fff
}

.page .comments-area ol .comment-respond {
    margin-bottom: 30px;
    margin-top: -26px
}

.comments-area ol>.comment-respond {
    margin-bottom: 30px;
    margin-top: -30px
}

.comments-area ol>li>ol .comment-respond {
    margin-inline-start: -32px;
    margin-top: -35px
}

.comments-area ol>li>ol>li>ol>.comment-respond {
    margin-inline-start: -42px;
    margin-top: -30px
}

.comments-area ol>li>ol>li>ol>li>ol>.comment-respond {
    margin-inline-start: -62px;
    margin-top: -35px
}

.comment-reply-title small {
    margin-inline-start: 15px
}

.blist li {
    list-style: none !important
}

.wp-block-gallery.columns-3.is-cropped {
    margin-top: 30px
}

.wp-image-907,
figure.aligncenter img {
    margin-bottom: 15px
}

.wp-image-907 {
    height: auto;
    width: 100% !important
}

figure img {
    display: inline-block;
    margin-bottom: 15px
}

.bsingle__content table a,
.comment-text table a,
.pages-content table a {
    color: #76bc02
}

.footer-widget select {
    border: 2px solid #e4e4e4;
    padding: 3px 0;
    width: 100%
}

.footer-widget .tag-cloud-link {
    color: #020202
}

.footer-widget .recentcomments a,
.footer-widget .textwidget,
.footer-widget .widget_categories a,
.footer-widget a {
    color: #99a3ac
}

.footer-widget .tag-cloud-link:hover {
    color: #fff
}

.single-post .bsingle__content .admin {
    display: none
}

.single-post .blog-deatails-box.single {
    border: 2px solid #f3f3f3;
    float: left;
    padding: 40px;
    width: 100%
}

.single-post .bsingle__post-thumb img {
    margin-bottom: 50px
}

blockquote h3 {
    color: #fff
}

blockquote footer {
    color: #ae6957;
    margin-bottom: 30px
}

.blist li i {
    color: #f15b26;
    padding-inline-end: 5px
}

.blist li {
    line-height: 30px;
    list-style: none
}

.comment-form-cookies-consent input {
    margin-top: 7px;
    margin-inline-end: 10px;
    width: auto
}

.comment-text ol,
.comment-text ul {
    margin-bottom: 15px;
    padding-inline-start: 20px
}

.bsingle__content .meta-info ul {
    border-bottom: none;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-inline-start: 0;
    width: 100%
}

.blog-deatails-box02 .meta-info ul {
    margin-top: 0;
    padding-inline-start: 0;
    padding-top: 0
}

.single-post .blog-deatails-box.single p {
    margin-bottom: 25px
}

.sticky .bsingle__content .meta-info ul {
    border-top: none;
    display: inline-block;
    padding-top: 0;
    padding-inline-start: 0;
    width: 100%
}

.single-post .blog-deatails-box.single p.form-submit {
    margin-bottom: 0
}

.blog-deatails-box.single .bsingle__content {
    border: none;
    padding: 0
}

.sidebar-widget .widget li {
    border-bottom: 1px solid #e4e4e4;
    color: #101010;
    float: left;
    min-height: 42px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%
}

.sidebar-widget .widget a {
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    text-align: start;
    width: 100%;
    z-index: 1
}

.wp-block-cover-text {
    color: #fff !important;
    padding: 30px
}

.inner-linke-page a,
.post-page-numbers {
    background: var(--primary-color);
    border: none;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px
}

.inner-linke-page a:hover,
.post-page-numbers:hover {
    background: #010f2e;
    color: #fff
}

.inner-linke-page>span,
.post-page-numbers.current {
    background: #010f2e;
    border: none;
    border-radius: 50%;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .32);
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px
}

.wp-block-media-text__media img {
    height: auto;
    width: 100%
}

.wp-block-button__link {
    background: #101010;
    border: none;
    border-radius: 5px;
    color: #fff !important;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 15px;
    outline: none;
    padding: .76rem 1rem;
    text-align: center;
    width: auto
}

.tag-markup-2 ol li:last-child,
.tag-markup-2 ul li:last-child {
    margin-bottom: 20px
}

.bsingle__content table th,
.comment-text table th,
.pages-content table th {
    color: #101010
}

.bsingle__content table a,
.comment-text table a,
.pages-content table a {
    color: var(--primary-color);
    outline: medium none
}

.with-avatar .avatar {
    border-radius: 50% !important
}

.ab-submenu .ab-item img,
.with-avatar .avatar {
    display: none !important
}

.avatar {
    border-radius: 50% !important
}

.wpding .footer-widget .widget ul li,
.wpding .footer-widget .widget ul li a,
.wpding .footer-widget p {
    color: #62605c
}

.wpding .footer-widget .widget ul li a:hover,
.wpding .footer-widget .widget ul li:hover {
    color: var(--primary-color)
}

.wpding .footer-widget .widget_meta ul li,
.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li {
    border-bottom: 1px solid #e4e4e4;
    color: #62605c
}

.wpding .footer-widget .widgettitle {
    color: #0d0d0d
}

.footer-bg .widget .children,
.sidebar-widget .widget .children {
    padding-inline-start: 15px
}

.sidebar-widget .widget_nav_menu .sub-menu {
    border: none;
    border-top: 1px solid #ddd;
    display: block;
    margin-top: 5px !important;
    position: relative
}

.footer-top.wpding .menu .sub-menu {
    border-top: 1px solid #ddd
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid #ddd
}

.blog-deatails-box.single .single {
    display: none
}

.footer-widget .tag-cloud-link,
.footer-widget p {
    color: hsla(0, 0%, 100%, .8)
}

.wpding .footer-widget .tag-cloud-link {
    color: #62605c
}

.calendar_wrap {
    color: #777
}

.logo {
    width: 146px
}

.logo a {
    color: #fff
}

blockquote a,
blockquote cite {
    color: #bacdff
}

.booking-area .contact-form {
    background: #fff;
    box-shadow: 0 20px 60px 0 hsla(0, 0%, 8%, .2);
    margin-top: -100px;
    padding: 50px 50px 30px;
    position: relative;
    z-index: 1
}

.booking-area2 {
    margin-top: 100px
}

.booking-area ul li {
    float: left;
    margin-inline-end: 10px;
    padding-inline-end: 10px;
    width: 15.5%
}

.booking-area ul li:last-child {
    margin-inline-end: 0
}

.booking-area input {
    background: #fff;
    padding: 10px 20px;
    transition: .3s
}

.booking-area input,
.booking-area select {
    border: none;
    border: 1px solid var(--input-border-color);
    width: 100%
}

.booking-area select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    color: #495057;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: calc(3em + .55rem + 2px);
    line-height: 1.5;
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle
}

.booking-area .btn {
    border: none;
    border-radius: 0;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
    text-transform: uppercase
}

.booking-area .slider-btn label {
    color: var(--secondary-color);
    font-size: 30px;
    margin-bottom: 18px;
    text-align: center;
    width: 100%
}

.booking-area .contact-field i {
    padding-inline-end: 5px
}

.booking-area h2 {
    color: #101010;
    font-size: 40px
}

.booking-area h5 {
    color: #fff;
    text-transform: uppercase
}

.booking-area p {
    color: #fff
}

.booking-content-box a {
    border-bottom: 5px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: 15px;
    padding-bottom: 5px
}

.booking-contact-box {
    background: #fff;
    padding: 60px
}

.booking-contact-box .nav.nav-tabs li {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 50%
}

.booking-contact-box .nav.nav-tabs li a {
    border: none;
    color: #777;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 14px;
    text-align: center;
    width: 100%
}

.booking-contact-box .nav.nav-tabs li a.active,
.booking-contact-box .nav.nav-tabs li.active a {
    border: none;
    border-bottom: 2px solid var(--primary-color);
    color: #000
}

.wpding .footer-widget .widget_archive ul li a,
.wpding .footer-widget .widget_categories ul li a {
    color: #62605c;
    float: left;
    line-height: 28px;
    margin-bottom: -26px;
    position: relative;
    text-align: start;
    width: 100%;
    z-index: 2
}

.wpding .footer-widget li:hover {
    color: #faa292
}

.wpding .footer-widget .children li:last-child,
.wpding .footer-widget ul li:last-child {
    border-bottom: none
}

.wpding .footer-widget .widget_archive .children li:last-child,
.wpding .footer-widget .widget_categories .children li:last-child {
    margin-bottom: -8px;
    padding-bottom: 0
}

.wpding .footer-widget .widget_archive ul li:last-child,
.wpding .footer-widget .widget_categories ul li:last-child {
    margin-bottom: 30px
}

.wpding .footer-widget .widget_pages ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .302);
    color: #62605c;
    min-height: 42px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: right;
    width: 100%
}

.wpding .footer-widget .widget_pages li .children {
    border-top: 1px solid hsla(0, 0%, 100%, .302);
    display: inline-block;
    margin-top: 0;
    padding-bottom: 0;
    width: 100%
}

.wpding .footer-widget .widget_pages ul li a {
    color: #62605c;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 0;
    min-height: 40px;
    position: relative;
    text-align: start;
    width: 100%;
    z-index: 2
}

.wpding .footer-widget .tag-cloud-link {
    border: 2px solid hsla(0, 0%, 100%, .302);
    color: #fff
}

.wpding .footer-widget .widget ul li,
.wpding .footer-widget .widget ul li a,
.wpding .footer-widget p {
    color: #fff
}

.wpding .footer-widget .widget ul li a:hover,
.wpding .footer-widget .widget ul li:hover {
    color: #bacdff
}

.wpding .footer-widget .widgettitle {
    color: #fff;
    display: inline-block;
    text-align: start;
    width: 100%
}

.wpding .footer-widget .widget_meta ul li,
.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li {
    line-height: 28px;
    min-height: 42px;
    padding-bottom: 0;
    text-align: right
}

.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid #d1d1d1;
    margin-bottom: 0;
    padding: 1.75em 0
}

.wpding .footer-widget .widget_meta ul li,
.wpding .footer-widget .widget_recent_comments ul li,
.wpding .footer-widget .widget_rss ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .302);
    color: #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0;
    text-align: start;
    width: 100%
}

.footer-bg .wpding .footer-widget .widget_archive:first-child {
    margin-top: 100px
}

.footer-bg .wpding .widget_nav_menu {
    margin-bottom: 100px !important
}

.footer-top.wpding .menu .sub-menu {
    background: none;
    border: none;
    border-top: 1px solid hsla(0, 0%, 100%, .302);
    box-shadow: none;
    display: block;
    float: left;
    line-height: 28px;
    margin-top: 0;
    min-width: 100%;
    padding-inline-start: 10px;
    position: relative
}

.footer-top.wpding .menu .sub-menu li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .302);
    display: inherit;
    float: none;
    line-height: 40px
}

.footer-top.wpding .menu .sub-menu li:last-child {
    border: none
}

.footer-widget .menu-item-has-children {
    border-bottom: 1px solid hsla(0, 0%, 100%, .302);
    display: inline-block;
    line-height: 40px;
    width: 100%
}

.footer-bg .wpding .widget {
    margin-bottom: 30px
}

.wpding .footer-widget .widget_archive ul li,
.wpding .footer-widget .widget_categories ul li {
    border-bottom: 1px solid hsla(0, 0%, 100%, .302);
    color: #fff;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
    width: 100%
}

.wpding .footer-widget .widget li .children {
    border-top: 1px solid hsla(0, 0%, 100%, .302);
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 0;
    width: 100%
}

.sidebar-widget .widget .children .children li:last-child,
.sidebar-widget .widget .children li:last-child,
.sidebar-widget .widget li:last-child {
    border-bottom: none;
    margin-bottom: -8px;
    padding-bottom: 0
}

.sidebar-widget .widget_nav_menu .sub-menu li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.footer-top.wpding {
    background: #010c26
}

.booking {
    position: relative;
    z-index: 1
}

.bom {
    margin-top: 0
}

.booking .contact-bg02 {
    background: none;
    padding: 0 0 0 30px;
    text-align: start
}

.booking-img img {
    inset-inline-end: -15px;
    position: relative;
    width: 100%
}

.booking .contact-field select {
    padding: 15px
}

.booking .contact-field input,
.booking .contact-field select {
    background: #fff;
    border: none;
    border: 1px solid var(--input-border-color);
    padding: 10px 20px;
    transition: .3s;
    width: 100%
}

.booking .contact-field input[type=date],
.booking .contact-field select {
    color: #000
}

.booking input::-moz-placeholder,
.booking input[type=date]::-moz-placeholder,
.booking select::-moz-placeholder {
    color: #000
}

.booking input::placeholder,
.booking input[type=date]::placeholder,
.booking select::placeholder {
    color: #000
}

.booking-img2 {
    bottom: -70px;
    inset-inline-start: -90px;
    position: absolute
}

.booking .contact-bg02 label i {
    color: #101010;
    margin-inline-end: 5px
}

.zcube-login {
    border: 2px solid #eaedff;
    padding: 90px
}

@media only screen and (min-width:992px)and (max-width:1200px) {
    .zcube-login {
        padding: 50px
    }
}

@media only screen and (min-width:768px)and (max-width:991px) {
    .zcube-login {
        padding: 40px
    }
}

@media(max-width:767px) {
    .zcube-login {
        padding: 30px
    }
}

.zcube-login h3 {
    font-size: 30px
}

.zcube-login input {
    border: 2px solid #eaedff;
    color: #6f7172;
    height: 60px;
    margin-bottom: 20px;
    padding: 0 20px;
    width: 100%
}

.zcube-login label {
    color: #222;
    display: block
}

.zcube-login label span {
    color: #fe4536
}

.login-action input {
    height: auto;
    width: inherit
}

.login-action label {
    display: inline-block;
    margin-inline-start: 5px
}

.or-divide {
    border-top: 2px solid #eaedff;
    margin: 40px 0;
    position: relative;
    text-align: center
}

.or-divide span {
    background: #fff;
    display: inline-block;
    font-weight: 500;
    inset-inline-end: 0;
    left: 0;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: -9px;
    width: 40px
}

@media(max-width:767px) {
    .forgot-login {
        float: none
    }
}

.forgot-login a {
    color: #fe4536
}

.forgot-login a:hover {
    color: #84b77c
}

@media(max-width:767px) {
    .log-rem {
        display: block;
        float: none;
        margin-bottom: 10px
    }
}

.services-sidebar .sidebar-widget {
    background: #f3f4f8;
    margin-bottom: 30px;
    padding: 40px
}

.services-categories {
    position: relative
}

.services-categories li {
    border: 1px solid #e7e7e7;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.services-categories li:last-child {
    border-bottom: 1px solid #e7e7e7
}

.services-categories li:before {
    background-color: #30313d;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 4px
}

.services-categories li.active:before,
.services-categories li:hover:before {
    opacity: 1;
    transition: all .3s ease;
    visibility: visible
}

.services-categories li a {
    background: #fff;
    color: #222;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 25px;
    transition: all .3s ease
}

.services-categories li a:hover {
    background: var(--primary-color)
}

.services-categories li.active a,
.services-categories li:hover a {
    background: var(--primary-color);
    color: #fff
}

.services-categories li a:before {
    background: #e8eaec;
    color: #222;
    content: "";
    font-family: Font Awesome\ 5 pro;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    inset-inline-end: 0;
    line-height: 30px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all .3s ease;
    width: 50px
}

.services-categories li.active a:before,
.services-categories li:hover a:before {
    background: var(--primary-color);
    color: #fff
}

.service-detail figure img {
    width: 100%
}

.service-detail .price h2 {
    margin-bottom: 10px !important
}

.service-detail .room-features {
    flex-wrap: wrap;
    gap: 20px;
    margin: 0 0 30px;
    padding: 13px 0 0
}

.service-detail .room-features li {
    align-items: center;
    color: #101010;
    display: flex;
    font-family: var(--primary-font), sans-serif;
    font-size: 18px;
    font-weight: 400;
    gap: 4px;
    width: 160px
}

.service-detail .room-features li i {
    color: var(--secondary-color);
    margin-inline-end: 10px
}

.service-detail .price span {
    color: var(--primary-color);
    font-weight: 600
}

.service-detail-contact h3 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative
}

.service-detail-contact {
    background-color: var(--primary-color);
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 40px;
    text-align: center
}

.service-detail-contact h3:before {
    background-color: #fff;
    border-radius: 10px;
    bottom: 0;
    content: "";
    height: 6px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 30px
}

.service-detail-contact a {
    color: #fff;
    font-family: var(--primary-font), sans-serif;
    font-size: 36px;
    font-weight: 700;
    transition: .3s
}

.service-details-three h2 {
    color: #fff
}

.brochures-box .box {
    align-items: center;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    transition: .3s
}

.brochures-box .box:hover {
    background-color: #1a1e5d;
    color: #fff
}

.brochures-box .box:hover h4,
.brochures-box .box:hover i {
    color: #fff
}

.brochures-box .icon {
    align-items: center;
    background: #ff4328;
    display: flex;
    flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 60px;
    min-height: 60px
}

.brochures-box .icon i {
    color: #fff;
    font-size: 25px;
    transition: .3s
}

.brochures-box .content {
    padding-inline-start: 20px
}

.help-box {
    background-size: cover;
    padding: 30px 25px;
    position: relative
}

.help-box:before {
    background-color: rgba(54, 54, 54, .9);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.help-box>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px
}

.help-box h4,
.help-box>span {
    color: #fff;
    position: relative
}

.help-box h4 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px
}

.help-box p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    position: relative
}

.help-box .theme-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 8px 30px
}

.service-detail {
    padding-inline-start: 20px;
    position: relative
}

.service-detail .images-box {
    margin: 0 -5px;
    position: relative
}

.service-detail .images-box .column {
    padding: 0 5px
}

.service-detail .images-box .image {
    margin-bottom: 10px;
    position: relative
}

.service-detail .images-box .image img {
    display: block;
    height: auto;
    width: 100%
}

.service-detail .content-box {
    padding: 0;
    position: relative
}

.service-detail .content-box h2 {
    font-size: 32px
}

.service-detail .content-box h2,
.service-detail .content-box h3 {
    color: #101010;
    display: block;
    line-height: 1.2em;
    margin-bottom: 20px;
    position: relative
}

.service-detail .content-box h3 {
    font-size: 24px
}

.service-detail .content-box p {
    display: block;
    margin-bottom: 25px;
    position: relative
}

.service-detail .two-column {
    position: relative
}

.service-detail .two-column .title {
    margin-bottom: 40px
}

.service-detail .two-column p {
    margin-bottom: 25px
}

.service-detail .two-column .image-column {
    margin-bottom: 26px;
    position: relative
}

.service-detail .two-column .image-column .image {
    margin-bottom: 0
}

.service-detail .prod-tabs,
.service-detail .two-column .text-column {
    position: relative
}

.service-detail .prod-tabs .tab-btns {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1
}

.service-detail .prod-tabs .tab-btns .tab-btn {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-bottom: 0;
    color: #333;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    margin-inline-end: 5px;
    padding: 10px 25px;
    position: relative;
    text-transform: capitalize;
    top: 1px
}

.service-detail .prod-tabs .tab-btns .tab-btn,
.service-detail .prod-tabs .tab-btns .tab-btn:before {
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
    background-color: var(--primary-color);
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 0
}

.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before,
.service-detail .prod-tabs .tab-btns .tab-btn:hover:before {
    left: 0;
    width: 100%
}

.service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after,
.service-detail .prod-tabs .tab-btns .tab-btn:hover:after {
    background-color: #fff;
    bottom: -3px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    width: 100%
}

.service-detail .prod-tabs .tab-btns .tab-btn.active-btn,
.service-detail .prod-tabs .tab-btns .tab-btn:hover {
    background: #fff;
    color: var(--primary-color)
}

.service-detail .prod-tabs .tabs-content {
    border: 1px solid #ddd;
    padding: 25px 30px 45px;
    position: relative
}

.service-detail .prod-tabs .tabs-content .tab {
    border-top: 0;
    display: none;
    position: relative
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
    display: block
}

.service-detail .prod-tabs .tabs-content .tab .content {
    position: relative
}

.service-detail .prod-tabs .tabs-content .tab .content p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    position: relative
}

.list-style-one {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.list-style-one li {
    margin-bottom: 10px;
    padding-inline-start: 25px;
    position: relative
}

.list-style-one li:before {
    color: var(--primary-color);
    content: "";
    font-family: Font Awesome\ 5 Pro;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    line-height: 25px;
    position: absolute;
    top: 0
}

.project-detail {
    padding: 100px 0 85px;
    position: relative
}

.project-detail .upper-box {
    margin-bottom: 40px;
    position: relative
}

.project-detail .upper-box .image {
    margin-bottom: 0;
    position: relative
}

.project-detail .upper-box .image img {
    display: block;
    height: auto;
    width: 100%
}

.project-detail .single-item-carousel .owl-nav {
    left: 0;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 100%
}

.project-detail .single-item-carousel .owl-next,
.project-detail .single-item-carousel .owl-prev {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    height: 100px;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    transition: all .3s ease;
    width: 30px
}

.project-detail .single-item-carousel .owl-next {
    inset-inline-end: 0;
    left: auto
}

.project-detail .single-item-carousel .owl-next:hover,
.project-detail .single-item-carousel .owl-prev:hover {
    background-color: hsla(0, 0%, 100%, .5);
    color: #000
}

.project-detail .text-column {
    position: relative
}

.project-detail .text-column .inner-column {
    padding-inline-end: 30px;
    position: relative
}

.project-detail .text-column .inner-column .dropcap {
    background: var(--primary-color);
    border-radius: 20px;
    color: #fff;
    float: left;
    font-size: 48px;
    font-weight: 600;
    margin-inline-end: 20px;
    padding: 30px
}

.project-detail .text-column .inner-column p strong {
    color: #101010
}

.project-detail .pr-ul {
    float: left;
    margin-bottom: 0;
    margin-top: 10px
}

.project-detail .pr-ul li {
    display: flex;
    float: left;
    margin-bottom: 15px;
    width: 50%
}

.project-detail .pr-ul .icon i {
    background: #fff 0 0 no-repeat padding-box;
    border: 2px solid #eee;
    border-radius: 50%;
    color: var(--primary-color);
    height: 40px;
    line-height: 40px;
    margin-inline-end: 20px;
    text-align: center;
    width: 40px
}

.shop-area select {
    padding: 10px
}

.product__content {
    padding-bottom: 30px;
    padding-inline-end: 30px;
    padding-inline-start: 30px
}

.product__img {
    position: relative
}

.product__img img {
    width: 100%
}

.product:hover .product-action a {
    margin: 0 5px;
    opacity: 1;
    visibility: visible
}

.product-action {
    bottom: 30px;
    inset-inline-end: 0;
    inset-inline-start: 0;
    position: absolute
}

.product-action a {
    background: #fff;
    border-radius: 5px;
    color: #a39fb4;
    display: inline-block;
    line-height: 40px;
    margin: 0 8px;
    opacity: 0;
    padding: 0 20px;
    visibility: hidden
}

.product-action a:hover {
    background: var(--primary-color);
    color: #fff
}

.pro-cat {
    display: block;
    margin-bottom: 15px
}

.pro-cat a {
    color: var(--primary-color);
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.pro-title {
    margin-bottom: 12px
}

.pro-title a {
    font-size: 24px
}

.pro-title a:hover {
    color: var(--primary-color)
}

.price span {
    color: #595b6b;
    display: inline-block;
    font-family: var(--primary-font), sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 0 5px
}

.price span.old-price {
    color: #b5b5b5;
    text-decoration: line-through
}

.product-showing p {
    border: 2px solid #eaedff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 17px 30px;
    text-align: center;
    text-transform: uppercase
}

@media(max-width:767px) {
    .product-showing p {
        padding: 17px 15px
    }
}

.pro-filter {
    display: inline-block;
    position: relative
}

@media(max-width:767px) {
    .pro-filter {
        float: left
    }
}

.img,
img {
    max-width: 100%;
    transition: all .3s ease-out 0s
}

.pro-filter select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    border: 2px solid #eaedff;
    color: #6f7172;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    padding: 17px 30px;
    text-transform: uppercase;
    width: 145px
}

.pro-filter .nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 48px;
    outline: none;
    padding-inline-end: 30px;
    padding-inline-start: 18px;
    position: relative;
    text-align: left !important;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.pro-filter:before {
    color: #758799;
    content: "";
    font-family: Font Awesome\ 5 Free;
    font-weight: 600;
    inset-inline-end: 15px;
    position: absolute;
    top: 15px
}

.shop-tab ul li {
    margin-inline-start: 20px
}

@media(max-width:767px) {
    .shop-tab ul li {
        margin-inline-start: 10px
    }
}

.shop-tab ul li a {
    background: #f6f6ff;
    border-radius: 50%;
    color: #6f7172;
    font-size: 14px;
    font-weight: 500;
    height: 50px;
    letter-spacing: 2px;
    line-height: 51px;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50px
}

.shop-tab ul li a.active {
    background: #8fb569;
    color: #fff
}

.shop-thumb-tab {
    float: right;
    width: 160px
}

@media(max-width:767px) {
    .shop-thumb-tab {
        float: none;
        margin-bottom: 0;
        width: 100%
    }
    .shop-thumb-tab ul {
        margin: 0 -5px
    }
}

.shop-thumb-tab ul li {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .shop-thumb-tab ul li {
        float: left;
        padding: 0 5px;
        width: 33.33%
    }
}

.shop-thumb-tab ul li a {
    padding: 0
}

.product-details-img {
    margin-inline-end: 180px;
    overflow: hidden
}

@media(max-width:767px) {
    .product-details-img {
        margin-inline-start: 0
    }
}

.product-details-title p {
    color: #6a667b;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase
}

.product-details-title h1 {
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1.2;
    margin: 0 0 15px
}

@media(max-width:767px) {
    .product-details-title h1 {
        font-size: 36px
    }
}

.details-price span {
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 400;
    margin-inline-end: 10px;
    margin-inline-start: 0
}

.details-price {
    border-bottom: 2px solid #eaedff
}

.product-cat span {
    color: #100d1c
}

.product-cat a,
.product-cat span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.product-cat a {
    letter-spacing: 2px
}

.product-cat a:hover {
    color: #8fb569
}

.product-social a {
    background: #f5f5ff;
    border-radius: 30px;
    color: #6f7172;
    display: inline-block;
    font-size: 14px;
    height: 50px;
    line-height: 48px;
    margin-inline-end: 10px;
    text-align: center;
    width: 50px
}

@media(max-width:767px) {
    .product-social a {
        margin-bottom: 10px
    }
}

.product-social a:hover {
    background: #8fb569;
    color: #fff
}

.plus-minus {
    display: inline-block
}

@media(max-width:767px) {
    .plus-minus {
        display: block;
        margin-bottom: 15px
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .plus-minus {
        display: inline-block;
        margin-bottom: 0
    }
}

.action-btn {
    background: #8fb569;
    border: none;
    color: #fff;
    display: inline-block;
    margin-inline-start: 15px;
    padding: 20px 25px
}

.action-btn:hover {
    background: var(--primary-color);
    color: #fff
}

.product-action-list {
    overflow: hidden
}

.product-action-list a {
    float: left
}

@media(max-width:767px) {
    .product-action-list a.btn {
        margin-bottom: 7px;
        padding: 23px 30px
    }
    .product-action-list a.action-btn {
        margin-inline-start: 5px;
        margin-bottom: 7px
    }
}

.cart-plus-minus input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 2px solid #eaedff;
    height: 60px;
    text-align: center;
    width: 100px
}

.cart-plus-minus {
    display: inline-block;
    margin-inline-end: 15px;
    position: relative
}

.cart-plus-minus .qtybutton {
    color: #c4bedd;
    cursor: pointer;
    font-size: 20px;
    inset-inline-start: 17px;
    position: absolute;
    top: 15px
}

.cart-plus-minus .inc {
    inset-inline-end: 17px;
    inset-inline-start: auto
}

.additional-info .table td,
.additional-info .table th {
    border-top: 1px solid #e4e4e4;
    font-weight: 400;
    padding: .75rem 0;
    vertical-align: top
}

.shop-cat a {
    border: 2px solid #eaedff;
    display: block;
    padding: 45px 30px
}

.shop-cat a i {
    color: #8fb569;
    font-size: 100px;
    margin-bottom: 30px;
    transition: .3s
}

.shop-cat a h4 {
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s
}

.shop-cat a:hover {
    background: #8fb569;
    border-color: #8fb569
}

.shop-cat a:hover h4,
.shop-cat a:hover i {
    color: #fff
}

.product-list-content .price span:first-child {
    margin-inline-start: 0
}

.bakix-details-tab ul {
    border-bottom: 2px solid #e1e1e1
}

.bakix-details-tab ul li a {
    color: #101010;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0 25px;
    position: relative;
    text-transform: capitalize
}

@media(max-width:767px) {
    .bakix-details-tab ul li a {
        padding: 0 10px
    }
}

.bakix-details-tab ul li a.active {
    color: var(--primary-color)
}

.bakix-details-tab ul li a.active:before {
    background: var(--primary-color);
    bottom: -32px;
    content: "";
    height: 2px;
    inset-inline-start: 0;
    position: absolute;
    transition: .3s;
    width: 100%
}

@media(max-width:767px) {
    .bakix-details-tab ul li a.active:before {
        display: none
    }
}

@media only screen and (min-width:576px)and (max-width:767px) {
    .bakix-details-tab ul li a.active:before {
        display: block
    }
}

.table-content table {
    background: #fff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize
}

.table-content table td.product-name a:hover {
    color: var(--primary-color)
}

.table-content table td {
    border-top: none;
    font-size: 16px;
    padding: 20px 10px;
    vertical-align: middle
}

.table-content table td,
.table-content table th {
    border-bottom: 1px solid #eaedff;
    border-inline-end: 1px solid #eaedff
}

.product-quantity input {
    border: 0;
    color: #6f7172;
    font-size: 14px;
    font-weight: 400
}

.table td,
.table th {
    border-top: 1px solid #eaedff
}

.product-quantity>input {
    border-radius: 3px;
    width: 80px
}

.table-content table td.product-subtotal {
    font-size: 16px
}

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto
}

.coupon-all {
    margin-top: 50px
}

.coupon {
    float: left
}

@media(max-width:767px) {
    .coupon {
        float: none
    }
}

#coupon_code {
    border: 2px solid #eaedff;
    height: 62px;
    margin-inline-end: 10px;
    padding: 0 15px
}

@media(max-width:767px) {
    #coupon_code {
        margin-bottom: 15px
    }
}

.coupon2 {
    float: right
}

@media(max-width:767px) {
    .coupon2 {
        float: none;
        margin-top: 15px
    }
}

.cart-page-total {
    padding-top: 50px
}

.cart-page-total>h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.cart-page-total>ul {
    border: 1px solid #eaedff
}

.cart-page-total>ul>li {
    border-bottom: 1px solid #eaedff;
    color: #6f7172;
    font-size: 15px;
    font-weight: 400;
    list-style: none;
    padding: 10px 30px
}

.cart-page-total ul>li>span {
    float: right
}

.cart-page-total li:last-child {
    border-bottom: 0
}

td.product-thumbnail img {
    width: 125px
}

.single-project .project-info {
    bottom: 40px;
    color: #fff;
    inset-inline-start: 40px;
    position: absolute
}

.single-project .project-info h4 {
    margin-bottom: 0
}

.single-project .project-info h4 a {
    color: #fff;
    font-size: 24px
}

.single-project .project-info p {
    color: var(--primary-color);
    margin-bottom: 0
}

.single-project .project-info a {
    color: var(--primary-color)
}

.single-project .project-info a img {
    display: inline;
    margin-inline-start: 5px
}

.portfolio-active {
    padding-inline-start: 40px
}

.portfolio-area2 h2 {
    color: #fff
}

.portfolio-active .single-project {
    position: relative
}

.portfolio-active .slick-arrow {
    background: none;
    border: none;
    border-radius: 50%;
    box-shadow: 1px 1.732px 30px 0 rgba(255, 94, 21, .25);
    color: #fff;
    color: var(--primary-color);
    cursor: pointer;
    font-size: 30px;
    height: 60px;
    inset-inline-end: 19%;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -124px;
    transition: .3s;
    width: 60px;
    z-index: 9
}

.portfolio-active .slick-arrow:hover {
    background: var(--primary-color);
    color: #fff
}

.portfolio-active .slick-next {
    inset-inline-end: 15%;
    inset-inline-start: inherit
}

.portfolio-box {
    border-radius: 10px;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .07);
    height: 390px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.portfolio-box img {
    height: 390px !important;
    margin-inline-start: -150px;
    max-width: 600px !important
}

.portfolio-box .caption {
    background: #fff;
    bottom: -150px;
    opacity: 0;
    padding: 30px;
    position: absolute;
    transition: opacity .4s ease, visibility .2s ease;
    width: 100%
}

.portfolio-box:hover .caption {
    bottom: 0;
    opacity: 1
}

.portfolio-box .caption .caption-text {
    position: relative
}

.portfolio-box .caption .arrow-icon {
    color: var(--primary-color);
    font-size: 28px;
    inset-inline-end: 40px;
    position: absolute;
    top: 25%
}

.caption-text h5 {
    margin-bottom: 5px !important
}

.caption-text p {
    margin-bottom: 0 !important
}

.project-two h2 {
    color: #fff
}

.project-two .col-xl-6,
.project-two .grid-item {
    margin: 0;
    padding: 0
}

.project-detail .lower-content {
    position: relative
}

.project-detail .lower-content h2,
.project-detail .lower-content h3 {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.project-detail .lower-content h3 {
    font-size: 26px;
    font-weight: 700
}

.project-detail .lower-content h4 {
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative
}

.project-detail .lower-content p {
    display: block;
    margin-bottom: 30px;
    position: relative
}

.project-detail .info-column {
    position: relative
}

.project-detail .info-column .inner-column {
    background: #fff;
    border: 2px solid #f5f5f5 !important;
    padding: 30px;
    position: relative
}

.project-detail .project-info {
    position: relative
}

.project-detail .project-info li {
    border-bottom: 1px solid #f5f5f5;
    float: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    width: 100%
}

.project-detail .project-info h5 {
    float: left
}

.project-detail .project-info span {
    float: right
}

.project-detail .project-info li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.project-detail .project-info li .icon {
    color: var(--primary-color);
    font-size: 18px;
    left: 0;
    line-height: 28px;
    position: absolute;
    top: 0
}

.project-detail .project-info li strong {
    color: #101010;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.project-detail .project-info li p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0
}

.project-detail .project-info li p a {
    display: inline-block;
    transition: all .3s ease
}

.project-detail .project-info li p a:hover {
    color: var(--primary-color)
}

.project-detail .lower-content th {
    background: var(--primary-color);
    color: #fff
}