﻿

/************************************/
/***       05. About Us css       ***/
/************************************/

.about-us{
	padding: 100px 0;
}

.about-us-image{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 15px;
	margin-right: 20px;
}

.about-image-box{
	width: calc(50% - 15px);
}

.about-img-2{
	margin-bottom: 15px;
}

.about-img-1 figure,
.about-img-2 figure,
.about-img-3 figure{
	display: block;
	border-radius: 20px;
}

.about-img-1 img,
.about-img-2 img,
.about-img-3 img{
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}

.about-img-1 img{
	aspect-ratio: 1 / 1.91;
}

.about-img-2 img,
.about-img-3 img{
	/* aspect-ratio: 1 / 1.07; */
	height: 325px;
}

.get-free-security-circle{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	z-index: 1;
}

.get-free-security-circle img{
	width: 100%;
	max-width: 166px;
	/*animation: infiniterotate 20s infinite linear;*/
}

/*@keyframes infiniterotate{
	from{
		transform: rotate(0deg);
	  }
	to{
		transform: rotate(360deg);
	}
}*/

.about-us-body{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: linear-gradient(90.15deg, var(--accent-color) 1.15%, var(--accent-secondary-color) 98.84%);
	border-radius: 100px;
	margin-bottom: 50px;
	margin-left: 20px;
	padding-right: 20px;
}

.about-us-body-img{
	width: 200px;
	height: 145px;
	background-color: var(--white-color);
	clip-path: polygon(45% -70%,96% 50%,50% 155%,0 50%);
	display: flex;
	margin-right: 10px;
	margin-left: -20px;
}

.about-us-body-img figure{
	width: 180px;
	height: 145px;
	clip-path: polygon(50% -50%,100% 50%,50% 150%,0 50%);
	overflow: hidden;
}

.about-us-body-img img{
	width: 180px;
	height: 145px;
}

.about-us-body-content{
	width: calc(100% - 190px);
}

.about-us-body-content h3{
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.about-us-body-content p{
	color: var(--white-color);
	margin: 0;
}

.about-us-footer{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px 30px;
}

.about-footer-list,
.about-footer-content{
	width: calc(50% - 15px);
}

.about-footer-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.about-footer-list ul li{
	background: url('../images/icon-check.svg') no-repeat;
	background-position: left top;
	background-size: 24px auto;
	line-height: 1.5em;
	padding-left: 35px;
	margin-bottom: 20px;
}

.about-footer-list ul li:last-child{
	margin-bottom: 0;
}

.about-contact-btn{
	display: flex;
	align-items: center;
	border-bottom: 1px solid var(--divider-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.about-contact-btn .icon-box{
	position: relative;
	height: 46px;
	width: 46px;
	background: linear-gradient(to right, var(--accent-color) 0%, var(--accent-secondary-color) 50%, var(--accent-color) 100%);
	background-size: 200% auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.about-contact-btn:hover .icon-box{
	background-position: right center;
}

.about-contact-btn .icon-box img{
	width: 100%;
	max-width: 28px;
}

.about-footer-btn-content{
	width: calc(100% - 56px);
}

.about-footer-btn-content h3{
	font-size: 20px;
	color: var(--primary-color);
	margin: 0;
}

.about-footer-btn-content h3 a{
	color: inherit;
}



/*---------------------------------------------------services----------------------------------------------*/
.sustainability-section{
    padding: 80px 0px 0px;
    background:#fff;
}

.sustainability-heading{
    margin-bottom:40px;
}

.sustainability-subtitle{
    display:block;
    font-size:18px;
    font-weight:700;
    color:#0b63ce;
    margin-bottom:10px;
}

.sustainability-title{
    font-size:58px;
    line-height:1.1;
    font-weight: 700;
    color:#0b63ce;
    margin:0;
    max-width:900px;
}

.sustainability-card{
    background: #005ebd;
    border-radius: 0 0 48px 0px;
    overflow:hidden;
    height:100%;
    transition:.4s;
    /* border-bottom: 2px solid #fff; */
}

.sustainability-card:hover{
    /* transform:translateY(-6px); */
}

.sustainability-img{
    height:410px;
    overflow:hidden;
    border-radius: 0 0 48px 0px;
    border-bottom: 1.5px solid #fff;
}

.sustainability-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.sustainability-content{
    padding: 12px 14px 15px;
}

.sustainability-content h4{
    color:#fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    /* text-decoration:underline; */
}

.sustainability-content p{
    color:#fff;
    font-size: 15px;
    line-height:1.75;
    margin:0;
    font-weight:400;
}

@media(max-width:1399px){

    .sustainability-title{
        font-size: 40px;
    }

    .sustainability-img{
        height: 300px;
    }
}

@media(max-width:991px){

    .sustainability-title{
        font-size:40px;
    }

    .sustainability-img{
        height:330px;
    }
}

@media(max-width:767px){

    .sustainability-section{
        padding:50px 0;
    }

    .sustainability-title{
        font-size:32px;
    }

    .sustainability-img{
        height:300px;
    }

    .sustainability-content{
        padding:20px;
    }

    .sustainability-content h4{
        font-size:22px;
    }

    .sustainability-content p{
        font-size:15px;
        line-height:1.7;
    }
}



.velox-readmore{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-top: 10px;
    color: #0167ce;
    font-size: 12px;
    font-weight: 700;
    text-decoration:none;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 2px 10px;
    border-radius: 4px;
}

.velox-readmore i{
    font-size:12px;
    transition:all .3s ease;
}

.about-area3 h5{
    margin-bottom: 10px;
}
.about-area3 p{
  margin-bottom: 10px;
}
/*-----------------------------------------------------end--------------------------------------------------*/


/*----------------------------------------------------why choose us-----------------------------------------*/
.velox-why-choose-section {
    padding: 100px 0;
    background: #005dbd;
    position: relative;
    overflow: hidden;
    margin-top: -40px;
    border-radius: 0px 0px 140px 0px;
}

.velox-subtitle {
    display: inline-block;
    background: #ffffff;
    color: #005dbd;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.velox-content h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 12px;
}

.velox-content p {
    font-size: 15px;
    line-height: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}

.velox-feature-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
}

.velox-feature-item {
    display: flex;
    gap: 15px;
    background: #0e65c0;
    padding: 12px;
    border-radius: 10px;
    /* box-shadow: 0 10px 30px rgba(0,0,0,.06); */
    transition: .4s;
    border: 1px solid #477eb6;
}

.velox-feature-item:hover {
    transform: translateY(-5px);
}

.velox-icon {
    min-width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005dbd;
    font-size: 22px;
    /* filter: blur(10px); */
    /* z-index: 10; */
}

.velox-feature-item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #ffffff;
}

.velox-feature-item p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

.velox-image-box {
    position: relative;
    padding-left: 40px;
}

.velox-image-box img {
    width: 100%;
    border-radius: 25px;
    height: 650px;
    object-fit: cover;
    /* box-shadow: 0 20px 60px rgba(0,0,0,.15); */
}

.velox-exp-box {
    position: absolute;
    left: 15px;
    bottom: 40px;
    background: #005dbd;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    min-width: 180px;
}

.velox-exp-box h3 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
    color: #fff;
}

.velox-exp-box span {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 500;
}

.velox-bottom-box {
    margin-top: 30px;
    background: linear-gradient(135deg,#0b5ed7,#0f172a);
    color: #fff;
    padding: 18px 25px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 600;
}

.velox-bottom-box i {
    font-size: 22px;
}

@media(max-width:991px){

    .velox-why-choose-section{
        padding: 70px 0 100px;
    }

    .velox-content h2{
        font-size: 26px;
    }

    .velox-feature-grid{
        grid-template-columns:1fr;
    }

    .velox-image-box{
        padding-left:0;
        margin-top:40px;
    }

    .velox-image-box img{
        height:450px;
    }

    .velox-exp-box{
        left:20px;
        bottom:20px;
    }
}

/*------------------------------------------------------end-------------------------------------------------*/


/*-------------------------------------------------------highlight------------------------------------------*/

.velox-highlight-section {
    padding: 80px 0;
    background: #fff;
}

.highlight-title {
    font-size: 42px;
    font-weight: 700;
    color: #0a4285;
    margin-bottom: 10px;
}

.highlight-subtitle {
    color: #777;
    font-size: 16px;
    margin-bottom: 50px;
}

.highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* border-top: 1px solid #d9d9d9; */
    /* border-left: 1px solid #d9d9d9; */
}

.highlight-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 30px 20px;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    transition: all .3s ease;
    background: #fff;
}

