/*==============fonts area ==============*/
/*@font-face {
    font-family: 'Salmond-Light';
    src: url('../fonts/Salmond-Light.woff2') format('woff2'),
        url('../fonts/Salmond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond-Light';
    src: url('../fonts/Salmond-Light.woff2') format('woff2'),
        url('../fonts/Salmond-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond-SemiBold';
    src: url('../fonts/Salmond-SemiBold.woff2') format('woff2'),
        url('../fonts/Salmond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Salmond-SemiBold';
    src: url('../fonts/Salmond-SemiBold.woff2') format('woff2'),
        url('../fonts/Salmond-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}*/

/*==============end fonts area ==============*/

body{
    font-family: "Montserrat", sans-serif;
/*    font-family: "Baskervville", serif;*/
}

html, body{
    overflow-x: hidden;
}


ul{
	margin: 0px;
}
a{
	text-decoration: none;
}
button:focus, button:a{
	outline: none;
	box-shadow: none;
}
.form-control:focus{
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}
body {
    overflow-x: hidden;
    background-color: #e3e0db;
}

html{
    scroll-behavior: smooth;
}
.p-50{
    padding: 50px 0px;
}
.btn-a {
    color: #000;
    background: transparent;
    border: solid 1px #000;
    padding: 5px 50px 5px 50px;
    display: inline-block;
    transition: all 0.5s ease-out;
    font-size: 12px;
    border-radius: 100px;
    font-weight: 600;
}
.btn-a:hover{
    color: #000;
    background: #d2c2ab;
}



