/****************************************************** */
/*********************  EnvArch *********************** */
/******************************************************

    TABLE OF CONTENT
    ========================

    01. Default CSS
    02. Hero Section
    03. Page Banner
	04. WrodPress Section
	05. Services Section
	06. Video Section
	07. Client Section
	08. Rastaurant Section
	09. Apartment Section
	10. Success Section
	11. FAQ Section
	12. Contact 
	13. Call To Action
	14. Team Section
	15. Blog Section
	16. Footer Section


/****************************************************** */
/*******************  01. Default CSS ***************** */
/****************************************************** */


:root {
  --theme-color: #FECC52;
  --title-color: #fff;
  --title-black: #01000F;
  --body-color: #999999;
  --body-bg: #272727;
  --smoke-color: #323232;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #B0B0B0;
  --yellow-color: #fec624;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: rgba(255, 255, 255, 0.15);
  --title-font: 'Oswald', sans-serif;
  --body-font: 'Oswald', sans-serif;
  --para-font: 'Poppins', sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1410px;
  --container-gutters: 30px;
  --section-space: 160px;
  --section-space-mobile: 100px;
  --section-title-space: 70px;
  --ripple-ani-duration: 5s;
}


* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    color: #5f5c5c;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: 'Raleway', sans-serif;
}

a {
    color: #1965FD;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #ca9c6a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1e1e1e;
    line-height: 1.4;
    font-family: 'Oswald', sans-serif;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1e1e1e;
}

h1 {
    font-size: 100px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

header:after,
section:after,
footer:after {
    display: block;
    clear: both;
    content: "";
}

/*container fluid*/
.container-fluid {
    padding: 0;
}

/** Section Title style */
.section-title h6 {
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 34px;
}

.section-title h6:first-child {
    color: #ca9c6a;
}

.section-title h2 {
    text-transform: uppercase;
    letter-spacing: 10px;
    font-weight: 600;
}

.section-title .thin {
    font-weight: 200;
}

.section-title p {
    font-size: 14px;
    text-transform: uppercase;
}

.section-title.text-white *,
.section-title.text-white h6 {
    color: white;
}

.section-title h2 span,
.section-title.text-white h2 span {
    color: #ca9c6a;
}

/** Button style one */
.theme-btn,
a.theme-btn {
    color: #FFFFFF;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    transition: 0.5s;
    min-width: 175px;
    padding: 17px 35px;
    background: #ca9c6a;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Oswald', sans-serif;
}

.theme-btn:hover,
a.theme-btn:hover {
    background: #1e1e1e;
}

.theme-btn.style-two,
a.theme-btn.style-two {
    font-weight: 300;
    background: #1e1e1e;
}

/** Social Link Style One */
.social-icons {
    display: inline-block;
}

.social-icons a {
    margin: 0 10px;
    color: #ffffff;
    display: inline-block;
}

.social-icons a:hover {
    color: #c6a47e;
}

.social-icons a:first-child {
    margin-left: 0;
}

.social-icons a:last-child {
    margin-right: 0;
}

/*List style One*/
.list-style-one li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
    font-size: 18px;
    color: #1e1e1e;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.list-style-one li:last-child {
    margin-bottom: 0;
}

.list-style-one li a {
    color: #1e1e1e;
}

.list-style-one li a:hover {
    color: #ca9c6a;
}

.list-style-one li:before {
    position: absolute;
    content: "\f101";
    left: 0;
    top: 2px;
    font-size: 16px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}


/*pazination style*/
.pazination li {
    display: inline-block;
    margin: 0 5px 10px 0;
}

.pazination li a {
    width: 50px;
    height: 50px;
    color: #222222;
    display: block;
    font-size: 18px;
    transition: 0.5s;
    line-height: 50px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
}

.pazination a:hover,
.pazination li.active a {
    color: #b900ef;
}

/*** Preloader style ** */
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/logo/preload.png);
    background-size: 150px 150px; /* Adjust width and height */
}


/*** Scroll Top style ** */
.scroll-top {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    display: none;
    cursor: pointer;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    background: #ca9c6a;
    border: 1px solid #ffffff33;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* text inputs and testarea */
.form-group input,
.form-group textarea {
    border: none;
    color: #c9c9c9;
    font-size: 14px;
    border-radius: 0;
    padding: 15px 0 20px;
    background: transparent;
    border-bottom: 1px solid #d5d5d5;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #c9c9c9;
    font-size: 14px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.form-group input:focus,
.form-group textarea:focus {
    box-shadow: none;
    border-color: #c9c9c9;
    background: transparent;
}


/* input buttons */
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: none;
}

/* overlay */
.overlay {
    position: relative;
}

.overlay:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0.4;
    background: #000000;
}

.overlay * {
    z-index: 2;
    position: relative;
}

/****************************************************** */
/****************** 02. Hero Section  ***************** */
/****************************************************** */
.hero-section {
    min-height: 900px;
    background-size: cover;
    background-position: center;
    align-items: center;
    display: flex;
}

.hero-content {
    padding-top: 200px;
}

.hero-content h1 {
    text-transform: uppercase;
}

.hero-content .text-lighter {
    color: #ca9c6a;
    font-weight: 200;
    letter-spacing: 10px;
}

.scroll-down {
    display: inline-block;
    margin-top: 150px;
}

.scroll-box {
    width: 30px;
    height: 60px;
    border-radius: 12px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    border: 1px solid #FFFFFF;
}

.scroll-box:before {
    content: '';
    width: 1px;
    height: 80px;
    background: #FFFFFF;
    position: absolute;
    bottom: calc(100% + 15px);
    left: 14.5px;
}

.scroll-box:after {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: 11px;
    top: 6px;
    -webkit-animation: scroll 5s infinite;
    animation: scroll 4s infinite;
}

@-webkit-keyframes scroll {
    from {
        top: 8px;
        opacity: 1;
    }

    to {
        top: 22px;
        opacity: 0.5;
    }
}

@keyframes scroll {
    from {
        top: 8px;
        opacity: 1;
    }

    to {
        top: 40px;
        opacity: 0.5;
    }
}

/****************************************************** */
/******************** 03. Page Banner ***************** */
/****************************************************** */
.projects-banner-section {
    background: url(../images/prejects.jpg);
    background-size: cover;
    display: flex;
}

.projects-banner-section nav {
    flex: none;
    padding: 17px 66px 16px;
    margin-top: auto;
    margin-left: auto;
    background: #ca9c6a;
}