.highlight-item:hover {
    background: #f8f9fa;
}

.highlight-icon {
    min-width: 60px;
    text-align: center;
}

.highlight-icon i {
    font-size: 38px;
}

.highlight-item:nth-child(1) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(2) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(3) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(4) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(5) .highlight-icon i {
    color: #005ebe;
}

.highlight-item:nth-child(6) .highlight-icon i {
    color: #005ebe;
}

.highlight-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.highlight-content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
    font-size: 15px;
}

@media (max-width: 991px) {
    .highlight-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {

    .highlight-grid {
        grid-template-columns: 1fr;
    }

    .highlight-title {
        font-size: 34px;
    }

    .highlight-item {
        padding: 25px;
    }

    .highlight-icon i {
        font-size: 35px;
    }
}

.highlight-item:nth-child(4),
.highlight-item:nth-child(5),
.highlight-item:nth-child(6) {
    border-bottom: 0;
}

.highlight-item:nth-child(3),
.highlight-item:nth-child(6) {
    border-right: 0;
}
/*-------------------------------------------------------end-------------------------------------------------*/
.core-ard-slider .swiper-button-prev::before {
    content: '\f104';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}

.core-ard-slider .swiper-button-next::before {
    content: '\f105';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5a5a5a;
    font-size: 22px;
}


@media (max-width: 767px){
    .weddingSwiper .swiper-slide {
    width: 85%;
}
    .slide-overlay {
    left: 32%;
}
}


/*=====================================================PARK RING===============================================*/


/*-------------------------------------------------------TRACKING-----------------------------------------------*/

.tracking-section {
    /* background: #fff; */
    padding: 80px 0px 0px;
    /* overflow: hidden; */
    position: relative;
}

.section-heading span {
    display: inline-block;
    color: #004aad;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #0056b3;
    margin-bottom: 15px;
}

.section-heading p {
    max-width: 650px;
    margin: 0 auto;
    color: #64748b;
    font-size: 17px;
}

.tracking-content-box {
    /* padding-left: 20px; */
}

.tracking-icon {
    width: 70px;
    height: 70px;
    background: #eff6ff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.tracking-icon i {
    font-size: 32px;
    color: #2563eb;
}

.tracking-content-box h3 {
    font-size: 36px;
    line-height: 1.1;
    font-weight: 600;
    color: #0056b3;
    margin-bottom: 20px;
}

.tracking-content-box p {
    font-size: 15px;
    line-height: 1.8;
    color: #2a2b2d;
    margin-bottom: 20px;
}

.tracking-feature {
    background: #0033a1;
    border-radius: 8px;
    padding: 12px 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
    border: 1px solid #1d5fb7;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all .4s ease;
    /*border-left: 4px solid #004aad;*/
}

.tracking-feature:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(37,99,235,.15);
}

.tracking-feature i {
    width: 40px;
    height: 40px;
    background: #ffffff24;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex: none;
}

.tracking-feature span {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.tracking-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
    padding: 9px 30px;
    background: #feb901;
    color: #00255b;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: .4s;
    font-size: 14px;
    text-transform: uppercase;
    gap: 8px;
}

.tracking-btn:hover {
    background: #0b2d5c;
    color: #fff;
}