.heading {
    margin-bottom: 30px;
}
.heading h3 {
    font-size: 16px;
    color: #9f6861;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}
.heading h2 {
    color: #414042;
    margin-bottom: 13px;
    font-size: 34px;
    font-family: 'Baskervville';
}
.heading h2 img {
    vertical-align: sub;
    margin-left: 10px;
}
.heading p {
    color: #010101;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
}
.heading h2 span {
    background: linear-gradient(to right, #FF8A5B, #0FA3B1);
    background-clip: text;
    color: transparent;
}
.heading hr {
    width: 54px;
    height: 3px;
    background-color: #9f6862;
    opacity: 1;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.heading h5{
    font-size: 28px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #414042;
}

.heading.heading-center {
    text-align: center;
}
.heading.heading-center hr {
    margin: 20px auto 20px;
}

 .container-fluid{
    width: 93%;
}
.heading.arrow-head {
    display: flex;
    align-items: center;
}
.heading.arrow-head h2{
    margin-bottom: 0px;
}
/*long arrow*/
.aro-lft {
    margin-right: 25px;
}
.aro-rgt {
    margin-left: 25px;
}
.aro-lft img {
    vertical-align: baseline;
}
.heading.arrow-head {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}
.heading.arrow-head p{
    margin-bottom: 0px;
}
.arrow-head .long-arrow-img {
    bottom: 0px;
}
/*end long arrow*/

/* ============= hader area ==============*/

.header-area {
    padding: 0px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: transparent;
    z-index: 999;
    box-shadow: 0px 0px 4px #e4008a17;
    padding: 15px 0px;
}

.header-area.fixed {
    position: fixed;
    width: 100%;
    animation: slideDown 0.35s ease-out;
    background-color: #000000c7;
    padding: 0px 0px;
}
.header-area.fixed .navbar-brand img {
    width: 50px;
    transition: all 0.6s;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.mega-clm a.megamenu-column-header {
    padding: 7px 10px 7px 6px !important;
    color: #9f6862 !important;
}


.header-area .navbar-brand {
    padding: 0px;
    position: relative;
}
.header-area .navbar-brand img {
    width: 80px;
}
/*.header-area .navbar-brand img {
    width: 185px;
}*/
.main-header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
    padding: 36px 16px;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.nav-link.dropbtn.megamenu-column-header:after {
    margin-left: 7px;
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 11px;
}
.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.main-header #collapsibleNavbar {
    justify-content: end;
    align-items: center;
}
#collapsibleNavbar .navbar-nav {
    margin-right: 0px;
}
/*on hover dropdown*/
.header-area .navbar .dropdown {
  position: relative;
  display: inline-block;
}
.header-area .navbar .dropdown-content {
    display: none;
    position: fixed;
    top: 90px;
    background-color: #fff;
    width: max-content;
    min-width: 200px;
    box-shadow: 0px 4px 10px 5px #aeadad17;
    z-index: 99;
    padding: 0px;
}
.header-area .navbar .dropdown:hover .dropdown-content {
    display: block;
}
.header-area .navbar .dropdown-content a {
    color: black;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font-size: 13px;
    display: block;
}
.header-area .navbar .dropdown-content li {
    border-bottom: solid 1px #b3b3b34f;
    list-style: none;
}
.header-area .navbar .dropdown-content li:last-child{
    border: none;
}

.header-area .navbar .dropdown-content a:hover {
    background-color: #f5f5f5;
    color: #9f6862 !important;
}
header nav ul.dropdown-content li a:after {
    display: none;
}

/*on hover dropdown*/
.mega-clm {
    padding-top: 10px;
    border-left: 1px solid rgba(0,0,0,.07);
    padding-bottom: 5px;
}

.navbar .dropdown-content.cstm-drop-menu {
    width: 1140px;
    left: 10%;
    right: 0;
    top: 122px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s linear;
    padding-bottom: 20px;
    padding-top: 0px;
}
.navbar .dropdown:hover .dropdown-content,
.navbar .dropdown .dropdown-content:hover {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.3s linear;
}
.megamenu-column-header {
    font-size: 15px;
    color: #9f6862;
    font-family: "Montserrat", sans-serif;
}
.cstm-drop-menu span.megamenu-column-header {
    text-transform: uppercase;
    margin-bottom: 6px !important;
    display: block;
}
.main-header .navbar-dark .navbar-nav .mega-clm .nav-item .nav-link {
    padding: 3px 5px;
    text-transform: capitalize;
    color: #000;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}
.header-area .navbar .link_has_dash .nav-item a {
    padding: 3px 5px 2px 15px;
}

/* ============ end hader area =============*/


/*======= the company area =======*/
.thecompany-area {
    padding: 60px 0px 80px;
}
.thecompany-area .row {
    align-items: center;
}
.company-text {
    padding-right: 150px;
}
.company-stone {
    position: relative;
}
.company-stone-img {
    text-align: center;
}
.stone-arrow {
    position: absolute;
    left: -120px;
    top: 42%;
    animation: moverth 1s infinite alternate;
}


@-webkit-keyframes moverth {
    0% { transform: translateY(0); }
    100% { transform: translateX(-15px); }
}
@keyframes moverth {
    0% { transform: translateY(0); }
    100% { transform: translateX(-15px); }
}

.thecompany-area .heading {
    margin-bottom: 0px;
}
.company-info {
    text-align: center;
}
.company-info img {
    width: 60px !important;
    height: 60px !important;
    object-fit: contain;
    margin: 0 auto;
    transition: all 0.3s;
}
.company-info:hover img{
    width: 70px !important;
    height: 70px !important;
}

.company-info p {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 14px;
}
.company-features {
    background-color: #d4d0ca;
    padding: 20px 0px;
    height: 160px;
}


/*======= end the company area =======*/


/*========== vision mission area =========*/
.vision-img img {
    width: 100%;
    object-fit: cover;
}
.vision-bx {
    padding: 0px 20px;
}
.vision-text h4 {
    font-size: 22px;
    font-family: 'Baskervville';
    color: #414042;
}
.vision-text p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
}
.vision-text {
    position: absolute;
}
.vision-mission {
    padding: 70px 0px 40px;
}

/*========== end vision mission area =========*/

/*========== lapitec area ============*/

.lapitec-logo img {
    width: 230px;
    margin-bottom: 25px;
}
.lapitec-text {
    text-align: right;
    margin-top: 43px;
}
.lapitec-text p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 40px;
}
.lapitec-area {
    padding: 40px 0px 60px;
    position: relative;
}
.lapitec-shape {
    position: absolute;
    left: 38%;
    top: -15px;
    animation: moversec 1s infinite alternate;
}
.lapitec-shape img {
    width: 220px;
}



@-webkit-keyframes moversec {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes moversec {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

/*========== lapitec area ============*/


/*========= stone slide area =========*/
/*#slidebody {
    transition: background-image 0.5s ease-in-out;
    background-repeat: no-repeat;
    height: 640px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}

.stone-slide-area .slider-container {
    position: absolute;
    top: 30%;
    left: -50px;
    display: flex;
    align-items: center;
    padding-left: 50px;
    background-size: cover;
    background-position: center;
    transform: rotate(356deg);
}

.stone-slide-area .slabs {
  position: relative;
  width: 200px;
  height: 300px;
  perspective: 1000px;
}

.stone-slide-area .slab {
    position: absolute;
    width: 270px;
    height: 410px;
    background-size: cover;
    background-position: center;
    border: 5px solid #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    transform-origin: left center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.stone-slide-area .slab:nth-child(1) { z-index: 3; transform: rotateY(0deg) translateX(0px); }
.stone-slide-area .slab:nth-child(2) { z-index: 2; transform: rotateY(-15deg) translateX(-30px); }
.stone-slide-area .slab:nth-child(3) { z-index: 1; transform: rotateY(-25deg) translateX(-60px); }

.stone-slide-area .nav-buttons {
    position: absolute;
    top: 62%;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.stone-slide-area .nav-buttons button {
    padding: 4px 14px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    border-radius: 8px;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateX(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateX(-10px); }
}


.navbt-1 {
    position: absolute;
    left: -191px;
}
.navbt-2 {
    position: absolute;
    right: -118px;
}*/


.stone-interior .swiper-container {
    width: 100%;
    margin: 40px 0;
    padding: 65px 0;
}

.stone-interior .swiper-slide {
  opacity: 0.4;
  overflow: hidden;
  transition: .7s;
}

.stone-interior .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}
.inner-swiper-stone {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.stone-interior .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1.5);
}
.stone-interior .swiper-button-next, .stone-interior .swiper-button-prev {
    color: #000000;
}
.inner-swiper-stone {
    position: relative;
}
.features-lft-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 30px 20px 18px;
    background-image: linear-gradient(13deg, #000000e6, transparent);
}
.features-lft-txt h3 {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
}
.stone-interior .swiper-slide .features-lft-txt {
    opacity: 0;
}
.stone-interior .swiper-slide.swiper-slide-active .features-lft-txt {
    opacity: 1;
}



/*========= end stone slide area =========*/

/*======== news and blogs =========*/
.news-blog-area {
    padding: 60px 0px 60px;
}
.news-blox-bx {
    border: solid 1px #000;
    margin-bottom: 4px;
    border-radius: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 160px 20px 20px;
}
.news-blox-bx:hover {
    background-color: #d2c2ab;
    transition: all 0.5s;
    box-shadow: 0px 8px 17px #a39d9d;
}

.news-blox-bx p {
    color: #7b6c55;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    width: 84%;
}
.news-blox-bx a {
    background-color: #39424a;
    color: #fff;
    border-radius: 100px;
    padding: 2px 18px;
    font-size: 14px;
    border: solid 1px #000;
    position: relative;
    right: -125px;
}



/*======== end news and blogs =========*/


/*========== footer area   ==========*/
.footer-area {
    background-color: #fff;
    padding: 60px 0px 0px;
}
.footer-logo {
    display: flex;
}
.footer-logo img {
    width: 80px;
}
.footer-logo p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #464545;
    font-weight: 400;
    line-height: 20px;
}
.foote-cnt-rgt {
    margin-left: 20px;
}
.footer-menu .footer-head {
    color: #000000;
    margin-bottom: 13px;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-menu ul{
    padding-left:0px;
}
.footer-menu ul li  {
    list-style: none;
}
.footer-menu ul li a {
    margin-top: 19px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #464545;
    font-weight: 400;
    line-height: 20px;
}

.bottom-footer {
    background-color: #e3e0db;
    padding: 30px 0px;
    font-size: 17px;
    text-align: center;
    margin-top: 60px;
}
.bottom-footer .copy-foot {
    margin-bottom: 0px;
}
.footer-form p {
    margin-bottom: 16px;
    font-size: 14px;
    color: #464545;
    font-weight: 400;
    line-height: 20px;
}
.footer-form form .input-form {
    position: relative;
}
.footer-form form .input-form .form-control {
    padding: 10px 120px 10px 20px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
    font-size: 14px;
}
.footer-form button {
    background-color: #394249;
    color: #fff;
    padding: 9px 15px;
    display: inline-block;
    font-size: 14px;
    border-radius: 10px;
    position: absolute;
    right: 2px;
    top: 2px;
    border: none;
    transition: all 0.5s;
}
.footer-form button:hover{
    color: #000;
    background: #d2c2ab;
}
.footer-form .form-sbmt-btn-n.mt-2 {
    margin-top: 16px !important;
}
.footer-form .input_box.captcha-inp {
    position: relative;
}
.footer-form .input_box.captcha-inp span {
    position: absolute;
    right: 1px;
    top: 1px;
}
.footer-form .input_box.captcha-inp span img {
    border-radius: 0px 10px 10px 0px;
    height: 34px;
}
.footer-form .input_box .form-control {
    padding: 7px 10px 7px 10px;
    border-radius: 10px;
    background-color: #fff;
    border: solid 1px #000;
    color: #000;
    font-size: 13px;
    margin-bottom: 15px;
}
.footer-form .input_box.captcha-inp  #refresh_captcha {
    position: absolute;
    right: -32px;
    top: 2px;
}
.footer-form .form-sbmt-btn-n {
    text-align: right;
}
.footer-form .form-sbmt-btn-n .btn-b {
    background-color: #394249;
    color: #fff;
    border: none;
    padding: 9px 13px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    width: 82%;
}
.input_box.captcha-inp #refresh_captcha img {
    filter: invert(1);
}
.social_icons a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #a19f9d;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 7px;
}
.social_icons {
    margin-top: 14px;
}

