.homeSlider video{
	height:780px!important;
	object-fit:cover
}
.home-content-slide {
        min-height: calc(100vh - 100px);
        background-position: center;
        background-size: cover;
        display: flex !important;
        align-items: center;
        position: relative;
        z-index: 1;
	padding:30px 0 30px;
    }

    .home-content-slide h1 {
        font-size: 70px;
        font-weight: bold;
        color: #D4AF37;
        line-height: 1;
        margin-bottom: 30px;
		margin-top:0;
		    text-shadow:2px 2px 3px #0000002e;
    }

    .custom-container {
        max-width: 1280px;
        margin: 0 auto;
        flex: 1;
        padding: 0 15px;
    }

    .slide-box {
        max-width: 690px;
/* 		padding:50px 30px; */
/* 		background: rgba(12, 24, 100, 0.7); */
		border-radius:16px
    }

    .home-content-slide p {
        color: #000;
        font-size: 18px;
        margin-bottom: 30px;
    }

    .home-content-slide::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0) 75%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
        z-index: -1;
    }

    .custom-btn {
        padding: 13px 30px 13px 30px;
        font-size: 12px;
        line-height: 1.7;
        background-color: transparent;
        border: solid 1px #fff;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        transition: 0.4s all;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
		border-radius:6px
    }

    .custom-btn:hover {
        background-color: transparent;
        border-color: #D4AF37;
        color: #D4AF37!important;
    }

    .home-content-video-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        height: 100%;
        z-index: -1;
    }

    .home-content-video-bg video {
        object-fit: cover;
        object-position: center;
		height:100%;
    }

    .home-thumb-wrap {
        position: absolute;
        width: 100%;
        bottom: 20px;
		display:none
    }

    .home-thumb-wrap .slick-list {
        display: flex;
    }

    .home-thumb-wrap .slick-track {
        display: flex;
    }

    .home-thumb-wrap .slick-track .home-thumb-slide {
        flex: 1;
        position: relative;
        margin-top: 5px;
        border-top: solid 2px #D4AF37;
        cursor: pointer;
    }

    .home-thumb-wrap .slick-track .home-thumb-slide::before {
        height: 5px;
        background-color: #D4AF37;
        top: -5px;
        width: 0;
        content: "";
        position: absolute;
        transition: 0.4s all;
    }

    .home-thumb-wrap .slick-track .home-thumb-slide.slick-current::before {
        width: 100%;
    }

    .home-thumb-inner {
        position: relative;
    }

    .home-thumb-box {
        font-weight: 400;
        text-align: center;
        color: #fff;
        padding: 10px 6px;
        font-size: 14px;
    }
.home-content .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: #fff;
        border-radius: 50%!important;
        width: 40px;
        height: 40px;
        border: 0;
        padding: 0;
        font-size: 0;
        z-index: 1;
        transition: 0.4s all;
    }

    .home-content .slick-arrow::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        content: "";
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .home-content .slick-arrow.slick-prev {
        left: 30px;
    }

    .home-content .slick-arrow.slick-next {
        right: 30px;
    }

    .home-content .slick-arrow.slick-prev::after{
        background-image: url(/wp-content/uploads/2025/03/left-arrow.svg);
    }

    .home-content .slick-arrow.slick-next::after{
        background-image: url(/wp-content/uploads/2025/03/right-arrow.svg);
    }

    .home-content .slick-arrow:hover{
        background-color: #0C2265;
		border-radius:50%
    }

    .home-content .slick-arrow:hover::after {
        filter: brightness(0) invert(1);
    }

   
/* @media(max-width:1024px) {
	.footerBottom > div{
		
	}
} */
.customAccrodion .e-n-accordion-item-title{
	border:0;
	justify-content:space-between;
	padding:15px 25px
}
.customAccrodion .e-n-accordion-item{
	border-radius:6px;
	overflow:hidden;
	border:solid 1px #e7e7e7;
	margin-bottom:15px!important
}
.customAccrodion .e-n-accordion-item:last-child {
	margin-bottom:0
}
.customAccrodion .e-n-accordion-item > div{
	padding:15px 30px
}
.outcomeGallery img{
	aspect-ratio: 1 / 1;
	object-fit:cover
}
@media(max-width:1439px) {
	.slide-box{
		margin:0 60px;
		    padding: 50px 30px;
	}
}
@media(max-width:991px) {
        .home-content-slide h1 {
            font-size: 50px;
        }

        .home-content-slide p {
            font-size: 16px;
        }
    }

    @media(max-width:767px) {
        .home-content-slide h1 {
            font-size: 30px;
        }
		.home-content .slick-arrow.slick-prev {
            left: calc(50% - 50px);
        }

        .home-content .slick-arrow.slick-next {
            right: calc(50% - 50px);
        }

        .home-content .slick-arrow.slick-prev,
        .home-content .slick-arrow.slick-next {
            top: auto;
            transform: none;
            bottom: 20px;
        }
		.slide-box{
			padding:30px 0;
			margin:0
		}
		.home-content-slide h1, .home-content-slide p{
			margin-bottom:15px
		}
		.home-content-slide{
			padding-bottom:80px
		}
		
    }
/* 19-03-2025 */

