@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700;800&family=Manrope:wght@300;400;500;600;700&family=Great+Vibes&display=swap");
@import url("animate.css");
@import url("owl.css");
@import url("jquery.fancybox.min.css");
@import url("linear.css");
@import url("fontawesome.css");
@import url("flaticon.css");
@import url("swiper.min.css");
@import url("tm-bs-mp.css");
@import url("tm-utility-classes.css");

:root {
    --primary-color: #3C0008;
    --secondary-color: #66000e;
    --tertiary-color: #ffcccc;
    --dark-color: #090907;
    --light-color: #ffffff;

    --dark-color: #090907;
    --light-color: #ffffff;

    --text-font: "Manrope", sans-serif;
    --title-font: "Cinzel", serif;
    --script-font: "Great Vibes", cursive;
    --body-font-size: 16px;
    --body-line-height: 28px;
    --body-font-weight: 400;
    --line-height-heading-h1: 1em;
    --line-height-heading: 1.2em;
    --line-height-heading-small: 1.4em;
    --h1-font-size: 88px;
    --h2-font-size: 70px;
    --h3-font-size: 40px;
    --h4-font-size: 24px;
    --h5-font-size: 22px;
    --h6-font-size: 20px;
    --h1-font-weight: 600;
    --h2-font-weight: 600;
    --h3-font-weight: 600;
    --h4-font-weight: 600;
    --h5-font-weight: 600;
    --h6-font-weight: 600;
    --sec-title-subtitle-font-size: 22px;
    --sec-title-subtitle-font-family: var(--title-font);
    --sec-title-subtitle-font-weight: 400;
    --sec-title-subtitle-line-height: var(--line-height-heading);
    --sec-title-font-size: var(--h2-font-size);
    --sec-title-font-family: var(--title-font);
    --sec-title-font-weight: var(--h2-font-weight);
    --sec-title-line-height: var(--line-height-heading);
    --theme-light-background: #F2F3F5;
    --theme-black: #131313;
    --container-width: 1310px;
    --small-container-width: 1000px;
    --large-container-width: 1760px;
    --container-pt: 120px;
    --container-pb: 120px;
}

/*
 * typography.scss
 * -----------------------------------------------
*/
::-moz-selection {
    background: var(--dark-color);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--dark-color);
    color: #fff;
    text-shadow: none;
}

:active,
:focus {
    outline: none !important;
}

::-webkit-input-placeholder {
    color: #7c858c;
}

::-moz-input-placeholder {
    color: #7c858c;
}

::-ms-input-placeholder {
    color: #7c858c;
}

.script-font-family {
    font-family: var(--script-font);
    font-weight: 400;
}

body {
    background-color: #fff;
    background-attachment: fixed;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    counter-reset: my-sec-counter;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

p,
.text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headings-color);
    font-family: var(--title-font);
    position: relative;
    line-height: var(--line-height-heading-);
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
    font-weight: normal;
    line-height: 1;
    color: var(--headings-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1rem;
}

h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    line-height: var(--line-height-heading-h1);
}

h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    line-height: var(--line-height-heading);
}

h3 {
    font-size: var(--h3-font-size);
    font-weight: var(--h3-font-weight);
    line-height: var(--line-height-heading);
}

h4 {
    font-size: var(--h4-font-size);
    font-weight: var(--h4-font-weight);
    line-height: var(--line-height-heading-small);
    letter-spacing: 0.15px;
}

h5 {
    font-size: var(--h5-font-size);
    font-weight: var(--h5-font-weight);
    line-height: var(--line-height-heading-small);
}

h6 {
    font-size: var(--h6-font-size);
    font-weight: var(--h6-font-weight);
    line-height: var(--line-height-heading-small);
}

video {
    width: 80%;
}

/* -------- Body Text ---------- */
table p {
    margin-bottom: 0;
}

p {
    margin-bottom: 20px;
}

p a:not(.button):not(.btn):hover,
p a:not(.button):not(.btn):focus {
    text-decoration: underline;
}

/* -------- other ---------- */
a {
    color: var(--link-color);
    text-decoration: none;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: none;
}

