/*
Theme Name: ldj
Text Domain: ldj
Theme URI: https://www.captivatedesigns.com/
Author: Captivate
Author URI: https://www.captivatedesigns.com/
Description: ldj
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
html {
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

:root{
    --play: 'Playfair Display', serif;
}

h3{
    font-family: var(--play);
    font-size: 45px;
    letter-spacing: -2px;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
p {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 28px;
}
.negimg .seccontent {
    padding-top: 0;
    padding-bottom: 0;
}

header.main, footer.main{
    background-color: #000;
}

.expcontainer {
    padding-right: 2rem;
    padding-right: 2.5rem;
    padding-left: 2rem;
    padding-left: 2.5rem;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

a:active,
a:hover {
    outline-width: 0;
    text-decoration: none
}

 

.menu {
    position: relative;
    z-index: 1002;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .2s ease;
    height: 115px;
}

.logo__div {
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    height: 100%;
}

.menu__link {
    -webkit-tap-highlight-color: transparent;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    opacity: 1;
}
img.logo{
    width: 100%;
    height: 100%;
}
.snlogo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 3;
    width: 100%;
    height: 100%;
}


.exprow {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.5rem;
    margin-right: -12.5px;
    margin-left: -.5rem;
    margin-left: -12.5px;
}
.exp50{
    width: 50%;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.seccontent {
    padding: 50px;
}
.seccontent h4 {
    font-size: 26px;
    font-family: var(--play);
    margin-top: 0;
	margin-bottom: 8px;
}
.pad-0{
    padding: 0;
}
.seccontent p {
    font-size: 16px;
    margin-top: 0;
    line-height: 28px;
}
.seccontent ul li {
       font-size: 15px;
    line-height: 18px;
    position: relative;
   
    padding: 5px 24px;
}
}
.servexp .exprow {
    margin: 50px 0;
}
.servexp .expcontainer p.headpara {
    font-size: 16px;
    text-align: center;
    padding: 0 50px;
    margin: 0;
    line-height: 28px;
}
.seccontent ul li:before {
    content: '';
    background: url(../ldj/assets/images/befor.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    top: 5px;
}
.mbneg img {
    margin-bottom: -70px;
}
.mtneg img {
    margin-top: -70px;
}

.exp55{
    width: 55%;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.experience .exprow {
    align-items: center;
    justify-content: center;
}
.exp45 {
    width: 45%;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.w-100{
    width: 100%;
}
.banner{
    padding-bottom: 50px;
}
.banupper img{
    width: 100%;
}
.expcol {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: .5rem;
    padding-right: 12.5px;
    padding-left: .5rem;
    padding-left: 12.5px;
}

.expcol {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.menu__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 40px
}

.servexp.reowned .exprow { margin: 0; }
.reowned .seccontent{ padding-top: 0px; padding-bottom: 0px;}

.menu__list li:first-child {
    margin-left: -11px;
}

.menu__list li:last-child {
    margin-right: -11px;
}
.white{color: #fff;}
.menu__list__link {
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 15px;
    display: block;
    opacity: 1;
}
.negimg .aboutimg.mbneg {
   /* position: absolute;
    bottom: 0;*/
}
.negimg {
    position: relative;
}
.menu__link:active,
.menu__link:hover {
    color: #ffff;
    opacity: .8;
}

.menu__link__selected,
.menu__link__selected:hover {
    color: #ffff;
}
.testimonial h3, .effort p {
    color: #ffff;
    text-align: center;
}
.testimonial p, .banner p, .effort p{
    text-align: center;
    padding: 30px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
.effort p{padding-top: 0;}
ul#testidata  h5{
    font-family: var(--play);
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 10px;
}
ul#testidata {
    background: #000;
    border-radius: 12px;
    padding: 30px;
}
 
