@charset "UTF-8";
/*-- 01. Google Font Import 
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:wght@300;400;500;600;700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caladea:wght@300;400;500;600;700&amp;display=swap");
:root {
    --night: #0b0b0d;
    --deep: #111216;
    --dark: #111;
    --ink: #d1d5db;
    --muted: #9aa0a6;
    --gold: #d4af37;
    --gold-700: #b08a1c;
    --white: #ffffff;
    --gt-white: #fff;
    --gt-theme: #b99d75;
    --primary-color: #d4af37;
    --primary-dark: #b8941f;
    --secondary-color: #8b4513;
    --theme-color: #d4af37;
    --theme-bg-light: #FAF8F7;
    --dark-color: #2c1810;
    --light-gold: #f5e6a3;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --text-dark: #333333;
    --text-muted: #666666;
    --light-bg: #FDFBF3;
    --border-color: #e8e8e8;
}
/*--02. Default CSS
----------------- */
html,
body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
}

body {
    font-family: "Caladea", sans-serif;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    position: relative;
    z-index: 1;
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    color: #0A0A0A;
    font-family: "Cormorant Infant", sans-serif;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--primary-color);
}

a:hover {
    color: #1B1E22;
}

p {
    font-family: "Caladea", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    color: #403e3e;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    p {
        font-size: 15px;
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    p {
        font-size: 15px;
        line-height: 25px;
        margin: 0;
    }
}

.p-xm {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #3F3F3F;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .p-xm {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-xm {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .p-xm {
        font-size: 16px;
        line-height: 1.5;
    }
}

.p-xl {
    font-size: 24px;
    font-weight: 400;
    line-height: 38px;
    color: #3F3F3F;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .p-xl {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .p-xl {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .p-xl {
        font-size: 16px;
        line-height: 1.5;
    }
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

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

i,
span,
a {
    display: inline-block;
}

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

table,
th,
tr,
td {
    border: 1px solid #ddd;
}

th,
tr,
td {
    padding: 10px;
}

hr {
    border-top: 1px solid #777;
}

.fix {
    overflow: hidden;
}

/* 03. Section Padding CSS
--------------------------*/

.section-padding {
    padding: 90px 0;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-padding {
        padding: 80px 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
        padding: 70px 30px;
    }
}

@media (max-width: 767px) {
    .section-padding {
        padding: 60px 10px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .section-padding {
        padding: 40px 10px;
    }
}

/* -- 04. Section Title 
-----------------------*/

.section-title {
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .section-title {
        margin-bottom: 10px;
        text-align: center;
    }
}

.section-title h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -2px;
    color: #0A0A0A;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .section-title h1 {
        font-size: 30px;
        line-height: 40px;
        letter-spacing: 0px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .section-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .green-bg .section-title h1 {
        font-size: 30px;
        line-height: 40px;
    }
}

.section-title h2 {
    text-transform: uppercase;
    font-size: 54px;
    font-weight: 400;
    line-height: 66px;
    letter-spacing: 1px;
    color: #1D1E21;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 15px 0;
    }
}