.tracking-feature{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.feature-left{
    display:flex;
    align-items:center;
    gap: 10px;
}

.feature-left i{
    font-size: 17px;
}


.right-arrow i{
    color: #ffffff;
    font-size: 14px;
    background: transparent;
    height: 0px;
    width: 0px;
    margin-right: 8px;
}

.tracking-feature:hover .right-arrow{
    background:#2563eb;
}

.tracking-feature:hover .right-arrow i{
    color:#fff;
    /* transform:translateX(3px); */
}

.tracking-bg{
    background-color:#fff;
    padding:30px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    border: 1px solid rgba(76, 74, 75, 0.1);
}
.tracking-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.gallery-item {
    border-radius: 14px;
    overflow: hidden;
    height: 230px;
    padding: 0px;
}

.gallery-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: .6s;
    border-radius: 14px;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

.gallery-big {
    height: 230px;
}

.gallery-wide {
    height: 230px;
}

@media (max-width: 991px) {

    .tracking-content-box {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .tracking-content-box h3 {
        font-size: 36px;
    }

    .section-heading h2 {
        font-size: 34px;
    }

    .tracking-gallery {
        grid-template-columns: 1fr;
    }

    .gallery-item,
    .gallery-big,
    .gallery-wide {
        height: 250px;
    }
}
/*---------------------------------------------------------end-------------------------------------------------*/


/*------------------------------------------------------helpline-----------------------------------------------*/
.pr-services-section{
    padding: 80px 0px 0px;
    background: #fff;
}

.pr-services-header{
    text-align:center;
    max-width:850px;
    margin:0 auto 60px;
}

.pr-services-header h2{
    font-size: 42px;
    font-weight: 700;
    color: #0056b3;
    margin-bottom:15px;
}

.pr-services-header h2 span{
    color:#2563eb;
}

.pr-services-header p{
    font-size: 16px;
    color: #2a2b2d;
    line-height:1.8;
}

.pr-service-box{
    /* background:#fff; */
    border-radius:20px;
    /* padding:25px 15px; */
    text-align:center;
    height:100%;
    /* box-shadow:0 10px 30px rgba(0,0,0,.06); */
    transition:.4s;
    /* border:1px solid #e5eefc; */
}

.pr-service-box:hover{
    transform:translateY(-8px);
    /* box-shadow:0 20px 40px rgba(37,99,235,.15); */
}

.pr-service-icon{
    width: 110px;
    height: 110px;
    margin: 0 auto 10px;
    border-radius: 50%;
    /* background:#eff6ff; */
    display:flex;
    align-items:center;
    justify-content:center;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.pr-service-icon img{
    width: 80px;
    height: 80px;
    object-fit:contain;
}

.pr-service-box h5{
    font-size: 12px;
    font-weight: 600;
    color: #0c4f95;
    margin:0;
    text-transform: uppercase;
}

/*----------------------------------------------------------end------------------------------------------------*/

/*---------------------------------------------------------security---------------------------------------------*/
.pr-security-section{
    padding: 80px 0px 0px;
    background: #ffffff;
}

.pr-security-heading{
    text-align:center;
    position:relative;
    margin-bottom:50px;
}

.pr-security-heading h2{
    font-size: 42px;
    font-weight: 700;
    color: #0056b3;
    margin-bottom:10px;
    position:relative;
    display:inline-block;
}


.pr-security-heading p{
    position: relative;
    /* left:0; */
    /* top:80px; */
    font-size: 15px;
    /* font-style:italic; */
    color: #2a2b2d;
}

.pr-language-btn{
    position:absolute;
    right:0;
    top:80px;
    color:#d81b60;
    text-decoration:none;
    font-weight:700;
    border-bottom:2px solid #d81b60;
    padding-bottom:8px;
}

.pr-security-card{
    text-align:center;
    transition:.4s;
}

.pr-security-card:hover{
    transform:translateY(-8px);
}

.pr-security-card img{
    width:100%;
    max-width: 165px;
    height: 145px;
    object-fit:contain;
    background:#fff;
    border:1px solid #ddd;
    border-radius:12px;
    padding:20px;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
}

.pr-security-card h6{
    margin-top:15px;
    font-size: 13px;
    font-weight:600;
    color: #0c4f95;
    text-transform:uppercase;
}

@media(max-width:991px){

    .pr-security-heading p,
    .pr-language-btn{
        position:static;
        display:block;
        margin-top:15px;
        text-align:center;
    }

    .pr-security-heading h2{
        font-size:34px;
    }

    .pr-security-card img{
        max-width:130px;
        height:130px;
    }
}

/*---------------------------------------------------------end-------------------------------------------------*/


/*------------------------------------------------------FAQ-----------------------------------------------------*/
.pp-faq-section{
    padding:80px 0;
    background:#ffffff;
}

.pp-faq-title{
    margin-bottom:50px;
}

.pp-faq-title h2{
    font-size: 42px;
    font-weight:700;
    color: #0056b3;
    margin-bottom:15px;
    position:relative;
    display:inline-block;
}

.pp-faq-title p{
    color: #2a2b2d;
    font-size: 16px;
}

.pp-faq-accordion .accordion-item{
    border:none;
    margin-bottom: 10px;
    border-radius: 0px;
    /* overflow:hidden; */
    box-shadow:0 4px 20px rgba(0,0,0,.08);
}

.pp-faq-accordion .accordion-button{
    background:#fff;
    color:#1e293b;
    font-size: 18px;
    font-weight:600;
    padding: 18px 25px;
    box-shadow:none;
    /* border-left:4px solid transparent; */
    border-radius: 6px;
}

.pp-faq-accordion .accordion-button:not(.collapsed){
    background:#fff;
    /* color:#2563eb; */
    /* border-left:4px solid #2563eb; */
    border-bottom: 0px;
}

.pp-faq-accordion .accordion-button:focus{
    box-shadow:none;
}

.pp-faq-accordion .accordion-body{
    padding:25px;
    font-size:17px;
    line-height:1.8;
    color:#555;
    /* border: none; */
}

.accordion-collapse {
    border: solid rgba(0,0,0,.125);
    border-width: 1px;
    border-radius: 0px 0px 4px 4px;
}

@media(max-width:768px){

    .pp-faq-title h2{
        font-size:34px;
    }

    .pp-faq-accordion .accordion-button{
        font-size:16px;
        padding:18px;
    }
}

/*----------------------------------------------------------end------------------------------------------------*/



/*-------------------------------------------------slider------------------------------------------------------*/
.velox-hero-slider {
    position: relative;
}

.velox-hero-slider .hero-inner {
    position: relative;
    /* min-height: 600px; */
    display: flex;
    align-items: center;
    padding: 110px 0px 180px 0px;
}

.velox-hero-slider .hero-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.velox-hero-slider .hero-bg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
        rgba(0,0,0,.95) 0%,
        rgba(0,0,0,.88) 35%,
        rgba(0,0,0,.55) 65%,
        rgba(0,0,0,.15) 100%);
}

.velox-hero-slider .hero-content {
    position: relative;
    z-index: 5;
    max-width: 650px;
}

.velox-hero-slider .hero-subtitle {
    display: block;
    color: #D6A04C;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.velox-hero-slider .hero-title {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.hero-title span{
    display:block;
    color:#D6A04C;
    margin-top:10px;
}

.velox-hero-slider .hero-text {
    font-size: 16px;
    line-height: 28px;
    color: #d7d7d7;
    max-width: 520px;
    margin-bottom: 20px;
}

.velox-hero-slider .hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 22px;
    border: 1px solid #D6A04C;
    color: #D6A04C;
    text-decoration: none;
    transition: .4s;
    border-radius: 2px;
}

.velox-hero-slider .hero-btn:hover {
    background: #D6A04C;
    color: #000;
}

/* Pagination Bottom Left */

.velox-hero-slider .swiper-pagination {
    position: absolute;
    left: 80px !important;
    bottom: 90px !important;
    width: auto !important;
    text-align: left;
    z-index: 20;
    top: auto;
}

.velox-hero-slider .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0;
    opacity: .4;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-right: 25px !important;
}

.velox-hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
    color: #D6A04C;
}

.velox-hero-slider .swiper-pagination-bullet-active::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #D6A04C;
    margin-left: 18px;
    vertical-align: middle;
}

@media(max-width:991px) {

    .velox-hero-slider .hero-inner {
        min-height: 700px;
    }

    .velox-hero-slider .hero-title {
        font-size: 46px;
    }

    .velox-hero-slider .hero-text {
        font-size: 16px;
    }

    .velox-hero-slider .swiper-pagination {
        left: 20px !important;
        bottom: 20px !important;
    }

    .velox-hero-slider .swiper-pagination-bullet {
        font-size: 18px;
    }
}
/*-------------------------------------------------------end----------------------------------------------------*/



/*-----------------------------------------------------about us--------------------------------------------------*/
.gs-about-section{
    background:#080808;
    overflow:hidden;
    padding: 80px 0px 0px;
}