/*========== end footer area   ==========*/


/*======== inner pages ==========*/



/*======== breadcrumb area ========*/
.breadcrumb-area {
    background-color: #d4d0ca;
    height: 400px;
}
.inner-pages .header-area {
    box-shadow: none;
}
.inner-pages .main-header .navbar-dark .navbar-nav .nav-link {
    color: #000000;
}
.inner-pages .header-area.fixed .main-header .navbar-dark .navbar-nav .nav-link{
    color: #fff;
}
.inner-pages .header-area .navbar-brand img {
    width: 80px;
    filter: invert(1);
}
.inner-pages .header-area.fixed .navbar-brand img{
    filter: unset;
    width: 50px;
    transition: all 0.6s;
}
.header-area.fixed .main-header .navbar-dark .navbar-nav .nav-link {
    padding: 27px 16px;
}
.header-area.fixed .navbar .dropdown-content {
    top: 78px;
}

/*======== end breadcrumb area ========*/


/*========= granite page ==========*/
.stone-type {
    padding: 90px 0px 80px;
}
.stone-breadcrumb {
    margin-top: -88px;
}
.dual-stone-text h1 {
    color: #535353;
    margin-bottom: 25px;
    font-size: 62px;
    font-family: 'Baskervville';
}
.dual-stone-text p {
    color: #010101;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
}
.dual-stone-text {
    text-align: right;
}
.dual-stone-img {
    position: relative;
}
.duanstone2 {
    position: absolute;
    right: 0;
    width: 370px;
    top: -62%;
}
.duanstone1 {
    width: 280px;
    position: relative;
    left: 12%;
}
.stonetype-bx img {
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    padding-right: 30px;
}
.stonetype-bx span {
    background: #d4d0ca;
    color: #000000;
    display: inline-block;
    font-size: 13px;
    position: fixed;
    text-align: center;
    padding: 4px 11px;
    text-decoration: none;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: bottom right;
    right: 30px;
    top: 130px;
    border-radius: 10px 10px 0px 0px;
    z-index: 99;
    min-width: 130px;
}