.section-title h3 {
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 1px;
    color: #1D1E21;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h3 {
        font-size: 38px;
        line-height: 56px;
        margin: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h3 {
        font-size: 28px;
        line-height: 36px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .section-title h3 {
        font-size: 28px;
        line-height: 42px;
        margin: 15px 0;
    }
}
.section-title.text-up h2 {
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 1;
    display: inline-block;
}

@media (max-width: 767px) {
    .section-title.text-up h2 {
        font-size: 50px;
        margin: 15px 0;
    }
}

.section-title.text-up h2 span {
    position: absolute;
    top: -10px;
    right: -20px;
    font-size: 18px;
    font-weight: 400;
}

.section-title.text-low h2 {
    position: relative;
    display: inline-block;
}

.section-title.text-low h2 span {
    position: absolute;
    bottom: 15px;
    right: -25px;
    font-size: 18px;
    font-weight: 400;
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .section-title h3 {
        font-size: 30px;
        line-height: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-title h3 {
        font-size: 36px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .section-title h3 {
        font-size: 24px;
        line-height: 30px;
    }
}

.section-title h6 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: var(--secondary-color);
    background-color: #eee;
    display: inline-block;
    padding: 7px 15px;
}

.section-title p {
    margin: 0;
}

.section-title span {
    color: #1D1E21;
    color: #1D1E21;
    font-weight: 300;
    letter-spacing: -3px;
}

.section-title span i {
    color: #ddd;
    font-size: 80px;
}

@media (max-width: 767px) {
    .section-title span i {
        font-size: 40px;
    }
}

.section-title img {
    border-radius: 50px;
    height: 55px;
    position: relative;
    bottom: 5px;
}

@media (max-width: 767px) {
    .section-title img {
        display: none;
    }
}

/* -- 05. Button Style 
----------------------*/

.theme-btn,
.white-btn,
.primary-btn {
    display: inline-flex;
    background: #1D1E21;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px 30px;
    border: 1px solid #1D1E21;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 767px) {
    .theme-btn,
    .white-btn,
    .primary-btn {
        padding: 15px 32px;
    }
}

.theme-btn:hover,
.white-btn:hover,
.primary-btn:hover {
    background: #d5b037;
    border-color: #d5b037;
    color: #fff;
}

.primary-btn {
    background: #0A0A0A;
    border-color: #0A0A0A;
    color: #fff;
}

.primary-btn:hover {
    background: #fff;
    color: #0A0A0A;
    border-color: #0A0A0A;
}

.white-btn {
    background: #fff;
    border-color: #fff;
    color: #333;
}

.white-btn:hover {
    background: #1D1E21;
    color: #fff;
    border-color: #1D1E21;
}

/*--06. Form Style CSS 
----------------------*/

input,
textarea,
select {
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    padding: 13px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

textarea {
    height: 200px;
}

input[type=submit],
button[type=submit] {
    background: #1D1E21;
    border-color: #1D1E21;
    border-radius: 0;
    display: inline-block;
    color: #fff;
    width: 30%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 767px) {
    input[type=submit],
    button[type=submit] {
        width: 100%;
    }
}

input[type=submit]:hover,
button[type=submit]:hover {
    background: #0A0A0A;
    color: #fff;
}

input::placeholder,
textarea::placeholder {
    font-size: 15px;
    font-weight: 400;
}

input.form-control {
    padding: 12px 20px;
    line-height: 1.2;
}

/*--07. Bootstrap Customize CSS
--------------------------------*/

@media (max-width: 767px) {
    .container-fluid {
        padding: 0 10px;
    }
}

.container {
    max-width: 1130px;
}

.btn:focus,
.btn:active {
    outline: none !important;
    box-shadow: none;
}

/* 08. Bacground Color & Overlay CSS 
------------------------------------ */

.theme-bg {
    background: #1D1E21;
}

.dark-bg {
    background: #0A0A0A;
}

.gray-bg {
    background: #F5F5F7;
}

.white-bg {
    background: #fff !important;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.overlay,
.overlay-5,
.overlay-4,
.overlay-3,
.overlay-2 {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0A0A0A;
    opacity: 0.1;
    top: 0;
    left: 0;
    z-index: -1;
}

.overlay-2 {
    opacity: 0.2;
}

.overlay-3 {
    opacity: 0.3;
}

.overlay-4 {
    opacity: 0.8;
}

.overlay-5 {
    opacity: 0.5;
}

.overlay.active,
.active.overlay-2,
.active.overlay-3,
.active.overlay-4,
.active.overlay-5 {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #000;
    z-index: 99;
    opacity: 0.5;
    visibility: visible;
}

.text-dark {
    color: #181818 !important;
}

.text-white {
    color: #fff !important;
}

.fix {
    overflow: hidden;
}

.separator {
    display: block;
    background-color: #ddd;
    width: 30px;
    height: 3px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.b-none {
    border: none !important;
}

/* clears the ‘X’ from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
}

/* 09. Read More Link  */

.read_more_link {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #181818;
    z-index: 1;
    overflow: hidden;
}

.read_more_link .link_text {
    position: relative;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
    text-indent: -110px;
    visibility: hidden;
    white-space: nowrap;
    opacity: 0;
    transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
    will-change: visibility, margin-right, text-indent, opacity;
}

.read_more_link .link_icon i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

.project-list-content:hover .read_more_link .link_text {
    opacity: 1;
    text-indent: 0;
    margin-right: 6px;
    visibility: visible;
    transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.link-text {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 1px;
    text-decoration-color: #333 !important;
}

.link-text:hover {
    transform-style: preserve-3d;
    transform: translate3d(0%, 5px, 0px);
}

.link-text i {
    font-weight: 500;
    margin-left: 5px;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .link-text {
        font-size: 16px;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-bottom {
    animation: img-anim-bottom 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-bottom {
    0% {
        transform: translateY(5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

/* --10. Margin & Padding 
-------------------------*/

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.pt-140 {
    padding-top: 140px;
}

.pb-140 {
    padding-bottom: 140px;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pt-160 {
    padding-top: 160px;
}

.pb-160 {
    padding-bottom: 160px;
}

.pt-170 {
    padding-top: 170px;
}

.pb-170 {
    padding-bottom: 170px;
}

.pt-180 {
    padding-top: 180px;
}

.pb-180 {
    padding-bottom: 180px;
}

.pt-190 {
    padding-top: 190px;
}

.pb-190 {
    padding-bottom: 190px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pt-300 {
    padding-top: 300px;
}

.pb-300 {
    padding-bottom: 300px;
}

.pt-400 {
    padding-top: 400px;
}

.pb-400 {
    padding-bottom: 400px;
}

.pl-10 {
    padding-left: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pr-15 {
    padding-right: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pr-25 {
    padding-right: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pr-35 {
    padding-right: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pr-40 {
    padding-right: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.pl-45 {
    padding-left: 45px;
}

.pr-45 {
    padding-right: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pr-50 {
    padding-right: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pr-55 {
    padding-right: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pr-60 {
    padding-right: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pr-65 {
    padding-right: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pr-70 {
    padding-right: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pr-75 {
    padding-right: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pr-80 {
    padding-right: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pr-85 {
    padding-right: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pr-90 {
    padding-right: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pr-95 {
    padding-right: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-150 {
    padding-left: 150px;
}

.pr-150 {
    padding-right: 150px;
}

.pl-200 {
    padding-left: 200px;
}

.pr-200 {
    padding-right: 200px;
}

.pl-250 {
    padding-left: 250px;
}

.pr-250 {
    padding-right: 250px;
}

.pl-300 {
    padding-left: 300px;
}

.pr-300 {
    padding-right: 300px;
}

.pl-350 {
    padding-left: 350px;
}

.pr-350 {
    padding-right: 350px;
}

.pl-400 {
    padding-left: 400px;
}

.pr-400 {
    padding-right: 400px;
}

.pl-450 {
    padding-left: 450px;
}

.pr-450 {
    padding-right: 450px;
}

.pl-500 {
    padding-left: 500px;
}

.pr-500 {
    padding-right: 500px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-110 {
    margin-top: 110px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mt-120 {
    margin-top: 120px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mt-130 {
    margin-top: 130px;
}

.mb-130 {
    margin-bottom: 130px;
}

.mt-140 {
    margin-top: 140px;
}

.mb-140 {
    margin-bottom: 140px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mt-160 {
    margin-top: 160px;
}

.mb-160 {
    margin-bottom: 160px;
}

.mt-170 {
    margin-top: 170px;
}

.mb-170 {
    margin-bottom: 170px;
}

.mt-180 {
    margin-top: 180px;
}

.mb-180 {
    margin-bottom: 180px;
}

.mt-190 {
    margin-top: 190px;
}

.mb-190 {
    margin-bottom: 190px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mt-250 {
    margin-top: 250px;
}

.mb-250 {
    margin-bottom: 250px;
}

.mt-300 {
    margin-top: 300px;
}

.mb-300 {
    margin-bottom: 300px;
}

.mt-350 {
    margin-top: 350px;
}

.mb-350 {
    margin-bottom: 350px;
}

.mt-400 {
    margin-top: 400px;
}

.mb-400 {
    margin-bottom: 400px;
}

.mt-450 {
    margin-top: 450px;
}

.mb-450 {
    margin-bottom: 450px;
}

.mt-500 {
    margin-top: 500px;
}

.mb-500 {
    margin-bottom: 500px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.mr-15 {
    margin-right: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.mr-25 {
    margin-right: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.mr-35 {
    margin-right: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.mr-40 {
    margin-right: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.ml-45 {
    margin-left: 45px;
}

.mr-45 {
    margin-right: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.mr-55 {
    margin-right: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.mr-60 {
    margin-right: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.mr-65 {
    margin-right: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.mr-70 {
    margin-right: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.mr-75 {
    margin-right: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.mr-80 {
    margin-right: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.mr-85 {
    margin-right: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.mr-90 {
    margin-right: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.mr-95 {
    margin-right: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-150 {
    margin-left: 150px;
}

.mr-150 {
    margin-right: 150px;
}

.ml-200 {
    margin-left: 200px;
}

.mr-200 {
    margin-right: 200px;
}

.ml-250 {
    margin-left: 250px;
}

.mr-250 {
    margin-right: 250px;
}

.ml-300 {
    margin-left: 300px;
}

.mr-300 {
    margin-right: 300px;
}

.ml-350 {
    margin-left: 350px;
}

.mr-350 {
    margin-right: 350px;
}

.ml-400 {
    margin-left: 400px;
}

.mr-400 {
    margin-right: 400px;
}

.ml-450 {
    margin-left: 450px;
}

.mr-450 {
    margin-right: 450px;
}

.ml-500 {
    margin-left: 500px;
}

.mr-500 {
    margin-right: 500px;
}

.mtm-30 {
    margin-top: -30px;
}

/* 11. Preloader*/

#loader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: 0.3s ease opacity;
    transition: 0.3s ease opacity;
}

#loader:before,
#loader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px solid #1D1E21;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: loaderCircleAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

#loader:after {
    animation-delay: 1s;
}

@keyframes loaderCircleAnim {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
    }
    10% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1;
    }
    100% {
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

/* 12. Mouse Cursor */

.mouseCursor {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

@media (max-width: 767px) {
    .mouseCursor {
        display: none;
    }
}

.cursor-outer {
    margin-left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    transition: all 0.08s ease-out;
}

.cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #1D1E21;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    margin: 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: #444;
    line-height: 80px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.tp-cursor-point-area {
    cursor: none;
}

/*-- 13. Search Form 
--------------------*/

.search-box button {
    text-decoration: none;
    outline: none;
    outline-width: 0 !important;
    border: none;
    background: none;
    position: absolute;
    top: 32px;
    right: 10px;
    font-size: 16px;
}

.search-box button:before {
    position: absolute;
    content: "";
    top: 50%;
    left: -40px;
    height: 40px;
    border-left: 2px solid #eee;
    margin-top: -20px;
}

.search-box button:hover {
    cursor: pointer;
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup .search-back-drop {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
    opacity: 1;
    visibility: visible;
}

.search-popup .search-inner {
    position: relative;
    background: #0A0A0A;
    padding: 45px 0 30px;
    z-index: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    height: 400px;
}

.search-active .search-popup .search-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.search-popup .upper-text {
    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;
    margin-bottom: 15px;
}

.search-popup .upper-text .text {
    font-family: "Cormorant Infant", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

.search-popup .close-search {
    position: absolute;
    right: 80px;
    top: 60px;
    font-size: 30px;
    line-height: 27px;
    z-index: 3;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    background: none;
    color: #fff;
}

.search-popup .form-group form {
    position: relative;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
    border-bottom: 1px solid #888E9B;
    width: 100%;
    padding-top: 140px;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    padding: 10px 14px;
    height: 45px;
    width: 100%;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    margin-bottom: 5px;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
    position: absolute;
    right: -140px;
    bottom: 5px;
    background: transparent !important;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    color: #888E9B;
    padding: 0;
    background: none;
    border: none;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.form-group input::placeholder {
    font-size: 30px;
    color: #888E9B;
}

/* 14. Header Area CSS */

.header-area .navigation {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    background: #fff;
}

.header-area .logo {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-family: "Cormorant Infant", sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #1D1E21;
}

.header-area.absolute-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.header-area.absolute-header .navigation {
    background: inherit;
}

.header-area.absolute-header .logo {
    color: #fff;
}

#page-7 .header-area.absolute-header .navigation {
    background: rgba(14, 13, 13, 0.59);
}
#page-7 .absolute-header .header-sticky .navigation{
  background: inherit !important;
}
#page-7 .header-area.absolute-header .main-menu ul>li>a {
    color: #fff;
}

#page-7 .header-area.absolute-header .main-menu .sub-menu li a {
    color: #ece5e5 !important;
}
.header-area.absolute-header .main-menu ul>li>a {
    color: #111;
}
.header-area.absolute-header .main-menu ul li a:before {
    background: #fff;
}

.header-area.absolute-header .main-menu ul li.active:before {
    background: #fff;
}

.header-area.absolute-header .search-trigger i {
    color: #fff;
}

.header-area.absolute-header .contact-number .title h4 {
    color: #fff;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
}

.absolute-header .header-sticky {
    background: #ececec;
}

.absolute-header .header-sticky .logo img {
    content: url(../img/logo/logo-dark.png);
    width: 160px;
}

.space,
.space-top {
    padding-top: 80px;
}

.sub-title.style2 {
    letter-spacing: 0.24em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.sub-title {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: var(--deep);
    margin-bottom: 35px;
    display: inline-block;
    padding: 0 16px;
}

.counter-card.style2 .sub-title:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 3px solid var(--primary-color);
    border-right: 3px solid var(--primary-color);
}

.counter-card.style2 .sub-title:before {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 3px solid var(--primary-color);
    border-left: 3px solid var(--primary-color);
}

@media (max-width: 991px) {
    .counter-card {
        text-align: center
    }
}

.counter-card_wrapp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.counter-card_wrapp.style2 {
    column-gap: 20px;
}

@media (max-width: 1199px) {
    .counter-card_wrapp.style2 {
        display: grid;
        grid-template-columns: auto auto;
        gap: 50px;
    }
}

@media (max-width: 480px) {
    .counter-card_wrapp.style2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.space,
.space-top,
.space-bottom {
    padding-top: 70px;
}

.counter-card.style2 .sub-title {
    margin-bottom: 10px
}

.counter-card.style2 .box-number {
    font-weight: 600;
    font-size: 60px;
    line-height: 70px;
}

.counter-card.style2 .box-text {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #333;
}

/*.absolute-header .header-sticky .main-menu ul > li a{
    padding: 25px 0px;
}*/

.header-area.absolute-header .main-menu ul li a::before {
    background: var(--primary-color) !important;
    bottom: 20px;
}

.absolute-header .header-sticky .main-menu ul li a {
    color: #5b5757;
}
#page-7 .header-area.absolute-header .main-menu ul > li > a{
    color: #fff;
}
#page-7 .header-area.absolute-header .header-sticky .main-menu ul > li > a{
    color: #5b5757;
}
.absolute-header .header-sticky .menu-trigger span {
    background: #282525 !important;
}

/* 15. Main Menu */

.main-menu ul {
    line-height: 1;
}

.main-menu ul>li {
    display: inline-block;
    line-height: 1;
    margin: 0 14px;
    position: relative;
}

.main-menu ul>li>a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1;
    padding: 35px 0;
    overflow: hidden;
    color: #868686;
}

.main-menu ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.main-menu ul>li>ul {
    position: absolute;
    top: 100%;
    width: 270px;
    background-color: #0A0A0A;
    left: 0;
    z-index: 999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
    visibility: hidden;
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.5s ease-in-out;
    padding: 15px 0px;
    text-align: start;
}
.main-menu ul > li > ul li a{
    color: #fff;
}
.main-menu ul>li>ul li {
    display: block;
    margin-right: 0;
}

.main-menu ul>li>ul li a {
    display: block;
    color: #ece5e5 !important;
    padding: 8px 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
}

.main-menu ul>li>ul li a:hover {
    color: #fff !important;
}

.main-menu ul>li>ul li a i {
    transform: rotate(-45deg);
    font-size: 15px;
    position: absolute;
    right: 20px;
    bottom: 11px;
    transition: 0.3s;
}

.main-menu ul>li>ul li a:hover i {
    transform: rotate(0);
}

.main-menu ul>li>ul ul {
    left: 100%;
    top: 0;
}

.main-menu ul li {
    position: relative;
}

.main-menu ul li a.navlink:before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #171717;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.main-menu ul li a.navlink:hover:before {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.main-menu ul li.active {
    position: relative;
}

.main-menu ul li.active a {
    color: #0A0A0A;
}

.main-menu ul li.active:before {
    position: absolute;
    content: "";
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #171717;
}

.main-menu ul>li>ul li a.active {
    color: #fff !important;
    position: relative;
    padding-left: 50px;
}

.main-menu ul>li>ul li a.active:before {
    position: absolute;
    content: "";
    bottom: 50%;
    left: 25px;
    width: 16px;
    height: 2px;
    background: #fff;
    margin-bottom: -1px;
    transition: 0.2s ease-out;
}

/* 16. Mobile Menu */

.mobile-nav {
    position: fixed;
    right: -380px;
    top: 0;
    width: 320px;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-y: scroll;
    transition: right 0.5s ease-in;
    background-color: #0A0A0A;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.mobile-nav.show {
    right: 0px;
}

.mobile-nav .close-nav {
    border: 0;
    background: transparent;
    color: #fff;
    border-radius: 30px;
    font-size: 30px;
    position: absolute;
    left: 20px;
    top: 10px;
}

.mobile-nav .sidebar-nav {
    margin-top: 40px;
}

.mobile-nav .sidebar-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: transparent;
}

.mobile-nav .sidebar-nav .metismenu {
    display: flex;
    flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu>li {
    position: relative;
    display: flex;
    flex-direction: column;
}

.mobile-nav .sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 10px 15px;
    transition: all 0.3s ease-out;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    outline-width: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #2a2d36;
}

.mobile-nav .sidebar-nav .metismenu ul li {
    display: block;
}

.mobile-nav .sidebar-nav .metismenu ul a {
    padding: 10px 15px 10px 35px;
    position: relative;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover {
    padding-left: 40px;
}

.mobile-nav .sidebar-nav .metismenu ul a:hover::before {
    background-color: #fff;
}

.mobile-nav .sidebar-nav .metismenu ul a::before {
    position: absolute;
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    content: "";
    top: 50%;
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%);
}

.mobile-nav .sidebar-nav .metismenu ul ul {
    list-style-type: circle !important;
}

.mobile-nav .sidebar-nav .metismenu ul ul a {
    padding: 10px 15px 10px 45px;
}

.mobile-nav .sidebar-nav .metismenu a:hover,
.mobile-nav .sidebar-nav .metismenu a:focus,
.mobile-nav .sidebar-nav .metismenu a:active {
    text-decoration: none;
    color: #f8f9fa;
    background: #0A0A0A;
}

.header-area .container {
    background: #fff;
}

.header-area.absolute-header .container {
    background: transparent;
}

#hamburger {
    color: #171717;
    font-size: 32px;
    line-height: 1;
    text-align: right;
    display: none;
}

#hamburger i {
    cursor: pointer;
}

@media (max-width: 1199px) {
    #hamburger {
        display: block;
    }
}

.dark-bg #hamburger i {
    color: #fff;
}

.absolute-header #hamburger i {
    color: #fff;
}

.action-bar {
    margin-top: 60px;
    padding-left: 20px;
}

.action-bar a {
    color: #fff;
    display: block;
    margin-top: 12px;
    font-size: 15px;
}

.action-bar a i {
    margin-right: 10px;
}

.action-bar .theme-btn,
.action-bar .primary-btn,
.action-bar .white-btn {
    margin-top: 30px;
    display: inline-block;
}

.header-right {
    display: flex;
    align-items: center;
    /*justify-content: end;*/
    height: 90px;
}

.header-right .search-trigger i {
    font-size: 20px;
    margin-right: 40px;
    position: relative;
    top: 2px;
}

.header-right .search-trigger i:hover {
    cursor: pointer;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right .search-trigger i {
        display: none;
    }
}

.contact-number {
    align-items: center;
    gap: 15px;
    margin-right: 30px;
}

.contact-number .icon i {
    font-size: 24px;
    background: #eee;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-number .title h4 {
    font-size: 22px;
    font-weight: 500;
}

.social-area a i {
    font-size: 22px;
    color: #fff;
    margin-right: 20px;
}

.shop-icon {
    position: relative;
    z-index: 1;
}

.shop-icon i {
    font-size: 24px;
    margin-right: 40px;
}

.shop-icon .icon-notify {
    width: 18px;
    height: 18px;
    background: #FA4729;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: -4px;
    right: 32px;
}

@media (max-width: 767px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-icon {
        display: none;
    }
}

.absolute-header .shop-icon i {
    color: #fff;
}

.header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 767px) {
    .header-btn {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-trigger {
        display: none;
    }
}

@media (max-width: 767px) {
    .menu-trigger {
        display: none;
    }
}

/* 17. Off Canvas Menu CSS */

.menu-trigger span {
    background-color: #333;
    display: block;
    height: 1px;
    margin: 8px auto;
    margin-left: 5px;
    width: 30px;
    transition: all 0.1s;
}
.side-address{
    margin-top: 15px;
}
.side-address li {
    margin-bottom: 8px;
    text-transform: none;
}
.side-address li a{
    font-size: 16px;
}
.side-address li i{
    padding-right: 15px;
    font-size: 17px;
    color: var(--white);
}
.menu-trigger:hover span:nth-child(2) {
    margin-left: 0px;
}

#page-7 .header-area.absolute-header .menu-trigger span {
    background: #fff;
}
.header-area.absolute-header .menu-trigger span {
    background: var(--primary-color);
}
#page-7 .header-area.absolute-header .logo img {
    content: url('../img/logo/logo-white.png');
}
#page-7 .header-sticky .logo img {
    content: url('../img/logo/logo-dark.png') !important;
}
.off-canvas-menu {
    position: fixed;
    top: 0;
    right: -320px;
    background: #fff;
    box-shadow: -6px -3px 16px -8px rgba(0, 0, 0, 0.25);
    width: 350px;
    padding: 50px;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.off-canvas-menu.show-off-canvas-menu {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.off-canvas-menu p {
    font-size: 16px;
    font-weight: 400;
    color: #b4afaf;
    position: absolute;
    bottom: 15px;
    opacity: 0.5;
}

.menu-close {
    position: absolute;
    right: 25px;
    top: 25px;
    color: #777;
    padding: 7px;
    cursor: pointer;
    font-size: 30px;
    font-weight: 300;
}

.menu-close:hover {
    color: #333;
}

.extra-info {
    background: #0A0A0A none repeat scroll 0 0;
    height: 100%;
    padding: 40px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 400px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
}

.extra-info.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.close-icon {
    margin-top: 0;
    text-align: right;
}

.close-icon>button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.close-icon>button i {
    color: #fff;
    font-size: 30px;
}

.side-info {
    padding-top: 10px;
}

.contact-list h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.contact-list p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.contact-list p i {
    float: left;
    margin-top: 6px;
    width: 25px;
}

.contact-list p span {
    display: block;
    overflow: hidden;
}

.offcanvas-overlay {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.offcanvas-overlay.active {
    opacity: 0.5;
    visibility: visible;
}

.extra-info .site-logo-2 {
    width: 220px;
    text-align: center;
    margin-top: 20px;
}

.social-area-wrap a i {
    font-size: 16px;
}

.social-area-wrap a {
    width: 40px;
    height: 40px;
    background: #222;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.social-area-wrap a:hover {
    opacity: 0.5;
}

/* 18. Hero Area  */

#home-2 .single-slide-item {
    /*background-image: url(../img/slider/slide-1.html);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 1;
    /*background-color: #ddd;*/
    /*background: linear-gradient(rgba(44, 24, 16, 0.7), rgba(44, 24, 16, 0.7));*/
}

/*#home-2 .single-slide-item::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: -moz-linear-gradient(0deg,#10101052 0%,#fff0 100%);
    background-image: -webkit-linear-gradient(0deg,#10101052 0%,#fff0 100%);
    background-image: -ms-linear-gradient(0deg,#10101052 0%,#10101052 100%);
    z-index: -1;
}*/
/*#home-2 .single-slide-item::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(49, 49, 49, 0.4);
    z-index: -1;
}*/
#home-2 .single-slide-item .overlay-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(74, 39, 13, 0.78));
    opacity: 0.9;
}

@media (max-width: 767px) {
    #home-2 .single-slide-item {
        height: 400px;
    }
}

#home-2 .single-slide-item .project-info-wrapper {
    padding: 190px 0 10px;
}

@media (max-width: 767px) {
    #home-2 .single-slide-item .project-info-wrapper {
        padding: 60px 0 60px;
    }
}

#home-2 .single-slide-item .project-info-wrapper h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

#home-2 .single-slide-item .project-info-wrapper h1 {
    /*text-transform: uppercase;*/
    font-size: 80px;
    font-weight: 400;
    text-shadow: 1px 1px 1px rgba(255, 219, 219, 0.1), 1px 1px 1px rgba(255, 252, 248, 0.5);
    text-shadow: 0 -1px 4px #d3b523, 0 -2px 10px #000, 0 -10px 20px #ececec, 0 -18px 40px #FFF8F8;
    color: #fffefe;
    margin-top: 15px;

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #home-2 .single-slide-item .project-info-wrapper h1 {
        font-size: 75px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-2 .single-slide-item .project-info-wrapper h1 {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    #home-2 .single-slide-item .project-info-wrapper h1 {
        font-size: 36px;
        margin-top: 0px;
    }
}

#home-2 .hero-area-content {
    padding-top: 40px;
    /*padding-left: 60px;*/
    text-align: center;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-2 .hero-area-content {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    #home-2 .hero-area-content {
        padding-left: 0;
        padding-top: 0;
    }
}

.homepage-slides .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.homepage-slides .owl-dots button.owl-dot.active span {
    width: 10px;
    height: 10px;
    background: #333;
}

.homepage-slides .owl-dots {
    text-align: right;
    margin-top: -80px;
    z-index: 999;
    position: absolute;
    right: 50px;
}

#home-3.hero-area {
    position: relative;
    z-index: 1;
}

#home-3.hero-area:before {
    background-image: url(../img/hero-img.jpg);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #home-3.hero-area:before {
        width: 50%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #home-3.hero-area:before {
        display: none;
    }
}

@media (max-width: 767px) {
    #home-3.hero-area:before {
        display: none;
    }
}

#home-3 .hero-content-wrap {
    padding-right: 120px;
}

@media (max-width: 767px) {
    #home-3 .hero-content-wrap {
        padding-right: 0;
    }
}

#home-3 .section-title h1 {
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #home-3 .section-title h1 {
        font-size: 60px;
        line-height: 70px;
        letter-spacing: 1px;
    }
}

@media (max-width: 767px) {
    #home-3 .section-title h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    #home-3 .section-title h1 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }
}

#home-3 .video-wrap {
    display: inline-flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 767px) {
    #home-3 .video-wrap {
        margin-top: 30px;
    }
}

#home-3 .video-play-btn {
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    position: relative;
    z-index: 999;
    font-size: 20px;
    line-height: 1;
    color: #0A0A0A;
}

#home-3 .video-play-btn:hover {
    background: #0A0A0A;
    color: #fff;
}

/* 19. About CSS  */

.about-img-wrapper {
    padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-img-wrapper {
        padding-left: 0;
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .about-img-wrapper {
        padding-left: 0;
        margin-top: 60px;
    }
}

#about-page .about-content-wrap {
    padding-right: 60px;
}

.about-content-wrap h5{
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 28px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about-page .about-content-wrap {
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    #about-page .about-content-wrap {
        padding-right: 0;
        margin-top: 20px;
    }
}

#about-page .about-content-wrap h5 {
    line-height: 1.4;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about-page .about-img-wrap {
        margin-top: 30px;
    }
}

#about-page .about-img-wrap img {
    filter: grayscale(1);
}

#about-page .about-content-wrap.obverse {
    padding: 80px 80px 0 80px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #about-page .about-content-wrap.obverse {
        padding: 0;
        padding-left: 10px;
    }
}

#about-page .about-content-wrap.reverse {
    padding: 120px 130px 0 0;
}

/* 20. Services CSS */

.single-service-item {
    position: relative;
}

.single-service-item:last-child {
    border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner {
    border-top: 1px solid #ddd;
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner {
        padding: 40px 0;
    }
}

.single-service-item .single-service-inner:nth-of-type(4) {
    border-bottom: 1px solid #ddd;
}

.single-service-item .single-service-inner h5 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    color: #0A0A0A;
    transition: 0.4s linear;
    letter-spacing: 1px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item .single-service-inner h5 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner h5 {
        font-size: 18px;
        line-height: 28px;
    }
}

.single-service-item .single-service-inner h5 span {
    font-size: 18px;
    position: relative;
    top: -45px;
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner h5 span {
        font-size: 16px;
        top: -35px;
    }
}

.single-service-item .single-service-inner p {
    font-size: 18px;
    font-weight: 400;
    margin: 26px 0;
    padding-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-item .single-service-inner p {
        margin: 20px 0;
    }
}

@media (max-width: 767px) {
    .single-service-item .single-service-inner p {
        padding-right: 75px;
    }
}

.single-service-item .single-service-inner .details-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.single-service-item .single-service-inner .details-link i {
    font-size: 30px;
    color: inherit;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.single-service-item .single-service-inner:nth-of-type(4) .details-link {
    bottom: 30px;
}

.single-service-item .single-service-inner:hover h5 {
    color: #0A0A0A;
}

.single-service-item .single-service-inner:hover h5 span {
    color: #868686;
}

.single-service-item .single-service-inner:hover .details-link i {
    transform: rotate(180deg);
}

.service-img {
    width: 25%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset-inline-end: 10%;
    top: 115px;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s linear;
    z-index: 9;
}

.service-img.img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-service-item:nth-child(5) .service-img {
    top: -60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-item:nth-child(5) .service-img {
        top: -60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item:nth-child(5) .service-img {
        top: -60px;
    }
}

@media (max-width: 767px) {
    .single-service-item:nth-child(5) .service-img {
        top: 80px;
    }
}

.single-service-item:last-child .service-img {
    top: -210px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-service-item:last-child .service-img {
        top: -200px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item:last-child .service-img {
        top: -50px;
    }
}

@media (max-width: 767px) {
    .single-service-item:last-child .service-img {
        top: 80px;
    }
}

.single-service-item .service-img img {
    width: 100%;
}

.single-service-item:hover .service-img {
    opacity: 1;
    visibility: visible;
    inset-inline-end: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-service-item:hover .service-img {
        inset-inline-end: 10%;
    }
}

#service_page .section-title span i {
    font-size: 60px;
}

@media (max-width: 767px) {
    #service_page .section-title span i {
        display: none;
    }
}

@media (max-width: 767px) {
    #service_page .section-title i {
        display: none;
    }
}

#service_page .hero-area-content {
    padding-left: 75px;
    margin-top: 30px;
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #service_page .hero-area-content {
        padding-left: 0px;
    }
}

@media (max-width: 767px) {
    #service_page .hero-area-content {
        padding-left: 0px;
    }
}

#service_page .hero-area-content h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #service_page .hero-area-content h1 {
        font-size: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #service_page .hero-area-content h1 {
        font-size: 60px;
        line-height: 70px;
        padding-left: 50px;
    }
}

@media (max-width: 767px) {
    #service_page .hero-area-content h1 {
        font-size: 40px;
        line-height: 50px;
        padding-left: 0px;
    }
}

#service_page .hero-area-content span.meta {
    color: #a39d9d;
    position: relative;
    bottom: -77px;
}

@media (max-width: 767px) {
    #service_page .hero-area-content span.meta {
        bottom: 15px;
    }
}

#service_page h1.first_line {
    padding-left: 160px;
}

@media (max-width: 767px) {
    #service_page h1.first_line {
        padding-left: 0px;
    }
}

#service_page h1.third_line {
    padding-left: 0;
}

@media (max-width: 767px) {
    #service_page h1.third_line {
        padding-left: 0px;
    }
}

#service_page .single-feature-item {
    margin-top: 0;
}
.single-service-wrap .service-content p{
    font-size: 16px;
      margin: 0;
}
.single-service-wrap {
    border: 1px solid #ddd;
    padding: 35px 30px;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    text-align: center;
    /* smooth hover effect */
}

.single-service-wrap:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: transparent;
    /* optional: removes border for cleaner shadow */
    transform: translateY(-5px);
    /* optional: adds a subtle lift effect */
}

.service-icon img {
    width: 60px;
    filter: brightness(0) saturate(100%);
    transition: filter 0.3s ease;
}

.single-service-wrap:hover .service-icon img {
    filter: brightness(0) saturate(100%) invert(22%) sepia(72%) saturate(1129%) hue-rotate(355deg) brightness(93%) contrast(88%);
}

.service-icon {
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.service-icon:before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 0px;
    background: var(--gt-theme);
    transition: all 0.3s ease-in-out;
}

.single-service-wrap:hover .service-icon:before {
    width: 100%;
}

.service-icon i:before {
    font-size: 50px;
}

h4.service-title {
    margin: 20px 0 12px;
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 26px;
}

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

p.service-content {
    font-size: 16px;
    margin: 0;
}

.service-slider .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.service-slider .owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    background: #1D1E21;
}