.testimonial .slick-prev {
        left: -25px;
        background: url(../ldj/assets/images/prev.png);
        background-size: cover;
        background-repeat: no-repeat;
        width: 50px;
        height: 50px;
}
.slick-prev:hover, .slick-prev:focus{
    background: url(../ldj/assets/images/prev.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.slick-next:hover, .slick-next:focus{
    background: url(../ldj/assets/images/next.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
ul#testidata h5:before {
    content: '';
    background: url(../ldj/assets/images/quote.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 40px;
    height: 40px;
    position: absolute;
    -ms-transform: translate(-50%, -50%);
    transform: translate(130%, -35%);
    z-index: -1;
}
.testimonial .slick-next {
    right: -25px;
    background: url(../ldj/assets/images/next.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}

.testimonial .slick-prev:before,.testimonial .slick-next:before {
    font-family: unset !important;
    font-size: 0px !important;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stars ul{
    padding: 0;
    list-style: none;
    display: flex;
    margin: 0;
    gap: 5px;
    font-size: 20px;
    color: #f0d145;
}
.textcntr{
text-align: center;
}
.galbaner {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.content-image {
    width: 100%;
    height: 100%;
}
 
div#testidatainner{
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}
.banner h1 {
    font-size: 56px;
    font-family: var(--play);
    margin: 0;
}
.banner a {
    background: #000;
    padding: 15px 40px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid transparent;
}
.banner a:hover {
    border: 1px solid #000;
    background: #fff;
    color: #000;
}
.exp50.center {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding-right: 50px;
}


.center {
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.bg-img{
    background-size: cover !important;
    background-repeat: no-repeat !important;

}
section.testimonial, section.services ,  section.experience, .gallery, .contact {
    padding: 80px;
}
.info h4 {
    margin: 0;
    font-size: 30px;
    font-family: var(--play);
}
.loadmore a {
    font-size: 16px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    display: block;
    width: fit-content;
    margin: auto;
    text-decoration: none;
}
.loadmore a:hover{
    background: #000;
    color: #ffff;
}
.loadmore { margin-top: 30px;}
ul{
	list-style: none;
    padding: 0;
}
.footer{
    padding-top: 70px;
}
.footer-col{
   width: 25%;
   padding: 0 15px;
}
.footer-col h4{
	font-size: 20px;
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 30px;
	font-weight: 700;
	position: relative;
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 15px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #fff;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #000;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #ffff;
	background-color: #000;
}
.brdrbt {
    border-bottom: 1px solid #545454;
    padding-bottom: 20px;
}
.copyright{
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.footlogo img{
max-width: 100px;
}

.blockdata {
    width: 30%;
    height: 100%;
    margin: auto;
    margin-top: 30px;
}
.bg-grey{
    background: #f6f6f6;
}
.services{
    background: #000;
}
.services h3{
    color: #fff;
    text-align: center;
    padding: 0 10%;
}

.galbaner p {
    padding-left: 15%;
    padding-right: 15%;
}
.py-3{
padding-bottom: 60px;
}

.threedes .blockwrap a {
    background: #000 !important;
    display: block;
    padding-bottom: 18px;
    text-decoration: none;
}

.experience h3{
    color: #000;
    text-align: center;
    padding: 0 10%;
}
.blockwrap{
    position: relative;
}
.content-details.fadeIn-bottom {
    position: absolute;
    top: 0;
    background: #000000d4;
    padding: 25px;
    margin: 15px;
    height: 100%;
    opacity: 0;
}
h5.content-title {
    font-size: 20px;
    color: #fff;
    font-family: var(--play);
    text-align: center;
    margin-bottom: 0;
	margin-top:2px;
	padding:0px 15% 0px 15%;
}
.seccontent {
    font-size: 15px;
}
p.content-text {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
	padding:0 0px 0 0px;
    text-align: center;
}
.blockwrap a:hover > .content-details.fadeIn-bottom {
    opacity: 1;
}
.blockwrap a:hover > h5.content-title.topneg {opacity: 0;}
h5.content-title.topneg {
    position: absolute;
    bottom: 15%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    width: 100%;
    text-shadow: 3px 0px 7px #000;
}
.posrel{
position: relative;
}
/* Gallery Css */

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

/* Main CSS */
.grid-wrapper > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid-wrapper > div > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.grid-wrapper {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	/* grid-auto-rows: 200px; */
	grid-auto-flow: dense;
}
.grid-wrapper .wide {
	grid-column: span 2;
}
.grid-wrapper .tall {
	grid-row: span 2;
}
.grid-wrapper .big {
	grid-column: span 2;
	grid-row: span 2;
}
.exp60{
    width: 60%;
}
.exp40{
    width: 40%;
}
.contactform {
    padding: 30px 30px;
    background: #faf8f9;
}
.contactform .exp50 {
    padding: 6px;
}
.contactform h4 {
    font-size: 26px;
    font-family: var(--play);
    margin: 0;
    margin-top: 25px;
	    text-align: center;
}
.contactform input {
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    width: 100%;
    padding: 15px 25px;
    font-size: 15px;
    margin: 10px 0 ;
    background: #faf8f9;
}
.info ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.contactform textarea{
    border: 1px solid #ccc;
    width: 100%;
    padding: 15px 25px;
    font-size: 15px;
    margin: 10px 0;
    height: 100px;
    background: #faf8f9;
}

.contactform input[type="submit"]{
    background:#000;
    color: #fff;
}
.info ul li {
    margin: 20px 0;
}

.info {
    background: #000;
    color: #fff;
    height: 100%;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
    padding: 0 50px;
}
/* Responsive start */
@media screen and (min-width: 776.25px) {
    

    .col__sm {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        flex-basis: auto;
        padding-right: .5rem;
        padding-right: 12.5px;
        padding-left: .5rem;
        padding-left: 12.5px;
    }
    .col__sm {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
}


/*mobile view start*/

@media screen and (max-width: 776.25px) {
    .mbneg img { margin-bottom: 0;}
    .negimg .aboutimg.mbneg { position: relative;}
    .contactform { padding: 20px; }
    .galbaner { height: 250px; }
    .services h3, .experience h3 {
        padding: 0%;
    }
    .servexp .expcontainer p.headpara {
        padding: 0;}
    .galbaner div a {
        display: block;
        margin-top: 10px;
    }
    .grid-wrapper {grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));}
    div#mob__menu.show , div#mob__menu.show .menu__list li{
    opacity: 1;
    }
    .menu__list__link {  color: #000000;    background: #fff; }
.menu__list__link:hover {
    color: #ffff;
    opacity: .8;
	    background: #fff;
}
	.menu__list__link:focus {
    color: #ffff;
    opacity: .8;
		    background: #fff;
}
	.menu__list__link:sfHover {
    color: #ffff;
    opacity: .8;
		    background: #fff;
}
    header.main { padding: 10px 0;}
    .mobile__toggle{top: 15px !important;}
    .menu{height: 90px;}
    .logo__div { margin-left: 0; right: 10px; left: auto;}
    .banner h1 { font-size: 40px; }
    .exp50.center {  padding-right: 0; padding: 20px;}
    .exp45.mtneg { order: 2;}
    .exp55 { order: -1; }
    h3 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .exp45.mbneg img {
        margin-bottom: 0;
    }
    .exp45.mtneg img {
        margin-top: 0;
    }
    .seccontent {
        padding: 15px;
    }

    ul#testidata, .expcontainer {padding: 0; }
    section.testimonial, section.services, section.experience ,div#testidatainner, .gallery , section.contact {
        padding: 10px;
    }
    .testimonial p, .banner p, .effort p { padding: 5px; font-size: 14px; }

    .info ul li a { font-size: 16px; }
    .footer-col, .blockdata, .exp45, .exp55, .exp50, .exp60, .exp40{
        width: 100%;
    }
    .info{
        margin: 0;
        padding: 20px;
    }

    .menu__link__selected,
    .menu__link__selected:hover {
        color: #ffff;
    }
    .menu-mobile__open {
        opacity: 1 !important;
    }
    .logo__div {
        z-index: 9002;
    }
    .mobile__toggle {
        width: calc(2rem + 22px + 2rem);
        height: 55px;
        position: absolute;
        top: 0;
        z-index: 9002;
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .mobile__toggle__container {
        width: 22px;
        height: 16px;
        position: relative;
    }
    .mobile__open {
        position: absolute;
        width: 22px;
        height: 16px;
        background: url(../ldj/assets/images/menu.png) no-repeat;
        background-size: auto auto;
        background-size: 100% 100%;
        opacity: 1;
    }
    .mobile__toggle__container-closeIconVisible .mobile__open {
        opacity: 0;
    }
    .mobile__close {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 3px;
        background: url(../ldj/assets/images/menu.png) no-repeat;
        background-size: auto auto;
        background-size: 100% 100%;
        opacity: 0;
    }
    .mobile__toggle__container-closeIconVisible .mobile__close {
        opacity: 1;
    }
    .mobile__close,
    .mobile__open {
        transition: opacity 185ms cubic-bezier(.645, .045, .355, 1);
    }
    .menu__mobile__container {
        background: hsla(0, 0%, 100%, .985);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 10rem;
        padding-bottom: 3.5rem;
        z-index: 2;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
        opacity: 0;
        transform: translateY(-20px);
    
    }
    .menu__mobile__container__default {
        transition: opacity 225ms cubic-bezier(.4, 0, 1, 1), transform 225ms cubic-bezier(.4, 0, 1, 1);
    }
    .menu__mobile__container-visible {
        transition: opacity 225ms cubic-bezier(.4, 0, .2, 1), transform 225ms cubic-bezier(0, 0, .2, 1);
        display: block;
        visibility: visible;
        visibility: initial;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .menu__list {
        display: block;
    }
    .menu__list li,
    .menu__list li:first-child,
    .menu__list li:last-child {
        display: block;
        margin: 0;
        margin: initial;
        border-bottom: 1px solid rgba(0, 0, 0, .075);
        transform: translateY(-20px);
        opacity: 0;
        transition: transform 225ms cubic-bezier(0, 0, .2, 1), opacity 225ms cubic-bezier(0, 0, .2, 1);
    }
    .menu__mobile__container-visible .menu__list li {
        transform: translateY(0);
        opacity: 1;
    }
}

.bg_white .elementor-widget-container .services {
  background: white !important;
  color: #000 !important;
  padding:40px !important;
}
.bg_white .elementor-widget-container .services p {
  color: #000 !important;;
}
 .bg_white .elementor-widget-container .services h3 {
  color: #000 !important;;
}
 a.gallery_a_s {
    width: 100%;
    height: 100%;
    box-sizing: unset;
}
.fancybox__backdrop {
   
    background: rgb(255 255 255 / 62%) !important;
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}
.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  
    top: 100px !important;
}