.owl-dots {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.owl-dots .owl-dot {
    width: 30px;
    height: 4px;
    margin: 0 5px;
    background: #fff !important;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}
.owl-dots .owl-dot.active {
    background: #000000 !important;
}

.image-stack-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 20px;
    padding:0px;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; 
    max-width: 1340px; 
}

.image-item {
    width: 100%;
    padding-bottom: 75%;
    background-size: cover;
    background-position: center;
    background-color: #ccc;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    will-change: transform, opacity;
/*    position: absolute; */
}

.image-item:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.image-item:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.image-item:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.image-item:nth-child(4) { grid-area: 2 / 1 / 3 / 2; }
.image-item:nth-child(5) { grid-area: 2 / 2 / 3 / 3; }
.image-item:nth-child(6) { grid-area: 2 / 3 / 3 / 4; }


.final-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0; /* Initially hidden */
    z-index: 10; /* Ensure it's above images */
    will-change: opacity, transform;
}

.final-text h2 {
    color: #e3e0db;
    margin-bottom: 0px;
    font-size: 54px;
    font-family: 'Baskervville';
    text-shadow: 1px 1px 8px #000;
}
.stone-detail {
    padding: 40px 0px 1px;
}
.stone-detail p{
    font-size: 16px;
    font-weight: 400;
	margin-bottom:0px;
}

/*========= end granite page ==========*/

/*====== applications page ========*/

.application-inner h2 {
    font-size: 72px;
    font-family: 'Baskervville';
    color: #535353;
    text-transform: uppercase;
    margin-right: 70px;
}
.application-inner {
    background-image: url(../images/application-bg.png);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    border-radius: 500px;
    border: solid 1px #535353;
    width: 86%;
    margin: 0 auto;
    background-color: #e3e0db;
}
.application-inner img {
    width: 270px;
    animation: app 1s infinite alternate;
}
@-webkit-keyframes app {
    0% { transform: translateY(0); }
    100% { transform: translateX(-15px); }
}
@keyframes app {
    0% { transform: translateY(0); }
    100% { transform: translateX(-15px); }
}

.application-inner h2 {
    font-size: 72px;
    font-family: 'Baskervville';
    color: #535353;
    text-transform: uppercase;
    margin-right: 70px;
    margin-bottom: 0px;
}
.applications-bread {
    margin-top: -150px;
}


.application-list {
    padding-bottom: 80px;
}

.application-bx-img {
    overflow: hidden;
    border-radius: 10px;
}

.application-bx-img img {
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    transition: all 0.5s;
}

.application-bx:hover .application-bx-img img{
    transform: scale(1.2);
}

