@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root{
	--bg-color: #171414;
	--bg-gary-color: #2B2828;
	--bg-dark-color: #131212;

	--primary-color: #cfa866;
	--secondary-color: #171414;


	--white-color: #ffffff;
	--black-color: #000000;


	--left-slider: calc(-50vw + 660px);


	--md-left-slider: calc(-50vw + 470px);


}
/* ---------------------------------- fonts --------------------------------- */


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--bg-gary-color); 
  border-radius: 5px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary-color); 
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a3161f; 
}


@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-ThinOblique.ttf') format('truetype');
	font-weight: 100;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-UltraLightOblique.ttf') format('truetype');
	font-weight: 200;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-UltraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-LightOblique.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-RegularOblique.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-MediumOblique.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-BoldOblique.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro Ultra';
	src: url('./assets/fonts/GTWalsheimPro-UltraBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro Ultra';
	src: url('./assets/fonts/GTWalsheimPro-UltraBoldOblique.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-BlackOblique.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'GT Walsheim Pro';
	src: url('./assets/fonts/GTWalsheimPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'hindi';
	src: url('./assets/fonts/Kruti Dev 011 Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* TeXGyrePagella */
@font-face {
	font-family: 'TeXGyrePagella';
	src: url('./assets/fonts/TeXGyrePagella-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'TeXGyrePagella';
	src: url('./assets/fonts/TeXGyrePagella-BoldItalic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'TeXGyrePagella';
	src: url('./assets/fonts/TeXGyrePagella-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'TeXGyrePagella';
	src: url('./assets/fonts/TeXGyrePagella-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/* ---------------------------------- fonts --------------------------------- */


body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	font-family: 'GT Walsheim Pro';
	/* font-family: "Outfit", sans-serif; */
	background-color: var(--bg-color);
}


h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Outfit", sans-serif;
}


/* @media (min-width: 1700) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
			max-width: 1620px;
	}
} */


/* --------------------------------- Button --------------------------------- */
.btn{
	padding: 12px 20px;
	border-radius: 12px;
	font-family: 'GT Walsheim Pro';
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 12px;
	border: 1px solid ;
	width: fit-content;

}



.arrow-btn{
	font-size: 21px;
	color: var(--white-color);
	line-height: 21px;
	width: 45px;
	height: 45px;
	border: 1px solid #FFFFFF33;
}

.arrow-btn:hover{
	background-color: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}

.button-group{
	display: flex;
	align-items: center;
	gap:  0 10px;
}


.btn-transparent{
	background-color: transparent;
	border: 0px;
	outline: none;
	box-shadow: unset;
}

.btn.btn-lg{
	padding: 16px 20px;
}




.btn-primary{
	background-color: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}


.btn-primary:hover,
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:first-child:active {
	background-color: var(--white-color);
	color: var(--primary-color);
	border-color: var(--primary-color);
}


.btn-white{
	background-color: var(--white-color);
	color: var(--primary-color);
	border-color: var(--white-color);
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active,
.btn-white:hover,
.btn-white.active,
.btn-white:active,
.btn-white:focus-visible,
.btn-white:first-child:active {
	background-color: var(--primary-color);
	color: var(--white-color);
	border-color: var(--primary-color);
}
/* --------------------------------- Button --------------------------------- */

/* ------------------------------- .main-title ------------------------------ */
.main-title {
	margin-bottom: 70px;
}
.main-title h2{
font-weight: 400;
font-size: 76px;
line-height: normal;
margin-bottom: 18px;
color: var(--white-color);
}
.main-title p{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0%;
	margin-bottom: 18px;
	color: var(--white-color);
	
}
.main-title h3{
	font-weight: 400;
	font-size: 46px;
	line-height: normal;
	letter-spacing: 0%;
	margin-bottom: 18px;
	color: var(--white-color);
	
}
.main-title span{
	font-family: "Outfit", sans-serif;
font-weight: 400;
font-size: 38px;
line-height: 100%;
letter-spacing: 0%;
display: block;
color: var(--primary-color);
margin-bottom: 18px;

}


.main-title-wrapper{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


/* ------------------------------- .main-title ------------------------------ */





/* -------------------------------------------------------------------------- */
/*                             Bottom to Top Start                            */
/* -------------------------------------------------------------------------- */
#backToTop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--primary);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
    z-index: 999;

    
}

#backToTop.is--show {
    opacity: 1;
    visibility: visible;
}

/* Circular Progress */
#backToTop .circle-css {
    position: absolute;
    width: 100%;
    height: 100%;
    /* border-radius: 4px; */
    background: conic-gradient(var(--primary) var(--cricle-degrees, 0deg), #f5f5f5 0deg);
    clip-path: polygon(50% 0%, 100% 31%, 100% 99%, 0 100%, 0 31%);
}

/* Arrow Icon */
#backToTop .circle-inner {
    position: relative;
    z-index: 2;
    width: 39px;
    height: 38px;
    background: #E9F3E5;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 4px; */
    clip-path: polygon(50% 0%, 100% 31%, 100% 99%, 0 100%, 0 31%);
}

#backToTop .circle-inner i {
    line-height: normal;
    color: var(--text_primary_light);
}

#backToTop svg {
    width: 20px;
    height: 20px;
}






  .back-top-shape {
      width: 50px;
      height: 50px;
      background: var(--white);
      clip-path: url(#toothClip);
      -webkit-clip-path: url(#toothClip);
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: sans-serif;
      font-size: 20px;
      font-weight: bold;
      color: #333;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) scaleX(0.9) scaleY(0.85);
        margin: 0;
        z-index: 2;
				    background: var(--primary-color);
    border-radius: 50px;
    }

    .back-top-shape i {
        position: relative;
        color: var(--white-color);
    }
/* -------------------------------------------------------------------------- */
/*                              Bottom to Top End                             */
/* -------------------------------------------------------------------------- */



/* Loader */


.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.753);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader-wrapper .loader-inner {
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader-wrapper .loader-background {
    position: absolute;
    z-index: -1;
    opacity: 0.05;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: auto;
}

.loader-wrapper .loader-background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.loader-wrapper .loader-image {
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 38px;
    height: 38px;
}

.loader-wrapper .loader-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



  .loader-wrapper-container {
    --uib-size: 50px;
    --uib-color: var(--primary-color);
    --uib-speed: .9s;
    --uib-bg-opacity: .1;
    height: var(--uib-size);
    width: var(--uib-size);
    transform-origin: center;
    overflow: visible;
  }

  .car {
    fill: none;
    stroke: var(--uib-color);
    stroke-dasharray: 15, 85;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: travel var(--uib-speed) linear infinite;
    will-change: stroke-dasharray, stroke-dashoffset;
    transition: stroke 0.5s ease;
  }

  .track {
    stroke: var(--uib-color);
    opacity: var(--uib-bg-opacity);
    transition: stroke 0.5s ease;
  }

  @keyframes travel {
    0% {
      stroke-dashoffset: 0;
    }

    100% {
      stroke-dashoffset: -100;
    }
  }



  
/* Loader */


/* -------------------------------------------------------------------------- */
/*                                 Home: start                                */
/* -------------------------------------------------------------------------- */


/* --------------------------- Home: Banner Start --------------------------- */
.main-banner{
	padding: 0px 0px;
}
.main-banner .banner-text{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	padding: 200px 0px 100px 0px;
	max-width: 1000px;
	margin: 0 auto;

}
.main-banner .main-banner-image{
	width: 100%;
	height: auto;
}
.main-banner .main-banner-image img{
	width: 100%;
	height: auto;
}

.main-banner .banner-text h1{

	font-weight: 500;
	font-size: 64px;
	line-height: normal;
	letter-spacing: 0%;
	text-align: center;
	margin-bottom: 30px;
	color: var(--white-color);


}
.main-banner .banner-text p{
font-weight: 400;
font-size: 20px;
line-height: 34px;
letter-spacing: 0%;
text-align: center;
color: var(--white-color);

}
.main-banner .banner-text .button-group{
	margin-top: 50px;
}
/* --------------------------- Home: Banner End --------------------------- */


/* --------------------------- Home: counter Start --------------------------- */

.banner-counter{
	padding: 50px 0px;
}
.banner-counter .banner-counter-card{
	border-radius: 20px;
	padding: 21px;
	background: var(--bg-gary-color);
	transition: all ease-in-out 0.5s;
	cursor: pointer;
	min-height: 290px;
	width: 100%;
}
.banner-counter .banner-counter-card img{
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 30px;
}
.banner-counter .banner-counter-card h2{
	font-weight: 500;
	font-size: 50px;
	line-height: normal;
	letter-spacing: 0%;
	color: var(--white-color);
	margin-bottom: 30px;
}
.banner-counter .banner-counter-card h3{
font-weight: 500;
font-size: 26px;
line-height: normal;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 17px;
max-width: 13ch;

}
.banner-counter .banner-counter-card p{

font-weight: 300;
font-size: 16px;
line-height: 21px;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;

}

.banner-counter-wrapper{
	display: flex;
	align-items: center;
	gap: 24px;
}

.banner-counter .banner-counter-card:hover{
	background-color: var(--primary-color);
	transform: scale(1.1);
}
/* --------------------------- Home: counter End --------------------------- */



/* --------------------------- Home: services Start --------------------------- */
.services{
	padding: 100px 0px;
}


.services-slider{
	margin-right: var(	--left-slider);

}

.services-slider .slick-track{
	padding: 30px 0px;
}
.services-card{
	width: 400px;
	height: 500px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.services-card-wrapper .services-card{
	transition: all ease-in-out 0.5s;
}
.services-card-wrapper:hover .services-card{
	transform: scale(1.1);
}

.services-card .services-card-image{
	width: 100%;
	height: 100%;
}
.services-card .services-card-image img{
	width: 100%;
	height: 100%;
}
.services-card .services-card-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 36, 36, 0) 0%, rgb(207 168 102) 100%);
	padding: 30px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	
	
}
.services-card .services-card-text h3{
		font-weight: 500;
		font-size: 36px;
		line-height: normal;
		color: var(--white-color);
		margin-bottom: 0px;
}
.services-card-wrapper {
	padding: 0 15px;
}
	
/* --------------------------- Home: services End --------------------------- */



/* --------------------------- Home: About US STart --------------------------- */

.home-about .home-about-image{
	width: 100%;
	height: auto;
}
.home-about .home-about-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.home-about{
	padding: 100px 0;
}
.home-about-row{
	align-items: center;
	margin-left: -50px;
	margin-right: -50px;
}
.home-about-col{
	align-items: center;
	padding-left: 50px;
	padding-right: 50px;
}
/* --------------------------- Home: About US End --------------------------- */

/* --------------------------- Home: testimonials STart --------------------------- */

.testimonials{
	padding: 100px 0px;
}
.testimonials-card{
	display: flex;
	align-items: center;
	gap: 0 70px;
	
}
.testimonials-card .testimonials-image,
.testimonials-card .testimonials-text{
	width: 100%;
	max-width: 50%;
}

.testimonials-card .testimonials-image{
	height: 500px;
}
.testimonials-card .testimonials-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 40px;
}
.testimonials-card .testimonials-text h3 a,
.testimonials-card .testimonials-text h3{
font-weight: 700;
font-size: 37px;
line-height: normal;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 30px;
cursor: pointer;
text-decoration: none;

}
.testimonials-card .testimonials-text h3 a:hover{
	color: var(--primary-color);
}
.testimonials-card .testimonials-text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 30.6px;
	letter-spacing: 0%;
	
color: var(--white-color);
margin-bottom: 30px;

}


.client-details h6{
font-weight: 400;
font-size: 20px;
line-height: normal;
letter-spacing: 0%;
color: var(--primary-color);
margin-bottom: 8px;


}

.client-details p{
font-weight: 400;
font-size: 16px;
line-height: normal;
letter-spacing: 0%;

}
/* --------------------------- Home: testimonials End --------------------------- */


/* --------------------------- Home: partner Start --------------------------- */
.partner {
	padding: 100px 0px;
}
.partner .banner-counter-card{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* --------------------------- Home: partner End --------------------------- */




/* -------------------------------------------------------------------------- */
/*                                 Home: End                                */
/* -------------------------------------------------------------------------- */





/* --------------------------- call-to-action STart --------------------------- */
.call-to-action{
	padding: 100px 0px;
}
.call-to-action-card{
	padding: 60px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(153, 153, 153, 0.22) 100%);
	border-radius: 27px;
	position: relative;
	background: #cfa8667a;
}
.call-to-action-text h2{
font-weight: 400;
font-size: 64px;
line-height: normal;
color: var(--white-color);
margin-bottom: 30px;
}
.call-to-action-text p{
	font-weight: 400;
	font-size: 18px;
	line-height: 30.6px;
	
color: var(--white-color);
margin-bottom: 80px;
}
.call-to-action-image {
	height: 575px;
	width: auto;
	position: absolute;
	top: -63px;
	right: 0;
}
.call-to-action-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/* --------------------------------- Style 2 -------------------------------- */

.call-to-action.call-to-style-5 .call-to-action-card,
.call-to-action.call-to-style-4 .call-to-action-card,
.call-to-action.call-to-style-3 .call-to-action-card,
.call-to-action.call-to-style-2 .call-to-action-card{
	background: #cfa8667a;
	overflow: hidden;
}


.call-to-action.call-to-style-2 .call-to-action-card
.call-to-action-image {
	height: 100%;
	width: auto;
	position: absolute;
	top: 0;
	right: 0;
}
/* --------------------------------- Style 2 -------------------------------- */



/* --------------------------------- Style 3 -------------------------------- */
.call-to-action.call-to-style-3 .call-to-action-card
.call-to-action-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.call-to-action.call-to-style-3 .call-to-action-row{
	justify-content: center;
	position: relative;
	z-index: 2;
}
.call-to-action.call-to-style-3 .call-to-action-image img{
	object-fit: cover;
}


.call-to-action.call-to-style-3 .call-to-action-text h2, 
.call-to-action.call-to-style-3 .call-to-action-text p{
	text-align: center;
}
.call-to-action.call-to-style-3 .call-to-action-text .button-group{
	justify-content: center	;
}

/* --------------------------------- Style 3 -------------------------------- */


/* --------------------------------- Style 4 -------------------------------- */
.call-to-action.call-to-style-4 .call-to-action-card
.call-to-action-image {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


.call-to-action .call-to-action-col-image{
	width: 100%;
	height: 430px;
}
.call-to-action .call-to-action-col-image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left;
}
/* --------------------------------- Style 4 -------------------------------- */
/* --------------------------------- style-5 -------------------------------- */
.call-to-action.call-to-style-5 .call-to-action-card{
	padding: 0px;
	overflow: hidden;
}
.call-to-action.call-to-style-5 .call-to-action-card .call-to-action-text{
	padding: 60px;
	height: 100%;
	display: flex
;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}
.call-to-action.call-to-style-5 .call-to-action-card .call-to-action-col-image {
	height: 100%;
}
/* --------------------------------- style-5 -------------------------------- */


/* --------------------------- call-to-action End --------------------------- */





/* ------------------------------ Footer STart ------------------------------ */
footer{
	padding: 100px 0px;
	border-top: 1px solid var(--bg-gary-color);
}


.footer-details {

}
.footer-details .footer-logo{
	width: auto;
	height: 60px;
	margin-bottom: 60px;
}
.footer-details .footer-logo a{
	width: fit-content;
	height: 100%;
	display: block;
}
.footer-details .footer-logo img{
	width: 100%;
	height: 100%;
}
.footer-details .footer-text{
	margin-bottom: 20px;
}
.footer-details .footer-text p{
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 0px;

}


.footer-social {
	display: flex;
	align-items: center;
	gap: 0 10px;
}


.contact-icon,
.footer-social a {
	width: 44px;
	height: 44px;
	min-width: 44px;
	background-color: var(--bg-gary-color);
	color: var(--white-color);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 24px;
	line-height: 24px;
	border: 1px solid var(--bg-gary-color);

}

.footer-social a:hover{
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}
.footer-social{
	margin-bottom: 36px;
}


.footer-title{
	margin-bottom: 37px;
}
.footer-title h3{
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 0px;
}


.footer-links-wrapper ul,
.footer-links{
	list-style: none;
	padding: 0px;
	margin: 0px;

}
.footer-links-wrapper ul li,
.footer-links li {
	padding-bottom: 23px;
}
.footer-links-wrapper ul li a,
.footer-links li a{
font-weight: 400;
font-size: 16px;
line-height:  normal;
letter-spacing: 0%;
color: var(--white-color);
transition: all 0.5s;
text-decoration: none;
}

.footer-links-wrapper ul li a:hover,

.footer-links li a:hover{
	color: var(--primary-color);
}



.contact-details{

}
.contact-details .contact-item{
	display: flex;
	align-items: flex-start;
	gap: 0 10px;
	margin-bottom: 20px;
}

.contact-details .contact-link{

}
.contact-details .contact-link p{
font-weight: 400;
font-size: 16px;
line-height: 27.2px;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 0px;

}
.contact-details .contact-link a{
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 30.6px;
	letter-spacing: 0%;
	color: var(--white-color);
	margin-bottom: 0px;
	transition: all 0.5s;
text-decoration: none;
	
}
.contact-details .contact-link a:hover{
	color: var(--primary-color);
}
/* ------------------------------ Footer End ------------------------------ */



/* -------------------------------------------------------------------------- */
/*                               About US Start                               */
/* -------------------------------------------------------------------------- */

.small-banner{
	position: relative;
	width: 100%;
	height: 800px;

}

.small-banner.small-banner-sm{
	position: relative;
	width: 100%;
	height: 520px;

}

.small-banner .small-banner-image img,
.small-banner .small-banner-image{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.small-banner .small-banner-image::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(180deg, rgba(23, 20, 20, 0) 0%, rgba(23, 20, 20, 0.7) 56.73%, #171414 100%);

}

.small-banner-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 3;
	gap: 27px;
}
.small-banner-text h1 {
font-weight: 600;
font-size: 101.52px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
color: var(--white-color);
margin-bottom: 0px;


}


.small-banner-text p{
	font-weight: 400;
	font-size: 24px;
	line-height: 35.7px;
	letter-spacing: 0%;
	text-align: center;
	color: var(--white-color);
margin-bottom: 0px;
}

/* ------------------------- About Us : About STart ------------------------- */
.about-us-image{
	width: 100%;
	height: 635px;
	border-radius: 30px;
	overflow: hidden;
}

.about-us-image img{
	width: 100%;
	height: 100%;

	object-fit: cover;
}


.about-us{
	margin-top: -140px;
	padding-bottom: 100px;

	position: relative;
	z-index: 5;
}
/* -------------------------- About Us : About End -------------------------- */


/* -------------------------- .our-vission-mission -------------------------- */
.our-vission-mission{
	padding-bottom: 100px;
}

.our-vm-row{
	border-top: 1px solid #FFFFFF1A;
}
.our-vm-card{
	padding: 70px;
}

.our-vm-item:first-child .our-vm-card{
	border-right: 1px solid #FFFFFF1A;
	padding-left: 0px;
}


.our-vm-item:last-child .our-vm-card{
	padding-right: 0px;
}

.our-vm-card .our-vm-card-image	{
	width: 137px;
	height: 137px;
	margin-bottom: 70px;
}

.our-vm-card .our-vm-card-image	img{
	width: 100%;
	height: 100%;
	-o-object-fit: contain;

}

.our-vm-card .our-vm-card-text h3{
font-weight: 400;
font-size: 46px;
line-height: 100%;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 24px;

}

.our-vm-card .our-vm-card-text p{
font-weight: 400;
font-size: 21px;
line-height: 35.7px;
letter-spacing: 0%;
margin-bottom: 0px;
color: var(--white-color);

}
/* -------------------------- .our-vission-mission -------------------------- */



/* --------------------------- .services-tab Start -------------------------- */
.services-tab{
	padding: 100px 0px;
}
.services-tab-row{
	display: flex;
	align-items: stretch;
}

.services-col.services-left{
	width: 380px;
	padding-right: 60px;
	border-right: 1px solid #FFFFFF1A;

}


.services-col.services-right{
	width: calc(100% - 380px);
	padding-left: 60px;
}


.services-tab .nav-link{
	background: transparent;
	padding: 20px;
	border-radius: 10px;
	color: var(--white-color);
	font-family: 'GT Walsheim Pro';
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 10px;
	position: relative;
	text-align: left;

}


.services-tab .nav-link:hover{
	background: #FFFFFF12;
}


.services-tab .nav-link.active{
	background: #FFFFFF12;
	color: var(--primary-color);
	border-left: 6px solid var(--primary-color);
}
.service-tab-data .service-tab-image{
	width: 100%;
	height: 355px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 40px;
}

.service-tab-data .service-tab-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* ---------------------------- .services-tab End --------------------------- */




/* -------------------------------------------------------------------------- */
/*                                About US End                                */
/* -------------------------------------------------------------------------- */




/* -------------------------- success Storise Start ------------------------- */

.success-card-first{
	display: flex;
	align-items: center;
	gap: 0 70px;
	margin-top: -140px;
	margin-bottom: 100px;
	position: relative;
	z-index: 2;
}

.success-card.success-card-first .success-text,
.success-card.success-card-first .success-image{
	width: 50%;
}
.success-card .success-image{
	
		width: 100%;
		height: 500px;
		border-radius: 40px;
		overflow: hidden;
}

.success-card .success-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}
.success-card .success-text .success-text-title,
.success-card .success-text h3{

	display: block;
	cursor: pointer;
	font-weight: 700;
	font-size: 37px;
	line-height: normal;
	letter-spacing: 0%;
	color: var(--white-color);
	margin-bottom: 30px;
	text-decoration: none;

	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;

}

.success-card .success-text p{
font-weight: 400;
font-size: 18px;
line-height: 30.6px;
letter-spacing: 0%;
color: var(--white-color);
margin-bottom: 30px;

display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;  
overflow: hidden;

}





.success-card.success-card-normal {
	margin-bottom: 50px;
}
.success-card.success-card-normal .success-image {
	width: 100%;
	height: 390px;
	border-radius: 17px;
	overflow: hidden;
	margin-bottom: 20px;
}

.success-card.success-card-normal .success-text h3 {
	font-weight: 700;
	font-size: 24px;
	line-height: 31.2px;
	letter-spacing: 0%;
	
	color: var(--white-color);
	margin-bottom: 20px;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.success-card.success-card-normal .success-text p {
	font-weight: 400;
	font-size: 16px;
	line-height: 27.2px;
	letter-spacing: 0%;
	color: var(--white-color);
	margin-bottom: 20px;


	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}




.success-card .success-user{
	display: flex;
	align-items: center;
	gap: 0 10px;
}

.success-card .success-user img{
	width: 50px;
	min-width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 50px;
}

.success-card .success-user .success-user-text p{
	font-weight: 400;
	font-size: 20px;
	line-height: normal;
	color: var(--primary-color);
	letter-spacing: 0%;
	margin-bottom: 8px;
	
}
.success-card .success-user .success-user-text h6{
font-weight: 400;
font-size: 16px;
line-height: 100%;
color: var(--white-color);
margin-bottom: 0px;

}
/* -------------------------- success Storise End ------------------------- */



/* ------------------------------- Contact US ------------------------------- */
.contact{
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    z-index: 5;
}



.contact-card{
	padding: 30px;
	border-radius: 10px;
	min-height: 260px;
	background-color: var(--bg-gary-color);
	cursor: pointer;
	margin-bottom: 20px;
}

.contact-card .contact-icon{
	margin-bottom: 40px;
	background-color: #FFFFFF1A;
}
.contact-card .contact-text p{
	font-weight: 400;
	font-size: 16px;
	line-height: 27.2px;
	letter-spacing: 0%;
	margin-bottom: 0px;
	color: var(--white-color);
	
}

.contact-card .contact-text h6,
.contact-card .contact-text a{
font-weight: 500;
font-size: 18px;
line-height: 30.6px;
letter-spacing: 0%;
text-decoration: none;
color: var(--white-color);
margin-bottom: 0px;
}



.contact-card:hover  .contact-icon i,
.contact-card:hover .contact-text a{
	color: var(--primary-color);
}





.contact-from-card{
	padding: 100px 0px;
}



.contact-from .form-control::placeholder {
  color: #CEC8C8;

  opacity: 1; /* Firefox */
}

.contact-from .form-control::-ms-input-placeholder { /* Edge 12-18 */
  color: #CEC8C8;
}


.contact-from .form-group .selected-dial-code{
	color: var(--primary-color);
}
.contact-from .form-group{
	margin-bottom: 16px;
}
.contact-from .form-control{
	padding: 14px;
	border-radius: 21px;
	background-color: #FFFFFF0D;
	border: #FFFFFF0D;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0%;
	color: var(--white-color);

}

.contact-from .form-control:focus{
	border: 1px solid var(--primary-color);
	box-shadow: unset;
	outline: none;
}



.contact-from-row{
	margin-left: -50px;
	margin-right: -50px;
}

.contact-from-col{
	padding-left: 50px;
	padding-right: 50px;
}
/* ------------------------------- Contact US ------------------------------- */




/* ---------------------------------- BLog ---------------------------------- */


.blog{
	padding-bottom: 100px;
}
.blog-card{
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 10px;
	overflow: hidden;
	background-color: #2A2727;
	margin-bottom: 30px;
}



.blog-card .blog-image{
	width: 100%;
	height: 280px;
}
.blog-card .blog-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.blog-text {
	padding: 24px;
}

.blog-text .blog-details{
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #ffffff9c;
	gap: 0 10px;
	display: flex
;
	align-items: center;
}
.blog-text h6{
	font-family: Outfit;
	font-weight: 500;
	font-size: 21px;
	line-height: 31.2px;
	letter-spacing: 0%;
	color: var(--white-color);
	margin-bottom: 25px;

	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	
}



.blog-text a{
font-weight: 400;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
color: var(--primary-color);
display: block;
text-decoration: none;

}
/* ---------------------------------- BLog ---------------------------------- */



/* --------------------------- .blog-main-details --------------------------- */
.blog-main-details{
	padding: 80px 0px;
}


.blog-main-details-date-meadia{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	font-weight: 400;
	font-size: 21px;
	line-height: 100%;
	letter-spacing: 0%;
	color: var(--white-color);
	margin-bottom: 80px;
	display: flex;
	align-items: center;
	gap: 0 10px;
}


.contact-icon-wrapper{
	display: flex;
	align-items: center;
	gap: 0 10px;
}

.contact-icon-wrapper .contact-icon:hover{
	color: var(--primary-color);
}


.blog-main-details-image{
	width: 100%;
	height: 620px;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 80px;
}
.blog-main-details-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;

}



.blog-main-details-text{
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
}
.blog-main-details-text a,
.blog-main-details-text span,

.blog-main-details-text{
	font-weight: 400;
	font-size: 18px;
	line-height: 30.6px;
	letter-spacing: 0%;
	color: var(--white-color);
}

.blog-main-details-text a,
.blog-main-details-text span{
	color: var(--primary-color);
}

.blog-main-details-text strong,
.blog-main-details-text b{
	font-weight: 700;
}

.blog-main-details-text ul,
.blog-main-details-text h3,
.blog-main-details-text h2,
.blog-main-details-text h4,
.blog-main-details-text h5,
.blog-main-details-text h6,
.blog-main-details-text h1,
.blog-main-details-text p {
	color: var(--white-color);
	margin-bottom: 40px;
}

.blog-main-details-text h2{
	font-weight: 400;
	font-size: 46px;
	line-height: 100%;
	letter-spacing: 0%;

}
.blog-main-details-text h3{
	font-family: GT Walsheim Pro;
	font-weight: 700;
	font-size: 26px;
	line-height: normal;
	letter-spacing: 0%;
	margin-bottom: 20px;

}
.blog-main-details-text h4{
	font-family: GT Walsheim Pro;
	font-weight: 700;
	font-size: 24px;
	line-height: 35.7px;
	letter-spacing: 0%;

}
/* --------------------------- .blog-main-details --------------------------- */



select option {
	margin: 40px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .wpcf7-response-output{

	  padding: 20px !important;
	  background-color: #232020;
	  color: #fff;
	  border: 0px !important;
	  border-radius: 10px;
  }




	


	/* Sticky Contact Form */


	.sticky-from::before{
		content: "";
		background-color: var(--primary-color);
	}
	

	.sticky-from-title{
		display: flex
;
    align-items: center;
    justify-content: space-between;
		margin-bottom: 30px;

	}
	.sticky-from-title h3{
		font-weight: 400;
		font-size: 22px;
		line-height: 100%;
		letter-spacing: 0%;
		color: var(--white-color);
		margin-bottom: 0px;
	}	



	.sticky-from-btn{
		position: fixed;
    right: -116px;
    z-index: 22;
		  top: 15%;
		padding: 10px 15px;
		background-color: var(--primary-color);
		border: 0px;
		border-top-left-radius: 20px;
		border-bottom-left-radius: 10px;
		font-weight: 400;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
		gap: 0 10px;
		color: var(--white-color);
		display: flex;
		align-items: center;
		transition: all 0.5s;
	

	}

		.sticky-from-btn img{
			width: 35px;
			height: 35px;
		}

	.sticky-from-btn:hover{
		right: 0px;
	}


		.sticky-from{
		position: fixed;
    right: -100%;
    top: 14%;
    max-width: 420px;
		width: 100%;
		max-height: 610px;
		height: auto;
    overflow: auto;
    background: var(--bg-gary-color);
    z-index: 23;
    padding: 30px;
    border-radius: 10px;
		transition: all 0.5s;
	}
	.sticky-from.sticky-from-show{
		    right: 0%;
	}



	.sticky-from-btn-close{
		color: var(--white-color);
		font-size: 24px;
		line-height: 24px;
		background-color: transparent;
		border: 0px;
		outline: none;
	}


	.sticky-from .contact-from{
		z-index: 24;
		position: relative;
	}
	/* Sticky Contact Form */