.services-boxes{
	position:relative;
	z-index:0;
	display:block !important;
	border:solid 1px #D4AF37!important
}
.services-boxes .e-con-full.e-flex.e-con{
flex:1;
	    background-color: #F9F9F9;
}
.services-boxes{
	display:flex!important;
	flex-direction:column;
}
.services-boxes.e-con-full.e-flex{
	flex:1
}
.services-boxes:before{
	position: absolute;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/wp-content/uploads/2025/03/golden-vector-left.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
	z-index:-1;
	border:none;
}
.services-boxes:after{
	position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("/wp-content/uploads/2025/03/golden-vector-left.png");
	background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
	transform:rotate(180deg);
	z-index:-1;
	border:none;
}

.testimonial--section .strong-view.wpmtst-default div.wpmslider-viewport {
    height: auto !important;
}

body .testimonial--section .strong-view.wpmtst-default .wpmtst-testimonial.t-slide {
    transition: 0.4s all;
    position: relative;
	border:0;
	    padding: 15px;
}
body .strong-view.wpmtst-default .testimonial.t-slide{
	border:0!important;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-inner {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
	position: relative;
    z-index: 1;
	background:#fff;
/* 	box-shadow: 0 0 20px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .12); */
	border-radius:16px;
    border: solid 1px #dbdbdb;
}
body .testimonial--section .strong-view.wpmtst-default .wpmtst-testimonial-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    margin-bottom: auto !important;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-content p {
    color: #000;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-field {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-field.testimonial-name{
	margin-top:20px
}
body .strong-view.wpmtst-default .wpmtst-testimonial-heading {
    display: none;
}
body .strong-view.wpmtst-default .wpmtst-testimonial-image.testimonial-image{
	width:100%;
	max-width:100%;
	margin:0 0 15px 0
}
body .strong-view.wpmtst-default .wpmslider-controls{
	padding-bottom:0
}
body .strong-view.wpmtst-default .wpmslider-controls > div{
	display:flex;
	justify-content:center;
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item{
	margin:0 5px
}
body .strong-view.pager-style-buttons .wpmslider-pager-link:before, 
body .strong-view.pager-style-buttons .wpmslider-pager-link:hover:before, 
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link.active:before, 
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link.active:hover:before{
	background-image:none;
	display:none
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link{
	 margin:0;
	width:14px;
	height:14px;
	border:solid 2px #0C2265;
	border-radius:50%;
	display:block
}
body .strong-view.wpmtst-default .wpmslider-controls > div .wpmslider-pager-item .wpmslider-pager-link.active{
	background: #0C2265;
}
body .strong-view.wpmtst-default .testimonial-content p{
	font-size:16px
}
body .strong-view.wpmtst-default .testimonial-image img{
	    padding: 0;
    border: 0;
    height: 30px;
    width: auto;
}
.testimonial--section{
	position:relative
}
.testimonial--section::before, .testimonial--section::after{
	position: absolute;
	width: 107px;
	height: 79px;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: -1;
	opacity: .8;
	content: "";
	opacity: 0.1;
}
.testimonial--section::before{
	background-image: url(/wp-content/uploads/2025/03/quote-top.png);
	top: -54px;
	left: 12px;
}
.testimonial--section::after {
    background-image: url(/wp-content/uploads/2025/03/quote-bottom.png);
    bottom: -20px;
    right: 12px;
}
.formBox > div{
	position:relative;
	background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
}
/* .formBox > div::after{
	position:absolute;
	width:100%;
	height:100%;
	content:"";
	background:#0C2265;
	border-radius:16px;
	left:0;
	top:0;
	opacity:0.5;
	 -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
} */
/* .contactForm label{
	color:#fff
} 
.contactForm input{
	color:#fff!important;
}
.contactForm input::-webkit-input-placeholder {
  color:#fff!important;
	opacity:0.8!important;
}
.contactForm input::-moz-placeholder {
  color:#fff!important;
	opacity:0.8!important;
}
.contactForm input:-ms-input-placeholder { 
  color:#fff!important;
	opacity:0.8!important;
}
.contactForm input:-moz-placeholder {
 color:#fff!important;
	opacity:0.8!important;
}
.contactForm input::placeholder {
  color:#fff!important;
	opacity:0.8!important;
} */
.design-by a{
	color:#fff
}
.design-by a:hover{
	color:#d4af37
}
.service_inner .elementor-icon-box-icon .elementor-icon svg {
	filter:invert(1)
}
.process-row .process-box{
	background: #ffffff0a;
    backdrop-filter: blur(22px);
	position:relative;
	overflow:hidden;
	border-radius:6px
}
.process-row .process-box .elementor-icon-box-icon{
	width: 90px;
    height: 90px;
    margin-left: 0;
}
.process-row .process-box::after{
	    width: 140px;
    height: 140px;
    position: absolute;
    content: "";
    left: -40px;
    top: -50px;
    background: #d0af3b;
    border-radius: 50%;
    z-index: -1;
}
.process-row  {
    counter-reset: how-counter;
}
.process-row .process-box::before {
    counter-increment: how-counter;
    content: counter(how-counter);
    position: absolute;
    font-size: 107px;
    right: 15px;
    top: 0px;
    line-height: 1;
    color: #fff;
    opacity: 0.03;
    font-weight: bold;
	    left: auto;
    width: auto;
	height:auto
}
.customTabs .e-n-tab-title{
	border-radius:6px!important;
	border:0!important;
}
@media(max-width:767px){
	.serviceBlock{
		display:block!important
	}
	.home-thumb-box{
		font-size:13px
	}
	.home-content-slide{
		min-height: calc(100vh - 83px)
	}
	.videoFooter .elementor-background-video-container.elementor-hidden-mobile{
		display:block!important
	}
}