.application-heading h5 {
    font-size: 28px;
    font-family: 'Baskervville';
    text-transform: uppercase;
}
.application-heading p {
    color: #010101;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}
.application-heading {
    text-align: center;
    padding: 50px 0px 120px;
}


.application-nav-head h3 {
    font-size: 22px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #414042;
}
.application-nav-head p {
    color: #010101;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.application-nav {
    display: flex;
    padding: 17px 12px;
    align-items: center;
}
.application-nav-link a {
    border: solid 1px #9b938b;
    width: 90px;
    height: 90px;
    line-height: 85px;
    display: block;
    text-align: center;
    border-radius: 100px;
    transition: all 0.5s;

}   

.application-nav-link a:hover{
    background-color: #fff;
    box-shadow: 0px 9px 11px #22222236;
}

.application-nav-link a img {
    width: 36px;
}
.application-nav-head {
    padding-right: 29px;
}
.application-bx {
    margin-top: 170px;
}
.center-app {
    margin-top: -240px;
}

/*====== end applications page ========*/


/*associates page*/

.associates-img.text-end img {
    width: 550px;
}
.associates-img.text-start img {
    width: 448px;
}
.associates-img.text-end {
    margin-right: -120px;
}
.associates-breadcrumb {
    margin-top: -200px;
}



.strategic-area {
    position: relative;
}
.associates-strategic {
    padding: 50px 0px;
}
.associates-strategic .heading {
    text-align: center;
    margin-bottom: 45px;
}
.associates-breadcrumb .heading h1 {
    font-size: 72px;
    font-family: 'Baskervville';
    color: #535353;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.associates-strategic .heading p {
    color: #010101;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 18px;
}

/*puzzle*/
.puzzle-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1284 / 768; /* Based on your image dimensions */
  max-width: 100%;
  overflow: hidden;
}
.piece {
  position: absolute;
  width: 20%;
  height: 33.33%;
  background-image: url("../images/strategic.png");
  background-size: 500% 300%;
  opacity: 0;
  transform: scale(0.5);
  transition: all 1s ease;
}
.visible {
  opacity: 1;
  transform: scale(1) translate(0, 0);
}
.logolapitec {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 15%;
  opacity: 0;
  transition: opacity 1s ease;
  z-index: 10;
}
.logolapitec.show {
  opacity: 1;
}
/*end puzzle*/


.strategic-head h5 {
    font-size: 28px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #414042;
    margin-bottom: 0PX;
}
.strategic-head p {
    color: #010101;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 0px;
}
.strategic-cnt .row {
    align-items: center;
}
.strategic-cnt {
    padding: 25px 0px;
}


.italian-craft .heading img {
    margin-bottom: 20px;
}


/*why choose lapitect*/
.why-choose-lapitect {
    position: relative;
    width: 520px;
    height: 520px;
    border-radius: 100%;
    margin: 100px auto 130px;
    border: solid 1px #a19f9d;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/*.why-choose-lapitect .whyicons {
    position: relative;
    width: 520px;
    height: 520px;
    border-radius: 100%;
    margin: 0 auto;
    border: solid 1px #a19f9d;
}*/

.why-choose-lapitect h3 {
    font-family: 'Baskervville';
    text-transform: uppercase;
    font-size: 40px;
    color: #414042;
}
.why-choose-lapitect h3 span {
    display: block;
    font-size: 56px;
    font-weight: 600;
}

.why-choose-lapitect .iconitect {
    position: absolute;
    cursor: pointer;
        width: max-content;
}