a b,
a strong {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a img {
    border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
    margin-bottom: 10px;
}

ol,
ul {
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

b,
strong {
    color: #333;
    font-weight: var(--body-font-weight-bold);
}

iframe {
    border: none !important;
}

/*
 * container.scss
 * -----------------------------------------------
*/
.container .container {
    width: 100%;
}

.container .container,
.container .container-fluid,
.container-fluid .container,
.container-fluid .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section>.container,
section>.container-fluid {
    padding-top: var(--container-pt);
    padding-bottom: var(--container-pt);
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: var(--container-width);
    }
}

/*=== Default Form ===*/
.form-control,
.input-text {
    height: calc(2.25rem + 27px);
    padding: 14px 30px;
    outline: 0;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    color: #686a6f;
    font-size: 0.9rem;
    width: 100%;
}

.form-control::-webkit-input-placeholder,
.input-text::-webkit-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-moz-placeholder,
.input-text::-moz-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control::placeholder,
.input-text::placeholder {
    color: #686a6f;
    opacity: 1;
}

.form-control:-ms-input-placeholder,
.input-text:-ms-input-placeholder {
    color: #686a6f;
}

.form-control::-ms-input-placeholder,
.input-text::-ms-input-placeholder {
    color: #686a6f;
}

textarea.form-control {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* -------- Dark Theme Styling ---------- */
.dark-layout {
    background-color: var(--dark-color) !important;
    --sec-title-color: var(--dark-color);
}

.dark-layout .sticky-header .main-menu .navigation>li>a,
.dark-layout h1,
.dark-layout h2,
.dark-layout h3,
.dark-layout h4,
.dark-layout h5,
.dark-layout h6 {
    color: var(--dark-color);
}

.dark-layout .preloader {
    background-color: var(--dark-color);
}

.dark-layout .preloader:after {
    background-image: url(../images/logo.png);
}

.dark-layout .sticky-header {
    background-color: var(--dark-color);
}

.dark-layout .hidden-bar .upper-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dark-layout .hidden-bar .social-links li {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
    Reset
====================================================================

***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/
textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure.image {
    margin-bottom: 0;
}

.title a {
    color: var(--primary-color);
}

.color1 {
    color: var(--theme-color1);
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9;
}

.large-container {
    position: static;
    max-width: var(--large-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container {
    position: static;
    max-width: var(--container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.small-container {
    position: static;
    max-width: var(--small-container-width);
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-pattern-1 {
    background-image: url(../images/icons/pattern-1.png);
}

.bg-pattern-2 {
    background-image: url(../images/icons/pattern-2.png);
}

.bg-pattern-3 {
    background-image: url(../images/icons/pattern-3.png);
}

.bg-pattern-4 {
    background-image: url(../images/icons/pattern-4.png);
}

.bg-pattern-5 {
    background-image: url(../images/icons/pattern-5.png);
}

.bg-pattern-6 {
    background-image: url(../images/icons/pattern-6.png);
}

.bg-pattern-7 {
    background-image: url(../images/icons/pattern-7.png);
}

.bg-pattern-8 {
    background-image: url(../images/icons/pattern-8.png);
}

.bg-pattern-9 {
    background-image: url(../images/icons/pattern-9.png);
}

/*=======================
    Preloader
=======================*/

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}

.preloader img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 260px;
    height: 260px;
    margin-left: -130px;
    margin-top: -130px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.png);
    background-size: 260px;
    -webkit-animation: fa-spin 20s infinite linear;
    animation: fa-spin 20s infinite linear;
    content: "";
}

.preloader:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
    color: var(--theme-color1);
    font-family: var(--text-font);
    font-family: var(--title-font);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    content: "Loading";
    -webkit-transition: none;
    transition: none;
}

/***

====================================================================
  Hidden Sidebar style
====================================================================

***/

.toggle-hidden-bar {
    position: relative;
}

.hidden-bar {
    position: fixed;
    right: 0;
    top: 0px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    max-width: 320px;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar::-webkit-scrollbar {
    width: 2px;
}

.hidden-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #cecece;
    box-shadow: inset 0 0 2px #cecece;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb {
    background: #7a7a7a;
    border-radius: 10px;
}

.hidden-bar::-webkit-scrollbar-thumb:hover {
    background: #7a7a7a;
}

.hidden-bar .inner-box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--white-color);
    height: 100%;
}

.hidden-bar .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 30px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.hidden-bar .upper-box .close-btn {
    position: relative;
    top: -5px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: var(--navbar-text-hover);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hidden-bar .upper-box .close-btn:hover {
    opacity: 0.5;
}

.hidden-bar .upper-box .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.hidden-bar .upper-box .nav-logo img {
    max-height: 40px;
}

.hidden-bar .text-box {
    position: relative;
    padding: 25px 30px 25px;
}

.hidden-bar .text-box .title {
    color: var(--navbar-text-hover);
}

.hidden-bar .text-box .text {
    color: var(--navbar-text-hover);
}

.hidden-bar-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active-hidden-bar .hidden-bar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.active-hidden-bar .hidden-bar-back-drop {
    opacity: 1;
    visibility: visible;
}

.hidden-bar .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--white-color);
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: auto;
}

.hidden-bar .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.hidden-bar .social-links li:hover {
    background: var(--primary-color);
}

.hidden-bar .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--navbar-text-hover);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.hidden-bar .social-links li:hover a {
    color: var(--white-color);
}

/*** 

====================================================================
    Main Header
====================================================================

***/

.header-span {
    position: relative;
    height: 110px;
    display: block;
    width: 100%;
}

.header-top {
    position: relative;
}

.header-top .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.header-top .top-right,
.header-top .top-left {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
}

.main-header .header-lower {
    position: relative;
}

.main-header .logo {
    position: relative;
    display: block;
}

.main-header .logo img {
    max-width: 100%;
    height: 90px;
}