.gs-about-content{
    padding: 30px 60px;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.gs-subtitle{
    color:#c89b5b;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
    margin-bottom: 10px;
    display:block;
}

.gs-about-content h2{
    color:#fff;
    font-size: 42px;
    line-height:1.15;
    font-weight:400;
    margin-bottom: 12px;
    font-family:serif;
}
.gs-about-content h5{
    color: #c99d59;
    font-size: 24px;
    font-weight:500;
    margin-bottom: 10px;
}
.gs-about-content h2 span{
    display:block;
}

.gs-divider{
    width:120px;
    height:2px;
    background:#c89b5b;
    margin-bottom: 20px;
    position:relative;
}

.gs-divider:after{
    content:"";
    width:10px;
    height:10px;
    background:#c89b5b;
    position:absolute;
    right:-5px;
    top:-4px;
    transform:rotate(45deg);
}

.gs-about-content p{
    color:#cfcfcf;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
    max-width: 500px;
}

.gs-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    color:#c89b5b;
    border:1px solid #c89b5b;
    padding: 12px 22px;
    text-decoration:none;
    margin-top:10px;
    transition:.4s;
    width:fit-content;
    border-radius: 2px;
}

.gs-btn:hover{
    background:#c89b5b;
    color:#000;
}

.gs-about-image{
    height:100%;
}

.gs-about-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    height: 580px;
    border-radius: 6px;
    border: 1px solid #393838;
}

.gs-feature-row{
    border-top:1px solid rgba(255,255,255,.08);
}

.gs-feature-box{
    text-align:center;
    padding: 30px 65px;
    border-right:1px solid rgba(255,255,255,.08);
    height:100%;
}

.gs-feature-box:last-child{
    border-right:none;
}

.gs-feature-box i{
    font-size: 36px;
    color:#c89b5b;
    margin-bottom: 26px;
}

.gs-feature-box h4{
    color:#fff;
    font-size: 23px;
    margin: 10px 0px;
}

.gs-feature-box p{
    color:#cfcfcf;
    line-height:1.8;
    margin:0;
    font-size: 15px;
}

@media(max-width:991px){

    .gs-about-content{
        padding:60px 25px;
    }

    .gs-about-content h2{
        font-size:38px;
    }

    .gs-about-image img{
        min-height:450px;
    }

    .gs-feature-box{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

}
/*--------------------------------------------------------end----------------------------------------------------*/

/*-----------------------------------------------------projects--------------------------------------------------*/
.gs-projects-section{
    padding: 70px 0px 30px;
    background:#f8f5ef;
}

.gs-project-content{
    padding-right: 0px;
}

.gs-project-subtitle{
    display:block;
    color: #eeb34a;
    font-size: 11px;
    font-weight:600;
    letter-spacing:3px;
    margin-bottom: 16px;
}

.gs-project-content h2{
    font-size: 33px;
    line-height:1.15;
    color:#222;
    margin-bottom: 20px;
    font-family:'Cormorant Garamond', serif;
    font-weight: 700;
}

.gs-project-content p{
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.gs-project-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding: 12px 12px;
    border:1px solid #b7965c;
    color:#222;
    text-decoration:none;
    transition:.4s;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;
    font-weight:600;
    border-radius: 2px;
}

.gs-project-btn:hover{
    background:#b7965c;
    color:#fff;
}

.gs-project-card{
    position:relative;
    overflow:hidden;
    border-radius:8px;
}

.gs-project-card img{
    width:100%;
    height:380px;
    object-fit:cover;
    transition:.6s;
}

.gs-project-card:hover img{
    transform:scale(1.08);
}

.gs-project-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding: 25px 10px;
    text-align:center;
    background:linear-gradient(to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.4),
    transparent);
}

.gs-project-overlay h4{
    color:#fff;
    font-size: 17px;
    margin-bottom: 2px;
    text-transform:uppercase;
}

.gs-project-overlay span{
    color:#d4d4d4;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size: 12px;
}

.gs-project-dots{
    text-align:center;
    margin-top:25px;
}

.gs-project-dots span{
    width:10px;
    height:10px;
    background:#d9d9d9;
    border-radius:50%;
    display:inline-block;
    margin:0 4px;
}

.gs-project-dots span.active{
    background:#b7965c;
}

@media(max-width:991px){

    .gs-project-content{
        padding-right:0;
        margin-bottom:40px;
    }

    .gs-project-content h2{
        font-size:40px;
    }

    .gs-project-card img{
        height:320px;
    }

}


.gs-project-slider{
    /* padding-bottom:50px; */
}

.gs-project-card{
    position:relative;
    overflow:hidden;
    border-radius: 5px;
}

.gs-project-card img{
    width:100%;
    height: 300px;
    object-fit:cover;
    transition:.5s;
}

.gs-project-card:hover img{
    transform:scale(1.08);
}

.gs-project-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom: -11px;
    padding: 30px 10px;
    text-align:center;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.95),
        rgba(0,0,0,.5),
        transparent
    );
    z-index: 10;
}

.gs-project-overlay h4{
    color:#fff;
    font-size: 15px;
    margin-bottom: 4px;
    text-transform:uppercase;
    font-weight: 500;
}

.gs-project-overlay span{
    color:#d8d8d8;
    font-size: 12px;
    letter-spacing:1px;
    text-transform:uppercase;
}

.gs-project-pagination{
    margin-bottom: 0px;
    text-align:center;
    margin-top: 22px;
}

.gs-project-pagination .swiper-pagination-bullet{
    width: 10px;
    height:10px;
    background:#d9d9d9;
    opacity:1;
    margin: 5px !important;
    border: none;
}

.gs-project-pagination .swiper-pagination-bullet-active{
    background:#b7965c;
}
/*---------------------------------------------------------end---------------------------------------------------*/


/*---------------------------------------------------------counter-----------------------------------------------*/
.gs-counter-section{
    background:#050505;
    position:relative;
}

.gs-counter-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:url('assets/img/bg/marble-pattern.png');
    opacity:.08;
}

.gs-counter-section .container{
    position:relative;
    z-index:2;
}

.gs-counter-section .counter-card_wrapp{
    display:flex;
    flex-wrap:wrap;
}

.gs-counter-card{
    width:25%;
    text-align:center;
    padding: 25px 25px;
    border-right:1px solid rgba(255,255,255,.08);
}

.gs-counter-icon{
    margin-bottom: 20px;
}

.gs-counter-icon i{
    color:#c8a36a;
    font-size:34px;
}

.gs-counter-card .box-number{
    color:#c8a36a;
    font-size: 54px;
    line-height:1;
    margin-bottom:15px;
    font-family: 'Dm-sans, serif';
    font-weight:500;
}

.gs-counter-card .box-text{
    color: #c8a36a;
    font-size: 13px;
    text-transform:uppercase;
    letter-spacing:1px;
    margin:0;
    font-weight: 500;
}

.infinity-symbol{
    font-size:90px !important;
    line-height: 53px !important;
}

@media(max-width:991px){

    .gs-counter-card{
        width:50%;
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.08);
    }

    .gs-counter-card .box-number{
        font-size:50px;
    }

}

@media(max-width:575px){

    .gs-counter-card{
        width:100%;
    }

}