.service-slider .owl-dots {
    text-align: center;
    margin-top: 50px;
}

/* 21. Project CSS  */

#project-1 .single-project-item {
    margin-bottom: 50px;
}

#project-1 .project-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #project-1 .project-info {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 767px) {
    #project-1 .project-info {
        flex-direction: column;
        align-items: start;
    }
}

#project-1 .project-title h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 8px;
    text-decoration-color: #ddd;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #project-1 .project-meta {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    #project-1 .project-meta {
        margin-top: 10px;
    }
}

#project-1 .project-meta span {
    display: block;
    font-size: 15px;
}

#project-1 .project-img img {
    width: 100%;
    object-fit: cover;
    transition: all 0.35s ease-in-out;
}

#project-1 .project-img img:hover {
    transform: scale(1.07);
}

#project-2 .single-project-item.bg-cover {
    height: 390px;
}
#project-2 .single-project-item.v1.bg-cover{
    height: 310px;
}
#project-2 .single-project-item {
    position: relative;
    z-index: 1;
}

#project-2 .single-project-item:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: -1;
    content: "";
}

#project-2 .project-inner .hover-info {
    position: absolute;
    left: 0;
    bottom: 40px;
    transform: translateY(50px);
    width: 100%;
    z-index: 2;
    padding: 25px 40px 35px 30px;
    max-width: 500px;
    transition: all ease 0.3s;
    transition-delay: 0.07s;
}