.why-choose-lapitect .iconitect img {
  width: 70px;
  height: 70px;
  object-fit: contain;
}
.why-choose-lapitect .iconitect p {
    color: #000;
    margin-bottom: 0px;
}
.why-choose-lapitect .iconitect::after {
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 4px 8px;
  font-size: 0.75rem;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.why-choose-lapitect .iconitect:hover::after {
  opacity: 1;
}

.iconitect:nth-child(1) {
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column-reverse;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}
.iconitect:nth-child(2) {
    top: 20%;
    left: 106%;
    transform: translate(-50%, -50%);
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}
.iconitect:nth-child(3) {
    top: 50%;
    left: 116%;
    transform: translate(-50%, -50%);
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}
.iconitect:nth-child(4) {
    top: 80%;
    left: 100%;
    transform: translate(-50%, -50%);
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    display: flex;
}
.iconitect:nth-child(5) {
    top: 102%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
}
.iconitect:nth-child(6) {
    top: 80%;
    left: -17%;
    transform: translate(-50%, -50%);
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
}
.iconitect:nth-child(7) {
    top: 50%;
    left: -18%;
    transform: translate(-50%, -50%);
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
}
.iconitect:nth-child(8) {
    top: 20%;
    left: -11%;
    transform: translate(-50%, -50%);
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
}

.iconitect:nth-child(6) p, .iconitect:nth-child(7) p, .iconitect:nth-child(8) p{
    margin-right: 20px;
}
.iconitect:nth-child(2) p, .iconitect:nth-child(3) p, .iconitect:nth-child(4) p{
    margin-left: 20px;
}
.iconitect:nth-child(5) p{
    margin-top: 10px;
}
.iconitect:nth-child(1) p{
    margin-bottom: 10px;
}


.natural-pure {
    background-color: #a19f9d;
    text-align: center;
    padding: 11px 0px;
}
.inner-pure p {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0px;
    font-family: 'Baskervville';
    text-transform: uppercase;
}
.inner-pure p span{
    padding:0px 20px;
}

.lapitec-with-kgk {
    padding: 70px 0px 50px;
}



/*========= sustainability page ============*/

.leaf-area .heading h1 {
    font-size: 72px;
    font-family: 'Baskervville';
    color: #535353;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.leaf-area {
    text-align: center;
    margin-top: -230px;
}

.leaf-area > .heading {
    position: relative;
    z-index: 9;
}

.leaf-area img {
    margin-left: -9px;
    animation: sust 1s infinite alternate;
}
@-webkit-keyframes sust {
    0% { transform: translateX(0); }
    100% { transform: translateY(-15px); }
}
@keyframes sust {
    0% { transform: translateX(0); }
    100% { transform: translateY(-15px); }
}

.timeline-container {
    margin: auto;
    padding: 0px 20px;
}
.timeline {
    position: relative;
    padding: 190px 0 210px;
    margin-top: 20px;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: #a19f9d;
    transform: translateX(-50%);
}
.timeline-item {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    min-height: 217px;
}
.timeline-item.left {
    flex-direction: row-reverse;
    text-align: right;
}
.timeline-item.right {
  flex-direction: row;
  text-align: left;
}
.timeline-item .timeicon {
    background: #a19f9d;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin: 0 20px;
    width: 100px !important;
    height: 100px !important;
    clip-path: polygon(30% 0%, 93% 0%, 93% 90%, 70% 99%, 80% 100%, 6% 133%, 7% 1%, 0% 10%);
    border-radius: 50%;
    overflow: hidden;
}
.timeline-item .timecontent {
    max-width: 44.5%;
    background: transparent;
    padding: 10px;
    position: relative;
}
.timeline-item h3 {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    border-bottom: solid 2px #a19f9d;
    padding-bottom: 10px;
    position: relative;
    color: #414042;
}
.timeline-item.left .timecontent h3::after {
    content: '';
    width: 60px;
    background-color: #a19f9d;
    height: 2px;
    position: absolute;
    right: -50px;
    top: 34px;
}
.timeline-item.right .timecontent h3::after {
    content: '';
    width: 60px;
    background-color: #a19f9d;
    height: 2px;
    position: absolute;
    left: -50px;
    top: 34px;
}
.timeline-item .timecontent h5 {
    font-size: 21px;
    font-family: 'Baskervville';
}
.timeline-item p {
    color: #010101;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 16px;
}

.timeline-bx {
    text-align: center;
}
.timeline-bx .timeicon {
    background: #a19f9d;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    margin: 0 auto;
    width: 100px !important;
    height: 100px !important;
    clip-path: polygon(30% 0%, 93% 0%, 93% 90%, 70% 99%, 80% 100%, 6% 133%, 7% 1%, 0% 10%);
    border-radius: 50%;
    overflow: hidden;
}
.timeicon img {
    width: 53px;
    height: 53px;
    object-fit: contain;
}
.timecontent-n h5 {
    margin-bottom: 8px;
    font-size: 20px;
    font-family: Baskervville;
    text-transform: uppercase;
    padding-bottom: 10px;
    position: relative;
    color: #414042;
    margin-top: 20px;
    background-color: #e3e0db;
    padding-top: 8px;
}
.by-choosing {
    text-align: center;
    border: solid 2px #595647;
    padding: 40px 40px;
    border-radius: 30px;
    margin: 22px 0px 50px;
}
.by-choosing p {
    color: #414042;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Baskervville';
}
.by-choosing p span{
    font-size: 25px;
}
.better-world {
    text-align: center;
    padding-bottom: 80px;
}
.better-world h5 {
    font-size: 26px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #414042;
}
.bottom-timeline {
    margin-top: -216px;
}


/*======== contact page =======*/

.contact-main {
    margin-top: -149px;
}

.contact-main .heading h1 {
    font-size: 72px;
    font-family: 'Baskervville';
    color: #535353;
    text-transform: uppercase;
    margin-bottom: 95px;
}
.contact-from-info .input_box {
    position: relative;
}
.contact-main .form_inner {
    padding-right: 40px;
}

.contact-from-info .form_inner .form-control {
    padding: 23px 0px 6px;
    color: #111111;
    border-radius: 0px;
    border: none;
    border-bottom: solid 2px #535353;
    background-color: transparent;
    margin-bottom: 36px;
}
.contact-from-info .input_box label {
    color: #414042;
    font-family: 'Baskervville';
    font-weight: 600;
    font-size: 24px;
}
.contact-from-info .form_inner button {
    background: #a19f9d;
    border: solid 1px #595647;
    padding: 6px 30px 8px 13px;
    display: inline-block;
    transition: background 1s ease-out;
    font-size: 24px;
    color: #414042;
    font-family: 'Baskervville';
    font-weight: 600;
}
.contact-from-info .form_inner h2 {
    color: #414042;
    font-family: 'Baskervville';
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.contact-from-info .form_inner button img {
    margin-right: 5px;
}
.contact-bx h5 {
    color: #414042;
    font-family: 'Baskervville';
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.contact-bx p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.contact-bx a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.contact-bx a i{
    color:#8a8a88;
}
.contact-bx {
    margin-bottom: 50px;

}
.contact-inquary {
    border-left: solid 1px #595647;
    padding-left: 60px;
}
.contact-bx a img {
    margin-right: 10px;
}
.contact-from-info .input_box.captcha-inp span {
    position: absolute;
    right: 33px;
    top: 16px;
}
.contact-from-info .input_box.captcha-inp  #refresh_captcha {
    top: 19px;
    position: absolute;
    right: -10px;
}

.map-area {
    margin-top: 30px;
}
.map-area iframe {
    width: 100%;
    height: 500px;
}


.faq-area {
    padding: 50px 0px 100px;
}
.faq-area.homeFaq {
    padding: 40px 0px 100px;
}
.faq-area.taxFaq {
    padding: 0px 0px 100px;
}
.blog-faq .accordion-button {
    font-size: 18px;
    padding: 18px 0px;
}

.blog-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: #535353;
}
.blog-faq .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.blog-faq .accordion-body {
    border-left: none;
    padding-left: 0px;
    border-bottom: solid 1px #bababa;
    padding-top: 0px;
    font-size: 16px;
    color: #535353;
}
.blog-faq .accordion-button {
    font-size: 20px;
    padding: 16px 0px;
    color: #535353;
    background-color: transparent;
    font-family: 'Baskervville';
    font-weight: 600;
}
.blog-faq .accordion-button.collapsed{
     border-bottom: solid 1px #bababa;   
}

.blog-faq  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.blog-faq .accordion-item {
    border: none;
    background-color: transparent;
}
.blog-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 11px;
}
.blog-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 11px;
    width: auto;
}