/*-----------------------------------------------------------end-------------------------------------------------*/

/*-----------------------------------------------------------founder---------------------------------------------*/
.gs-founder-section{
    background: #0b0d0c;
    padding: 80px 0;
    /* border: 1px solid rgba(255, 255, 255, .08); */
}

.gs-founder-box{
    /* border:1px solid rgba(255,255,255,.08); */
    /* background: #070707; */
    /* padding:20px; */
}

.gs-founder-image{
    overflow:hidden;
}

.gs-founder-image img{
    width:100%;
    height: 600px;
    object-fit:cover;
    border-radius: 4px;
    border: 1px solid #424040;
}

.gs-founder-content{
    padding:20px 30px;
}

.gs-founder-subtitle{
    display:block;
    color:#c8a36a;
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
    margin-bottom: 10px;
}

.gs-founder-content h2{
    color:#fff;
    font-size: 40px;
    line-height: 52px;
    margin-bottom:15px;
    font-family:'Cormorant Garamond', serif;
    font-weight:500;
}

.gs-founder-content h2 span{
    display:block;
}

.gs-founder-divider{
    width:100px;
    height:2px;
    background:#c8a36a;
    margin: 15px 0 15px;
    position:relative;
}

.gs-founder-divider:after{
    content:'';
    width:8px;
    height:8px;
    background:#c8a36a;
    position:absolute;
    right:-4px;
    top:-3px;
    transform:rotate(45deg);
}

.gs-founder-content p{
    color:#cfcfcf;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 6px;
    /* max-width: 400px; */
}

.gs-founder-sign{
    color:#c8a36a;
    font-size: 36px;
    font-family: "Alex Brush", cursive;
    margin-bottom:5px;
    font-weight:400;
    line-height: 30px;
    /* max-width: 200px; */
}
.gs-founder-sign img{
    width:100px;
    height:auto;
}
.gs-founder-designation{
    color:#c8a36a;
    font-size: 11px;
    letter-spacing:2px;
    font-weight:600;
}

.gs-founder-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    border:1px solid #c8a36a;
    color:#c8a36a;
    text-decoration:none;
    padding: 8px 16px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-size:13px;
    transition:.4s;
    border-radius: 2px;
}

.gs-founder-btn:hover{
    background:#c8a36a;
    color:#000;
}

@media(max-width:991px){

    .gs-founder-content{
        padding:30px 0;
    }

    .gs-founder-content h2{
        font-size:38px;
    }

    .gs-founder-btn{
        margin-top:20px;
    }

}

.founder-divide{/* display: flex; */justify-content: space-between;align-items: center;}
/*-----------------------------------------------------------end-------------------------------------------------*/


/*------------------------------------------------------footer----------------------------------------------------*/
.gs-footer{
    background:#050505;
    position:relative;
    overflow:hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    /* padding: 80px 0px 0px; */
}

.gs-footer:before{
    content:'';
    position:absolute;
    inset:0;
    background:url('assets/img/bg/footer-pattern.png');
    opacity:.04;
}

.gs-footer .container{
    position:relative;
    z-index:2;
}

.gs-footer-top{
    padding: 70px 0;
    /* border:1px solid rgba(255,255,255,.08); */
}

.gs-footer-cta{
    padding-right: 50px;
}

.gs-footer-cta h2{
    color:#c8a36a;
    font-size: 35px;
    line-height: 50px;
    font-weight:500;
    margin-bottom:20px;
    font-family:'Cormorant Garamond', serif;
    text-transform: uppercase;
    letter-spacing: -2px;
}

.gs-footer-divider{
    width:120px;
    height:2px;
    background:#c8a36a;
    position:relative;
    margin-bottom:30px;
}

.gs-footer-divider:after{
    content:'';
    width:10px;
    height:10px;
    background:#c8a36a;
    position:absolute;
    right:-5px;
    top:-4px;
    transform:rotate(45deg);
}

.gs-footer-cta p{
    color:#cfcfcf;
    font-size: 16px;
    line-height:1.9;
    margin-bottom:35px;
    max-width: 380px;
}

.gs-footer-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    padding: 12px 18px;
    background: #c89f60;
    color:#000;
    text-decoration:none;
    font-weight:600;
    text-transform:uppercase;
    transition:.4s;
    border-radius: 2px;
    font-size: 15px;
}

.gs-footer-btn:hover{
    background:#fff;
    color:#000;
}

.gs-footer-contact{
    padding-left:60px;
    border-left:1px solid rgba(255,255,255,.08);
}

.gs-contact-item{
    display:flex;
    gap:20px;
    margin-bottom: 28px;
}

.gs-contact-item i{
    color:#c8a36a;
    font-size: 20px;
    min-width:30px;
}

.gs-contact-item span{
    color: #d3d3d3;
    font-size: 16px;
    line-height:1.5;
}

.gs-social-area h5{
    color:#c8a36a;
    margin-bottom:20px;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size: 16px;
}

.gs-social-links{
    display:flex;
    gap:15px;
}

.gs-social-links a{
    width: 40px;
    height: 40px;
    border:2px solid #c8a36a;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#c8a36a;
    font-size: 15px;
    transition:.4s;
}

.gs-social-links a:hover{
    background:#c8a36a;
    color:#000;
}

.gs-footer-bottom{
    border-top:1px solid rgba(255,255,255,.08);
    padding: 12px 0;
}

.gs-footer-menu{
    display:flex;
    justify-content:center;
    gap: 24px;
    list-style:none;
    margin:0;
    padding:0;
}

.gs-footer-menu a{
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size: 12px;
    transition:.4s;
}

.gs-footer-menu a:hover{
    color:#c8a36a;
}

.gs-copyright{
    color:#cfcfcf;
    margin:0;
    font-size: 15px;
}

.gs-footer-logo img{
    max-height: 74px;
}

/*-----------------------------------------------------------end--------------------------------------------------*/

@media (max-width: 767px){
    .gs-footer-cta h2 {
    font-size: 28px;
}
    .gs-footer-contact {
    padding-left: 0px;
    margin-top: 30px;
}
    .gs-footer-menu {
    gap: 16px;
    margin: 10px 0px;
    flex-wrap: wrap;
}
    .gs-copyright {
    text-align: center;
}
    .gs-feature-box {
    padding: 30px 30px;

}
    .velox-hero-slider .hero-title {
    font-size: 30px;
    line-height: 30px;
}
    .velox-hero-slider .hero-inner {
    min-height: 600px;
}
    .velox-hero-slider .swiper-pagination {
    bottom: 80px !important;
}
    .gs-about-content {
    padding: 40px 25px;
}
}

/*--------------------------------------------------LOADER------------------------------------------------*/


#gs-preloader{
    position:fixed;
    inset:0;
    background:#000;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:99999;
    transition:.8s;
}

#gs-preloader.preloader-hide{
    opacity:0;
    visibility:hidden;
}


.gs-loader-content{
    width:90%;
    max-width:700px;
    text-align:center;
}