.main-header .main-box {
    position: relative;
    left: 0px;
    top: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .main-box .nav-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.main-header .main-menu {
    position: static;
}

@media (max-width: 991.98px) {
    .main-header .main-menu {
        display: none;
    }
}

.main-header .main-menu .navbar-header {
    display: none;
}

.main-header .main-menu .navbar-collapse {
    padding: 0px;
}

.main-header .main-menu .navigation {
    position: static;
    margin: 0px;
}

.main-header .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    padding: 15px 0px;
    margin-right: 47px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    font-size: 16px;
    color: var(--dark-color);
    line-height: 55px;
    font-weight: 500;
    padding: 0;
    text-transform: capitalize;
    font-family: var(--text-font);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>a .icon {
    position: relative;
    font-size: 20px;
    line-height: 22px;
    margin-left: 10px;
}

.main-menu .navigation>li>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation>li.current>a:before {
    left: 0;
    width: 100%;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:after {
    content: "\f107";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 24px;
    font-size: 12px;
    z-index: 5;
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-top: -2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    z-index: 100;
    padding: 10px 0;
    background-color: #ffffff;
    margin-top: 30px;
    opacity: 0;
    display: none;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebf1f5;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-color);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li:hover {
    background-color: var(--primary-color);
}

.main-menu .navigation>li>ul>li:hover>a {
    color: var(--white-color);
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    position: absolute;
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 14px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    margin-top: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    z-index: 100;
    display: none;
    background-color: #ffffff;
    opacity: 0;
    padding: 10px 0;
    margin-top: 10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0;
    line-height: 25px;
    font-weight: 400;
    font-size: 16px;
    color: var(--dark-color);
    text-align: left;
    margin: 0 30px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {
    color: var(--theme-color1);
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .ui-btn-outer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-header .ui-btn {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    font-size: 20px;
    color: var(--navbar-text);
    margin-left: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .ui-btn:first-child {
    margin-left: 0;
}

.main-header .ui-btn .count {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 21px;
    width: 21px;
    line-height: 21px;
    background-color: var(--bg-theme-color-dark);
    font-size: 10px;
    border-radius: 50%;
    color: #ffffff;
}

.main-header .ui-btn:hover {
    color: var(--theme-color1);
}

.info-btn {
    position: relative;
    color: var(--theme-color1);
    padding-left: 65px;
    text-align: left;
    white-space: nowrap;
}

.info-btn .icon {
    position: absolute;
    left: 0;
    top: 7px;
    height: 50px;
    font-size: 40px;
    line-height: 1em;
    color: var(--theme-color1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.info-btn .title {
    display: block;
    font-size: 12px;
    line-height: 1.6em;
    font-weight: 400;
    color: var(--dark-color);
}

.info-btn .text {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: -0.8px;
    font-family: var(--title-font);
}

.info-btn:hover {
    color: var(--theme-color1);
}

.info-btn:hover .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    background-color: var(--bg-theme-color-dark);
}

.header-contact-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 25px;
}

.header-contact-list li {
    position: relative;
    padding-left: 50px;
    min-height: 52px;
    margin-left: 35px;
    margin-bottom: 25px;
}

.header-contact-list li:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0;
}

.header-contact-list li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid rgba(39, 39, 47, 0.1);
    font-size: 18px;
    color: var(--dark-color);
}

.header-contact-list li .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: var(--dark-color);
}

.header-contact-list li .text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: var(--dark-color);
}

.header-contact-list li .text a {
    color: var(--dark-color);
    font-weight: 700;
}

/*** 

====================================================================
    Header Style Three
====================================================================

***/

.header-style-three {
    position: relative;
}

.header-style-three .header-lower {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.header-style-three .header-lower .main-box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-style-three .header-lower .main-box .logo {
    padding: 35px 0;
}

@media (max-width: 991.98px) {
    .header-style-three .header-lower .main-box .logo {
        padding: 10px 0;
    }
}

.header-style-three .header-lower .main-box .nav-outer {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}

@media (max-width: 991.98px) {
    .header-style-three .header-lower .main-box .nav-outer {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.header-style-three .header-lower .main-box .nav-outer .navigation>li {
    padding: 20px 0px;
}

.header-style-three .header-lower .main-box .nav-outer .navigation>li>a {
    color: var(--navbar-text);
}

@media (max-width: 1199.98px) {
    .header-style-three .header-lower .main-box .nav-outer .navigation>li {
        margin-right: 30px;
    }
}

.header-style-three .header-lower .main-box .outer-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px;
}

@media (max-width: 991.98px) {
    .header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar {
        display: none;
    }
}

.header-style-three .header-lower .main-box .outer-box .toggle-hidden-bar .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--navbar-text);
    margin: 0 3px;
}

.header-style-three .header-lower .main-box .outer-box .social-icon-one {
    -ms-flex-wrap: unset;
    flex-wrap: unset;
}

@media (max-width: 1199.98px) {
    .header-style-three .header-lower .main-box .outer-box .social-icon-one {
        display: none;
    }
}

.header-style-three .header-lower .main-box .outer-box .social-icon-one a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: var(--social-text);
    background-color: var(--social-text-hover);
}

.header-style-three .header-lower .main-box .outer-box .social-icon-one a:hover {
    color: var(--social-text-hover);
    background-color: var(--social-text);
}

/*** 

====================================================================
    Mobile Menu
====================================================================

***/

.mobile-nav-toggler {
    position: relative;
    font-size: 28px;
    line-height: 20px;
    cursor: pointer;
    color: var(--navbar-text);
    display: none;
    top: -3px;
    margin-left: 20px;
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}

@media (max-width: 991.98px) {
    .mobile-nav-toggler {
        display: block;
    }
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .upper-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 15px 20px;
}

.mobile-menu .close-btn {
    position: relative;
    top: 0px;
    right: -5px;
    text-align: center;
    font-size: 18px;
    color: var(--dark-color);
    height: 30px;
    width: 30px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.5;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;
    width: 100%;
}

.mobile-menu .nav-logo img {
    max-height: 50px;
}

.mobile-menu .menu-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: var(--white-color);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .contact-list-one {
    padding: 30px 20px 20px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
    background-color: var(--primary-color)
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease 200ms;
    transition: all 0.4s ease 200ms;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu-visible .scroll-to-top {
    opacity: 0;
    visibility: hidden;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 16px;
    color: var(--dark-color);
    font-weight: 400;
    text-transform: capitalize;
}

/*.mobile-menu .navigation li:hover {
    color: var(--navbar-text-hover);
    background: var(--navbar-text);
}

.mobile-menu .navigation li:hover a {
    color: var(--navbar-text-hover);
    background: var(--navbar-text);
}*/

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: var(--white-color);
    background: var(--primary-color);
}