.faq-head h4 {
    font-size: 25px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #535353;
    margin-bottom: 13px;
}
.faq-head h3 {
    font-size: 42px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #535353;
}


/*======== end contact page =======*/

/* stone gtanite page */

.inner-detail-stone {
    background-image: url(../images/stone-bg.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -209px;

}
.shape-bg-stone {
    background-image: url(../images/kgk-bg-shape.png);
    width: 400px;
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
.shape-bg-stone h5 {
    font-size: 38px;
    font-family: 'Baskervville';
    color: #ffffff;
    font-weight: 600;
}

.stone-tab-nav .nav-pills .nav-link {
    text-align: center;
    color: #000000;
    font-size: 18px;
    padding: 13px 18px;
    background-color: #d4d0ca;
    margin: 8px 0px;
    border: solid 1px #9b938b;
    border-radius: 12px;
    font-weight: 300;
}
.stone-tab-nav .nav-pills .nav-link.active {
    background-color: #d2c2ab;
    color: #000000;
}
.stone-tb-img img {
    width: 100%;
}
.stone-main-detail {
    padding: 80px 0px;
}
.img-down-content p {
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-top: 20px;
}

/*========= know us page =========*/
.know-us-breadcrumb {
    text-align: center;
    margin-top: -160px;
}
.know-us-breadcrumb .heading h1 {
    font-size: 72px;
    font-family: 'Baskervville';
    color: #535353;
    text-transform: uppercase;
}
.company-features.inner-company-features {
    background-color: #e3e0db;
    min-height: 300px;
    padding: 50px 0px 99px;
}


.events {
    padding: 0px 0px 90px;
}
.event-gallery {
    padding: 0px 15px;
}
.event-gallery p {
    font-size: 15px;
    margin-top: 13px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.event-gallery img {
    height: 286px;
    object-fit: cover;
}

.khowus-video {
    margin-bottom: 70px;
}
.khowus-video .testi-image {
    width: 100%;
}
.play_btn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    cursor: pointer;
    background: url(../images/play-btn-n.png) no-repeat center;
}
.khowus-video .testi-image .img_box img {
    display: inline-block;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 440px;
}
.khowus-video .testi-image .img_box:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
}
.khowus-video .testi-image .img_box {
    width: 100%;
    position: relative;
    text-align: center;
}
.video-pop .modal-body video {
    width: 100%;
}
.video-pop .modal-dialog {
    height: 100%;
    margin-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}


.our-story {
    padding-bottom: 50px;
    padding-top: 50px;
}
.story-inr-bx {
    background-color: #a19f9d;
    text-align: center;
    padding: 50px 50px;
    border: solid 1px #9b938b;
    border-radius: 10px;
    min-height: 660px;
}

.story-inr-bx img {
    width: 170px !important;
    margin: 0px auto 24px;
    transition: transform 0.5s ease;
}
.story-inr-bx:hover img {
  transform: scale(1.1);
}
.story-inr-bx h4 {
    font-size: 28px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #535353;
}
.story-inr-bx p {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 16px;
}
.story-inr-bx.legacy {
    background-color: #d4d0ca;
}
.story-inr-bx.legacy p{
    color: #535353;
}

/*====== blog page ======*/

.blog-main {
    padding-bottom: 40px;
}
.blog-breadcrumb {
    text-align: left;
    margin-top: -160px;
}
.blog-breadcrumb .heading h1 {
    font-size: 72px;
    font-family: 'Baskervville';
    color: #535353;
    text-transform: uppercase;
}
.top-main-blog {
    background-image: url(../images/blog-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 25px 30px;
    margin: 90px 0px 40px;
}
.ton-main-content {
    background-color: #d2c2ab;
    padding: 60px 40px;
}
.ton-main-content h2 {
    font-size: 23px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #414042;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ton-main-content p {
    margin-bottom: 0px;
    color: #000000;
    font-weight: 300;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ton-main-content hr {
    background-color: #e3e0db;
    height: 2px;
    opacity: 1;
    width: 60%;
    margin: 20px 0px 40px;
}

.topic-bx {
    border-top: solid 2px #d4d0ca;
    padding: 20px 0px;
}
.topics .heading h2 {
    text-transform: uppercase;
    font-size: 52px;
    margin-bottom: 0px;

}
.topic-bx h5 {
    text-transform: uppercase;
    font-family: 'Baskervville';
    font-size: 19px;
    font-weight: 600;
    color: #414042;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.topic-bx p {
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cmn-blopg-cnt h2 {
    font-size: 34px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #414042;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.cmn-blopg-cnt hr {
    background-color: #a6a6a6;
    height: 3px;
    opacity: 1;
    width: 55%;
    margin: 20px 0px 40px;
}
.cmn-blopg-cnt p {
    margin-bottom: 0px;
    color: #000000;
    font-weight: 300;
    font-size: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cmn-blog-img img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}
.cmn-blopg-cnt {
    padding-left: 38px;
    padding-right: 40px;
}
.cmn-blopg-cnt a {
    color: #000000;
    font-weight: 300;
    display: inline-block;
    margin-top: 46px;
}
.cmn-blopg-cnt a img {
    margin-left: 5px;
}
.cmn-blog {
    padding: 50px 0px;
}

.more-blog-img h2 {
    font-size: 19px;
    font-family: 'Baskervville';
    text-transform: uppercase;
    color: #414042;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.more-blog-img img {
    width: 100% !important;
    height: 220px;
    object-fit: cover;
}
.more-blog-img hr {
    background-color: #a6a6a6;
    height: 2px;
    opacity: 1;
    width: 55%;
    margin: 20px 0px 40px;
}

.more-blog-owl .owl-next, .more-blog-owl .owl-prev {
    width: 35px;
    height: 33px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.more-blog-owl .owl-prev {
    left: -70px;
}
.more-blog-owl .owl-next {
    right: -70px;
}

/*blog detail*/
.blog-sidebar .contact-from-info .form_inner .form-control {
    padding: 4px 0px 4px;
    margin-bottom: 12px;
    border-bottom: solid 1px #535353;
}
.blog-sidebar .contact-from-info .input_box label {
    font-size: 16px;
}
.blog-sidebar .contact-from-info .form_inner button {
    font-size: 20px;
}
.blog-sidebar .contact-from-info .form_inner button img {
    margin-right: 5px;
    width: 22px;
}
.blog-sidebar .contact-from-info {
    background: #d2c2ab;
    padding: 30px 20px;
}
.blog-left-area.blog-detail-inner {
    padding-right: 40px;
}

.blog-left-area.blog-detail-inner h2 {
    color: #414042;
    font-family: 'Baskervville';
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0px 15px;
}

.blog-left-area.blog-detail-inner h3, .blog-left-area.blog-detail-inner h4 {
    color: #535353;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
}
.blog-left-area.blog-detail-inner p {
    color: #535353;
    font-size: 16px;
    font-weight: 400;
}
.blog-inner-main-img img {
    width: 100%;
    margin-bottom: 15px;
}
.blog-main.blog-inner-pg {
    margin-top: -140px;
}
.blog-main .contact-from-info .form_inner h2 {
    font-size: 18px;
    margin-bottom: 30px;
}
.rel-head {
    color: #414042;
    font-family: 'Baskervville';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 24px;
    text-align: center;
}
.related-blog-bx img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}
.related-blog-bx p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    color: #535353;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 30px;
}
.blog-sidebar {
    position: sticky;
    top: 165px;
}

.blog-main.blog-inner-pg .contact-from-info .input_box.captcha-inp .form-control {
    padding: 13px 10px;
}


/*======== end inner pages ==========*/


/*========== enter area ==========*/
.enter-area {
    position: fixed;
    z-index: 9999;
    height: 100vh;
    width: 100%;
}
.enter-area video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.enter-btn {
    position: absolute;
    bottom: 80px;
    width: 100%;
    text-align: center;
}
.enter-content {
    position: absolute;
    bottom: 160px;
    width: 100%;
    text-align: center;
}
.enter-content h2 {
    color: #fff;
    font-family: 'Baskervville';
    margin-bottom: 0px;
	text-transform:uppercase;
}
.enter-btn button {
    background: transparent;
    border: none;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    font-size: 16px;
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}


/*========== end enter area ==========*/