.gs-loader-icon,
.divider1,
.gs-welcome,
.gs-main-logo,
.divider2,
.gs-tagline,
.gs-glow{
    opacity:0;
}


.gs-loader-icon{
    width:130px;
    animation:logo1 .7s ease forwards;
}


.gs-divider{
    width:180px;
    height:1px;
    margin:18px auto;
    background:linear-gradient(to right,transparent,#d4af37,transparent);
    position:relative;
}

.gs-divider:after{
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:8px;
    height:8px;
    background:#d4af37;
    border-radius:50%;
    transform:translate(-50%,-50%);
    box-shadow:0 0 15px #d4af37;
}

.divider1{
    animation:fadeUp .5s ease forwards;
    animation-delay:.35s;
}

.divider2{
    animation:fadeUp .5s ease forwards;
    animation-delay:1.3s;
}


.gs-welcome{
    color:#d4af37;
    font-size:20px;
    letter-spacing:8px;
    font-weight:400;
    margin:10px 0;

    animation:fadeUp .6s ease forwards;
    animation-delay:.7s;
}


.gs-main-logo{
    width:400px;
    max-width:90%;
    margin:10px auto;
    display:block;

    animation:logo2 .8s ease forwards;
    animation-delay:1s;
}


.gs-tagline{
    color:#d4af37;
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-top:18px;

    animation:fadeUp .7s ease forwards;
    animation-delay:1.6s;
}

.gs-glow{
    width:180px;
    height:3px;
    margin:20px auto;
    border-radius:50%;
    background:linear-gradient(to right,
    transparent,#f7d56a,#fff1b0,#f7d56a,transparent);

    box-shadow:0 0 25px rgba(255,215,100,.9);

    animation:glowShow .7s ease forwards,
              glowPulse 2s infinite 2.3s;
    animation-delay:2s;
}

@keyframes logo1{
    from{
        opacity:0;
        transform:scale(.4) rotate(-10deg);
    }
    to{
        opacity:1;
        transform:scale(1) rotate(0);
    }
}

@keyframes logo2{
    from{
        opacity:0;
        transform:scale(.75);
    }
    to{
        opacity:1;
        transform:scale(1);
    }
}

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

@keyframes glowShow{
    from{
        opacity:0;
    }
    to{
        opacity:1;
    }
}

@keyframes glowPulse{
    0%,100%{
        transform:scaleX(.7);
        opacity:.4;
    }

    50%{
        transform:scaleX(1);
        opacity:1;
    }
}


@media(max-width:768px){

    .gs-loader-icon{
        width:85px;
    }

    .gs-main-logo{
        width:280px;
    }

    .gs-welcome{
        font-size:16px;
        letter-spacing:5px;
    }

    .gs-tagline{
        font-size:11px;
        letter-spacing:2px;
        line-height:1.8;
    }

    .gs-divider,
    .gs-glow{
        width:140px;
    }

}
/*---------------------------------------------------end--------------------------------------------------*/

.gs-interactive-section:hover{
      animation:zigzagBlink .5s 1 ease-in-out;
}

@keyframes zigzagBlink{

    0%{
        opacity:1;
    }

    20%{
        opacity:.4;
    }

    40%{
        opacity:1;
    }

    60%{
        opacity:.4;
    }

    80%{
        opacity:1;
    }

    100%{
        opacity:1;
    }

}
.gs-founder-image,
.gs-expansion-image,
.gs-project-card,
.gs-about-image,
.goldstone-vmp-image{
    position:relative;
    overflow:hidden;
    border-radius: 6px;
}

.gs-main-image,
.gs-slide-image{
    width:100%;
    display:block;
}

.gs-slide-image{
    position:absolute;
    top:-100%;
    left:0;
    width:100%;
    height:100%;
    object-fit:cover;
    z-index:2;
    pointer-events:none;
}

.gs-founder-image:hover .gs-slide-image,
.gs-expansion-image:hover .gs-slide-image,
.gs-project-card:hover .gs-slide-image,
.gs-about-image:hover .gs-slide-image,
.goldstone-vmp-image:hover .gs-slide-image{
    animation:slideCover .8s ease forwards;
}

@keyframes slideCover{
    from{
        top:-100%;
    }
    to{
        top:0;
    }
}


/*----------------------------------------------------vision mission-----------------------------------*/

.goldstone-vmp-section{
    background:#050505;
    padding: 80px 0px 0px;
    position:relative;
    overflow:hidden;
}

/*.goldstone-vmp-section::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(
        135deg,
        rgba(200,163,106,.05),
        transparent 50%
    );
}*/

.goldstone-vmp-image{
    overflow:hidden;
    position:relative;
    border-radius: 6px;
    border: 1px solid #393838;
}

.goldstone-vmp-image img{
    width:100%;
    height: 100%;
    object-fit:cover;
    transition:.6s;
}

.goldstone-vmp-image:hover img{
    transform:scale(1.05);
}

.goldstone-vmp-content{
    padding:0 40px;
}

.goldstone-vmp-content span,
.goldstone-philosophy-box span{
    display:block;
    color:#c8a36a;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.goldstone-vmp-content h2,
.goldstone-philosophy-box h2{
    color:#fff;
    font-size: 42px;
    line-height:1.15;
    font-weight: 600;
    margin-bottom:25px;
    font-family:'Cormorant Garamond', serif;
}

.goldstone-vmp-content p,
.goldstone-philosophy-box p{
    color:#cfcfcf;
    font-size: 15px;
    line-height: 28px;
    margin-bottom:15px;
}

.goldstone-vmp-content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.goldstone-vmp-content ul li{
    color:#cfcfcf;
    font-size: 15px;
    line-height:1.8;
    padding-left:30px;
    margin-bottom: 10px;
    position:relative;
}

.goldstone-vmp-content ul li:before{
    content:"✦";
    position:absolute;
    left:0;
    top:0;
    color:#c8a36a;
    font-size:16px;
}

.goldstone-philosophy-box{
    margin-top:60px;
    background:#0b0b0b;
    border:1px solid rgba(200,163,106,.15);
    padding:80px;
    text-align:center;
    position:relative;
}

.goldstone-philosophy-box:before{
    content:'';
    width:120px;
    height:2px;
    background:#c8a36a;
    position:absolute;
    top:40px;
    left:50%;
    transform:translateX(-50%);
}

.goldstone-philosophy-box h2{
    max-width:850px;
    margin:0 auto 25px;
}

.goldstone-philosophy-box p{
    max-width:850px;
    margin:0 auto 15px;
}

@media(max-width:1199px){

    .goldstone-vmp-content h2,
    .goldstone-philosophy-box h2{
        font-size:48px;
    }

}

@media(max-width:991px){

    .goldstone-vmp-section{
        padding:70px 0;
    }

    .goldstone-vmp-image img{
        height:420px;
    }

    .goldstone-vmp-content{
        padding:0;
    }

    .goldstone-vmp-content h2,
    .goldstone-philosophy-box h2{
        font-size:36px;
    }

    .goldstone-philosophy-box{
        padding:50px 25px;
    }

}

@media(max-width:575px){

    .goldstone-vmp-image img{
        height:320px;
    }

    .goldstone-vmp-content h2,
    .goldstone-philosophy-box h2{
        font-size:30px;
    }

    .goldstone-vmp-content p,
    .goldstone-philosophy-box p{
        font-size:16px;
    }

}
/*----------------------------------------------------end-----------------------------------------------*/

/*---------------------------------------------------growth----------------------------------------------*/
.gs-growth-section{
    background:#050505;
    padding: 80px 0px 0px;
    position:relative;
    overflow:hidden;
}

/*.gs-growth-section::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:
    radial-gradient(circle at top right,
    rgba(200,163,106,.08),
    transparent 40%);
}*/

.gs-section-title{
    margin-bottom:60px;
}

.gs-section-title span{
    display:block;
    color:#c8a36a;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.gs-section-title h2{
    color:#fff;
    font-size: 48px;
    line-height:1.1;
    margin-bottom:20px;
    font-family:'Cormorant Garamond', serif;
    font-weight: 700;
}

.gs-section-title p{
    color:#cfcfcf;
    font-size: 15px;
    line-height:1.9;
    max-width: 700px;
    margin:auto;
}

.gs-growth-card{
    background:#0b0b0b;
    border:1px solid rgba(200,163,106,.15);
    padding: 30px 30px;
    height:100%;
    transition:.4s;
    position:relative;
    border-radius: 4px;
}

.gs-growth-card:hover{
    transform:translateY(-10px);
    border-color:#c8a36a;
}

.gs-growth-icon{
    width:80px;
    height:80px;
    border:1px solid rgba(200,163,106,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.gs-growth-icon i{
    color:#c8a36a;
    font-size:36px;
}

.gs-growth-card h3{
    color:#fff;
    font-size: 24px;
    margin-bottom: 16px;
    font-family:'Cormorant Garamond', serif;
}

.gs-growth-card ul{
    list-style:none;
    margin:0;
    padding:0;
}

.gs-growth-card ul li{
    color:#d5d5d5;
    font-size: 15px;
    line-height:1.9;
    padding-left:28px;
    position:relative;
    margin-bottom: 6px;
}

.gs-growth-card ul li:before{
    content:"✦";
    color:#c8a36a;
    position:absolute;
    left:0;
    top:0;
}

@media(max-width:991px){

    .gs-growth-section{
        padding:70px 0;
    }

    .gs-section-title h2{
        font-size:42px;
    }

    .gs-growth-card{
        padding:35px 25px;
    }

}

@media(max-width:576px){

    .gs-section-title h2{
        font-size:34px;
    }

    .gs-section-title p{
        font-size:16px;
    }

}
/*----------------------------------------------------end------------------------------------------------*/

/*---------------------------------------------------expension--------------------------------------------*/
.gs-expansion-section{
    background:#050505;
    padding: 80px 0px 0px;
    overflow:hidden;
}

.gs-expansion-image{
    overflow:hidden;
    border-radius: 6px;
    border: 1px solid #393838;
}

.gs-expansion-image img{
    width:100%;
    height:500px;
    object-fit:cover;
}

.gs-expansion-content{
    padding-left:50px;
}

.gs-expansion-subtitle{
    display:block;
    color:#c8a36a;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    margin-bottom:15px;
}

.gs-expansion-content h2{
    color:#fff;
    font-size: 42px;
    line-height:1.1;
    margin-bottom: 12px;
    font-family:'Cormorant Garamond', serif;
}

.gs-expansion-content p{
    color:#cfcfcf;
    font-size: 15px;
    line-height:1.9;
    margin-bottom: 10px;
}

.gs-city-list{
    list-style:none;
    margin: 12px 0;
    padding:0;
}

.gs-city-list li{
    color:#fff;
    margin-bottom: 8px;
    padding-left:25px;
    position:relative;
    font-size: 16px;
}

.gs-city-list li:before{
    content:"✦";
    position:absolute;
    left:0;
    color:#c8a36a;
}

.gs-expansion-note{
    margin-top: 10px;
    /* padding:30px; */
    /* border:1px solid rgba(200,163,106,.15); */
    /* background:#0b0b0b; */
}

.gs-expansion-note h4{
    color:#c8a36a;
    font-size:30px;
    margin-bottom: 15px;
    font-family:'Cormorant Garamond', serif;
}

@media(max-width:991px){

    .gs-expansion-content{
        padding-left:0;
        margin-top:40px;
    }

    .gs-expansion-content h2{
        font-size:40px;
    }

    .gs-expansion-image img{
        height:400px;
    }

}

/*---------------------------------------------------end---------------------------------------------------*/

/*----------------------------------------------------why us------------------------------------------------*/

.gs-why-section{
    background:#050505;
    padding: 80px 0;
    overflow:hidden;
}

.gs-subtitle{
    display:block;
    color:#c8a36a;
    font-size:14px;
    font-weight:600;
    letter-spacing:4px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.gs-why-content h2{
    color:#fff;
    font-size: 42px;
    line-height:1.1;
    margin-bottom:25px;
    font-family:'Cormorant Garamond', serif;
}

.gs-why-content p{
    color:#cfcfcf;
    font-size: 15px;
    line-height:1.9;
}

.gs-value-card{
    background:#0b0b0b;
    border:1px solid rgba(200,163,106,.15);
    padding: 20px;
    height:100%;
    transition:.4s;
}

.gs-value-card:hover{
    transform:translateY(-10px);
    border-color:#c8a36a;
}

.gs-value-icon{
    width: 65px;
    height: 65px;
    border:1px solid rgba(200,163,106,.25);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom: 14px;
}

.gs-value-icon i{
    color:#c8a36a;
    font-size:32px;
}

.gs-value-card h4{
    color:#fff;
    font-size: 25px;
    margin-bottom:15px;
    font-family:'Cormorant Garamond', serif;
}

.gs-value-card p{
    color:#d0d0d0;
    margin:0;
    line-height:1.8;
    font-size: 15px;
    margin-bottom: 0px;
}

.gs-large-card{
    display:flex;
    align-items:center;
    gap:25px;
}

.gs-large-card .gs-value-icon{
    margin-bottom:0;
    flex-shrink:0;
}

@media(max-width:991px){

    .gs-why-section{
        padding:70px 0;
    }

    .gs-why-content{
        margin-bottom:40px;
    }

    .gs-why-content h2{
        font-size:42px;
    }

    .gs-large-card{
        display:block;
    }

    .gs-large-card .gs-value-icon{
        margin-bottom:20px;
    }
}

@media(max-width:575px){

    .gs-why-content h2{
        font-size:34px;
    }

    .gs-value-card{
        padding:25px;
    }
}
/*----------------------------------------------------end----------------------------------------------------*/

/*----------------------------------------------------projects------------------------------------------------*/
.gh-upcoming-section{
    /* background:#f8f6f1; */
}

.gh-upcoming-subtitle{
    display:inline-block;
    color:#b88a2d;
    font-size:15px;
    letter-spacing:4px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:15px;
}

.gh-upcoming-title{
    font-size:48px;
    font-weight:300;
    color:#ffffff;
    margin-bottom:20px;
}

.gh-upcoming-text{
    color:#c5c5c5;
    font-size:15px;
    line-height:30px;
    margin-bottom:30px;
}

.gh-upcoming-card{
    border-radius:4px;
    overflow:hidden;
    transition:.4s;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    height:100%;
}

.gh-upcoming-card:hover{
    transform:translateY(-12px);
    box-shadow:0 30px 70px rgba(0,0,0,.15);
}

.gh-upcoming-image{
    overflow:hidden;
}

.gh-upcoming-image img{
    width:100%;
    height:200px;
    object-fit:cover;
    transition:.5s;
}

.gh-upcoming-card:hover .gh-upcoming-image img{
    transform:scale(1.08);
}

.gh-upcoming-content{
    padding:15px;
    background:#121212;
}

.gh-upcoming-location{
    display:inline-block;
    color:#b88a2d;
    font-size:12px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:7px;
}

.gh-upcoming-content h3{
    font-size:21px;
    margin-bottom:10px;
    color:#fff;
}

.gh-upcoming-content p{
    color:#b6b6b6;
    line-height:27px;
    margin-bottom:10px;
}

.gh-upcoming-content a{
    color:#111;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.gh-upcoming-content a i{
    margin-left:8px;
    transition:.3s;
}

.gh-upcoming-content a:hover{
    color:#b88a2d;
}

.gh-upcoming-content a:hover i{
    margin-left:15px;
}

@media(max-width:991px){

    .gh-upcoming-title{
        font-size:38px;
    }

}

@media(max-width:767px){

    .gh-upcoming-title{
        font-size:30px;
    }

    .gh-upcoming-image img{
        height:220px;
    }

}
/*------------------------------------------------------end---------------------------------------------------*/


/*-----------------------------------------------------career-------------------------------------------------*/
.gs-career-section{
    background:#050505;
    padding:100px 0;
}

.gs-career-subtitle{
    color:#cfa64d;
    text-transform:uppercase;
    letter-spacing:4px;
    font-size: 14px;
}

.gs-career-title{
    color:#fff;
    font-size: 42px;
    margin:20px 0;
    font-weight: 500;
}

.gs-career-desc{
    color:#bdbdbd;
    line-height: 29px;
    margin-bottom:35px;
    font-size: 15px;
}

.gs-career-item{
    color:#ddd;
    font-size:17px;
    margin-bottom:18px;
}

.gs-career-item i{
    color:#d8b15c;
    margin-right:12px;
}

.gs-career-form{
    background:#111;
    padding: 30px;
    border:1px solid rgba(216,177,92,.20);
    border-radius:15px;
}

.gs-career-form h3{
    color:#fff;
    margin-bottom: 22px;
    text-align:center;
    font-size: 26px;
}

.gs-input{
    background:#1b1b1b;
    border:1px solid #333;
    color:#fff;
    height: 48px;
    border-radius:8px;
}

.gs-input:focus{
    background:#1b1b1b;
    border-color:#d8b15c;
    color:#fff;
    box-shadow:none;
}

.gs-input::placeholder{
    color:#9c9c9c;
}

textarea.gs-input{
    min-height: 100px;
    resize:none;
    padding-top:15px;
}

.gs-input[type=file]{
    padding:15px;
}

.gs-btn-career{
    width:100%;
    border:none;
    background:#d8b15c;
    color:#000;
    height: 48px;
    border-radius:50px;
    font-size: 15px;
    font-weight:600;
    transition:.4s;
}

.gs-btn-career:hover{
    background:#fff;
}

@media(max-width:991px){

.gs-career-title{
    font-size:38px;
}

.gs-career-form{
    margin-top:40px;
}

}

@media(max-width:767px){

.gs-career-section{
    padding:70px 0;
}

.gs-career-title{
    font-size:30px;
}

.gs-career-form{
    padding:30px 20px;
}

}

/*--------------------------------------------------------end--------------------------------------------------*/


/*--------------------------------------------------------contact us-------------------------------------------*/
.gs-contact-section{
    background:#050505;
    padding: 60px 0;
}

.gs-contact-subtitle{
    color:#d4af37;
    font-size: 14px;
    letter-spacing:4px;
    text-transform:uppercase;
    display:inline-block;
    margin-bottom: 8px;
}

.gs-contact-title{
    color:#fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.gs-contact-text{
    color:#bdbdbd;
    line-height: 27px;
    margin-bottom: 24px;
}

.gs-contact-box{
    display:flex;
    gap:20px;
    margin-bottom: 24px;
    align-items:flex-start;
}

.gs-contact-box i{
    width:60px;
    height:60px;
    line-height:60px;
    text-align:center;
    border-radius:50%;
    background:#111;
    color:#d4af37;
    font-size:22px;
    border:1px solid rgba(212,175,55,.3);
}

.gs-contact-box h5{
    color:#fff;
    margin-bottom: 8px;
    font-size: 20px;
}

.gs-contact-box p{
    color:#bdbdbd;
    margin:0;
}

.gs-contact-form{
    background:#111;
    border:1px solid rgba(212,175,55,.25);
    padding: 30px;
    border-radius:15px;
}

.gs-contact-form h3{
    color:#fff;
    margin-bottom:30px;
    font-size: 26px;
}

.gs-input{
    background:#1b1b1b;
    border:1px solid #333;
    color:#fff;
    border-radius:8px;
    height: 48px;
}

.gs-input:focus{
    background:#1b1b1b;
    border-color:#d4af37;
    color:#fff;
    box-shadow:none;
}

.gs-input::placeholder{
    color:#999;
}

textarea.gs-input{
    height: 120px;
    padding-top:15px;
    resize:none;
}

.gs-contact-btn{
    background:#d4af37;
    color:#000;
    border:none;
    padding:16px 45px;
    border-radius:50px;
    font-weight:600;
    transition:.4s;
}

.gs-contact-btn:hover{
    background:#fff;
}

@media(max-width:991px){

.gs-contact-title{
    font-size:38px;
}

.gs-contact-form{
    margin-top:40px;
}

}

@media(max-width:767px){

.gs-contact-section{
    padding:70px 0;
}

.gs-contact-title{
    font-size:30px;
}

.gs-contact-form{
    padding:30px 20px;
}

.gs-contact-box{
    gap:15px;
}

.gs-contact-box i{
    width:50px;
    height:50px;
    line-height:50px;
    font-size:18px;
}

}



.gs-map-section{
    background:#050505;
    padding:0;
}

.gs-map-section iframe{
    width:100%;
    height: 400px;
    border:0;
    display:block;
    filter:grayscale(100%) brightness(.75) contrast(1.1);
    transition:.4s;
}

.gs-map-section iframe:hover{
    filter:grayscale(0);
}

@media(max-width:767px){

.gs-map-section iframe{
    height:350px;
}

}
/*---------------------------------------------------------end--------------------------------------------------*/