.projects-banner-section nav li {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.services-banner-section {
    background: linear-gradient( rgba(18, 34, 59, 0.3), rgba(0, 0, 0, 0.2) ), url(../images/about-us-banner.jpg);
    background-size: cover;
    display: flex;
}

.services-banner-section nav {
    flex: none;
    padding: 17px 66px 16px;
    margin-top: auto;
    margin-left: auto;
    background: #ca9c6a;
}

.services-banner-section nav li {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.banner-section {
    background: url(../images/contact1.jpg);
    background-size: cover;
    display: flex;
}

.banner-inner {
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.page-title {
    width: 100%;
    color: #FFFFFF;
    margin-top: auto;
    padding: 135px 15px 0;
}

.page-title h2 {
    color: white;
    line-height: 1;
    font-size: 100px;
    text-transform: uppercase;
}

.page-title span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 9px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
    display: inline-block;
    background: transparent;
}

.banner-section nav {
    flex: none;
    padding: 17px 66px 16px;
    margin-top: auto;
    margin-left: auto;
    background: #ca9c6a;
}

.banner-section nav li {
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: #FFFFFF;
}

/****************************************************** */
/*************** 04. WrodPress Section  ************** */
/****************************************************** */
.wp-section {
    background-position: center;
    background-size: cover;
}

.wp-images {
    position: relative;
    display: inline-block;
    margin-right: 140px;
}

.wp-images:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 20px;
    left: 100%;
    top: 0;
    background: #ca9c6a;
}

.wp-images img:last-child {
    border-radius: 10px;
    border: 5px solid #ffffff;
    position: absolute;
    right: -100px;
    bottom: -110px;
    width: 84%;
    z-index: 1;
}

.wp-content img {
    border-radius: 10px;
}

.experience-year {
    padding: 30px 30px 35px 60px;
    position: absolute;
    background: white;
    bottom: 66%;
    right: 0;
    z-index: 2;
    display: flex;
    max-width: 280px;
    align-items: flex-end;
    transform: translate(55%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.experience-year:after {
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    left: 20%;
    top: 100%;
    border-top: 20px solid white;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
}

.experience-year .number {
    font-size: 80px;
    color: #ca9c6a;
    font-weight: 700;
    line-height: 65px;
    margin-right: 15px;
    font-family: 'Oswald', sans-serif;
}

/*about section*/
.about-image {
    margin-top: 100px;
    min-height: 600px;
    position: relative;
    height: calc(100% - 100px);
    background: url('../images/projects/Kottawa house exterior and interior/5.jpeg')  no-repeat center/cover;
}

.about-image:before {
    content: 'About us';
    position: absolute;
    height: 100px;
    width: 100%;
    left: 0;
    bottom: 100%;
    font-size: 5.5vw;
    font-weight: 700;
    padding-left: 35px;
    color: transparent;
    background: #faf7f0;
    letter-spacing: 40px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #e1e1e1;
    font-family: 'Oswald', sans-serif;
}

.about-image .experience-year {
    bottom: auto;
    right: auto;
    left: 35px;
    top: 50px;
    transform: translate(0);
}

.about-content {
    max-width: 270px;
}

/****************************************************** */
/**************** 05. Services Section  *************** */
/****************************************************** */
.services-section {
    background-position: center;
    background-size: cover;
}

.service-item {
    background: white;
    padding: 35px 30px 20px 35px;
    margin-bottom: 30px;
    min-height: 280px;
}

.service-item .number {
    float: right;
    font-size: 60px;
    color: transparent;
    -webkit-text-stroke: 1px #e1e1e1;
    font-family: 'Oswald', sans-serif;
}

.service-item h3 {
    margin: 15px 0;
    text-transform: uppercase;
}

.service-item p {
    font-size: 14px;
}

/* services page */
.service-page-images {
    position: relative;
}

.service-page-images img:first-child {
    margin-left: 39%;
    width: 62%;
}

.service-page-images img:last-child {
    position: absolute;
    width: 62%;
    top: 135px;
    left: 0;
}

/****************************************************** */
/***************** 06. Video Section  **************** */
/****************************************************** */
.video-section {
    background: url(../images/video/video-bg.png) no-repeat right 30px;
}

.video-inner {
    position: relative;
}

.video-inner:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 30px;
    bottom: 35px;
    background: #ca9c6a;
}

.video-inner .img {
    position: relative;
    z-index: 1;
}

.video-play {
    height: 76px;
    width: 76px;
    left: 50%;
    top: 50%;
    z-index: 2;
    color: #ca9c6a;
    font-size: 22px;
    line-height: 76px;
    position: absolute;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    transform: translate(-50%, -50%) scale(1.25);
}

.video-play:before {
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: white;
    border-radius: 50%;
    position: absolute;
    transform: scale(0.8);
}

/****************************************************** */
/***************** 07. Client Section  **************** */
/****************************************************** */
.client-section {
    position: relative;
}

.client-section:before {
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    background: #fffbf3;
    height: calc(100% + 290px);
}

.client-inner {
    display: flex;
    justify-content: space-between;
}

.client-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

/****************************************************** */
/*************** 08. Rastaurant Section  ************** */
/****************************************************** */
.rastaurant-left {
    background: url('../images/restaurants/luxury-living-room.jpg') no-repeat center/cover;
    min-height: 500px;
    height: 100%;
}

.rastaurant-right {
    background: url('../images/restaurants/right.png') no-repeat center/cover;
}

.ras-content {
    max-width: 585px;
}

.rastaurant-right h2 {
    font-size: 60px;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: 100px;
    font-weight: 600;
}

.rastaurant-right .border-text {
    -webkit-text-stroke: 1px #e1e1e1;
    color: transparent;
    position: relative;
    padding-left: 82px;
}

.rastaurant-right .border-text:before {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    left: 0;
    top: 58%;
    background: white;
}

/****************************************************** */
/*************** 09. Apartment Section  *************** */
/****************************************************** */
.apartment-section .section-title h2 {
    letter-spacing: 5px;
}

.apartment-section .section-title .thin {
    font-weight: 300;
}

.apartment-img {
    margin-bottom: 30px;
}

.apartment-img img {
    width: 100%;
}

.apartment-content {
    padding: 35px 50px;
    margin-bottom: 30px;
    border: 1px solid #e1e1e1;
}

.apartment-content img,
.owl-carousel .apartment-content img {
    height: 65px;
    width: auto;
    margin-bottom: 20px;
    display: inline-block;
}

.apartment-content h3 {
    text-transform: uppercase;
    margin-bottom: 5px;
}

.apartment-content span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 8px;
}

.apartment-content p {
    font-size: 14px;
}

.apartment-carousel .owl-nav div {
    display: inline-block;
    border: 1px solid #e1e1e1;
    font-size: 24px;
    margin: 15px 10px 0;
    padding: 16px 50px;
    transition: 0.5s;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.apartment-carousel .owl-nav div:hover {
    color: #FFFFFF;
    background: #ca9c6a;
    border-color: #ca9c6a;
}

/*apartment tab*/
.apartment-tab .nav-tabs {
    border: none;
}

.apartment-tab .nav li {
    margin: 0 20px 10px;
}

.apartment-tab .nav-link {
    border: none;
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.apartment-tab .nav-link:hover,
.apartment-tab .nav-link.active {
    color: #ca9c6a;
    text-decoration: underline;
}

.apertment-list li {
    display: flex;
    color: #ca9c6a;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 3px;
    text-transform: uppercase;
    justify-content: space-between;
}

.apertment-list li span {
    width: 45px;
}

/* property single */
.property-single-left {
    background: url('../images/apartment/property-left.png') no-repeat center/cover;
    padding: 40px 40px 40px 55px;
    height: 888px;
    display: flex;
    align-items: flex-end;
}

.property-left-content {
    background: url('../images/apartment/property-left-content-bg.png') no-repeat center/cover;
    padding: 55px 40px 40px;
}

.property-left-content h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.65;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.property-left-content ul li {
    color: #1e1e1e;
    margin-right: 10px;
    position: relative;
    padding-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.property-left-content ul li:after {
    position: absolute;
    content: '';
    height: 2px;
    width: 4px;
    top: 50%;
    left: 100%;
    background: #1e1e1e;
}

.property-left-content ul li:last-child:after {
    display: none;
}

.property-single-right {
    height: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.property-single-right:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1000px;
    left: -30px;
    top: 0;
    z-index: -1;
    background: url('../images/apartment/property-right.png') no-repeat center/cover;
}

.property-right-content h3 {
    color: white;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.property-right-content .border-text {
    position: relative;
    color: transparent;
    padding-left: 80px;
    -webkit-text-stroke: 1px #e1e1e1;
}

.property-right-content .border-text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 2px;
    width: 50px;
    background: white;
}

/****************************************************** */
/**************** 10. Success Section  **************** */
/****************************************************** */
.success-box {
    display: flex;
    margin-bottom: 40px;
}

.count-text {
    position: relative;
    font-weight: 700;
    font-size: 65px;
    color: #1e1e1e;
    line-height: 1;
    z-index: 1;
    margin-right: 15px;
    font-family: 'Oswald', sans-serif;
}

.count-text:after {
    content: attr(data-stop);
    position: absolute;
    left: 0;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 1px #e1e1e1;
    transform: translate(12px, -3%) scale(1.5);
}

.success-content h3 {
    color: #ca9c6a;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.success-content h6 {
    font-size: 17px;

    text-transform: uppercase;
    letter-spacing: 14px;
    font-weight: 200;
}

/*style two*/
.success-section.style-two {
    background: #ca9c6a;
}

.success-section.style-two .count-text,
.success-section.style-two .success-content h6 {
    color: white;
}

.success-section.style-two .success-content h3 {
    color: #1e1e1e;
}

.success-section.style-two .count-text:after {
    -webkit-text-stroke: 1px #e1e1e17a;
}

/****************************************************** */
/****************** 11. FAQ Section  ****************** */
/****************************************************** */
.faq-left-image {
    background: url('../images/faq/faq-left.png') no-repeat center/cover;
    height: 100%;
    min-height: 500px;
}

.faq-accordion .section-title h6 {
    font-weight: 300;
}

.faq-accordion .section-title h2 {
    line-height: 1.4;
}

.faq-accordion .section-title .thin {
    color: #1e1e1e;
}

.faq-accordion .card {
    border: none;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #d9d9d9;
}

.faq-accordion .card-header {
    border: none;
    position: relative;
    background: transparent;
    padding: 20px 30px 20px 5px;
}

.faq-accordion .card-header .card-link {
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}

.faq-accordion .card-link:after {
    position: absolute;
    content: "\f067";
    font-weight: 900;
    font-size: 8px;
    right: 10px;
    top: 28px;
    width: 15px;
    height: 15px;
    color: #1e1e1e85;
    padding-left: 3px;
    border: 1px solid;
    line-height: 15px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
}

.faq-accordion .card-body {
    font-size: 14px;
    padding: 0 5px 25px;
}

.faq-right-bg {
    position: absolute;
    height: 100%;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.faq-right-bg img {
    height: 100%;
}

/****************************************************** */
/**************** 12. Contact Section  **************** */
/****************************************************** */
.contact-section {
    background-size: cover;
    background-position: center;
}

.contact-form {
    padding: 75px 100px;
    transform: translateY(222px);
    position: relative;
    z-index: 5;
    box-shadow: 0 13px 21px rgba(213, 213, 213, 0.3);
}

.title-rotated {
    position: absolute;
    color: transparent;
    font-size: 100px;
    font-weight: 700;
    line-height: 1;
    bottom: 70px;
    right: 25px;
    z-index: -1;
    letter-spacing: 30px;
    text-transform: uppercase;
    -webkit-text-stroke: 1px #e1e1e1;
    font-family: 'Oswald', sans-serif;
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
}

/* contact page */
.contact-map {
    height: 966px;
}

.contact-info {
    margin-top: -115px;
    position: relative;
    z-index: 555;
}

.info-item {
    padding: 40px 65px 55px;
    background: white;
    border: 1px solid #e0e4ec;
    clip-path: polygon(50% 0, 100% 25px, 100% 100%, 0 100%, 0 25px);
    margin-bottom: 30px;
}

.info-item img {
    margin-bottom: 40px;
    height: 60px;
}

.info-item p {
    line-height: 34px;
}

.contact-page .contact-form {
    transform: translate(0);
}

.leaflet-control-attribution.leaflet-control {
    display: none;
}

.leaflet-marker-icon {
    height: auto !important;
    width: auto !important;
}

/****************************************************** */
/***************** 13. Call To Action  **************** */
/****************************************************** */
.call-action {
    transform: translateY(100px);
}

.call-action-inner {
    background: #ca9c6a;
    padding: 70px 100px;
}

.call-action-inner .section-title h6 {
    font-weight: 400;
    margin-bottom: 0;
}

.call-action-inner .section-title h2 {
    text-transform: capitalize;
    letter-spacing: 5px;
    line-height: 50px;
}

.subscribe {
    display: flex;
    border: 1px solid #e9ba87;
}

.subscribe input {
    width: 100%;
    background: #c19666;
    padding: 15px 40px;
}

.subscribe input::placeholder {
    color: #fee8d0;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/****************************************************** */
/****************** 14. Team Section  ***************** */
/****************************************************** */
.team-wrap {
    margin-bottom: -30px;
    transform: translateY(138px);
}

.team-wrap .section-title h6 {
    font-weight: 300;
}

.team-item {
    margin-bottom: 30px;
}

.team-des {
    padding: 35px 30px;
    border: 1px solid #e1e1e1;
    background: white;
    transition: 0.5s;
}

.team-des h3 {
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.5s;
}

.team-des span {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 5px;
}

.team-item:hover .team-des {
    box-shadow: 0 3px 7px rgba(127, 127, 127, 0.15);
}

.team-item:hover .team-des h3 {
    color: #ca9c6a;
}

/****************************************************** */
/****************** 15. Blog Section  ***************** */
/****************************************************** */
.blog-item {
    margin-bottom: 50px;
}

.blog-item:last-child {
    margin-bottom: 0;
}

.blog-image {
    margin-bottom: 45px;
    position: relative;
}

.blog-image .date {
    position: absolute;
    left: 25px;
    bottom: 25px;
    background: #ca9c6a;
    color: white;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 55px;
}

.blog-title,
.blog-content h3 {
    font-size: 34px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 25px;
}

.admin-header {
    margin-bottom: 15px;
}

.admin-header {
    display: flex;
    flex-wrap: wrap;
}

.admin-header li {
    font-size: 14px;
    font-weight: 600;
    margin-right: 40px;
    margin-bottom: 10px;
}

.admin-header li i {
    margin-right: 15px;
}

.admin-header li a {
    color: #5f5c5c;
}

.blog-content p {
    margin-bottom: 30px;
}

.read-more {
    font-size: 14px;
    color: #ca9c6a;
    font-weight: 700;
    letter-spacing: 8px;
    text-transform: uppercase;
}

/* blog single */
.blog-single .blog-image .date {
    bottom: calc(50% - 25px);
}

blockquote {
    font-size: 24px;
    font-weight: 600;
    color: #ca9c6a;
    line-height: 1.45;
    padding: 15px 0 15px 60px;
}

.blog-share {
    padding: 40px;
    background: #f2f2f2;
}

.blog-share .social-title {
    color: #ca9c6a;
    font-size: 18px;
    font-weight: 600;
    margin-right: 20px;
    font-family: 'Oswald', sans-serif;
}

.blog-share .social-icons a {
    color: #5f5c5c;
}

.comment-title {
    color: #ca9c6a;
    margin-bottom: 25px;
}

.comment-form .form-control {
    border: 2px solid #e1e1e1;
    margin-bottom: 30px;
    padding: 20px 25px;
}

.comment-form label {
    color: #1e1e1e;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin-left: 15px;
}

/* sidebar */
.widget {
    margin-bottom: 80px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
}

.search-form input {
    border: 2px solid #e1e1e1;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
}

.search-form .theme-btn {
    padding: 12px;
    min-width: 130px;
    letter-spacing: 3px;
}

/****************************************************** */
/***************** 16. Footer Section  **************** */
/****************************************************** */
.footer-section {
    background-size: cover;
}

.instagram-posts {
    display: flex;
    flex-wrap: wrap;
}

.instagram-item {
    position: relative;
}

.instagram-item img {
    width: 150px;
    height: 100px;
}

.instagram-overlay {
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: 0.5s;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}

.instagram-overlay a {
    color: #FFFFFF;
    font-size: 30px;
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

/*contact widget*/
.contact-widget {
    max-width: 370px;
    float: right;
}

.contact-widget h3 {
    color: #FFFFFF;
    font-size: 22px;
    letter-spacing: 5px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.contact-widget h6 {
    color: white;
    letter-spacing: 5px;
    line-height: 24px;
    margin-bottom: 20px;
}

.contact-widget h6:last-child {
    color: #ca9c6a;
}

/*footer bottom*/
.footer-bottom {
    background: #191919;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-inner {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-inner .social-icons {
    order: 2;
}

.copyright p {
    margin: 20px 0;
    color: #939ca5;
}

.copyright p a {
    color: #ca9c6a;
}


/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: var(--section-title-space);
  margin-top: -0.20em;
  text-transform: uppercase;
  font-weight: 600;
}

.sub-title {
  font-size: 14px;
  font-family: var(--para-font);
  color: var(--theme-color);
  display: block;
  margin-top: -0.3em;
  margin-bottom: 24px;
}

.big-title {
  font-size: 200px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.93;
  margin-top: -0.099em;
  -webkit-text-stroke: 1px var(--border-color);
  color: transparent;
}

.lt-2 {
  letter-spacing: 0.2em;
}

.text-transparent {
  -webkit-text-stroke: 0.75px var(--border-color);
  color: transparent;
}

.title-area {
  margin-bottom: var(--section-title-space);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px 15px;
}

.title-area .sec-title {
  margin-bottom: -0.1em;
}

.title-area.title-wrap {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.title-wrap {
  text-align: right;
  padding-right: 120px;
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

.text-style1 {
  display: block;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: -0.2em;
}

/* Medium devices */
@media (max-width: 991px) {
  .big-title {
    font-size: 150px;
    line-height: 0.93;
    margin-top: -0.099em;
  }
  .text-style1 {
    font-size: 18px;
  }
  :root {
    --section-title-space: 60px;
  }
}




/*----------------- Buttons --------------------------*/

.link-btn {
  font-weight: 400;
  font-family: var(--para-font);
  font-size: 16px;
  letter-spacing: 0.15em;
  display: inline-block;
  line-height: 1;
  position: relative;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--theme-color);
}

.link-btn:before, .link-btn:after {
  content: "";
  position: relative;
  top: -5px;
  width: 35px;
  height: 1px;
  background-color: var(--theme-color);
  display: inline-block;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.link-btn:before {
  margin-right: 10px;
}

.link-btn:after {
  width: 0;
  margin-left: 10px;
}

.link-btn:hover:before, .link-btn:hover:after {
  background-color: var(--white-color);
}

.link-btn:hover:before {
  width: 0;
  margin-right: 0;
}

.link-btn:hover:after {
  width: 35px;
}


/*======================================
5. BOX SPACING (Padding & Margin)
======================================*/

/*-------------------------------------
	1.1 padding (around)
-------------------------------------*/
.p-a0 {padding:0;}
.p-a5 {padding:5px;}
.p-a10 {padding:10px;}
.p-a15 {padding:15px;}
.p-a20 {padding:20px;}
.p-a25 {padding:25px;}
.p-a30 {padding:30px;}
.p-a40 {padding:40px;}
.p-a50 {padding:50px;}
.p-a60 {padding:60px;}
.p-a70 {padding:70px;}
.p-a80 {padding:80px;}
.p-a90 {padding:90px;}
.p-a100 {padding:100px;}
.p-a110 {padding:110px;}
.p-a120 {padding:120px;}
.p-a130 {padding:130px;}
.p-a140 {padding:140px;}
.p-a150 {padding:150px;}

/*-------------------------------------
	1.2 Padding (top)
-------------------------------------*/
.p-t0 {padding-top:0;}
.p-t5 {padding-top:5px;}
.p-t10 {padding-top:10px;}
.p-t15 {padding-top:15px;}
.p-t20 {padding-top:20px;}
.p-t25 {padding-top:25px;}
.p-t30 {padding-top:30px;}
.p-t40 {padding-top:40px;}
.p-t50 {padding-top:50px;}
.p-t60 {padding-top:60px;}
.p-t70 {padding-top:70px;}
.p-t80 {padding-top:80px;}
.p-t90 {padding-top:90px;}
.p-t100 {padding-top:100px;}
.p-t110 {padding-top:110px;}
.p-t120 {padding-top:120px;}
.p-t130 {padding-top:130px;}
.p-t140 {padding-top:140px;}
.p-t150 {padding-top:150px;}

/*-------------------------------------
    1.3 Padding (bottom)
-------------------------------------*/
.p-b0 {padding-bottom:0;}
.p-b5 {padding-bottom:5px;}
.p-b10 {padding-bottom:10px;}
.p-b15 {padding-bottom:15px;}
.p-b20 {padding-bottom:20px;}
.p-b25 {padding-bottom:25px;}
.p-b30 {padding-bottom:30px;}
.p-b40 {padding-bottom:40px;}
.p-b50 {padding-bottom:50px;}
.p-b60 {padding-bottom:60px;}
.p-b70 {padding-bottom:70px;}
.p-b80 {padding-bottom:80px;}
.p-b90 {padding-bottom:90px;}
.p-b100 {padding-bottom:100px;}
.p-b110 {padding-bottom:110px;}
.p-b120 {padding-bottom:120px;}
.p-b130 {padding-bottom:130px;}
.p-b140 {padding-bottom:140px;}
.p-b150 {padding-bottom:150px;}

/*-------------------------------------
	1.4 Padding (left)
-------------------------------------*/
.p-l0 {padding-left:0;}
.p-l5 {padding-left:5px;}
.p-l10 {padding-left:10px;}
.p-l15 {padding-left:15px;}
.p-l20 {padding-left:20px;}
.p-l30 {padding-left:30px;}
.p-l40 {padding-left:40px;}
.p-l50 {padding-left:50px;}
.p-l60 {padding-left:60px;}
.p-l70 {padding-left:70px;}
.p-l80 {padding-left:80px;}
.p-l90 {padding-left:90px;}
.p-l100 {padding-left:100px;}
.p-l110 {padding-left:110px;}
.p-l120 {padding-left:120px;}
.p-l130 {padding-left:130px;}
.p-l140 {padding-left:140px;}
.p-l150 {padding-left:150px;}

/*-------------------------------------
	1.5 Padding (right)
-------------------------------------*/
.p-r0 {padding-right:0;}
.p-r5 {padding-right:5px;}
.p-r10 {padding-right:10px;}
.p-r15 {padding-right:15px;}
.p-r20 {padding-right:20px;}
.p-r30 {padding-right:30px;}
.p-r40 {padding-right:40px;}
.p-r50 {padding-right:50px;}
.p-r60 {padding-right:60px;}
.p-r70 {padding-right:70px;}
.p-r80 {padding-right:80px;}
.p-r90 {padding-right:90px;}
.p-r100 {padding-right:100px;}
.p-r110 {padding-right:110px;}
.p-r120 {padding-right:120px;}
.p-r130 {padding-right:130px;}
.p-r140 {padding-right:140px;}
.p-r150 {padding-right:150px;}

/*-------------------------------------
	1.6 Padding (left right)
-------------------------------------*/
.p-lr0 {padding-left:0; padding-right:0; }
.p-lr5 {padding-left:5px; padding-right:5px;}
.p-lr10 {padding-left:10px; padding-right:10px;}
.p-lr15 {padding-left:15px; padding-right:15px;}
.p-lr20 {padding-left:20px; padding-right:20px;}
.p-lr30 {padding-left:30px; padding-right:30px;}
.p-lr40 {padding-left:40px; padding-right:40px;}
.p-lr50 {padding-left:50px; padding-right:50px;}
.p-lr60 {padding-left:60px; padding-right:60px;}
.p-lr70 {padding-left:70px; padding-right:70px;}
.p-lr80 {padding-left:80px; padding-right:80px;}
.p-lr90 {padding-left:90px; padding-right:90px;}
.p-lr100 {padding-left:100px; padding-right:100px;}
.p-lr120 {padding-left:120px; padding-right:120px;}
.p-lr150 {padding-left:150px; padding-right:150px;}


/*-------------------------------------
	2.1 margin (around)
-------------------------------------*/
.m-a-1{margin:-1px}
.m-a0 {margin:0;}
.m-a5 {margin:5px;}
.m-a10 {margin:10px;}
.m-a15 {margin:15px;}
.m-a20 {margin:20px;}
.m-a30 {margin:30px;}
.m-a40 {margin:40px;}
.m-a50 {margin:50px;}
.m-a60 {margin:60px;}
.m-a70 {margin:70px;}
.m-a80 {margin:80px;}
.m-a90 {margin:90px;}
.m-a100 {margin:100px;}
.m-a110 {margin:110px;}
.m-a120 {margin:120px;}
.m-a130 {margin:130px;}
.m-a140 {margin:140px;}
.m-a150 {margin:150px;}

/*-------------------------------------
	2.2 marging (top)
-------------------------------------*/
.m-t0 {margin-top:0;}
.m-t5 {margin-top:5px;}
.m-t10 {margin-top:10px;}
.m-t15 {margin-top:15px;}
.m-t20 {margin-top:20px;}
.m-t25 {margin-top:25px;}
.m-t30 {margin-top:30px;}
.m-t40 {margin-top:40px;}
.m-t50 {margin-top:50px;}
.m-t60 {margin-top:60px;}
.m-t70 {margin-top:70px;}
.m-t80 {margin-top:80px;}
.m-t90 {margin-top:90px;}
.m-t100 {margin-top:100px;}
.m-t110 {margin-top:110px;}
.m-t120 {margin-top:120px;}
.m-t130 {margin-top:130px;}
.m-t140 {margin-top:140px;}
.m-t150 {margin-top:150px;}

/*-------------------------------------
	2.3 marging (bottom)
-------------------------------------*/
.m-b0 {margin-bottom:0;}
.m-b5 {margin-bottom:5px;}
.m-b10 {margin-bottom:10px;}
.m-b15 {margin-bottom:15px;}
.m-b20 {margin-bottom:20px;}
.m-b25 {margin-bottom:25px;}
.m-b30 {margin-bottom:30px;}
.m-b40 {margin-bottom:40px;}
.m-b50 {margin-bottom:50px;}
.m-b60 {margin-bottom:60px;}
.m-b70 {margin-bottom:70px;}
.m-b80 {margin-bottom:80px;}
.m-b90 {margin-bottom:90px;}
.m-b100 {margin-bottom:100px;}
.m-b110 {margin-bottom:110px;}
.m-b120 {margin-bottom:120px;}
.m-b130 {margin-bottom:130px;}
.m-b140 {margin-bottom:140px;}
.m-b150 {margin-bottom:150px;}

/*-------------------------------------
	2.4 marging (left)
-------------------------------------*/
.m-l0 {margin-left:0;}
.m-l5 {margin-left:5px;}
.m-l10 {margin-left:10px;}
.m-l15 {margin-left:15px;}
.m-l20 {margin-left:20px;}
.m-l30 {margin-left:30px;}
.m-l40 {margin-left:40px;}
.m-l50 {margin-left:50px;}
.m-l60 {margin-left:60px;}
.m-l70 {margin-left:70px;}
.m-l80 {margin-left:80px;}
.m-l90 {margin-left:90px;}
.m-l100 {margin-left:100px;}
.m-l110 {margin-left:110px;}
.m-l120 {margin-left:120px;}
.m-l130 {margin-left:130px;}
.m-l140 {margin-left:140px;}
.m-l150 {margin-left:150px;}

/*-------------------------------------
	2.5 marging (right)
-------------------------------------*/
.m-r0 {margin-right:0;}
.m-r5 {margin-right:5px;}
.m-r10 {margin-right:10px;}
.m-r15 {margin-right:15px;}
.m-r20 {margin-right:20px;}
.m-r30 {margin-right:30px;}
.m-r40 {margin-right:40px;}
.m-r50 {margin-right:50px;}
.m-r60 {margin-right:60px;}
.m-r70 {margin-right:70px;}
.m-r80 {margin-right:80px;}
.m-r90 {margin-right:90px;}
.m-r100 {margin-right:100px;}
.m-r110 {margin-right:110px;}
.m-r120 {margin-right:120px;}
.m-r130 {margin-right:130px;}
.m-r140 {margin-right:140px;}
.m-r150 {margin-right:150px;}

/*-------------------------------------
	2.6 marging (left right)
-------------------------------------*/
.m-lr0 {margin-left:0; margin-right:0; }
.m-lr5 {margin-left:5px; margin-right:5px; }
.m-lr10 {margin-left:10px; margin-right:10px; }
.m-lr15 {margin-left:15px; margin-right:15px; }
.m-lr20 {margin-left:20px; margin-right:20px; }
.m-lr30 {margin-left:30px; margin-right:30px; }
.m-lr40 {margin-left:40px; margin-right:40px; }
.m-lr50 {margin-left:50px; margin-right:50px; }
.m-lr60 {margin-left:60px; margin-right:60px; }
.m-lr70 {margin-left:70px; margin-right:70px; }
.m-lr80 {margin-left:80px; margin-right:80px; }
.m-lr90 {margin-left:90px; margin-right:90px; }
.m-lr100 {margin-left:100px; margin-right:100px; }
.m-lr120 {margin-left:120px; margin-right:120px; }
.m-lr150 {margin-left:150px; margin-right:150px; }

/*-------------------------------------
	2.7 marging (top bottom)
-------------------------------------*/
.m-tb0 {margin-bottom:0; margin-top:0; }
.m-tb5 {margin-bottom:5px; margin-top:5px; }
.m-tb10 {margin-bottom:10px; margin-top:10px; }
.m-tb15 {margin-bottom:15px; margin-top:15px; }
.m-tb20 {margin-bottom:20px; margin-top:20px; }
.m-tb30 {margin-bottom:30px; margin-top:30px; }
.m-tb40 {margin-bottom:40px; margin-top:40px; }
.m-tb50 {margin-bottom:50px; margin-top:50px; }
.m-tb60 {margin-bottom:60px; margin-top:60px; }
.m-tb70 {margin-bottom:70px; margin-top:70px; }
.m-tb80 {margin-bottom:80px; margin-top:80px; }
.m-tb90 {margin-bottom:90px; margin-top:90px; }
.m-tb100 {margin-bottom:100px; margin-top:100px; }
.m-tb120 {margin-bottom:120px; margin-top:120px; }
.m-tb150 {margin-bottom:150px; margin-top:150px; }

/*-------------------------------------
	2.8 colum gap less
-------------------------------------*/
.no-col-gap [class*="col-xs-"],
.no-col-gap [class*="col-sm-"],
.no-col-gap [class*="col-md-"],
.no-col-gap [class*="col-lg-"] {
	padding-left:0;
	padding-right:0;
}


/* 1.45 filter buttons css */

.masonry-filter > li.active a,
.masonry-filter > li a:hover,
.masonry-filter > li a:active,
.masonry-filter > li a:focus {color: #50aab2;}

/*====Filter Hover Navigation====*/

.filter-navigation{
  text-transform: uppercase;
	margin-bottom:0px;
}
.filter-navigation * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.filter-navigation li {
  display: inline-block;
  list-style: outside none none;
  margin: 0px 20px 0px 0px;
  overflow: hidden;
}

.filter-navigation li:first-child {
  padding-left:0px;
  margin-left:0px;
}
.filter-navigation a {
  padding: 9px 0px 8px 0px;
  color: #000;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0px;
  text-decoration: none;
  font-weight:600;
}
.filter-navigation a:before,
.filter-navigation a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.filter-navigation a:before {
  bottom: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #50aab2;
}
.filter-navigation a:after {
  padding: 0.3em 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  content: attr(data-hover);
  color: #000;
  white-space: nowrap;
}
.filter-navigation li:hover a{
  transform: translateY(100%);
}


.item.hidden {
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
  display: none;
}

/* .filter-btn.active {
  color: #fff;
  background-color: #007bff;
  border-radius: 5px;
} */

.hidden {
  display: none !important;
}


/* 1.45(1) Masonry filter alignment [Left-Right-Center] */
.filter-wrap.right > .masonry-filter {	float:right;}
@media only screen and (max-width:991px) {
.filter-wrap.right > .masonry-filter {	float:none;}
}
.filter-wrap.center > .masonry-filter {margin-left:auto;	margin-right:auto;}
/* 1.45(2) Masonry filter link style */
.masonry-filter.link-style > li a {font-size:15px;}
.masonry-filter.link-style.white > li:after {	color:#fff;}
.masonry-filter.link-style > li:last-child:after {	display:none;}
.masonry-filter.link-style.white > li.active a,
.masonry-filter.link-style.white > li a:hover,
.masonry-filter.link-style.white > li a:active,
.masonry-filter.link-style.white > li a:focus {color: #f7c20a;}
.masonry-filter.has-bg > li a {	color: #fff;}
.masonry-filter.link-style.has-bg > li.active a,
.masonry-filter.link-style.has-bg > li:hover a,
.masonry-filter.link-style.has-bg > li:active a,
.masonry-filter.link-style.has-bg > li:focus a {	color: #FFBC13;}

/* 1.45(3) Masonry filter button style */
.masonry-filter.button-style > li {	margin-right:10px;}
@media only screen and (max-width: 767px) {
.masonry-filter.button-style > li {	margin-bottom:10px;}	
}
.masonry-filter.button-style > li a {	background-color:#666666;	color:#fff;	padding:10px 20px;	font-weight:600;	display:inline-block;}
.masonry-filter.button-style > li.active a,
.masonry-filter.button-style > li a:hover,
.masonry-filter.button-style > li a:active,
.masonry-filter.button-style > li a:focus {background-color:#000;	color:#fff;}
.masonry-filter.button-style.has-bg > li a {	background-color: #fff;	color: #666;}
.masonry-filter.button-style.has-bg  > li.active a,
.masonry-filter.button-style.has-bg  > li a:hover,
.masonry-filter.button-style.has-bg  > li a:active,
.masonry-filter.button-style.has-bg  > li a:focus {background-color:#000;	color:#fff;}

/* 1.45(4) Masonry filter button outline style */
.masonry-filter.outline-style > li {	margin-right:10px;}
.masonry-filter.outline-style > li a {	border-width:2px; 	border-style:solid; 	border-color:#666666;	color:#666666;	padding:10px 20px;	font-weight:600;	display:inline-block;}
.masonry-filter.outline-style.rounded-corner > li a {	border-radius:100px;	 -webkit-border-radius:100px;	-moz-border-radius:100px;}

.masonry-filter.outline-style > li.active a,
.masonry-filter.outline-style > li a:hover,
.masonry-filter.outline-style > li a:active,
.masonry-filter.outline-style > li a:focus {	border-color:#000;	color:#000;}
.masonry-filter.outline-style.has-bg > li a {border-color:#fff;	color:#fff;}
.masonry-filter.outline-style.has-bg > li.active a,
.masonry-filter.outline-style.has-bg > li a:hover,
.masonry-filter.outline-style.has-bg > li a:active,
.masonry-filter.outline-style.has-bg > li a:focus {border-color:#000;	color:#000;}

@media only screen and (max-width:767px){
.masonry-item{width:100%;}	
}


/*------------------- Services -------------------*/
.section-full {
    position:relative;
}

.section-full.small-device{
	padding-top:40px;
	padding-bottom:40px 
}

.bg-gray{
    /* background-color:#f6f7f8; */
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
	display: table;
	content: " "
}
.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
	clear: both
}

.wt-box:hover .overlay-bx  a > i { 
	opacity:1; 
	visibility:visible; 
	-webkit-transition: all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;

}

.overlay-bx:hover,
.wt-thum-bx:hover .overlay-bx,
.wt-box:hover .overlay-bx,
.ow-img:hover .overlay-bx ,
.ow-portfolio-img:hover .overlay-bx  {opacity:1; visibility:visible; }


/*====image hover content====*/

.work-hover-grid {
  position: relative;
  overflow: hidden;

}
.work-hover-grid img{
	width:100%;
    height: 270px;
    object-fit: cover;
}

.work-hover-grid * {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.work-hover-grid:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.work-hover-grid img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.work-hover-grid .work-hover-discription {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work-hover-grid h4,
.work-hover-grid h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.work-hover-grid h4 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.work-hover-grid h5 {
  background-color: #50aab2;
  padding: 3px 20px;
  color:#fff;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.work-hover-grid a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.work-hover-grid:hover:before{
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.work-hover-grid:hover h4,
.work-hover-grid:hover h5{
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.work-hover-grid:hover h4{
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.work-hover-grid:hover h5{
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}



.button-model{
	display:inline-block;
}



/*======================================
9. BOXES CSS 
======================================*/
.rounded-bx,
.wt-box ,
.wt-icon-box ,
.wt-icon-box-small,
.wt-thum-bx,
.wt-post-thum {position:relative;	}

/*-------------------------------------
	1. box content
-------------------------------------*/
.wt-box {position:relative; }
.wt-box.no-margin { 	margin-bottom:0; }

/*------------------------------------- 
	3. float-clearfix 
-------------------------------------*/
.clearfix::after,
.filter-wrap::after,
.filter-wrap::after,
.wt-icon-box-wraper::after,
ol.commentlist li::after {
	content: "";
	display: table;
	clear: both;
} 


/*-------------------------------------
	9. media with content box css
-------------------------------------*/
.wt-box,
.wt-info,
.wt-tilte,
.wt-tilte-inner {position:relative;}
.wt-tilte-inner {display:inline-block;}
.wt-tilte-inner.skew-title:after {content:"";	position:absolute; 	right:-15px; 	top:0;	width:50px; 	height:100%;	z-index:-1;
	-moz-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
}
.wt-box[class*="border-"],
.wt-info[class*="border-"],
.wt-icon-box-wraper[class*="border-"] {border-color:#eee;}

.wt-info.border-1,
.wt-info.border-2,
.wt-info.border-3,
.wt-info.border-4,
.wt-info.border-5 {border-top:none;}


@media only screen and (max-width:420px) {	
.masonry-item .wt-post-title h2.post-title{line-height:14px;}	
.masonry-item .wt-post-title h2.post-title a{font-size:14px;	line-height:none;}
.news-grid  .wt-post-text {	display:none;}
}

@media only screen and (max-width:767px){
.masonry-item{width:100%;}	
}



/*------------------- 4.00. Project -------------------*/
/* Project 1 ---------------------------------- */
.project-img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  object-fit: cover;
}

.project-title {
  font-weight: 400;
  margin-bottom: 10px;
}

.project-title a {
  color: inherit;
}

.project-title a:hover {
  color: var(--theme-color);
}

.project-map {
  font-size: 12px;
  color: var(--theme-color);
  margin-bottom: 0;
}

.project-map i {
  margin-right: 8px;
  font-size: 18px;
  top: 3px;
  position: relative;
}

.project-number {
  font-size: 60px;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 0.5px var(--body-color);
}

.project-card {
  position: relative;
}

.project-card .project-img {
  position: relative;
  margin-bottom: 22px;
}

.project-card .project-number {
  position: absolute;
  bottom: 11px;
  right: 0;
}

#projectSlide3 .slick-list {
  padding-right: 260px;
}

#projectSlide3 .project-img img {
  height: auto !important;
  width: 100%;
  max-width: 100% !important;
}

@media (min-width: 1780px) {
  .project-slide-wrap {
    position: relative;
  }
  .project-slide-wrap .slider-nav-wrap {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(90deg) translate(234px, 320px);
        -ms-transform: rotate(90deg) translate(234px, 320px);
            transform: rotate(90deg) translate(234px, 320px);
    margin-top: 0;
  }
}

@media (max-width: 1300px) {
  #projectSlide3 .slick-list {
    padding-right: 0;
  }
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .project-card .project-title,
  .project-card .project-map {
    padding-left: 25px;
  }
  .project-card .project-img img {
    max-width: 450px;
    height: 350px;
  }
  #projectSlide3 .project-card .project-title,
  #projectSlide3 .project-card .project-map {
    padding-left: 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .project-number {
    font-size: 48px;
  }
  .project-card .project-img img {
    height: 300px;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-card .project-img img {
    max-width: 100%;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-card .project-number {
    right: 0;
  }
}


/* Project 2 ---------------------------------- */
.project-box {
  position: relative;
  --gap: 40px;
}

.project-box .project-img {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-box .project-img:before {
  content: '';
  position: absolute;
  inset: var(--gap);
  background-image: -webkit-linear-gradient(303.36deg, rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0.5) 100%);
  background-image: linear-gradient(146.64deg, rgba(39, 39, 39, 0.5) 0%, rgba(39, 39, 39, 0.5) 100%);
  border: 0.5px solid #FECC52;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-box .project-content {
  position: absolute;
  bottom: var(--gap);
  left: var(--gap);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.project-box .project-number {
  margin-bottom: 20px;
}

.project-box:hover .project-img:before {
  visibility: visible;
  opacity: 1;
}

.project-box:hover .project-content {
  padding: var(--gap);
}

.project-slide2 .project-img img {
  width: 100%;
  height: 530px;
  object-fit: cover;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .project-box .project-img {
    height: 400px;
  }
  .project-box .project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .project-box {
    --gap: 30px;
  }
  .project-box .project-img {
    height: 340px;
  }
}

/* Extra small devices */
@media (max-width: 375px) {
  .project-box {
    --gap: 20px;
  }
}

/* Project Details ---------------------------------- */
.breadcumb-wrapper.project-breadcumb {
  text-align: left;
  padding-bottom: 0;
  padding-top: 0;
}

.project-breadcumb-content {
  padding: 25px 40px;
  background-color: rgba(59, 59, 59, 0.8);
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}

.project-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.project-nav .nav-btn {
  width: var(--icon-size, 80px);
  height: var(--icon-size, 80px);
  line-height: var(--icon-size, 76px);
  display: inline-block;
  border: 1px solid var(--border-color);
  background-color: transparent;
  font-size: 17px;
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
}

.project-nav .nav-btn i {
  -webkit-transform: scaleX(1.6);
      -ms-transform: scaleX(1.6);
          transform: scaleX(1.6);
}

.project-nav .nav-btn:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.project-info-wrap {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1070px;
  /* Medium Large devices */
  /* Large devices */
  /* Small devices */
}

@media (max-width: 1399px) {
  .project-info-wrap {
    width: 800px;
  }
}

@media (max-width: 1199px) {
  .project-info-wrap {
    width: 680px;
  }
}

@media (max-width: 767px) {
  .project-info-wrap {
    max-width: 380px;
  }
}

.project-info_title, .project-info_text {
  margin-bottom: 0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.project-info_title {
  font-weight: 300;
}

.project-info_text {
  color: var(--theme-color);
  font-size: 18px;
}

.inner-list ul, .inner-list ol {
  padding-left: 15px;
  margin-bottom: 0;
}

.inner-list ul li, .inner-list ol li {
  font-family: var(--para-font);
  margin-bottom: 5px;
}

.inner-list ul li:last-child, .inner-list ol li:last-child {
  margin-bottom: 0;
}

.project-navigation {
  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;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: var(--border-color);
  padding: 50px 0;
  margin-top: 100px;
}

.project-navigation .nav-btn {
  margin-bottom: 0;
}

.project-navigation .nav-btn:hover {
  color: var(--theme-color);
}

@media (min-width: 1399px) {
  .project-details .project-content {
    padding-right: 30px;
  }
}

/* Large devices */
@media (max-width: 1199px) {
  .project-info_title, .project-info_text {
    letter-spacing: 0.05em;
  }
}

/* Medium devices */
@media (max-width: 991px) {
  .project-breadcumb-content {
    position: relative;
  }
  .project-info {
    min-width: 50%;
  }
  .project-info-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 0;
  }
}

/* Small devices */
@media (max-width: 767px) {
  .project-breadcumb-content {
    padding: 25px 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px 0;
  }
}

/* Extra small devices */
@media (max-width: 575px) {
  .project-nav .nav-btn {
    --icon-size: 60px;
    font-size: 15px;
    line-height: 57px;
  }
}

@media (max-width: 350px) {
  .project-info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 45%;
    max-width: 45%;
  }
  .project-info_title, .project-info_text {
    letter-spacing: 0em;
  }
  .project-info_text {
    font-size: 15px;
  }
}



.rower {
    display: flex;
}



/*-----------------------------------------slider-------------------------------*/

.slider-nav {
  text-align: center;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.slider-nav-wrap {
  text-align: center;
  margin-top: 60px;
}

.slider-nav .slick-dots {
  margin: 0;
  padding: 0;
  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;
}

.slider-nav .slick-dots li {
  height: 8px;
}

/* .slider-nav .nav-btn {
  border: none;
  background-color: transparent;
  color: var(--border-color);
  font-size: 18px;
  -webkit-transform: scaleX(1.6);
      -ms-transform: scaleX(1.6);
          transform: scaleX(1.6);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
} */

.slider-nav .nav-btn:hover {
  color: var(--white-color);
}

.slider-na button {
  width: 65px; /* Set width and height to make it round */
  height: 65px;
  border-radius: 50%; /* Make the background circular */
  background-color: #333; /* Background color for the button */
  color: #fff; /* Icon color */
  border: none; /* Remove border */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Optional shadow */
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
  margin-top: -60px;
}

/* Hover effect */
.slider-na button:hover {
  background-color: #555; /* Darker shade on hover */
  transform: scale(1.1); /* Slight zoom effect */
}

/* Style for the icons */
.slider-na button i {
  font-size: 20px;
}

/*------------------------------------------*/

.swiper {
  width: 100%;
  height: 100%;
}

.project-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  color: #333;
  font-size: 20px;
  z-index: 10;
}

.swiper-pagination {
  /* bottom: 100px; */
  text-align: center;
}


.project-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------------------------------------*/


.shape-feature .box-content {
    max-width: 100%;
    /* width: var(--shape-size); */
    width: 500px;
    height: 500px;
    /* height: var(--shape-size); */
    display: grid;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--border-color);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    text-align: center;
    padding-bottom: 50px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    position: relative;
    z-index: 2;
}

.shape-feature .box-content .shape {
    position: absolute;
    inset: 1px;
    background-color: var(--body-bg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.shape-feature .box-content .shape:hover {
  background-color: #fecc52;
  color: #000000;
}


.shape-feature-item {
    position: absolute;
    top: 0;
    /* left: calc(50% - var(--shape-size) / 2); */
}

.shape-feature {
    padding-top: 120px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.shape-feature-wrap {
    --shape-size: 588px;
    --angle: 60deg;
    height: 1622px;
    position: relative;
    z-index: 2;
}

.shape-feature .box-number:after, .shape-feature .box-number:before {
    content: '';
    position: absolute;
    inset: 10px;
    background-color: #272727;
    border: 1px solid #fecc52;
    border-radius: inherit;
    z-index: -1;
}

.shape-feature .box-number {
    width: 166px;
    height: 166px;
    line-height: 160px;
    text-align: center;
    outline-offset: 10px;
    border-radius: 999px;
    border: 1px solid #fecc52;
    font-size: 50px;
    color: #fecc52;
    background-color: #272727;
    font-weight: 600;
    position: absolute;
    left: calc(50% - 83px);
    top: 0;
    z-index: 3;
}

.box-title {
  color: #fafafa;
}

.box-text {
  color: #adadad;
  word-wrap: break-word;
  max-width: 350px;
  margin-top: 10px;
}



.shape-feature-item:nth-child(1) .box-content {
  /* transform: rotate(10deg); */
  margin-left: 320px;
}
.shape-feature-item:nth-child(2) .box-content {
  transform: rotate(60deg);
  margin-left: 635px;
  margin-top: 170px;
}
.shape-feature-item:nth-child(3) .box-content {
  transform: rotate(-60deg);
  /* margin-left: 150px; */
  margin-top: 170px;
}
.shape-feature-item:nth-child(4) .box-content {
  transform: rotate(120deg);
  margin-left: 650px;
  margin-top: 520px;
}
.shape-feature-item:nth-child(5) .box-content {
  transform: rotate(-120deg);
  margin-top: 520px;
}
.shape-feature-item:nth-child(6) .box-content {
  transform: rotate(180deg);
  margin-top: 680px;
  margin-left: 320px;
}

/* ----------------------------------------------------------- */

.specialities-section {
  height: 1622px;
}

.img-box .shape-1 {
  position: absolute;
  margin-left: 320px;
  max-width: 500px;
}

.img-box .shape-1-hover {
  position: absolute;
  margin-left: 320px;
  max-width: 500px;
  /* display: none; */
}

.img-box:hover .shape-1-hover {
  position: absolute;
  margin-left: 320px;
  max-width: 500px;
  /* display: block; */
}


.img-box .shape-2 {
  position: absolute;
  margin-left: 630px;
  margin-top: 190px;
  max-width: 500px;
}
 
.img-box .shape-2-hover {
  position: absolute;
  margin-left: 630px;
  margin-top: 190px;
  max-width: 500px;
  /* display: none; */
}

.img-box:hover .shape-2-hover {
  position: absolute;
  margin-left: 630px;
  margin-top: 190px;
  max-width: 500px;
  /* display: block; */
}

.img-box .shape-3 {
  position: absolute;
  margin-top: 630px;
  margin-left: 630px;
  max-width: 500px;
}
 
.img-box .shape-3-hover {
  position: absolute;
  margin-top: 630px;
  margin-left: 630px;
  max-width: 500px;
  /* display: none; */
}

.img-box:hover .shape-3-hover {
  position: absolute;
  margin-top: 630px;
  margin-left: 630px;
  max-width: 500px;
  /* display: block; */
}


.img-box .shape-4 {
  position: absolute;
  margin-top: 720px;
  margin-left: 320px;
  max-width: 500px;
}
 
.img-box .shape-4-hover {
  position: absolute;
  margin-top: 720px;
  margin-left: 320px;
  max-width: 500px;
  /* display: none; */
}

.img-box:hover .shape-4-hover {
  position: absolute;
  margin-top: 720px;
  margin-left: 320px;
  max-width: 500px;
  /* display: block; */
}

.img-box .shape-5 {
  position: absolute;
  margin-top: 630px;
  max-width: 500px;
}
 
.img-box .shape-5-hover {
  position: absolute;
  margin-top: 630px;
  max-width: 500px;
  /* display: none; */
}

.img-box:hover .shape-5-hover {
  position: absolute;
  margin-top: 630px;
  max-width: 500px;
  /* display: block; */
}


.img-box .shape-6 {
  position: absolute;
  margin-top: 190px;
  max-width: 500px;
}
 
.img-box .shape-6-hover {
  position: absolute;
  margin-top: 190px;
  max-width: 500px;
  /* display: none; */
}

.img-box:hover .shape-6-hover {
  position: absolute;
  margin-top: 190px;
  max-width: 500px;
  /* display: block; */
}




.img-box img {
  position: absolute;
  max-width: 500px;
  transition: opacity 0.5s ease-in-out;
}


.img-box .shape-1-hover,
.img-box .shape-2-hover,
.img-box .shape-3-hover,
.img-box .shape-4-hover,
.img-box .shape-5-hover,
.img-box .shape-6-hover {
  opacity: 0;
  pointer-events: none;
}


.img-box:hover .shape-1-hover,
.img-box:hover .shape-2-hover,
.img-box:hover .shape-3-hover,
.img-box:hover .shape-4-hover,
.img-box:hover .shape-5-hover,
.img-box:hover .shape-6-hover {
  opacity: 1;
}

.img-box-mobile {
    display: none;
}


/* Responsive layout for smaller screens */
@media (max-width: 992px) {

  .specialities-section {
    height: 1100px;
  }

  .img-box .shape-1 {
    position: absolute;
    margin-top: 20px;
    margin-left: 192px;
    max-width: 300px;
  }

  .img-box .shape-1-hover {
    position: absolute;
    margin-top: 20px;
    margin-left: 192px;
    max-width: 300px;
    /* display: none; */
  }

  .img-box:hover .shape-1-hover {
    position: absolute;
    margin-top: 20px;
    margin-left: 192px;
    max-width: 300px;
    /* display: block; */
  }


  .img-box .shape-2 {
    position: absolute;
    margin-left: 375px;
    margin-top: 120px;
    max-width: 300px;
  }
  
  .img-box .shape-2-hover {
    position: absolute;
    margin-left: 375px;
    margin-top: 120px;
    max-width: 300px;
    /* display: none; */
  }

  .img-box:hover .shape-2-hover {
    position: absolute;
    margin-left: 375px;
    margin-top: 120px;
    max-width: 300px;
    /* display: block; */
  }

  .img-box .shape-3 {
    position: absolute;
    margin-top: 390px;
    margin-left: 375px;
    max-width: 300px;
  }
  
  .img-box .shape-3-hover {
    position: absolute;
    margin-top: 390px;
    margin-left: 375px;
    max-width: 300px;
    /* display: none; */
  }

  .img-box:hover .shape-3-hover {
    position: absolute;
    margin-top: 390px;
    margin-left: 375px;
    max-width: 300px;
    /* display: block; */
  }


  .img-box .shape-4 {
    position: absolute;
    margin-top: 440px;
    margin-left: 192px;
    max-width: 300px;
  }
  
  .img-box .shape-4-hover {
    position: absolute;
    margin-top: 440px;
    margin-left: 192px;
    max-width: 300px;
    /* display: none; */
  }

  .img-box:hover .shape-4-hover {
    position: absolute;
    margin-top: 440px;
    margin-left: 192px;
    max-width: 300px;
    /* display: block; */
  }

  .img-box .shape-5 {
    position: absolute;
    margin-top: 390px;
    max-width: 300px;
  }
  
  .img-box .shape-5-hover {
    position: absolute;
    margin-top: 390px;
    max-width: 300px;
    /* display: none; */
  }

  .img-box:hover .shape-5-hover {
    position: absolute;
    margin-top: 390px;
    max-width: 300px;
    /* display: block; */
  }


  .img-box .shape-6 {
    position: absolute;
    margin-top: 120px;
    max-width: 300px;
  }
  
  .img-box .shape-6-hover {
    position: absolute;
    margin-top: 120px;
    max-width: 300px;
    /* display: none; */
  }

  .img-box:hover .shape-6-hover {
    position: absolute;
    margin-top: 120px;
    max-width: 300px;
    /* display: block; */
  }

  .img-box-mobile {
    display: none;
  }

}

@media (max-width: 768px) {

  .specialities-section {
    height: 1950px;
  }

  .mobile-flex {
    display: flex;
    justify-content:center;
    margin-left: -300px;
  }

  .img-box {
    display: none;
  }

  .img-box-mobile {
    display: block;
  }

  .img-box-mobile img{
    transition: margin-top 0.5s ease-in-out;
  }

  .img-box-mobile .shape-1-mobile {
    position: absolute;
    max-width: 300px;
  }

  .img-box-mobile .shape-1-mobile-hover {
    position: absolute;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-1-mobile-hover {
    opacity: 1;
    margin-top: 0px;
  }

  .img-box-mobile .shape-2-mobile {
    position: absolute;
    max-width: 300px;
    margin-top: 250px;
  }

  .img-box-mobile .shape-2-mobile-hover {
    position: absolute;
    max-width: 300px;
    margin-top: 250px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-2-mobile-hover {
    opacity: 1;
  }

  .img-box-mobile .shape-3-mobile {
    position: absolute;
    max-width: 300px;
    margin-top: 500px;
  }

  .img-box-mobile .shape-3-mobile-hover {
    position: absolute;
    margin-top: 500px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-3-mobile-hover {
    opacity: 1;
  }

  .img-box-mobile .shape-4-mobile {
    position: absolute;
    margin-top: 750px;
    max-width: 300px;
  }

  .img-box-mobile .shape-4-mobile-hover {
    position: absolute;
    margin-top: 750px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-4-mobile-hover {
    opacity: 1;
  }

  .img-box-mobile .shape-5-mobile {
    position: absolute;
    margin-top: 1020px;
    max-width: 300px;
  }
  .img-box-mobile .shape-5-mobile-hover {
    position: absolute;
    margin-top: 1020px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-5-mobile-hover {
    opacity: 1;
  }

  .img-box-mobile .shape-6-mobile {
    position: absolute;
    margin-top: 1285px;
    max-width: 300px;
  }

  .img-box-mobile:hover .shape-6-mobile {
    opacity: 0;
  }


  .img-box-mobile .shape-6-mobile-hover {
    position: absolute;
    margin-top: 1285px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-6-mobile-hover {
    opacity: 1;
  }

  /* .specialities-section {
    height: 1322px;
  }

  .mobile-flex {
    display: flex;
    justify-content:center;
    margin-left: -300px;
  }

  .img-box {
    display: none;
  }

  .img-box-mobile {
    display: block;
  }

  .img-box-mobile img{
    transition: margin-top 0.5s ease-in-out;
  }

  .img-box-mobile .shape-1-mobile {
    position: absolute;
    margin-top: 100px;
    max-width: 300px;
  }

  .img-box-mobile:hover .shape-1-mobile {
    opacity: 0;
  }

  .img-box-mobile .shape-1-mobile-hover {
    position: absolute;
    margin-top: 100px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-1-mobile-hover {
    opacity: 1;
    margin-top: 0px;
  }

  .img-box-mobile .shape-2-mobile {
    position: absolute;
    max-width: 300px;
    margin-top: 200px;
  }

  .img-box-mobile:hover .shape-2-mobile {
    opacity: 0;
  }

  .img-box-mobile .shape-2-mobile-hover {
    position: absolute;
    max-width: 300px;
    margin-top: 200px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-2-mobile-hover {
    opacity: 1;
    margin-top: 0px;
    margin-top: 100px;
  }

  .img-box-mobile .shape-3-mobile {
    position: absolute;
    max-width: 300px;
    margin-top: 300px;
  }

  .img-box-mobile:hover .shape-3-mobile {
    opacity: 0;
  }

  .img-box-mobile .shape-3-mobile-hover {
    position: absolute;
    margin-top: 300px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-3-mobile-hover {
    opacity: 1;
    margin-top: 200px;
  }

  .img-box-mobile .shape-4-mobile {
    margin-top: 400px;
    position: absolute;
    max-width: 300px;
  }

  .img-box-mobile:hover .shape-4-mobile {
    opacity: 0;
  }

  .img-box-mobile .shape-4-mobile-hover {
    margin-top: 400px;
    position: absolute;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-4-mobile-hover {
    opacity: 1;
    margin-top: 300px;
  }

  .img-box-mobile .shape-5-mobile {
    position: absolute;
    margin-top: 500px;
    max-width: 300px;
  }

  .img-box-mobile:hover .shape-5-mobile {
    opacity: 0;
  }

  .img-box-mobile .shape-5-mobile-hover {
    position: absolute;
    margin-top: 500px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-5-mobile-hover {
    opacity: 1;
    margin-top: 400px;
  }

  .img-box-mobile .shape-6-mobile {
    position: absolute;
    margin-top: 600px;
    max-width: 300px;
  }

  .img-box-mobile:hover .shape-6-mobile {
    opacity: 0;
  }


  .img-box-mobile .shape-6-mobile-hover {
    position: absolute;
    margin-top: 600px;
    max-width: 300px;
    opacity: 0;
  }

  .img-box-mobile:hover .shape-6-mobile-hover {
    opacity: 1;
    margin-top: 500px;
  } */
}



/*----------------------------- Project Single -----------------------------*/

.space-top {
  /* background-color: #ffffff; */
}


.page-single {
  border: 1px solid #adadad;
  padding: 50px;
  margin-bottom: 30px;
}

.page-img {
  margin-bottom: 35px;
}

.page-img img {
  min-height: 230px;
  object-fit: cover;
}

.sidebar-area {
  margin-bottom: -10px;
}

.sidebar-area ul.wp-block-latest-posts {
  margin-bottom: 0;
}


.sidebar-area ul.wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}

.sidebar-area .wp-block-tag-cloud a,
.sidebar-area .tagcloud a {
  border: none;
}

.sidebar-area .newsletter-form button {
  width: 100%;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  height: 60px;
  margin-top: 10px;
}

.sidebar-area .widget .wp-block-search {
  margin-bottom: 0;
}

.sidebar-area .wp-block-group__inner-container h2 {
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: -0.07em;
}


.sidebar-area ol.wp-block-latest-comments {
  padding: 0;
  margin: 0;
}


.sidebar-area ol.wp-block-latest-comments li {
  line-height: 1.5;
  margin: 0 0 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
}


.sidebar-area ol.wp-block-latest-comments li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}


/* Medium devices */
@media (max-width: 991px) {
  .sidebar-area {
    padding-top: 30px;
  }
  .wp-block-tag-cloud a,
  .tagcloud a {
    padding: 10.5px 18px;
  }
}


.download-media_icon {
  font-size: 54px;
  padding-bottom: 10px;
}


/*------------------- 3.2. Buttons -------------------*/
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  text-transform: capitalize;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--title-black);
  font-family: var(--para-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 22px 30px;
  border-radius: 5px;
  border: none;
}

.th-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 200%;
  background-color: var(--theme-color);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
          transform: scale(1, 0);
  z-index: -1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.th-btn > i {
  margin-left: 5px;
}

.th-btn .line {
  height: 2px;
  width: 20px;
  background-color: var(--title-black);
  display: inline-block;
  position: relative;
  top: -4px;
  margin: 0 3px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.th-btn .line.left {
  width: 0;
}

.th-btn:hover, .th-btn.active {
  color: var(--title-black);
}

.th-btn:hover .line, .th-btn.active .line {
  width: 0;
}

.th-btn:hover .line.left, .th-btn.active .line.left {
  width: 20px;
}

.th-btn:hover::before, .th-btn.active::before {
  background-color: #eebd42;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 20.5px 29px;
}

.th-btn.style2:hover {
  color: var(--black-color);
}

.th-btn.style2:hover:before {
  background-color: var(--white-color);
}

.th-btn.style3:hover {
  color: var(--black-color);
}

.th-btn.style3:before {
  background-color: var(--white-color);
}



/*------------------- 4.1. Widget  -------------------*/

.widget-banner{
  text-align: center;
}


.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.widget_nav_menu > ul,
.widget_meta > ul,
.widget_pages > ul,
.widget_archive > ul,
.widget_categories > ul {
  margin: 0 0 -15px 0;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a {
  display: block;
  background-color: #e8e8e8;
  margin: 0 0 15px 0;
  padding: 17px 45px 17px 25px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #5f5c5c;
  font-family: var(--para-font);
}

.widget_nav_menu a::before,
.widget_meta a::before,
.widget_pages a::before,
.widget_archive a::before,
.widget_categories a::before {
  position: absolute;
  right: 25px;
  top: 16px;
  content: "\f178";
  font-family: "FontAwesome";
  color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu a:hover,
.widget_meta a:hover,
.widget_pages a:hover,
.widget_archive a:hover,
.widget_categories a:hover {
  color: var(--title-black);
  background-color: var(--theme-color);
}

.widget_nav_menu a:hover:before,
.widget_meta a:hover:before,
.widget_pages a:hover:before,
.widget_archive a:hover:before,
.widget_categories a:hover:before {
  color: var(--title-black);
}

.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li {
  display: block;
  position: relative;
}

.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_categories li:last-child a {
  border-bottom: none;
}

.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_categories li > span {
  text-align: center;
  position: absolute;
  right: 25px;
  top: 12px;
  font-size: 14px;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.widget_nav_menu li:hover > span,
.widget_meta li:hover > span,
.widget_pages li:hover > span,
.widget_archive li:hover > span,
.widget_categories li:hover > span {
  color: var(--title-black);
}

.widget_nav_menu .children,
.widget_meta .children,
.widget_pages .children,
.widget_archive .children,
.widget_categories .children {
  margin-left: 10px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.wp-block-archives a:not(:hover) {
  color: inherit;
}

.th-blog ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  padding: var(--widget-padding-y, 40px) var(--widget-padding-x, 40px);
  background-color: transparent;
  border: 1px solid #adadad;
  margin-bottom: 40px;
  position: relative;
}

.widget select,
.widget input {
  border-radius: 0;
}

.widget_title {
  position: relative;
  font-size: 30px;
  font-weight: 400;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.07em 0 29px 0;
  color: #5f5c5c;
}

.widget .search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.widget .search-form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.widget .search-form button {
  border: none;
  width: 62px;
  height: 62px;
  background-color: var(--theme-color);
  color: var(--title-black);
  display: inline-block;
}

.widget .search-form button:hover {
  background-color: var(--body-color);
  color: var(--white-color);
}

.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 13px 17px;
  margin-right: 5px;
  margin-bottom: 8px;
  color: var(--white-color);
  background-color: var(--smoke-color);
  border-radius: 0;
  font-family: var(--para-font);
}

.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--theme-color);
  color: var(--title-black) !important;
}

.widget .wp-block-tag-cloud a,
.widget .tagcloud a {
  background-color: var(--smoke-color);
}

.widget .wp-block-tag-cloud a:hover,
.widget .tagcloud a:hover {
  background-color: var(--theme-color);
}



/* Extra small devices */
@media (max-width: 575px) {
  .page-single {
    padding: 20px;
  }
}


/* Medium Large devices */
@media (max-width: 1399px) {
  .page-single {
    padding: 30px;
  }
}


@media (min-width: 1400px) {
  .blog-single,
  .page-single {
    margin-right: 10px;
  }
}