#project-2 .single-project-item:hover .hover-info {
    opacity: 1;
    transform: translateY(0);
}

#project-2 .project-inner:after {
    content: " ";
    width: 100%;
    height: 100%;
    background-color: #252531;
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0px;
    transition: all ease 0.3s;
}

#project-2 .single-project-item:hover .project-inner:after {
    opacity: 0.6;
}

#project-2 .hover-info h4>a {
    font-size: 29px;
    color: #fff;
    margin-bottom: 0px;
    transform: translateY(0px);
    transition: 0.3s;
    font-weight: 600;
    display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #project-2 .hover-info h4>a {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #project-2 .hover-info h4>a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #project-2 .hover-info h4>a {
        font-size: 18px;
    }
}

#project-2 .hover-info h4>a span {
    display: block;
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 5px 0;
    opacity: 0;
    transform: translateY(-200px);
}

#project-2 .hover-info a {
    color: #fff;
    font-size: 16px;
}

#project-2 .project-inner .project-icon {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    transition: all ease 0.3s;
    font-size: 30px;
    cursor: pointer;
    background: #171717;
    color: #fff;
    padding: 15px;
    transform: translate3d(0, -100%, 0);
    transition: 0.3s;
}

#project-2 .single-project-item:hover .project-icon {
    opacity: 1;
    transform: translate(0, 0);
}

#project-2 .single-project-item:hover .hover-info h4 {
    color: #FFF;
    transform: translateY(20px);
}

#project-2 .single-project-item:hover .hover-info h4 span {
    opacity: 1;
    transform: translateY(0);
}

#project-2 .project-slider .owl-nav button.owl-prev,
#project-2 .project-slider .owl-nav button.owl-next {
    width: 50px;
    height: 50px;
    border: 2px solid;
    font-size: 20px;
    font-weight: 100;
    line-height: 16px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#project-2 .project-slider .owl-nav button.owl-next {
    left: auto;
    right: 15px;
}

#project-2 .project-slider .owl-nav button.owl-prev:hover,
#project-2 .project-slider .owl-nav button.owl-next:hover {
    background: #171717;
    color: #fff;
    border-color: #171717;
}

@media (max-width: 767px) {
    .project-menu {
        text-align: center;
    }
}

.project-menu li a {
    cursor: pointer;
    display: block;
    color: #808996;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 16px;
    padding: 8px 15px;
    transition: all 0.5s;
    margin-top: 5px;
    padding-left: 0;
}

@media (max-width: 767px) {
    .project-menu li a {
        padding: 8px 6px;
    }
}

.project-menu a.active,
.project-menu a:hover {
    color: #000;
}

.project-item {
    position: relative;
    padding: 10px;
}

.project-box {
    overflow: hidden;
    position: relative;
}

.project-box .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.project-box .project-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.project-box .project-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}

.project-box .project-detail {
    opacity: 0;
    color: #FFF;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    overflow: hidden;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    text-align: center;
}

.project-box .project-detail h4 {
    color: #fff;
    font-size: 20px;
}

.project-box .project-detail p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}

.project-box .project-detail p i {
    color: #fff;
    font-size: 20px;
}

.project-box:hover .project-detail {
    top: 50%;
    transform: translate(0, -50%);
    opacity: 1;
}

.project-box:hover .project-img:after {
    background: rgba(23, 23, 23, 0.87);
}

.project-box:hover .project-img>img {
    transform: scale(1.05);
}

.white-popup-block {
    background: #FFF;
    padding: 30px 15px 15px 15px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
}

button.mfp-arrow {
    display: none;
}

.mfp-counter {
    display: none;
}

.project-item.minus-top {
    margin-top: -150px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .project-item.minus-top {
        margin-top: -100px;
    }
}

@media (max-width: 767px) {
    .project-item.minus-top {
        margin-top: 0;
    }
}

.project-item p {
    margin: 0;
    margin-top: 15px;
}

#project-standard .single-project-wrapper {
    margin-bottom: 60px;
    width: 100%;
}

#project-standard .project-title {
    position: relative;
    padding-left: 30px;
}

#project-standard .project-title:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #ddd;
}

#project-standard .project-title h3 {
    font-size: 24px;
    margin-top: 20px;
}

#project-standard .project-title h6 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 3px;
    color: #8b8b8b;
    margin-top: 5px;
}

#project-standard .project-title a {
    font-size: 17px;
    margin-top: 6px;
}

#project-standard .project-slider-2 .owl-stage-outer {
    overflow: inherit;
}

#project-standard .project-slider-2:before,
#project-standard .project-slider-2:after {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    top: 0;
    left: -500%;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
}

#project-standard .project-slider-2:after {
    left: auto;
    right: -500%;
}

#project-metro .single-project-wrap {
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    #project-metro .single-project-wrap {
        width: 100%;
    }
}

#project-metro .single-project-wrap img {
    width: 100%;
    object-fit: cover;
}

#project-metro .single-project-wrap.big img {
    height: 700px;
}

@media (max-width: 767px) {
    #project-metro .single-project-wrap.big img {
        height: 350px;
    }
}

#project-metro .single-project-wrap.small img {
    height: 350px;
    width: 430px;
}

#project-metro .single-project-wrap.wide img {
    height: 350px;
}

#project-metro .single-project-wrap .details {
    background: #000;
    width: 100%;
    height: 100%;
    padding: 50px 35px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#project-metro .single-project-wrap .info {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-top: -20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#project-metro .single-project-wrap h5 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}

#project-metro .single-project-wrap h6 {
    font-size: 18px;
    color: #fff;
}

#project-metro .single-project-wrap:hover .details {
    opacity: 0.8;
    visibility: visible;
    top: 0;
}

#project-metro .single-project-wrap:hover .details .info {
    opacity: 1;
    margin-top: 0;
}

.project-list-content .section-title h2 {
    font-size: 45px;
    letter-spacing: 0;
}

.project-list-content {
    padding-left: 60px;
    max-width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .project-list-content {
        padding-left: 0;
        margin-top: 30px;
        max-width: calc(100% - 40px);
    }
}
#project-grid2 .project-bg img{
    display: block;
    margin: 0px auto;
}
#project-grid .single-project-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
    border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    #project-grid .single-project-item {
        margin-bottom: 30px;
    }
}

#project-grid .single-project-item .project-info {
    position: absolute;
    transition: all 0.4s;
    transform: translateY(100%);
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 25px 15px;
    width: 70%;
    max-width: 70%;
    background-color: #fff;
    opacity: 0;
    text-align: center;
}

#project-grid .single-project-item .project-info h5 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 3px;
}

#project-grid .single-project-item .project-info p {
    margin: 0;
    color: #777;
}

#project-grid .single-project-item:hover .project-info {
    transition: all 0.4s;
    transform: translateY(0);
    bottom: 40px;
    opacity: 1;
}

