.center_navigations{
	display: flex !important;
	justify-content: center;
}

.justifi
{
  text-align: justify;
}

@media screen and (min-width: 993px)
{
	.container
	{
		max-width: 95%;
	}
	.what-we-do .container-fluid
	{
/*		padding-left: 2.5%;
		padding-right: 2.5%;*/
	}

	.main-header .navbar-brand img
	{
		width: 280px;
	}
}

.navigations_wrapeer{
	border-top: 7px solid #d6a13f;
}

.what-we-do-content
{
	padding: 60px 20px;
	padding-left: 40px;
	padding-right: 80px;
}

.our-testimonial .testimonial-slider .swiper-slide .testimonial-item{
	width: calc(100% - 15px);
    border: 1px solid var(--dark-divider-color);
    border-radius: 40px;
    padding: 30px;
    background: url(../images/what-we-do-bg.svg), var(--primary-color);
}
.our-testimonial .testimonial-slider .swiper-slide .testimonial-item .testimonial-content p
{
	text-transform: capitalize;
	color: #fff;
	font-weight: 300;
	 font-family: "Manrope", sans-serif;
	 font-size: 16px;
	 text-align: justify;
}
.our-testimonial .testimonial-btn
{
	position: static;
}
.testimonial-company-slider .company-logo img
{
    border: 1px solid var(--dark-divider-color);
    border-radius: 40px;
    padding: 10px;
    background: url(../images/what-we-do-bg.svg), #fff;
}


 .cta-section {
 	padding: 80px 0;
    background-color: #1a1a1a;
    background-image: radial-gradient(#333 1px, transparent 1px);
    background-size: 20px 20px;
  }



  .cta-section .container {
    position: relative;
    z-index: 2;
  }

  .btn-gold {
    background-color: #D6A13F;
    color: #242424;
    border: none;
    transition: all 0.3s ease;
  }

  .btn-gold:hover {
    background-color: #c59035;
    color: #fff;
  }

  .btn-outline-light:hover {
    color: #242424;
    background-color: #fff;
  }
  .ctaHeading
  {
  	font-size: 37px;
  	color: #fff;
  	font-weight: 300;
  }
  .ctaHeading span
  {
  	color: #D6A163;
  	font-weight: 600;
  }
  .cta-section p
  {
  	text-align: center;
  	max-width: 70%;
  	margin-left: auto;
  	margin-right: auto;
  	font-size: 18px;
  }

  @media (max-width: 576px) {
    .cta-section h2 {
      font-size: 1.6rem;
    }
  }


.contactFooter ul li i
{
	color: #d6a163;
}

.list-grids
{
   display: grid;
   grid-template-columns: repeat(2,1fr);
   
}

/*
  ==================================
*/

body.contactpage
{

}
body.contactpage .section-title h1, 
body.contactpage .section-title h2
{
  color: var(--primary-color);
}
body.contactpage .section-title h1 span, 
body.contactpage .section-title h2 span
{
  display: inline;
}
body.contactpage .section-title p
{
  color: var(--primary-color);
}

body.contactpage .contact-info-content p
{
  font-size: 1.2rem;
  color: var(--primary-color);
}

/*========================*/

.button-container {
    display: inline-flex;
    align-items: center;
    background-color: #d19f4a;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    font-family: sans-serif;
    transition: transform 0.2s ease;
    border: 2px solid #d19f4a;
}

.button-submits {
    background-color: #ffffff;
  color: var(--primary-color);
    border: none;
    padding: 12px 25px;
    font-size: 17px;
    font-weight: 600;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
    outline: none;
}

.arrow-icon {
    color: white;
    font-size: 20px;
    padding: 0 15px;
    font-weight: bold;
}

.button-container:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.button-container:active {
    transform: scale(0.98);
}

/*
  =========================================
*/

body.innerpage .page-header
{
  padding: 70px 0;
  background-attachment: inherit !important;
  background-position: top !important;
}
body.innerpage .page-header .page-header-box .text-anime-style-2
{
   font-size: 50px;
}

/*
  =========================================
*/
.marquee-container {
    height: 400px;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #CE9B3D;
}

.marquee {
    display: flex;
    flex-direction: column;
}

.contact-info-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

body.career .contact-info-content h3 {
    margin: 0;
    color: #D6A13F;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 8px;
}

body.career .contact-info-content p.descs {
  text-align: justify;
}
body.career .contact-info-content p {
    margin: 4px 0;
    font-size: 16px !important;
    font-weight: 400;
}
body.career .contact-info-content
{
  width: 100%;
}

body.career .section-title
{
  margin-bottom: 20px;
}
body.career .contact-info-item
{
  margin-bottom: 20px;
}
/*
  =========================================
*/

body.testimonials .our-testimonial
{
    background-color: #ffffff;
    background-image: radial-gradient(#d6a13f29 1px, transparent 1px);
}
body.testimonials .our-testimonial .testimonial-slider .testi_row
{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-row-gap: 25px;
  grid-column-gap: 15px;
}
body.testimonials .our-testimonial .testimonial-slider .testi_row .swiper-slide .testimonial-item
{
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
/*
  =========================================
*/
.logo-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.logo-card {
    background: #fff;
    padding: 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.logo-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.logo-card img {
    height: 173px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 992px) {
    .logo-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .logo-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 576px) {
    .logo-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*
  =========================================
*/

body.blog-detail-page .page-project-single
{
  padding: 70px 0;
}
body.blog .our-blog
{
  padding: 50px 0;
}
@media screen and (min-width: 993px)
{
  body.blog-detail-page .blogDetailOrder
  {

  } 
  body.blog-detail-page .blogDetailOrder .order02
  {
      order: 2;
  }  
  body.blog-detail-page .blogDetailOrder .order01
  {
      order: 1;
  }  
   body.blog-detail-page .page-project-single .project-entry
   {
      margin-bottom: 30px;
   }
   body.blog-detail-page .page-project-single  .project-info
   {
    margin-bottom: 0px;
   }
  body.blog-detail-page .project-entry h2,
  body.blog-detail-page .page-project-single  .project-info .text-anime-style-2
  {
    font-size: 40px;
  }
}

body.blog-detail-page .project-entry ul li::before
{
    top: 0;
    transform: translateY(0%);
}

/*
  =========================================
*/
 
.project-sidebar .project-detail-box .project-detail-title h3
{
  font-size: 23px !important;
  font-weight: 700;
}
.project-sidebar .project-detail-box .project-detail-title
{
   position: relative;
   z-index: 5;
   border-bottom: 20px solid #fff;
}
.project-sidebar .scrollllll
{
  overflow: hidden;
   max-height: 550px;
}
.project-sidebar .project-detail-list .project-detail-item
{

}
.project-sidebar .project-detail-list .project-detail-item
{

}
.project-sidebar .project-detail-list .project-detail-item .project-detail-content
{
   
}
.project-sidebar .project-detail-list .project-detail-item .project-detail-content h3
{
    font-size: 20px;
    line-height: 26px !important;
}
.project-sidebar .project-detail-list .project-detail-item .project-detail-content p
{
  text-align: justify;
  font-size: 15px;
  margin-bottom: 10px;
}
.project-sidebar .project-detail-list .project-detail-item .project-detail-content span
{
  color: var(--primary-color);
}
.project-sidebar .project-detail-list .project-detail-item .project-detail-content span i
{
   color: #D6A13F;
}

/*
  =========================================
*/

body.sectos .our-faq-section .accordion-item
{
   margin-bottom: 15px;
}
body.sectos .our-faq-section .accordion-header .accordion-button
{
  font-size: 18px;
  text-transform: capitalize;
}
.our-faq-section .accordion-header .accordion-button{
  padding: 21px 50px 21px 20px;
}

body.sectos .page-service-single .service-entry h3
{
  margin-bottom:10px;
}

body.sectos .service-entry-item .icon-box img
{
  max-width: 60px;
}

/*
  =========================================
*/

@media screen and (min-width: 993px)
{
    .customizerow
    {

    }
    .customizerow .width_content
    {
       width:70%; 
    }
    .customizerow .widt_sidebars
    {
       width:30%;
       padding-left: 20px;
    }
}

/*
  =========================================
*/
body.servicess .post-content
{
   max-width: 100%;
}
body.servicess .page-single-post
{
  padding: 60px 0;
}
body.servicess .page-single-post .post-content h3
{
    font-size: 30px;
    margin: 25px 0;
}

body.servicess .page-single-post .post-content ul {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    display: flex;
    gap: 20px 30px;
    flex-wrap: wrap;
}
body.servicess .page-single-post .post-content ul li
{
    position: relative;
    width: calc(50% - 15px);
    color: var(--primary-color);
    padding-left: 40px;
    margin-bottom: 5px;
}
body.servicess .page-single-post .post-content ul li::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0%;
    transform: translateY(0%);
    left: 0;
    background: url(../images/icon-check.svg) no-repeat center left;
    background-size: cover;
}

/*
  =========================================
*/

body.abouusPage .about-us {
    background-color: #ffffff;
    background-image: radial-gradient(#d6a13f29 1px, transparent 1px);
}
body.abouusPage .about-content-body .list-grids li
{
  color: var(--primary-color);
}
body.abouusPage .mission-vision-nav ul li .nav-link
{
  font-size: 24px;
  font-weight: 700;
}
body.abouusPage .mission-vision-item
{
  padding: 50px;
}
body.abouusPage .mission-vision-image img
{
     aspect-ratio: 1 / 0.50; 
}
body.abouusPage .cta-section
{
  margin-top: 50px;
}
/*
  =========================================
*/
.values-section .myrowss{
  grid-row-gap: 25px;
  grid-column-gap: 25px;
}
.values-section .value-card {
    width: calc(25% - 25px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px; 
    background-color: rgba(255, 255, 255, 0.03); 
    border-radius: 12px; 
    
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.values-section .value-card:hover {
    transform: translateY(-5px) scale(1.03); 
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5); 
    background-color: rgba(255, 255, 255, 0.05);
}

.values-section .icon-circle {
    width: 85px;
    height: 85px;
    background-color: #D6A13F;
    background-color: #F5F5F5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.values-section .icon-circle img {
    width: 45px;
    height: 45px;
    /*filter: brightness(0) invert(1); */
}

.values-section h3 {
    color: #333;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.values-section p {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
    opacity: 0.9;
}

@media (min-width: 1200px) {
    .values-section .container > div {
        max-width: 1150px;
        margin: 0 auto;
    }
}
/*
  =========================================
*/
.service-item .icon-box
{
  text-align: center;
}
.service-item .icon-box i{
  color:#D6A13F;
  font-size: 50px;
}
.service-item .service-body h3
{
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
/*
  =========================================
*/
.project-tag a
{
  border-radius: 50%;
}
.rotate:before
{
  font-size: 30px;
  transform: rotate(-45deg);
}

.our-work2 .project-image figure {
   border-radius: 10px;
}
.our-work2 .project-image img {
   aspect-ratio: 1 / 1.15;
   border-radius: 10px;
}
.our-work2 .project-image
{
  margin-bottom: 15px;
}
.our-work2 .project-tag a
{
  background: #1A1A1A;
}
.our-work2 .project-content h3
{
   font-size: 22px;
}
.our-work2 .project-item
{
  height: inherit;
  margin-bottom: 0;
}
.productRowwww
{
  grid-row-gap: 30px;
}
/*
  =========================================
*/

.what-we-do8
{
    background-color: #f1f1f1 !important;
    background-image: radial-gradient(#d6a13f29 1px, transparent 1px) !important;
}
.what-we-do8 .section-title h2
{
  color: #333 !important;
}
/*
  =========================================
*/
.section-title .text-dark p{
    color: #333 !important;
    text-align: justify;
  }
/*
  =========================================
*/
.page-service-single2{
  background-color: #f8f9fa;
}
.ess-solutions-container {
    /*padding: 1rem 1rem;*/
    /*background-color: #f8f9fa;*/
}
.ess-solutions-container .card {
    border: 1px solid #dee2e6;
    margin-bottom: 2rem;
    padding: 2rem 2.5rem;
    transition: transform 0.2s ease;
       scroll-margin-top: 30px;
}
.ess-solutions-container .card:hover {
    transform: translateY(-5px);
}
.ess-solutions-container .card-title {
    color: #1A1A1A;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}
.ess-solutions-container .card-subtitle {
    color: #D6A13F;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.ess-solutions-container .icon-box {
    font-size: 3rem;
    color: #D6A13F;
    margin-bottom: 1rem;
}
.ess-solutions-container p {
    line-height: 1.6;
    font-weight: 500;
    text-align: justify;
}

/*
  =========================================
*/
.service-catagery-list ul
{
  background-color: #fff;
}
.service-catagery-list ul li a
{
      font-size: 17px;
    font-weight: 600;
    padding-right: 25px;
}
/*
  =========================================
*/

.page-single-post5 {
      padding: 3rem 1rem;
      background-color: #f8f9fa;
  }
  .ess-services-container .card {
      border: 1px solid #dee2e6;
      margin-bottom: 2rem;
      transition: transform 0.2s ease;
       scroll-margin-top: 30px;
  }
  .ess-services-container .card:hover {
      transform: translateY(-5px);
  }
  .ess-services-container .card-title {
     color: #1A1A1A;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
  }
  .ess-services-container .card-subtitle {
    color: #D6A13F;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 1.5rem;
  }
  .ess-services-container .icon-box {
      font-size: 3rem;
      color: #D6A13F;
      margin-bottom: 1rem;
  }
  .ess-services-container p {
    line-height: 1.6;
    font-weight: 500;
    text-align: justify;
  }


/*
  =========================================
*/

body.productsPages .page-service-single2
{
  padding: 70px 0;
}

body.productsPages .page-service-single2 .ess-product-container .containers .card
{
  padding-right: 25px !important;
  padding-left: 25px !important;
}
body.productsPages .page-service-single2 .service-catagery-list h3
{
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
}

.ess-product-container {
    /*padding: 3rem 1rem;*/
}
.ess-product-container .card {
    border: 1px solid #dee2e6;
}
.ess-product-container .card-title1 {
      color: #333;
      font-size: 22px;
      font-weight: 700;
      position: relative;
      padding-bottom: 15px;
      margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  }
  .ess-product-container .card-title1::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 100px;
      height: 3px;
      border-top: 1px double #D6A13F;
      border-bottom: 1px double #D6A13F;
  }
  .ess-product-container .list-unstyled
  {
    padding: 0 0;
  }
.ess-product-container .list-unstyled li {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: flex-start;
    text-align: justify;
}
.ess-product-container .list-unstyled li::before {
    content: "\F26A";
    font-family: "bootstrap-icons";
    color: #D6A13F;
    margin-right: 0.75rem;
    font-size: 1.2rem;
    line-height: 1;
}
/*
  =========================================
*/

.productsPages .gallery-items
{

}
.productsPages .gallery-items .photo-gallery {
            position: relative;
            overflow: hidden;
            border-radius: 8px;
}
.productsPages .gallery-items .photo-gallery h5 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 6px rgba(0,0,0,0.8);
    background: linear-gradient( to right, rgba(0,0,0,0), rgba(0,0,0,0.85), rgba(0,0,0,0) );
    padding-top: 15px;
    padding-bottom: 15px;
  font-family: "Manrope", sans-serif;
}

/*
  =========================================
*/

.widt_sidebars18 
{
  margin-top: 40px;
}
.widt_sidebars18 .sidebar-cta-logo
{
  text-align: center;
}
.widt_sidebars18
{

}
.widt_sidebars18 .sidebar-cta-contact-list
{
  
}
.widt_sidebars18 .sidebar-cta-contact-list
{
  display: flex;
  grid-column-gap:30px !important;
  justify-content: center;  
}
.widt_sidebars18 .sidebar-cta-contact-list .sidebar-cta-contact-item
{
  margin-bottom: 0;
}
.widt_sidebars18 .sidebar-cta-content
{
    text-align: center;
}
.widt_sidebars18 .sidebar-cta-content p
{
  font-size: 18px;
  font-weight: 500;
  text-shadow: 2px 2px 5px rgba(0 0 0 / 40%);
}

@media screen and (min-width: 993px)
{
  .widt_sidebars18 .sidebar-cta-content p
  {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
/*
  =========================================
*/

.productsPages .gallery-items
{

}
.productsPages .gallery-items .image-anime
{

}
.productsPages .gallery-items .image-anime
{

}
.productsPages .gallery-items .image-anime img
{
   
}
@media screen and (min-width: 993px)
{
  .productsPages
  {

  }
}

/*
  =========================================
*/
body.abouusPage .page-gallery-box .photo-gallery img
{
	aspect-ratio: inherit !important;
  	object-fit: contain; !important;
}
@media screen and (min-width: 993px)
{
    body.abouusPage .page-gallery
    {
        padding-top:30px !important;
    }
	body.abouusPage .page-gallery-box .photo-gallery img
	{
		max-height: 700px;
	}
}
body.abouusPage .page-gallery-box .photo-gallery img {
    border: 5px solid #e0e0e0; /* Light grey border */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* Halka aur soft shadow */
    border-radius: 4px; /* Optional: corners ko halka round karne ke liye */
    display: block;
    max-width: 100%;
}
body.abouusPage .page-gallery-box .photo-gallery figure
{
	border-radius: 0px;
}

/*
  =========================================
*/
/*
  =========================================
*/

/*
  =========================================
*/

body.career .page-contact-us
{
  padding: 50px 0;
}