.mobile-menu .navigation li.logo {
    display: none;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: var(--dark-color);
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li:hover .dropdown-btn {
    color: var(--white-color);
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .navigation li.dropdown .dropdown-btn.active i:before {
    content: "\f106";
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .navigation li>ul>li {
    padding-left: 20px;
}

.contact-list-one {
    position: relative;
    padding: 30px 30px 20px;
    width: 100%;
}

.contact-list-one li {
    position: relative;
    padding-left: 54px;
    min-height: 50px;
    margin-bottom: 20px;
}

.contact-list-one li .icon {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 34px;
    line-height: 40px;
    color: var(--navbar-text-hover);
}

.contact-list-one li .title {
    display: block;
    font-size: 14px;
    color: var(--navbar-text-hover);
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-list-one li .text {
    font-size: 14px;
    line-height: 24px;
    color: var(--dark-color);
}

.contact-list-one li .text a {
    color: var(--dark-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-list-one li .text a:hover {
    color: var(--theme-color1);
}

.contact-list-one.light li .icon {
    color: var(--dark-color);
}

.contact-list-one.light li .text,
.contact-list-one.light li .title {
    color: var(--dark-color);
}

.contact-list-one.light li .text a,
.contact-list-one.light li .title a {
    color: var(--dark-color);
}

.mobile-menu .social-links {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--theme-color2);
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.mobile-menu .social-links li {
    position: relative;
    text-align: center;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu .social-links li:hover {
    background: var(--primary-color);
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    text-align: center;
    color: var(--dark-color);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu .social-links li:hover a {
    color: var(--white-color);
}

/*** 

====================================================================
    Search Popup
====================================================================

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--dark-color);
    opacity: 0.95;
}

.search-popup .close-search {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 26px;
    color: var(--dark-color);
    z-index: 3;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-inner {
    position: relative;
    display: block;
    top: 40%;
    height: auto;
    z-index: 1;
    width: calc(100% - 60px);
    max-width: 800px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-popup .form-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 16px;
    width: 100%;
    height: 50px;
    border: 1px solid #e1e6dc;
    padding: 15px 20px;
    color: #707070;
    background: #ffffff;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group input[type=search]:focus,
.search-popup .form-group input[type=text]:focus {
    border-color: var(--border-theme-color2);
}

.search-popup .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
    display: block;
    font-size: 18px;
    color: var(--dark-color);
    line-height: 40px;
    border-radius: 5px;
    font-weight: normal;
    background: #ffffff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .form-group button:hover {
    color: var(--dark-color);
}

.search-popup textarea::-webkit-input-placeholder,
.search-popup input::-webkit-input-placeholder {
    color: inherit;
}

.search-popup textarea::-moz-placeholder,
.search-popup input::-moz-placeholder {
    color: inherit;
}

.search-popup textarea:-ms-input-placeholder,
.search-popup input:-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::-ms-input-placeholder,
.search-popup input::-ms-input-placeholder {
    color: inherit;
}

.search-popup textarea::placeholder,
.search-popup input::placeholder {
    color: inherit;
}

.moblie-search-active .search-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
    border-radius: 0%;
}

.moblie-search-active .search-popup .search-inner {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

/*** 

====================================================================
    Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99999;
    background: var(--light-color);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sticky-header.fixed-header {
    opacity: 1;
    z-index: 9999;
    visibility: visible;
}

.sticky-header .logo {
    padding: 10px 0;
}

.sticky-header .logo img {
    max-height: 50px;
}

.sticky-header .nav-outer {
    position: relative;
    background: none;
}

.sticky-header .inner-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sticky-header .main-menu .navigation>li {
    margin: 0;
    margin-left: 40px;
    padding: 10px 0;
}

.sticky-header .main-menu .navigation>li.logo {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    color: var(--dark-color);
}

.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li:hover>a {
    color: var(--dark-color);
}

.sticky-header .outer-box,
.sticky-header .navbar-header {
    display: none;
}

.sticky-header .mobile-nav-toggler {
    color: var(--dark-color);
}

@media only screen and (min-width: 768px) {

    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>.mega-menu,
    .main-menu .navigation>li>ul>li>ul {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    background-color: var(--theme-color1);
    z-index: 100;
    display: none;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: var(--theme-color3);
    color: #ffffff;
}

/*** 

====================================================================
    Anim Icons
====================================================================

***/

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}

.anim-icons.full-width {
    max-width: 100%;
}

.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.couple-frame {
    width: 352px;
    height: 406px;
    background-image: url(../images/icons/couple-frame.png);
    pointer-events: none;
}

.team-frame {
    width: 193px;
    height: 221px;
    background-image: url(../images/icons/team-frame.png);
}

.team3-frame {
    width: 251px;
    height: 235px;
    background-image: url(../images/icons/team3-frame.png);
}

.testi-frame {
    width: 497px;
    height: 469px;
    background-image: url(../images/icons/testi-frame.png);
}

.banner-frame {
    width: 982px;
    height: 795px;
    background-image: url(../images/icons/banner4-frame.png);
}

.testi3-frame {
    width: 872px;
    height: 707px;
    background-image: url(../images/icons/testi3-frame.png);
}

.story-frame {
    width: 422px;
    height: 420px;
    background-image: url(../images/icons/story-frame.png);
}

.icon-divider {
    background-image: url(../images/icons/divider.png);
    height: 22px;
    width: 172px;
    display: inline-block;
}

.icon-divider-5 {
    background-image: url(../images/icons/divider-5.png);
    height: 22px;
    width: 172px;
    display: inline-block;
}

.icon-heart {
    background-image: url(../images/icons/icon-heart.png);
    width: 124px;
    height: 112px;
}

.icon-heart-2 {
    background-image: url(../images/banner/icon-heart-2.png);
    width: 209px;
    height: 123px;
}

.icon-heart-4 {
    background-image: url(../images/icons/icon-heart-4.png);
    width: 31px;
    height: 28px;
}

.icon-heart-5 {
    background-image: url(../images/icons/icon-heart-5.png);
    width: 134px;
    height: 14px;
}

.icon-green-heart {
    background-image: url(../images/icons/icon-heart-3.png);
    width: 91px;
    height: 53px;
}

.icon-flower {
    width: 633px;
    height: 508px;
    background-image: url(../images/icons/icon-flower-2.png);
}

.icon-flowers-1 {
    width: 669px;
    height: 641px;
    background-image: url(../images/icons/flowers-1.png);
}

.icon-flowers-2 {
    width: 422px;
    height: 441px;
    background-image: url(../images/icons/flowers-2.png);
    pointer-events: none;
}

.icon-flowers-3 {
    width: 344px;
    height: 907px;
    background-image: url(../images/icons/flowers-3.png);
}

.icon-flowers-5 {
    width: 254px;
    height: 264px;
    background-image: url(../images/icons/flowers-5.png);
}

.icon-flowers-6 {
    width: 255px;
    height: 754px;
    background-image: url(../images/icons/flowers-6.png);
}

.icon-flowers-7 {
    width: 250px;
    height: 753px;
    background-image: url(../images/icons/flowers-7.png);
}

.icon-flowers-8 {
    width: 179px;
    height: 459px;
    background-image: url(../images/icons/flowers-8.png);
}

.icon-flowers-9 {
    width: 1486px;
    height: 252px;
    background-image: url(../images/icons/icon-flowers-2.png);
}

.icon-flowers-10 {
    width: 120px;
    height: 806px;
    background-image: url(../images/icons/flowers-10.png);
}

.icon-flowers-11 {
    width: 163px;
    height: 855px;
    background-image: url(../images/icons/flowers-11.png);
}

.icon-flowers-12 {
    width: 406px;
    height: 765px;
    background-image: url(../images/icons/flowers-12.png);
}

.icon-flowers-13 {
    width: 479px;
    height: 651px;
    background-image: url(../images/icons/flowers-13.png);
}

.icon-flowers-14 {
    width: 524px;
    height: 715px;
    background-image: url(../images/icons/flowers-14.png);
}

.icon-flowers-15 {
    width: 375px;
    height: 404px;
    background-image: url(../images/icons/flowers-15.png);
}

.icon-flowers-16 {
    width: 564px;
    height: 463px;
    background-image: url(../images/icons/flowers-16.png);
}

.icon-flowers-17 {
    width: 237px;
    height: 203px;
    background-image: url(../images/icons/flowers-17.png);
}

.icon-flowers-18 {
    width: 382px;
    height: 481px;
    background-image: url(../images/icons/flowers-18.png);
}

.icon-flowers-19 {
    width: 459px;
    height: 737px;
    background-image: url(../images/icons/flowers-19.png);
}

.icon-flowers-20 {
    width: 351px;
    height: 622px;
    background-image: url(../images/icons/flowers-20.png);
}

.icon-flowers-21 {
    width: 432px;
    height: 604px;
    background-image: url(../images/icons/cta-flowers.png);
}

.icon-border {
    width: 352px;
    height: 406px;
    background-image: url(../images/icons/couple-border.png);
    pointer-events: none;
}

.icon-shape-1 {
    width: 332px;
    height: 695px;
    background-image: url(../images/icons/icon-shape-1.png);
}

.icon-shape {
    width: 283px;
    height: 279px;
    background-image: url(../images/icons/services-shape.png);
}

.icon-shape.ceremony {
    width: 251px;
    height: 235px;
}

.icon-leave {
    width: 153px;
    height: 150px;
    background-image: url(../images/icons/icon-leave.png);
}

.icon-leave-2 {
    width: 275px;
    height: 514px;
    background-image: url(../images/icons/icon-leave-2.png);
}

.icon-leave-3 {
    width: 264px;
    height: 512px;
    background-image: url(../images/icons/icon-leave-3.png);
}

.icon-leave-4 {
    width: 119px;
    height: 225px;
    background-image: url(../images/icons/icon-leave-4.png);
}

.icon-leave-5 {
    width: 69px;
    height: 118px;
    background-image: url(../images/icons/icon-leave-5.png);
}

.icon-leaves-5 {
    width: 226px;
    height: 254px;
    background-image: url(../images/icons/icon-leaves-5.png);
}

.icon-leaves-6 {
    width: 226px;
    height: 254px;
    background-image: url(../images/icons/icon-leaves-6.png);
}

.icon-leaves-7 {
    width: 382px;
    height: 711px;
    background-image: url(../images/icons/icon-leaves-7.png);
}

.icon-leaves-8 {
    width: 261px;
    height: 227px;
    background-image: url(../images/icons/icon-leaves-8.png);
}

.icon-leaves-9 {
    width: 179px;
    height: 126px;
    background-image: url(../images/icons/icon-leaves-9.png);
}

.icon-leaves-10 {
    width: 153px;
    height: 136px;
    background-image: url(../images/icons/icon-leaves-10.png);
}

.icon-leaves-11 {
    width: 130px;
    height: 172px;
    background-image: url(../images/icons/icon-leaves-11.png);
}

.icon-leaves-12 {
    width: 179px;
    height: 497px;
    background-image: url(../images/icons/icon-leaves-12.png);
}

.icon-leaves-13 {
    width: 700px;
    height: 513px;
    background-image: url(../images/icons/icon-leaves-13.png);
}

.icon-leaves-14 {
    width: 408px;
    height: 366px;
    background-image: url(../images/icons/icon-leaves-14.png);
}

.icon-leaves-15 {
    width: 474px;
    height: 488px;
    background-image: url(../images/icons/icon-leaves-15.png);
}

.icon-leaves-16 {
    width: 654px;
    height: 271px;
    background-image: url(../images/icons/icon-leaves-16.png);
}

.icon-leaves-17 {
    width: 292px;
    height: 262px;
    background-image: url(../images/icons/icon-leaves-17.png);
}

.icon-leaves-18 {
    width: 340px;
    height: 288px;
    background-image: url(../images/icons/icon-leaves-18.png);
}

.icon-leaves-19 {
    width: 366px;
    height: 329px;
    background-image: url(../images/icons/icon-leaves-19.png);
}

.icon-leaves-20 {
    width: 426px;
    height: 351px;
    background-image: url(../images/icons/icon-leaves-20.png);
}

.icon-leaves-21 {
    width: 303px;
    height: 591px;
    background-image: url(../images/icons/icon-leaves-21.png);
}

.icon-leaves-22 {
    width: 270px;
    height: 338px;
    background-image: url(../images/icons/icon-leaves-22.png);
}

.icon-leaves-23 {
    width: 416px;
    height: 1116px;
    background-image: url(../images/icons/icon-leaves-23.png);
}

.icon-leaves-24 {
    width: 656px;
    height: 923px;
    background-image: url(../images/icons/icon-leaves-24.png);
}

.icon-leaves-25 {
    width: 270px;
    height: 339px;
    background-image: url(../images/icons/icon-leaves-25.png);
}

.icon-leaves-26 {
    width: 285px;
    height: 400px;
    background-image: url(../images/icons/icon-leaves-26.png);
}

.icon-leaves-27 {
    width: 86px;
    height: 123px;
    background-image: url(../images/icons/icon-leaves-27.png);
}

.icon-leaves-28 {
    width: 86px;
    height: 123px;
    background-image: url(../images/icons/icon-leaves-28.png);
}

.icon-leaves-29 {
    width: 242px;
    height: 237px;
    background-image: url(../images/icons/icon-leaves-29.png);
}

.icon-leaves-30 {
    width: 153px;
    height: 145px;
    background-image: url(../images/icons/icon-leaves-30.png);
}

.icon-leaves-31 {
    width: 148px;
    height: 140px;
    background-image: url(../images/icons/icon-leaves-31.png);
}

.icon-leaves-32 {
    width: 175px;
    height: 137px;
    background-image: url(../images/icons/icon-leaves-32.png);
}

.icon-leaves-33 {
    width: 150px;
    height: 270px;
    background-image: url(../images/icons/icon-leaves-33.png);
}

.icon-leaves-34 {
    width: 303px;
    height: 261px;
    background-image: url(../images/icons/icon-leaves-34.png);
}

.icon-leaves-35 {
    width: 153px;
    height: 145px;
    background-image: url(../images/icons/icon-leaves-35.png);
}

.icon-leaves-36 {
    width: 180px;
    height: 55px;
    background-image: url(../images/icons/icon-leaves-36.png);
}

.icon-leaves-37 {
    width: 80px;
    height: 104px;
    background-image: url(../images/icons/icon-leaves-37.png);
}

.icon-flower-3 {
    width: 141px;
    height: 217px;
    background-image: url(../images/icons/icon-flower-3.png);
}

.icon-flower-4 {
    width: 134px;
    height: 188px;
    background-image: url(../images/icons/icon-flower-4.png);
}

.icon-flower-6 {
    width: 80px;
    height: 105px;
    background-image: url(../images/icons/icon-flower-6.png);
}

.icon-flower-7 {
    width: 106px;
    height: 76px;
    background-image: url(../images/icons/icon-flower-7.png);
}

.icon-flower-8 {
    width: 111px;
    height: 169px;
    background-image: url(../images/icons/icon-flower-8.png);
}

.icon-flower-9 {
    width: 100px;
    height: 140px;
    background-image: url(../images/icons/icon-flower-9.png);
}

.icon-flower-10 {
    width: 87px;
    height: 134px;
    background-image: url(../images/icons/icon-flower-10.png);
}

.icon-flower-11 {
    width: 83px;
    height: 116px;
    background-image: url(../images/icons/icon-flower-11.png);
}

.icon-flower-12 {
    width: 200px;
    height: 316px;
    background-image: url(../images/icons/icon-flower-12.png);
}

.icon-flower-13 {
    width: 79px;
    height: 124px;
    background-image: url(../images/icons/icon-flower-13.png);
}

.icon-flower-14 {
    width: 129px;
    height: 201px;
    background-image: url(../images/icons/icon-flower-14.png);
}

.icon-flower-15 {
    width: 406px;
    height: 765px;
    background-image: url(../images/icons/icon-flower-15.png);
}

.icon-flower-16 {
    width: 459px;
    height: 645px;
    background-image: url(../images/icons/icon-flower-16.png);
}

.icon-flower-17 {
    width: 673px;
    height: 786px;
    background-image: url(../images/icons/icon-flower-17.png);
}

.icon-flower-18 {
    width: 460px;
    height: 621px;
    background-image: url(../images/icons/icon-flower-18.png);
}

.icon-flower-19 {
    width: 200px;
    height: 594px;
    background-image: url(../images/icons/icon-flower-19.png);
}

.icon-flower-20 {
    width: 407px;
    height: 549px;
    background-image: url(../images/icons/icon-flower-20.png);
}

.icon-flower-21 {
    width: 129px;
    height: 201px;
    background-image: url(../images/icons/icon-flower-21.png);
}

.icon-flower-22 {
    width: 382px;
    height: 488px;
    background-image: url(../images/icons/icon-flower-22.png);
}

.icon-flower-23 {
    width: 762px;
    height: 494px;
    background-image: url(../images/icons/icon-flower-23.png);
}

.icon-flower-24 {
    width: 579px;
    height: 624px;
    background-image: url(../images/icons/icon-flower-24.png);
}

.icon-flower-25 {
    width: 896px;
    height: 583px;
    background-image: url(../images/icons/icon-flower-25.png);
}

.icon-flower-26 {
    width: 326px;
    height: 97px;
    background-image: url(../images/icons/icon-flower-26.png);
}

.icon-flower-27 {
    width: 146px;
    height: 134px;
    background-image: url(../images/icons/icon-flower-27.png);
}

.icon-flower-28 {
    width: 495px;
    height: 474px;
    background-image: url(../images/icons/icon-flower-28.png);
}

.icon-flower-29 {
    width: 228px;
    height: 427px;
    background-image: url(../images/icons/icon-flower-29.png);
}

.icon-flower-30 {
    width: 79px;
    height: 105px;
    background-image: url(../images/icons/icon-flower-30.png);
}

.icon-bubbles {
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/icon-bubbles.png);
}

.icon-bubbles-2 {
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/icon-bubbles-2.png);
}

.icon-line {
    width: 88px;
    height: 323px;
    background-image: url(../images/icons/icon-line.png);
}

.icon-quote {
    width: 61px;
    height: 45px;
    background-image: url(../images/icons/icon-quote.png);
}

.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}

.bounce-x {
    -webkit-animation: bounce-x 10s infinite linear;
    animation: bounce-x 10s infinite linear;
}

.zoom-one {
    -webkit-animation: zoom-one 10s infinite linear;
    animation: zoom-one 10s infinite linear;
}

.zoom-two {
    -webkit-animation: zoom-two 5s infinite linear;
    animation: zoom-two 5s infinite linear;
}

.rotate-x {
    -webkit-animation: rotate-x 10s infinite linear;
    animation: rotate-x 10s infinite linear;
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes bounce-y {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce-x {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@keyframes zoom-one {
    0% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    100% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
}

@-webkit-keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-two {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes rotate-x {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    75% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

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

@keyframes rotate-x {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

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

    50% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    75% {
        -webkit-transform: rotate(25deg);
        transform: rotate(25deg);
    }

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

@-webkit-keyframes anim-shadow {
    0% {
        text-shadow: 0 0 0px rgba(0, 0, 0, 0.01);
    }

    50% {
        text-shadow: 0px -30px 30px rgba(0, 0, 0, 0.1);
    }

    100% {
        text-shadow: 0 0 0px rgba(0, 0, 0, 0.01);
    }
}

@keyframes anim-shadow {
    0% {
        text-shadow: 0 0 0px rgba(0, 0, 0, 0.01);
    }

    50% {
        text-shadow: 0px -30px 30px rgba(0, 0, 0, 0.1);
    }

    100% {
        text-shadow: 0 0 0px rgba(0, 0, 0, 0.01);
    }
}

.overlay-anim {
    position: relative;
}

.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 2;
    pointer-events: none;
}

.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.overlay-anim-two {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

.overlay-anim-two:hover a:after {
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.overlay-anim-two:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.circle {
    position: fixed;
    width: 10px;
    height: 10px;
    left: -10px;
    top: -10px;
    border-radius: 100%;
    z-index: 1;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@supports (mix-blend-mode: difference) {
    .circle {
        background-color: white;
        mix-blend-mode: difference;
    }
}

@media only screen and (max-width: 1023px) {
    .circle {
        display: none !important;
    }
}

.circle-follow {
    position: fixed;
    mix-blend-mode: difference;
    width: 30px;
    height: 30px;
    left: -21px;
    top: -21px;
    border-radius: 100%;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@supports (mix-blend-mode: difference) {
    .circle-follow {
        border: 1px solid #fff;
        mix-blend-mode: difference;
    }
}

@media only screen and (max-width: 1023px) {
    .circle-follow {
        display: none !important;
    }
}

/*** 

====================================================================
    Carousel Navs
====================================================================

***/

.default-navs {
    z-index: 9;
}

.default-navs .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-navs .owl-next,
.default-navs .owl-prev {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    line-height: 58px;
    color: var(--dark-color);
    border: 1px solid #E3E3E3;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border-radius: 50%;
    margin-left: 20px;
    -webkit-box-shadow: 0 21px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 21px 10px rgba(0, 0, 0, 0.05);
}

.default-navs .owl-next:hover,
.default-navs .owl-prev:hover {
    color: var(--light-color);
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.default-navs .owl-prev {
    margin-left: 0;
}

.default-dots {
    padding-bottom: 0;
}

.default-dots .owl-dots {
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -50px;
}

.default-dots .owl-dots .owl-dot {
    height: 3px;
    width: 60px;
    background-color: #dfdfdf;
    margin-right: 18px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media (max-width: 575.98px) {
    .default-dots .owl-dots .owl-dot {
        width: 30px;
    }
}

.default-dots .owl-dots .owl-dot.active {
    background-color: var(--primary-color);
}

.disable-navs .owl-nav {
    display: none;
}

/*** 

====================================================================
    The Radio Box
====================================================================

***/

.custom-radio-box {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--dark-color);
}

.custom-radio-box input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-box .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: var(--theme-color2);
    border-radius: 50%;
}

.custom-radio-box .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 3.5px;
    left: 3.5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--dark-color);
}

.custom-radio-box input~.checkmark {
    background-color: #9a9a9a;
}

.custom-radio-box input:checked~.checkmark {
    background-color: var(--primary-color);
}

.custom-radio-box input:checked~.checkmark:after {
    display: block;
}

.custom-radio-box-two {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--dark-color);
}

.custom-radio-box-two input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
}

.custom-radio-box-two .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: var(--theme-color2);
    border-radius: 50%;
}

.custom-radio-box-two .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
}

.custom-radio-box-two input~.checkmark {
    background-color: #9a9a9a;
}

.custom-radio-box-two input:checked~.checkmark {
    background-color: var(--primary-color);
}

.custom-radio-box-two input:checked~.checkmark:after {
    display: block;
}

/*** 

====================================================================
    Secondary Button
====================================================================

***/

.btn-secondary {
    position: relative;
    line-height: 20px;
    padding: 17px 50px 13px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    overflow: hidden;
    background-color: var(--secondary-color);
    color: var(--light-color);
    text-transform: capitalize;
    border: 0;
}

.btn-secondary i {
    position: relative;
    display: block;
    margin-left: 10px;
}

.btn-secondary:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--dark-color);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-secondary:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background-color: var(--primary-color);
}

.btn-secondary:hover {
    color: var(--light-color);
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*** 

====================================================================
    Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 60px;
}

@media (max-width: 575.98px) {
    .sec-title {
        margin-bottom: 40px;
    }
}

.sec-title .sub-title {
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    font-size: var(--sec-title-subtitle-font-size);
    font-weight: var(--sec-title-subtitle-font-weight);
    line-height: var(--sec-title-subtitle-line-height);
    font-family: var(--sec-title-subtitle-font-family);
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 0px;
}

@media (max-width: 991.98px) {
    .sec-title .sub-title {
        font-size: 18px;
    }
}

@media (max-width: 575.98px) {
    .sec-title .sub-title {
        font-size: 16px;
    }
}

.sec-title h2 {
    position: relative;
    display: block;
    color: var(--sec-title-color);
    font-size: var(--sec-title-font-size);
    font-weight: var(--sec-title-font-weight);
    line-height: var(--sec-title-line-height);
    font-family: var(--sec-title-font-family);
    margin-bottom: 0;
    text-transform: capitalize;
    z-index: 2;
}

@media (max-width: 991.98px) {
    .sec-title h2 {
        font-size: 54px;
    }
}

@media (max-width: 575.98px) {
    .sec-title h2 {
        font-size: 42px;
        line-height: 1.2em;
    }

    .sec-title h2 br {
        display: none;
    }
}

.sec-title .text {
    margin-top: 20px;
}

@media (max-width: 575.98px) {
    .sec-title .text br {
        display: none;
    }
}

.sec-title.style-two .sub-title {
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.sec-title.style-two h2 {
    font-size: 60px;
}

@media (max-width: 991.98px) {
    .sec-title.style-two h2 {
        font-size: 48px;
        line-height: 1.2em;
        letter-spacing: 0;
    }

    .sec-title.style-two h2 br {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .sec-title.style-two h2 {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .sec-title.style-two .text br {
        display: none;
    }
}

.sec-title.style-three .icon {
    display: inline-block;
    -webkit-animation: pulse 2s infinite linear;
    animation: pulse 2s infinite linear;
    margin-bottom: 10px;
}

.sec-title.style-three .sub-title {
    position: relative;
    display: block;
    font-family: var(--text-font);
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 12px;
}

.sec-title.style-three h2 {
    font-weight: 400;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .sec-title.style-three h2 {
        font-size: 42px;
        line-height: 1.2em;
    }

    .sec-title.style-three h2 br {
        display: none;
    }
}

.sec-title.style-four .sub-title {
    position: relative;
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title.style-four h2 {
    font-size: 60px;
    font-family: var(--title-font);
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .sec-title.style-four h2 {
        font-size: 42px;
        line-height: 1.2em;
    }

    .sec-title.style-four h2 br {
        display: none;
    }
}

.sec-title.style-five .sub-title {
    position: relative;
    font-family: var(--text-font);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.sec-title.style-five h2 {
    font-size: 60px;
    font-family: var(--title-font);
    font-weight: 400;
}

@media (max-width: 767.98px) {
    .sec-title.style-five h2 {
        font-size: 42px;
        line-height: 1.2em;
    }

    .sec-title.style-five h2 br {
        display: none;
    }
}

.sec-title.light .sub-title,
.sec-title.light .text,
.sec-title.light h2,
.sec-title.light h1 {
    color: var(--dark-color);
}



/*** 

====================================================================
    Play button
====================================================================

***/

.play-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.play-btn:before {
    border: 2px solid var(--primary-color);
}

.play-btn .icon {
    position: relative;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: var(--light-color);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.play-btn .icon:hover {
    background-color: var(--secondary-color);
}

.play-btn .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 10px 25px;
    text-transform: capitalize;
    padding-left: 30px;
    margin-left: -10px;
    color: var(--theme-color2);
    background: var(--theme-color-gray);
    border-radius: 0px 22px 22px 0px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-btn .icon:title {
    background-color: var(--light-color);
}


/*** 

====================================================================
    Media Play Button 
====================================================================

***/

.play-now {
    position: relative;
    display: block;
    z-index: 9;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.play-now .icon {
    position: relative;
    display: inline-block;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 85px;
    background-color: #ffffff;
    color: var(--bg-theme-color2);
    z-index: 1;
    font-size: 18px;
    display: block;
    border-radius: 50%;
    -webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0px 10px 0 rgba(255, 255, 255, 0.3);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 70px;
    width: 70px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    content: "";
}

.play-now .ripple.light {
    -webkit-box-shadow: 0 0 0 0 rgb(255, 255, 255);
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
}

.play-now .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.play-now .ripple::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 50px rgba(233, 35, 47, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
        box-shadow: 0 0 0 0 rgba(233, 35, 47, 0);
    }
}

.theme-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn .btn-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*** 

====================================================================
    Button Style one
====================================================================

***/

.btn-style-one {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 17px 45px 13px;
    font-weight: 700;
    overflow: hidden;
    color: var(--light-color);
    background: var(--primary-color);
    font-family: var(--title-font);
    border-radius: 50px;
    text-transform: capitalize;
}

.btn-style-one i {
    position: relative;
    display: block;
    margin-left: 10px;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--secondary-color);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-one {
    color: var(--light-color);
}

.btn-style-one:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-one:hover {
    color: var(--light-color);
}

/*** 

====================================================================
    Button Style two
====================================================================

***/

.btn-style-two {
    position: relative;
    font-size: 18px;
    line-height: 26px;
    padding: 17px 45px 13px;
    font-weight: 700;
    overflow: hidden;
    color: var(--primary-color);
    background: var(--white-color);
    font-family: var(--title-font);
    border-radius: 50px;
    text-transform: capitalize;
}

.btn-style-two i {
    position: relative;
    display: block;
    margin-left: 10px;
}

.btn-style-two:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--light-color);
    border-radius: inherit;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    transform-origin: top right;
    transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-two {
    color: var(--primary-color);
}

.btn-style-two:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn-style-two:hover {
    color: var(--primary-color);
}







.light-bakk {
    background-color: var(--light-color);
}

.primary-bakk {
    background-color: var(--primary-color);
}

.secondary-bakk {
    background-color: var(--secondary-color);
}

.tertiary-bakk {
    background-color: var(--tertiary-color);
}