.project-slider-2 .owl-nav button.owl-prev,
.project-slider-2 .owl-nav button.owl-next {
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.project-slider-2 .owl-nav button.owl-prev:hover,
.project-slider-2 .owl-nav button.owl-next:hover {
    background: #1D1E21;
    border-color: #1D1E21;
    color: #fff;
}

.project-slider-2 .owl-nav {
    position: absolute;
    bottom: -40px;
    left: 0;
    display: flex;
}

.project-slider-2 .owl-nav i {
    font-size: 20px;
}

.project-details {
    max-width: calc(100% - 60px);
}

@media (max-width: 767px) {
    .project-details {
        max-width: calc(100% - 0px);
        text-align: justify;
    }
}

.project-info-wrap {
    margin-top: 80px;
}

@media (max-width: 767px) {
    .project-info-wrap {
        margin-top: 40px;
    }
}

.project-details h2 {
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.project-info h6{
    margin-top: 12px;
}
.project-info h6 a{
    font-size: 17px;
    letter-spacing: 1px;
    color: var(--secondary-color);
}

.project-details-img img {
    margin-bottom: 30px;
}

.project-details-wrapper .single-counter-box {
    text-align: center;
}

.project-details-wrapper .single-counter-box p.counter-number {
    border-bottom: 1px solid #ddd;
}

.project-details-wrapper h3 {
    margin-bottom: 20px;
}

.project-details-wrapper .single-counter-box p.counter-number span {
    font-size: 50px;
}

/* 22. Process CSS  */

.single-process-item {
    border: 1px solid #ddd;
    padding: 30px;
}

.single-process-item h4 {
    margin-top: 30px;
}

.process-up {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.process-up span {
    font-size: 40px;
}

.process-up i {
    font-size: 25px;
}

.process-down {
    padding-top: 80px;
}

@media (max-width: 767px) {
    .process-down {
        padding-top: 40px;
    }
}

.right-content span {
    font-size: 20px;
    font-weight: 500;
    color: #171717;
    margin-right: 15px;
}

.process-wrapper .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.process-wrapper .owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    background: #1D1E21;
}

.process-wrapper .owl-dots {
    text-align: center;
    margin-top: 50px;
}

.single-process-wrap {
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}

.single-process-wrap .process-num {
    position: absolute;
    top: -10px;
    left: -5px;
}

.single-process-wrap .process-num span {
    font-size: 100px;
    font-weight: 600;
    color: #f0f0f0;
}

.single-process-wrap h4 {
    font-size: 26px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .process-section .cp-custom-accordion {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .process-section .cp-custom-accordion .accordion-items {
        margin-top: 0;
    }
}

.process-section .cp-custom-accordion .accordion-buttons {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0;
    /*text-transform: capitalize;*/
}

.process-section .cp-custom-accordion .accordion-buttons {
    padding-left: 0;
}

.process-section .cp-custom-accordion .accordion-body {
    padding-left: 0;
}

@media (max-width: 767px) {
    .process-section.section-padding.pt-0.pb-100 {
        padding-bottom: 60px;
    }
}

/* 23. FAQ CSS  */

.cp-custom-accordion .accordion-items {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-items {
        margin-top: 30px;
    }
}

.cp-custom-accordion .accordion-buttons {
    position: relative;
    width: 100%;
    padding: 15px 0px 15px 20px;
    background-color: #fff;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    /*! text-transform: uppercase; */
    letter-spacing: 1px;
    color: #000;
    border: none;
    border-bottom: 1px solid #eee;
}

.cp-custom-accordion .accordion-buttons span {
    font-size: 15px;
    margin-right: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cp-custom-accordion .accordion-buttons {
        padding: 20px 28px;
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-buttons {
        padding-right: 50px;
        line-height: 25px;
        font-size: 16px;
    }
}

.cp-custom-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Line Awesome Free";
    top: 25%;
    right: 30px;
    font-size: 24px;
    font-weight: 500;
    opacity: 1;
    color: #333;
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-buttons::after {
        top: 35px;
        right: 25px;
        font-size: 16px;
    }
}

.cp-custom-accordion .accordion-buttons.collapsed::after {
    content: "\f067";
}

.cp-custom-accordion .collapsed {
    position: relative;
    z-index: 9;
}
.cp-custom-accordion.v2 .accordion-buttons{
    background-color: inherit;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
}
.cp-custom-accordion.v2 .accordion-body{
    background-color: inherit;
    border-bottom: 1px solid #f4eded;
}
.cp-custom-accordion .accordion-body {
    background-color: #fff;
    color: #443f3f;
    padding: 12px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    z-index: 1;
}

.cp-custom-accordion .accordion-body p{
    color: #443f3f;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.cp-custom-accordion .accordion-body ul{
    list-style: disc;
    padding-left: 15px;
}
.cp-custom-accordion .accordion-body ul li{
    color: #443f3f;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cp-custom-accordion .accordion-body {
        padding-right: 25px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-custom-accordion .accordion-body {
        padding-right: 30px;
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .cp-custom-accordion .accordion-body {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.faq-section-bg {
    max-width: calc(100% - 10px);
}

@media (max-width: 767px) {
    .faq-section p br {
        display: none;
    }
}

.cp-custom-accordion {
    padding-left: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-custom-accordion {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .cp-custom-accordion {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .faq-section .mt-100 {
        margin-top: 50px;
    }
}

/* 24. Video Section  */

.video-section {
    background-image: url(../img/video-bg.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .video-section {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .video-section {
        height: 300px;
    }
}

.video-section {
    position: relative;
    z-index: 1;
}

.play-btn {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 0.4s;
    z-index: 99;
    transform: translate(-50px, -50px);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .play-btn {
        width: 80px;
        height: 80px;
        top: 50%;
    }
}

@media (max-width: 767px) {
    .play-btn {
        width: 60px;
        height: 60px;
    }
}

.play-btn a {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    z-index: 999;
}

.play-btn a i {
    font-size: 24px;
    color: #1D1E21;
}

.play-btn a:hover {
    color: #1D1E21;
}

@keyframes btnIconRipple {
    0% {
        border-width: 4px;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        border-width: 1px;
        -webkit-transform: scale(1.35);
        transform: scale(1.35);
    }
    100% {
        opacity: 0;
    }
}

.play-btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #ddd;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* 25. Testimonial CSS */

#testimonial-1 .single-testimonial-item {
    display: flex;
    gap: 80px;
}

@media (max-width: 767px) {
    #testimonial-1 .single-testimonial-item {
        flex-direction: column;
        gap: 30px;
        margin-top: 30px;
    }
}

#testimonial-1 .testimonial-img-wrap {
    flex: 0 0 30%;
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-img-wrap img {
        width: 90px !important;
        height: 90px;
        border-radius: 50%;
    }
}

#testimonial-1 .testimonial-text p {
    font-size: 24px;
    line-height: 38px;
    color: #3F3F3F;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #testimonial-1 .testimonial-text p {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-1 .testimonial-text p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-text p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-1 .testimonial-author {
        margin-top: 15px;
    }
}

#testimonial-1 .testimonial-author h6 {
    font-size: 20px;
}

#testimonial-1 .testimonial-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#testimonial-1 .testimonial-wrapper {
    position: relative;
}

#testimonial-1 .testimonial-wrapper .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-wrapper .owl-nav {
        position: relative;
        bottom: -10px;
        right: auto;
        left: 0;
    }
}

#testimonial-1 .testimonial-wrapper .owl-nav button i {
    font-size: 32px;
    margin: 0 10px;
}

@media (max-width: 767px) {
    #testimonial-1 .testimonial-wrapper .owl-nav button i {
        margin-left: 0;
    }
}

#testimonial-1 .testimonial-item .testimonial-img-wrap img {
    width: 80px !important;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 15px;
}

#testimonial-2 .single-testimonial-item {
    border: 1px solid #eee;
    text-align: center;
    padding: 32px 25px;
}

@media (max-width: 767px) {
    #testimonial-2 .single-testimonial-item {
        padding: 25px;
    }
}

#testimonial-2 .single-testimonial-item p {
    font-size: 16px;
    line-height: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #testimonial-2 .single-testimonial-item p {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonial-2 .single-testimonial-item p {
        font-size: 16px;
    }
}

#testimonial-2 .testimonial-img img {
    width: 90px !important;
    height: auto;
    margin: 0 auto;
    border-radius: 50%;
}

#testimonial-2 .testimonial-author h6 {
    font-size: 20px;
    color: inherit;
}

@media (max-width: 767px) {
    #testimonial-2.testimonial-section.pt-50 {
        padding-top: 0;
    }
}

.testimonial-carousel .owl-dots button.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ddd;
    margin-right: 10px;
}

.testimonial-carousel .owl-dots button.owl-dot.active span {
    width: 35px;
    height: 10px;
    background: #1D1E21;
}

.testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 50px;
}

#testimonial-3 .single-testimonial-item {
    border: 1px solid #eee;
    text-align: center;
    padding: 40px;
}

@media (max-width: 767px) {
    #testimonial-3 .single-testimonial-item {
        padding: 25px;
    }
}

/* 26. Blog CSS */

.single-blog-item {
    margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-blog-item .blog-bg img {
        height: 270px;
        width: 100%;
        object-fit: cover;
    }
}

.single-blog-item .blog-content h3 a {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 10px;
}

.single-blog-item .blog-meta {
    border-bottom: 1px solid #eee;
}

.single-blog-item .blog-meta p {
    margin-top: 20px;
    margin-bottom: 10px;
}

.single-blog-item .blog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.single-blog-item:hover .blog-content h3 a {
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
}

.single-blog-item .blog-author p {
    margin: 0;
}

#blog_page .section-title h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: 100px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #blog_page .section-title h1 {
        font-size: 80px;
        line-height: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #blog_page .section-title h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media (max-width: 767px) {
    #blog_page .section-title h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

#blog_page .hero-area-inner {
    padding: 40px 0 0px;
}

#blog_page .pagination {
    margin: 30px 0 60px;
    justify-content: center;
}

#blog_page .page-link {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #171717;
}

#blog_page .page-link:hover {
    background: none;
    font-weight: 500;
}

#blog_page .page-link:focus {
    background-color: none;
    outline: 0;
    box-shadow: none;
}

#blog_page .page-item:first-child .page-link {
    display: inline-flex;
    border: 1px solid #171717;
    border-radius: 50%;
}

#blog_page .page-item:first-child .page-link i {
    font-size: 22px;
}

#blog_page .page-item:first-child .page-link:hover {
    background: #171717;
    color: #fff;
}

#blog_page .page-item:last-child .page-link {
    border: 1px solid #171717;
    border-radius: 50%;
}

#blog_page .page-item:last-child .page-link i {
    font-size: 22px;
}

#blog_page .page-item:last-child .page-link:hover {
    background: #171717;
    color: #fff;
}

#blog_page .active>.page-link,
#blog_page .page-link.active {
    border-radius: 0;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border-bottom: 1px solid;
    font-weight: 500;
}

.blog-details-page {
    padding: 40px 0 80px;
}

.blog-details-page .section-title h2 {
    font-size: 60px;
    line-height: 65px;
}

@media (max-width: 767px) {
    .blog-details-page .section-title h2 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .blog-details-page .section-title h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.blog-details-page .section-title span i {
    color: #ddd;
    font-size: 80px;
    transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-page .section-title span i {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .blog-details-page .section-title span i {
        font-size: 40px;
    }
}

.blog-details-page .blog-meta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-details-page .blog-meta p {
    margin: 0;
}

@media (max-width: 767px) {
    .blog-details-page .blog-meta p {
        display: none;
    }
}

.blog-details-page .blog-meta span {
    font-size: 19px;
    margin-right: 25px;
    color: #111;
}
.blog-details-page .blog-meta span i{
    color: var(--primary-color);
    padding-right: 9px;
}
@media (max-width: 767px) {
    .blog-details-page .blog-meta span {
        font-size: 15px;
    }
}
.blog-details-page .blog-content ul {
    padding-left: 15px;
}
.blog-details-page .blog-content ul li{
    list-style: disc;
}
.blog-details-page .blog-content ol {
    padding-left: 15px;
}
.blog-details-page .blog-content ol li{
    list-style: decimal;
}
.blog-details-page .blog-content h2,
.blog-details-page .blog-content h3,
.blog-details-page .blog-content h4,
.blog-details-page .blog-content h5,
.blog-details-page .blog-content h6{
    font-weight: 700;
}
.blog-details-page .blog-content h2{
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-details-page .blog-content h3 {
    font-size: 35px;
    line-height: 45px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .blog-details-page .blog-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .blog-details-page .blog-content h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

.blog-details-page .blog-content-inner h4 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 30px;
    color: #777;
}

@media (max-width: 767px) {
    .blog-details-page .blog-content-inner h4 {
        font-size: 20px;
    }
}

.blog-details-page .blog-content-inner h4 span {
    font-size: 18px;
    padding-right: 30px;
}

.blog-details-page .blog-content-inner p {
    padding-left: 50px;
}

.blog-details-page .blog-quote-text {
    position: relative;
}

.blog-details-page .blog-quote-text h3 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 60px;
    color: #777;
}

@media (max-width: 767px) {
    .blog-details-page .blog-quote-text h3 {
        font-size: 20px;
        line-height: 34px;
    }
}

.blog-details-page .blog-tag-wrap h6 {
    font-size: 22px;
    color: #777;
    margin-bottom: 30px;
}

.blog-details-page .blog-tag-wrap a {
    font-size: 16px;
    color: #777;
    border: 1px solid #ddd;
    padding: 7px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.comments-headline h5 {
    font-weight: 500;
}

.single-comments-inner {
    display: inline-flex;
    justify-content: space-around;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .single-comments-inner {
        flex-direction: column;
    }
}

.comments-autor-thumb img {
    width: 100px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .comments-autor-thumb img {
        margin-bottom: 10px;
    }
}

.comments-content {
    padding-left: 30px;
}

@media (max-width: 767px) {
    .comments-content {
        padding-left: 0;
    }
}

.comments-content h6 {
    font-size: 20px;
}

p.comments-date {
    margin-bottom: 30px;
}

a.reply-btn {
    font-size: 17px;
    color: #777;
}

a.reply-btn i {
    margin-right: 15px;
}

.comments-form-wrap {
    background: #fff;
    margin-top: 60px;
}

.comments-form-wrap h3 {
    margin: 0 0 30px;
}

.comments-form-wrap .comments-form input,
.comments-form-wrap .comments-form textarea {
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

.comments-form-wrap .comments-form textarea {
    height: 200px;
}

.comments-form-wrap input[type=submit] {
    width: 170px;
    font-size: 17px;
}

/*.blog-sidebar {
    margin-top: 270px;
}*/

.blog-sidebar h5 {
    font-size: 28px;
    margin-bottom: 25px;
}

.search-bar-wrap input {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 50px;
}

.search-bar-wrap i {
    font-size: 18px;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    position: relative;
    right: 35px;
}

.search-bar-wrap i:hover {
    cursor: pointer;
}

.blog-category {
    background: #fff;
    margin: 60px 0;
}

.blog-category ul li {
    display: block;
    border-top: 1px solid #ddd;
}

.blog-category ul li span {
    font-size: 14px;
    color: #777;
}

.blog-category ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #777;
    padding-left: 20px;
    margin: 20px 0;
}

.blog-category ul li a:hover {
    color: #171717;
}

.blog-category ul li i {
    margin-right: 15px;
}

.single-latest-post {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.post-title h3 a {
    font-size: 22px;
    line-height: 30px;
}

.post-tag p {
    margin: 10px 0;
}

.blog-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.popular-tag-wrap a {
    font-size: 15px;
    color: #777;
    border: 1px solid #ddd;
    padding: 7px;
    margin-right: 8px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .blog-section {
        padding-top: 50px;
    }
}

/* 27. Counter CSS  */

.single-counter-box {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .single-counter-box {
        text-align: center;
    }
}

.single-counter-box p.counter-number {
    font-size: 70px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #171717;
    border-bottom: 1px solid #ddd;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter-box p.counter-number {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter-box p.counter-number {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .single-counter-box p.counter-number {
        font-size: 40px;
    }
}

.single-counter-box p.counter-number span {
    font-size: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-counter-box p.counter-number span {
        font-size: 65px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-counter-box p.counter-number span {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .single-counter-box p.counter-number span {
        font-size: 40px;
    }
}

.single-counter-box span {
    font-size: 40px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .single-counter-box span {
        margin-left: 0;
    }
}

.single-counter-box h6 {
    font-size: 18px;
    font-weight: 400;
    color: #7f7f7f;
}

@media (max-width: 767px) {
    .single-counter-box h6 {
        font-size: 17px;
        margin-top: 10px;
    }
}

p.counter-number span.operator {
    font-size: 30px !important;
    color: #555;
}

/* 28. CTA CSS  */
.cta-img-area.v2 {
    position: relative;
    z-index: 1;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.cta-img-area.v2 .cta-inner {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-img-area {
    position: relative;
    z-index: 1;
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

@media (max-width: 767px) {
    .cta-img-area {
        height: 350px;
    }
}

.cta-img-area .section-title h2 {
    font-size: 38px;
    line-height: 54px;
    color: var(--white);
    font-weight: 500;
}

.cta-img-area .cta-inner {
    overflow: hidden;
    position: absolute;
    /*top: 0;*/
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cta-img-area h2 {
    font-size: 65px;
    font-weight: 400;
    line-height: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cta-img-area h2 {
        font-size: 60px;
        line-height: 70px;
    }
    .cta-img-area h2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .cta-img-area h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .cta-img-area h2 br {
        display: none;
    }
}

/* 29. Feature Slider CSS  */

.feature_item {
    display: flex;
    align-items: center;
    height: 100px;
    gap: 80px;
}

@media (max-width: 767px) {
    .feature_item {
        height: 60px;
    }
}

.feature_item h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 400;
    margin-right: 30px;
    letter-spacing: -1px;
}

@media (max-width: 767px) {
    .feature_item h2 {
        font-size: 30px;
        letter-spacing: 0;
    }
}

.feature_item h2.stroke {
    -webkit-text-stroke: 0.8px #666;
    -webkit-text-fill-color: #fff;
}

.feature_item img {
    width: 50px;
    display: inline-block;
    margin-right: 30px;
    margin-top: -10px;
}

.feature_item {
    animation: architon-scroller 20s linear infinite;
    will-change: transform;
    white-space: nowrap;
}

@keyframes architon-scroller {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

@keyframes architon-scroller-reverse {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(100%, 0);
    }
}

.feature_wrap {
    position: relative;
    z-index: 1;
}

.feature_wrap:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171717;
    opacity: 0.2;
}

.feature_item_one {
    display: flex;
    align-items: center;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_item_one {
        height: 300px;
    }
}

@media (max-width: 767px) {
    .feature_item_one {
        height: 200px;
    }
}

.feature_item_one h5 {
    color: #fff;
    font-size: 90px;
    font-weight: 500;
    text-transform: uppercase;
    margin-right: 60px;
    color: transparent;
    -webkit-text-stroke: 0.8px #FFFBFB;
    -webkit-text-stroke-width: 1px;
    letter-spacing: -2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature_item_one h5 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .feature_item_one h5 {
        font-size: 50px;
    }
}

.slick-list {
    z-index: 1;
}

/* 30. Team CSS  */

#team-2 .single-team-item {
    margin-bottom: 50px;
}

#team-2 .single-team-item .team-info {
    display: block;
}

#team-2 .single-team-item .team-info h5 {
    font-size: 24px;
    margin-top: 15px;
}

#team-2 .single-team-item .team-info hr {
    margin: 8px 0;
}

#team-2 .single-team-item .team-info p {
    margin: 0;
}

#team-2 .single-team-item .social-icon {
    font-size: 18px;
}

#team-2 .single-team-item .social-icon a i {
    font-size: 18px;
    margin-right: 10px;
    color: #777;
    margin-top: 5px;
}

#team-2 .single-team-item .social-icon a i:hover {
    color: #333;
}

@media (max-width: 767px) {
    #team-2 .team-section.pb-60 {
        padding-bottom: 0;
    }
}

/* 31. Footer Area CSS  */

.footer-area {
    background: #0A0A0A;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-area {
        padding: 100px 50px;
    }
}

@media (max-width: 767px) {
    .footer-area {
        padding: 50px 30px;
        margin-top: 0;
    }
}

.footer-area .logo {
    height: 90px;
    display: flex;
    align-items: center;
    padding-right: 30px;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-area h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
}

.footer-area p {
    margin-top: 5px;
    color: #868686;
    font-size: 16px;
}

.footer-area ul li a {
    font-size: 16px;
    display: block;
    color: #868686;
    padding: 6px 0;
    position: relative;
}

@media (max-width: 767px) {
    .footer-area ul li a {
        padding: 6px 0;
    }
}

.footer-area ul li a:hover {
    opacity: 0.5;
}

.footer-up {
    padding: 80px 0 60px;
}

.footer-up .social-area i {
    color: #eee;
    font-size: 20px;
    margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-up {
        padding-bottom: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .footer-up {
        padding: 0;
    }
}

.footer-bottom {
    font-size: 14px;
    font-weight: 400;
    padding: 15px 0;
    background: #0A0A0A;
    border-top: 1px solid #222;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

@media (max-width: 767px) {
    .footer-bottom {
        text-align: center;
    }
}

.company-email {
    margin-bottom: 15px;
}

.company-email p {
    margin: 0;
}

.company-email a {
    color: #f6f6f6;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.company-email a:hover {
    color: #fff;
}

.phone-number {
    margin-bottom: 15px;
}

.phone-number p {
    margin: 0;
}

.phone-number a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.footer-two ul li a {
    color: #fff;
}

@media (max-width: 767px) {
    .footer-area p br {
        display: none;
    }
}

/* 32. Breadcrumb 
-----------------*/

.breadcrumb-bg {
    /*background-image: url(../img/breadcrumb/common-bg.html);*/
    /*! height: 340px; */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f5f2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 90px;
}
/*.breadcrumb-bg::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .65);
}*/
ol.breadcrumb{
    margin: 0px auto;
    display: inline-flex;
    z-index: 999;
    position: relative;
}
ol.breadcrumb li {
    color: #eee;
}
.breadcrumb-bg .breadcrumb-title {
    position: relative;
    z-index: 999;
}

.breadcrumb-bg .breadcrumb-title h1 {
    font-size: 65px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #222;
    margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-bg .breadcrumb-title h1 {
        font-size: 50px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    .breadcrumb-bg .breadcrumb-title h1 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-bg .breadcrumb-title h1 {
        font-size: 40px;
    }
}

.breadcrumb {
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: #a39d9d;
    font-size: 17px;
}

.breadcrumb-item.active {
    color: var(--primary-color);
    font-size: 17px;
    font-weight: 500;
}
.breadcrumb-item.active::before{
    content: '/';
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #a39d9d !important;
}

.breadcrumb-bg h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

.breadcrumb-bg.white-bg {
    padding-top: 60px;
}

.breadcrumb-bg.white-bg h1 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.breadcrumb-bg.white-bg i {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

/* 33. Contact CSS  */

.contact-section .section-title h1 {
    font-size: 90px;
    font-weight: 500;
    line-height: 100px;
}

.contact-section .section-title i {
    transform: rotate(-45deg);
    position: relative;
    top: 10px;
}

.contact-section .contact-text {
    text-align: justify;
}

.contact-section .subimit-form-wrap form {
    margin-top: 50px;
}

.contact-section .subimit-form-wrap input,
.contact-section .subimit-form-wrap select,
.contact-section .subimit-form-wrap textarea {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.contact-section .subimit-form-wrap textarea {
    height: 60px;
}

.contact-section input[type=submit] {
    border: 1px solid #ddd;
    width: 160px;
    text-align: center;
    display: block;
    margin: 0px auto;
}

.contact-section iframe {
    max-width: calc(100% - 40px);
    /*height: 600px;*/
    /*filter: grayscale(1);*/
    position: relative;
    z-index: -1;
}

@media (max-width: 767px) {
    .contact-section iframe {
        max-width: calc(100% - 0px);
    }
}

.contact-section .single-contact-info {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 7px;
}

.contact-section .single-contact-info p {
    margin: 0;
    color: var(--secondary-color);
}

.contact-section .single-contact-info h4 a{
    margin: 0 0 15px;
    font-size: 1.5rem;
    color: #0A0A0A;
}

@media (max-width: 767px) {
    .contact-section .single-contact-info h4 a{
        font-size: 18px;
    }
}

.contact-section .social-area {
    margin-top: 30px;
}

.contact-section .social-area a {
    background: #9F9F9D;
    color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.contact-section .social-area a:hover{
    background: var(--primary-color);
    
}
.contact-section .social-area a i {
    font-size: 14px;
    margin-right: 0;
}

.contact-section .contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

@media (max-width: 767px) {
    .contact-section .contact-info {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .contact-section img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
}

/* 34. Feature CSS */

.single-feature-item {
    margin-bottom: 30px;
}

.single-feature-item p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .feature-wrap {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .feature-wrap {
        margin-top: 10px;
    }
}

.single-feat-inner {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .single-feat-inner {
        flex-direction: column;
        margin-bottom: 0;
    }
}

.single-feat-inner .icon-wrap i:before {
    font-size: 40px;
}

.icon-wrap {
    width: 40px;
}

.feature-section h6 {
    background: #ddd;
}

/* 35. Price CSS */

.single-price-item {
    margin-top: 50px;
    transition: 0.3s;
    border-top: 2px solid;
    border-bottom: 2px solid;
    padding: 30px 10px;
    min-height: 600px;
    margin-bottom: 30px;
}

.single-price-item h5 {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    margin: 20px 0 0;
}

.single-price-item p {
    margin: 40px 0px;
}

.single-price-item .bordered-btn {
    color: #333;
    border-color: #333;
}

.price-box {
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

.price-box h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .price-box h3 {
        font-size: 35px;
    }
}

.price-box h3 span {
    font-size: 16px;
}

.price-list {
    margin-top: 40px;
}

.price-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-list ul li {
    display: block;
    margin: 20px 0;
    color: #878787;
    font-size: 16px;
    position: relative;
    transition: 0.3s;
    padding-left: 30px;
}

.price-list ul li i {
    margin-right: 15px;
    position: absolute;
    top: 4px;
    left: 0;
}

#price_page .section-title h1 {
    font-size: 80px;
    font-weight: 500;
    line-height: 90px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #price_page .section-title h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #price_page .section-title h1 {
        font-size: 60px;
        line-height: 70px;
    }
}

@media (max-width: 767px) {
    #price_page .section-title h1 {
        font-size: 35px;
        line-height: 45px;
    }
}

@media only screen and (min-width: 540px) and (max-width: 767px) {
    #price_page .section-title h1 {
        font-size: 50px;
        line-height: 60px;
    }
}

#price_page .hero-area-inner {
    padding: 80px 0 40px;
}

#price_page .hero-area-content p {
    padding-left: 400px;
    text-align: justify;
    margin-top: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #price_page .hero-area-content p {
        padding-left: 0;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    #price_page .hero-area-content p {
        padding-left: 0;
        margin-top: 50px;
        text-align: left;
    }
}

@media (max-width: 767px) {
    #price_page .section-title h1 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .pricing-section.pb-90 {
        padding-bottom: 0;
    }
}

/* 36. Award CSS  */

.award-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.award-wrap {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.single-award-item {
    display: flex;
    align-items: end;
}

@media (max-width: 767px) {
    .single-award-item {
        margin-bottom: 30px;
    }
}

.single-award-item p {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .single-award-item p {
        margin-bottom: 0;
    }
}

.single-award-item h3 {
    line-height: 1;
}

.award-icon {
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.award-icon i {
    font-size: 20px;
    transform: rotate(-45deg);
}

.award-info {
    padding-left: 30px;
}

.award-info h3 {
    font-size: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .award-info h3 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .award-info h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .award-info h3 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media (max-width: 767px) {
    .award-section {
        padding-bottom: 50px;
    }
}

/* 37. Timeline Section CSS  */

.timeline-wrapper {
    position: relative;
    z-index: 1;
}

.timeline-item:not(:last-child) {
    padding-bottom: 20px;
}

.timeline-line-wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 1px;
}

@media (max-width: 767px) {
    .timeline-line-wrap {
        display: none;
    }
}

span.timeline-line {
    background: #ddd;
    display: block;
    height: 100%;
}

.timeline-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .timeline-inner {
        flex-direction: column;
    }
}

.timeline-img-wrap {
    width: 50%;
    flex-shrink: 0;
    text-align: right;
    padding: 0 10% 0 0;
}

@media (max-width: 767px) {
    .timeline-img-wrap {
        width: 100%;
        padding: 0;
    }
}

.timeline-img-wrap img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.timeline-content-wrap {
    width: 50%;
    padding: 0 0 0 10%;
}

@media (max-width: 767px) {
    .timeline-content-wrap {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
}

.timeline-item.reverse .timeline-content-wrap {
    padding: 0 10% 0 0;
    text-align: end;
}

@media (max-width: 767px) {
    .timeline-item.reverse .timeline-content-wrap {
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }
}

.timeline-item.reverse .timeline-img-wrap {
    padding: 0 0 0 10%;
}

@media (max-width: 767px) {
    .timeline-item.reverse .timeline-img-wrap {
        padding: 0;
    }
}

h5.timeline-title {
    margin: 15px 0;
    font-size: 22px;
}

@media (max-width: 767px) {
    h5.timeline-title {
        margin-top: 5px;
    }
}

.time-line-point-wrap {
    position: absolute;
    color: #fff;
    font-size: 1em;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

@media (max-width: 767px) {
    .time-line-point-wrap {
        display: none;
    }
}

.time-line-point {
    background-color: #272727;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.btn-1 {
    border: 1px solid white;
    padding: 12px 26px;
    font-size: 18px;
    color: white;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-1:hover {
    background-color: white;
    color: var(--primary-color);
}

.btn-2 {
    width: fit-content;
    border: 1px solid black;
    padding: 10px 16px;
    color: black;
    background-color: transparent;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-2:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.btn-2 {
    width: fit-content;
    border: 1px solid black;
    padding: 10px 16px;
    color: black;
    background-color: transparent;
    font-family: var(--font-1);
    transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-2:hover {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
    color: white;
}

.process-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 48px;
    z-index: 9
}

@media (max-width: 1299px) {
    .process-card {
        gap: 25px
    }
}

@media (max-width: 767px) {
    .process-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.process-card .box-img {
    position: relative;
    min-width: 387px;
    z-index: 9
}

@media (max-width: 991px) {
    .process-card .box-img {
        min-width: 300px
    }
}

@media (max-width: 767px) {
    .process-card .box-img {
        min-width: 100%
    }
}

.process-card .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.process-card .box-step {
    font-family: var(--title-font2);
    font-weight: 400;
    font-size: 57px;
    margin-bottom: 5px
}

@media (max-width: 480px) {
    .process-card .box-step {
        font-size: 48px
    }
}

.process-card .box-text {
    font-size: 24px;
    margin-bottom: 50px
}

@media (max-width: 480px) {
    .process-card .box-text {
        font-size: 20px
    }
}

.process-card:hover .box-img img {
    -webkit-transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
    transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1)
}

.process-item-area {
    position: relative;
    z-index: 2
}

.process-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    align-items: center;
}

@media (max-width: 991px) {
    .process-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.process-item:not(:last-child) {
    margin-bottom: 64px
}

.process-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media (max-width: 991px) {
    .process-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.process-item:nth-child(even) .process-number {
    left: auto;
    right: 0px
}

.process-item:nth-child(even) .box-content {
    text-align: right
}

.process-item:nth-child(even) .box-text {
    margin-left: auto
}

.process-item .process-img {
    max-width: 600px
}

.process-item .box-title {
    font-size: 40px
}

@media (max-width: 1299px) {
    .process-item .box-title {
        font-size: 30px
    }
}

@media (max-width: 767px) {
    .process-item .box-title {
        font-size: 24px
    }
}

.process-item .box-text {
    max-width: 498px;
    margin-bottom: 45px;
    line-height: 26px;
}

.process-number {
    position: relative;
    min-width: 44px;
    height: 44px;
    top: 0px;
    left: 0
}

@media (max-width: 991px) {
    .process-number {
        display: none
    }
}

.process-number:before,
.process-number:after {
    content: "";
    position: absolute;
    background-color: var(--dark);
    left: 20px;
    width: 1px;
    height: 120px
}

.process-number:before {
    top: 50px
}

.process-number:after {
    bottom: 50px
}

.process-number svg.progress-ring {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 0
}

.process-number .progress-ring__circle {
    fill: #F0F0F0;
    stroke: var(--dark);
    stroke-width: 1;
    stroke-dasharray: 125.6;
    stroke-dashoffset: 125.6;
    -webkit-transition: stroke-dashoffset 0.6s ease;
    transition: stroke-dashoffset 0.6s ease
}

.process-number span {
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 500;
    color: #02000F;
    text-align: center;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.process-item.item-active .progress-ring__circle {
    stroke-dashoffset: 0
}

.particle-1 {
    min-width: 1400px;
    height: 744px
}

.particle-2 {
    max-width: 1500px;
    height: 517px
}

.particle-2.small {
    max-width: 515px;
    height: 490px
}

.particle-3 {
    max-width: 1300px;
    height: 744px
}

.hover12 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover12 figure:hover img {
    opacity: .5;
}

.mad-banner {
    position: relative;
}

.mad-banner::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.mad-banner:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.feature-four__bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: .60;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -1;
}

.footer-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(81, 70, 50, 0.8);
    z-index: -1;
}

.footer-section {
    position: relative;
    padding: 78px 0 0px;
}

.middle-portion {
    margin-bottom: 52px;
}

.middle-portion .footer_logo {
    padding-left: 62px;
    padding-top: 5px;
}

.middle-portion .about_col {
    margin-left: -8px;
}

.middle-portion .about_col h4 {
    margin-bottom: 18px;
    padding-left: 2px;
}

.middle-portion h4 {
    color: var(--white);
    margin-bottom: 16px;
}

.middle-portion ul {
    margin-bottom: 0;
}

.middle-portion .about_col ul li p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: var(--white);
    margin-bottom: 24px;
}

.middle-portion ul .icons {
    display: inline-block;
    margin-right: 8px;
}

.middle-portion ul .icons i {
    border-radius: 100%;
    background: var(--white);
    color: var(--dark);
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    width: 48px;
    text-align: center;
    margin-right: 0;
    transition: all 0.3s ease-in-out;
}

.middle-portion ul .icons i:hover {
    color: var(--primary-color);
    background-color: var(--white);
    transform: translateY(-5px);
}

.middle-portion li a {
    text-decoration: none;
    color: var(--white);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
    text-transform: none;
}

.middle-portion .links_col {
    padding-left: 42px;
}

.middle-portion .links_col .list-unstyled li {
    text-align: right;
}

.middle-portion .contact_col {
    padding-right: 15px;
    margin-left: -42px;
}

.middle-portion .contact_col ul li {
    margin-bottom: 8px;
    text-transform: none;
}

.middle-portion li i {
    color: var(--white);
    margin-right: 12px;
    transition: all 0.3s ease-in-out;
}

.middle-portion li .location {
    margin-right: 15px;
}

.middle-portion .contact_col li span {
    color: var(--white);
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.middle-portion li a:hover {
    color: var(--dark);
}

.middle-portion li:hover i {
    color: var(--primary-color) !important;
}

.middle-portion .contact_col ul .contact_icons:hover i {
    color: var(--light-gold);
}

.bottom-portion {
    border-top: 1px solid var(--white);
    text-align: center;
}

.copyright {
    padding: 24px 0;
}

.copyright p {
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    text-align: left;
}
.btm_menu{
    display: inline-flex;
      gap: 15px;
    padding: 25px 0px;
}
.btm_menu li{
    
}
.btm_menu li a{    
    font-size: 15px;
}
.copyright p a {
    color: #ffe9a3;
    font-size: 16px;
}

.copyright p a:hover {
    color: var(--dark);
}

.footer_shape figure {
    position: absolute;
    bottom: 120px;
    right: 0;
}

.about-us h3 {
    font-size: 36px;
    margin-top: 22px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.about-us .about-info {
    position: relative;
    margin-top: 10px;
    padding-left: 100px;
    padding-top: 10px;
}

.about-us .about-info i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
    color: var(--primary-color);
    font-size: 45px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .6s;
}

.about-us .about-info h4 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-us .about-info span {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color);
}

.about-us .about-image {
    text-align: right;
    position: relative;
}

.about-us .about-image .about-inner-box {
    background-color: var(--primary-color);
    padding: 35px 30px 22px;
    border-radius: 10px;
    transition: .6s;
    text-align: left;
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 390px;
}

.about-us .about-image .about-inner-box .content {
    position: relative;
    padding-left: 75px;
}

.about-us .about-image .about-inner-box .content .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.about-us .about-image .about-inner-box .content .icon img {
    width: 45px;
    height: 45px;
}

.about-us .about-image .about-inner-box .content h3 {
    font-size: 19px;
    margin-bottom: 12px;
    font-weight: 500 !important;
}

.about-us .about-image .about-inner-box .content h3 a {
    color: #fff;
}

.about-us .about-image .about-inner-box .content p {
    color: #fff;
    font-size: 15px;
}

.main-menu ul li a.ap_btn{
    font-size: 17px;
    /*text-transform: uppercase;*/
    position: relative;
    margin-bottom: 22px;
    padding: 14px 8px;
    background-color: var(--gt-theme) !important;
    color: var(--white) !important;
}
.header-sticky .main-menu ul li a.ap_btn:hover{
    background-color: var(--gt-theme) !important;
    color: var(--dark) !important;
}
.main-menu ul li a.ap_btn:hover{
    background-color: var(--gt-white) !important;
    color: var(--dark) !important;
}

a.footer_btn{
    font-size: 17px;
    /*text-transform: uppercase;*/
    position: relative;
    margin-bottom: 22px;
    padding: 10px 12px;
    background-color: var(--white) !important;
    color: var(--dark) !important;
}
a.footer_btn:hover{
    background-color: var(--gt-theme) !important;
    color: var(--white) !important;
}
/*.main-menu ul li a.ap_btn{
    font-size: 19px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 4px;
    padding: 29px 0px;
    background-color: var(--gt-theme) !important;
    color: var(--white) !important;
}*/
/*.main-menu ul li a.ap_btn::before{
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    height: 1px;
    width: 0px;
    background: var(--white);
    transition: all 0.3s ease-in-out;
}
.main-menu ul li a.ap_btn:hover::before{
    width: 100%;
}*/
.ap_btn:hover::before{
    content: none !important;
}
.heading-animation h2{
    text-shadow: 0 -1px 4px #d3b523, 0 -2px 10px #000, 0 -10px 20px #ececec, 0 -18px 40px #FFF8F8;
      color: #fffefe;
}


/* # Video */
.video-area {
    overflow: hidden;
}
.video-area .custom-container {
    max-width: 1336px;
    padding: 0 15px;
}
.video-area .video-content-wrap {
    position: relative;
    overflow: hidden;
}
.video-area .video-content-wrap > img {
    transition: .5s;
    width: 100%;
    height: 100%;
    animation: zoomInAnim 35s infinite linear;
}
.video-area .video-content-wrap .video-play-btn {
    color: #fff;
    height: 206px;
    width: 206px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video-area .video-content-wrap .video-play-btn .video-play-btn-inner {
    align-items: center;
    display: flex;
    justify-content: center;
}
.video-area .video-content-wrap .video-play-btn svg .qodef--top-half {
    stroke-dasharray: 320;
    stroke-dashoffset: 320;
    animation: playBtnOut 1s forwards; /* Added forwards to keep the final state */
}
.video-area .video-content-wrap .video-play-btn:hover svg .qodef--top-half {
    animation: playBtn 1s forwards; /* Added forwards to keep the final state */

}
.video-area .video-bg {
    position: relative;
    width: 100%;
    height: 660px;
}
.video-area .video-bg iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes playBtn {
    from {
        stroke-dasharray: 320px;
    }
    to {
        stroke-dasharray: 635px;
    }
}
@keyframes playBtnOut {
    from {
        stroke-dasharray: 635px;
    }
    to {
        stroke-dasharray: 320px;
    }
}
.video-area .video-content-wrap .video-play-btn svg .qodef-m-circle-half,
.video-area .video-content-wrap .video-play-btn svg .qodef-m-arrow,
.video-area .video-content-wrap .video-play-btn svg circle {
    fill: none;
    stroke: #ffffff;
}
.video-area .video-content-wrap > img {
    display: block;
}
.video-area .video-content-wrap .content {
    background-image: url(../img/video-bg.jpg);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 422px;
    width: 100%;
    padding: 35px 59px;
    z-index: 1;
}
.video-area .video-content-wrap .content h4 {
    color: #ffffff;
    margin-bottom: 21px;
}
.video-area .video-content-wrap .content h4 a {
    color: #ffffff;
    font-size: 24px;
    line-height: 35px;
}
.video-area .video-content-wrap .content > a {
    display: inline-flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    gap: 3px;
    transition: .5s;
}
.video-area .video-content-wrap .content > a:hover {
    gap: 6px;
}
.video-area .video-content-wrap .content > a span {
    display: block;
    height: 12px;
}
.video-area .video-content-wrap .content > a span::after,
.video-area .video-content-wrap .content > a span::before {
    background: var(--primary-color);
}
.video-area .video-content-wrap .content .border-shape {
    position: absolute;
    top: 15px;
    right: 15px;
    height: calc(100% - 30px);
    z-index: -1;
}


.about-area {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-position: center top;
}
.about-area .card {
  border: none;
}
.about-area .card .card-text {
  flex: auto;
    font-size: 15px;
    line-height: 24px;
}
.about-area .card .card-title{
    font-weight: 600;
    font-size: 19px;
} 
.about-area .card-icon {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 32px;
  color: var(--text-white);
  background-color: var(--primary-color);
}
.about-area .card-icon i{
    font-size: 25px;
}
.about-area .image {
  position: relative;
}
.about-area .image .absolute-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: 6.25%;
  width: 180px;
  height: 240px;
  padding: 15px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  outline: 2px dashed var(--gt-white);
  outline-offset: -12px;
    background-color:#531530 !important;
    color: #fff;
}
.about-area .info-list .card {
  max-width: 400px;
  overflow: hidden;
  z-index: 1;
  flex-direction: row;
  gap: 16px;
    background-color: inherit;
}

.about-area.about-1 .info-list .card-icon i {
  color: var(--text-dark);
}
.about-area.about-1 .info-list .item:nth-child(odd) {
  border-inline-end: 3px solid var(--border-color);
}
@media (max-width: 767.98px) {
  .about-area.about-1 .info-list .item:nth-child(odd) {
    border: 0;
  }
}

.list-unstyled2 {
    display: flex;
    gap: 10px; /* space between buttons */
    padding: 0;
    margin: 0;
    list-style: none;
}

.list-unstyled2 li {
    margin: 0; /* reset default spacing */
}

.list-unstyled2 .theme-btn2{
    line-height: 48px;
    font-size: 17px;
}
.list-unstyled2 .theme-btn, 
.list-unstyled2 .theme-btn2 {
    display: block;
    text-align: center;
    width: 100%; /* ensure full width inside group if needed */
}

.list-unstyled2 li a {
    display: block;
}

.our-goal__right {
  position: relative;
  display: block;
  margin-left: 30px;
  margin-right: -375px;
}

.our-goal__img-box {
  position: relative;
  display: block;
}

.our-goal__img {
  position: relative;
  display: block;
}

/*.our-goal__img::before {
  position: absolute;
  top: 30px;
  left: -10px;
  height: 308px;
  width: 10px;
  background-color: var(--secondary-color);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  content: "";
}*/

.our-goal__img img {
  width: 100%;
  /*border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;*/
}

.our-goal__change-life {
  position: absolute;
  bottom: 30px;
  left: -160px;
  width: 290px;
  height: 281px;
  background-color: var(--secondary-color);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
  z-index: 1;
  padding: 54px 70px 56px;
}

.our-goal__change-life::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  z-index: -1;
}

.our-goal__change-life-icon {
  position: relative;
  display: inline-block;
}

.our-goal__change-life-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--secondary-color);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.our-goal__change-life:hover .our-goal__change-life-icon span {
  transform: scale(.9);
}


.masonry {
    column-count: 2; /* number of columns */
    column-gap: 15px; /* space between columns */
}

.masonry-item {
    margin-bottom: 15px;
}

.masonry-item img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 992px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry {
        column-count: 1;
    }
}


.project-slider-3 .owl-stage-outer {
    overflow: inherit;
}

.project-slider-3:before,
.project-slider-3:after {
    position: absolute;
    content: "";
    width: 500%;
    height: 100%;
    top: 0;
    left: -500%;
    background: #fff;
    opacity: 0.7;
    z-index: 1;
}

.project-slider-3:after {
    left: auto;
    right: -500%;
}
.project-slider-3 .owl-nav button.owl-prev,
.project-slider-3 .owl-nav button.owl-next {
    border: 1px solid #ddd;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

.project-slider-3 .owl-nav button.owl-prev:hover,
.project-slider-3 .owl-nav button.owl-next:hover {
    background: #1D1E21;
    border-color: #1D1E21;
    color: #fff;
}
.project-slider-3 .project-title h6{
    color: #a40f00;
}
.project-slider-3 .owl-nav {
    /*position: absolute;
    bottom: -40px;
    left: 0;*/
    display: flex;
    justify-content: center;
}

.project-slider-3 .owl-nav i {
    font-size: 20px;
}

.project-slogan p{
    font-size: 20px;
    font-weight: 500; 
        font-family: "Cormorant Infant", sans-serif;
}

.text-white *{
    color: var(--white); 
}
.justify-center .list-unstyled2{
    justify-content: center;
}




.blog-meta-two {
    background: #fff
}

.blog-meta-two .post-data {
    padding-top: 0px;
}

.blog-meta-two .post-data .blog-title {
    width: 70%
}

.blog-meta-two .post-data .blog-title h4 {
    font-size: 32px;
    line-height: 1.281em
}

.blog-meta-two .post-data .blog-title:hover h4 {
    text-decoration: underline
}

.blog-meta-two .post-data .round-btn {
    font-size: 25px;
    width: 60px;
    height: 60px;
    border: 1px solid #19352d;
    background: #fff;
    color: #19352d
}

.blog-meta-two .post-data .round-btn:hover {
    background: #d4af37;
    border-color: #d4af37
}

.blog-meta-two .post-data .post-info {
    border-top: 1px solid #d1d1d1;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,.6)
}

.blog-meta-two .post-img {
    height: 350px;
    padding: 0 0 20px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.blog-meta-two .post-img .date {
    line-height: 38px;
    font-size: 16px;
    padding: 0 18px;
    text-transform: uppercase;
    background: #fff;
    color: #19352d
}

.blog-meta-two.style-two {
    background: #f4f4f4;
    border-radius: 30px;
    overflow: hidden
}

.blog-meta-two.style-two .post-img {
    height: 460px
}

.blog-meta-two.style-two .post-data {
    padding: 26px 35px
}

.blog-meta-two.style-two .post-data .post-info {
    border: none;
    padding: 0;
    margin: 0 0 12px
}

.blog-meta-two.style-two .post-data .round-btn {
    border: none
}


.quote-wrapper {
    padding: 20px;
    border-right: 5px solid var(--theme-color);
    background: var(--white);
    box-shadow: var(--box-shadow)
}

.quote-img {
    position: relative
}

.quote-img::before {
    content: "";
    position: absolute;
    border: 15px solid var(--white);
    left: 20px;
    right: 0;
    top: 30px;
    bottom: 30px
}

.quote-content {
    padding: 30px
}
.quote-content .form-group {
    margin-bottom: 20px
}

.quote-content .form-group .form-control {
    padding: 16px 22px;
    font-size: 14px;
    border-radius: 0;
    background-color: var(--theme-bg-light);
    border: none;
    box-shadow: none
}
.quote-content .form-group label,
.quote-content .form-group label,
.quote-content .form-group label,
.quote-content .form-group label,
.quote-content .form-group label,
.quote-content .form-group label{
    font-size: 16px;
    margin-bottom: 7px;
}
.quote-content .form-group input[type="text"]::placeholder,
.quote-content .form-group input[type="email"]::placeholder,
.quote-content .form-group input[type="tel"]::placeholder,
.quote-content .form-group input[select]::placeholder,
.quote-content .form-group input[type="date"]::placeholder,
.quote-content .form-group input[textarea]::placeholder{
    font-size: 16px;
}
.quote-content .form-group .form-select {
    padding: 15px 22px;
    background-color: var(--theme-bg-light);
    border: none;
    box-shadow: none;
    border-radius: 0
}

@media all and (max-width:1199px) {
    .quote-content .quote-header h2 {
        font-size: 25px
    }
}

@media all and (max-width:991px) {
    .quote-img img {
        width: 100%;
    }
    
    
}

.wpcf7-form-control-wrap{
    width: 100%;
}


.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.nav-pills2 {
    list-style: none;
    padding: 0;
}

.nav-pills2 li {
    margin-bottom: 10px;
}

.nav-pills2 li a {
    display: block;
    padding: 10px;
    background: #f1f1f1;
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.nav-pills2 li.active a {
    background: var(--gt-theme);
    color: #fff;
}