 
      
/*******************NEW LANDING PAGE CSS START****************/

/**********COMMON CSS START**************/
:root {
  --container: 1170px;
  --container-full: 100%;
  --padding-inline-container: 15px;
  --font: "Poppins", san-serif;
  --font2: "Proza Libre", san-serif;
  --title-font-size: clamp(22px, 3vw, 40px);
  --title-line-height: 52px;
  --title-letter-spacing: 2px;
  --title-font-normal: 400;
  --title-font-bold: 700;
  --subtitle-font-size: 14px;
  --subtitle-line-height: 22.4px;
  --subtitle-letter-spacing: 3px;
  --subtitle-font-normal: 400;
  --para-font-size: 18px;
  --para-line-height: 24px;
  --para-font-normal: 400;
  --black: #000;
  --white: #fff;
  --light-gray: #efefef;
  --deeppink: #ed2b7b;
  --lightblue: #29aae1;
  --deeporange: #ef4136;
  --purple: #91278f;
  --green: #8cc63f;
  --orange: #f7931d;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:last-child {
    margin-bottom: 0;
}
body {
  font-family: var(--font);
  font-size: var(--para-font-size);
  line-height: var(--para-line-height);
}
p {
  font-family: var(--font2);
}
/* containers */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--padding-inline-container);
}
.container-full {
  width: 100%;
  max-width: var(--container-full);
  margin: 0 auto;
  padding: 0 var(--padding-inline-container);
}

/* About Section */
.about-section {
  background: var(--light-gray);
  padding: 160px 0;
}

.about-block {
  background: var(--white);
  display: flex;
  max-width: 1038px;
  margin: 0 auto;
}

.about-block h2 span {
  display: block;
  font-weight: var(--title-font-bold);
  color: var(--lightblue);
}

img.img-left-1 {
  max-width: 500px;
  margin-left: -50px;
  margin-top: -70px;
}

img.img-left-2 {
  max-width: 100%;
  margin-top: 40px;
  margin-left: 55px;
  margin-bottom: -60px;
}

img.img-right-3 {
  width: 100%;
  margin-left: 25px;
}

.right-side-col {
  max-width: 575px;
}

.right-side-col .content-block {
  padding-left: 25px;
  padding-top: 40px;
  margin-bottom: 25px;
}

.about-section .right-side-col .content-block .subtitle::before {
  background-color: var(--lightblue);
}

.right-side-col .content-block {
  padding-left: 25px;
  padding-top: 40px;
  padding-right: 110px;
  margin-bottom: 15px;
}

.right-side-col .content-block p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

/* services section */
.slider-container {
  position: relative;
  overflow: hidden;
  color: white;
  font-family: sans-serif;
}

.main-slider .slide {
  height: 700px;
}

.section_corpoate .slide {
  height: auto;
  aspect-ratio: 1.1/1;
  background-size: cover;
  background-position: top;
}
.section_corpoate .thumb-img {
   position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  justify-content: center;
  z-index: 2;
}

.thumbnail-slider {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  display: flex;
  padding: 0px 15px;
  justify-content: center;
  z-index: 2;
}

.thumbnail-slider img, .section_corpoate .thumb-img img {
  width: 80px;
  height: 60px;
  margin: 0px;
  object-fit: cover;
  cursor: pointer;
  /*border: 2px solid transparent;*/
  transition: border 0.3s;
}

.thumbnail-slider .slick-current img.thumb-img .slick-current img{
  /*border: 2px solid #fff;*/
}
.thumb-img .thumbnail img {
    width: 250px;
    height: 100px;
    object-fit: cover;
    position: relative;
    /* top: -100px; */
    /* z-index: 9; */
}
.thumb-img .thumbnail {
    padding: 0 5px;
}
.content-overlay {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}

.content-overlay h5 {
  color: red;
  letter-spacing: 2px;
}

.content-overlay h2 {
  font-size: 2.5rem;
  font-weight: bold;
}

.content-overlay h2 span {
  color: red;
}

.photo-info {
  background: #ef3e36;
  padding: 30px 20px;
  margin: 40px auto 0;
  max-width: 700px;
  border-radius: 10px;
}

.photo-info h6 {
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.photo-info h3 {
  font-size: 1.8rem;
  margin: 10px 0;
}

.photo-info p {
  margin-bottom: 20px;
}

/* Hire-Section */
.flex-box {
  display: flex;
  position: relative;
  z-index: 1;
}

.flex-box .flex-item {
  width: calc(100% / 2);
}

.color-gray {
  color: rgba(0, 0, 0, 0.3);
}

.hire-section .flex-box::before {
  position: absolute;
  content: "";
  left: 52%;
  bottom: -30px;
  transform: translateX(-52%);
  background: #efefef;
  width: 875px;
  height: 320px;
  z-index: -1;
}

.hire-heading {
  font-size: 85px;
  line-height: 95px;
  text-transform: uppercase;
  font-weight: 500;
}

.hire-heading:nth-child(3) {
  padding-left: 112px;
  font-weight: 500;
}

.hire-heading2 {
  font-size: 45px;
  line-height: 95px;
  font-weight: 500;
  text-align: right;
  padding-right: 12px;
}

.hire-heading-box p {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-family: "proza libre";
  max-width: 326px;
}

.paly-box {
  align-items: center;
  gap: 10px;
}

.g-3 {
  gap: 50px;
}

.mt-5 {
  margin-top: 80px;
}

.flex-column {
  flex-direction: column;
}

.hire-information-flex {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.hire-info {
  background: #efefef;
  padding: 35px;
  width: 80%;
}

.hire-figure {
  width: 20%;
}

.hire-figure img {
  transform: rotate(-11deg) translateX(24px);
}

.hire-information-flex:nth-child(2) {
  flex-direction: row-reverse;
}

/* Video-Testimoniual */

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.align-end {
  align-items: end;
}

.color-deeporange {
  color: var(--deeporange);
}

.video-testimonial-section {
  background: var(--light-gray);
}

.video-testimonial-section .sub-title::before {
  background: var(--deeporange);
}

.video-grid {
  /* display: grid;
    grid-gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-auto-rows: 300px;
    grid-auto-flow: dense; */
  column-count: 3;
}

.video-items {
  position: relative;
  margin-bottom: 20px;
}

.video-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

span.play-icon {
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}

.thumb-img {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 68%;
    display: flex;
    justify-content: center;
    z-index: 2;
}
.thumbnail-slider img {
    width: 100%;
    height: 145px;
    margin: 0px;
    object-fit: cover;
    cursor: pointer;
    /*border: 2px solid transparent;*/
    transition: border 0.3s;
}

.thumbnail-slider .thumbnail {
    padding: 0 5px;
}

/* .video-items:first-child {
    grid-row: span 2;
    height: 490px;
} */

/* 


/* Service */

.service_section .container {
  max-width: 1250px;
}

.purple-sub-title::before {
  background: var(--purple) !important;
}

.color-purple {
  color: var(--purple);
}

.service-flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.service-item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.service-item:first-child,
.service-item:last-child {
  width: calc(55% - 10px);
}

.service-item:nth-child(2),
.service-item:nth-child(3) {
  display: flex;
  flex-direction: column-reverse;
  width: calc(45% - 10px);
}

.service-figure-box {
  /* height: 350px; */
  overflow: hidden;
  /* width: 526px; */
  margin-left: auto;
  flex: 1;
}

.service-figure-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
}

.service-item:hover .service-figure-box img {
  transform: scale(1.06);
}

.service_btn {
  text-align: right;
  margin-left: auto;
  width: -webkit-fill-available;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.service_btn:hover svg path {
  stroke: var(--deeporange);
  transform: scale(1.06);
}

.service-info-box {
  background: var(--light-gray);
}

.service-info-box {
  background: var(--light-gray);
  padding: 30px 20px 10px;
  border-left: 6px solid var(--purple);
}

.service-info-box .card-heading {
  color: var(--purple);
}

/* News */
.news-section {
  background: var(--light-gray);
}

.news-box {
  display: flex;
  border: 1px solid rgba(40, 40, 40, 0.1);
}

.news-box-item {
  width: calc(100% / 2);
}

.thumb-figure {
  overflow: hidden;
}

.thumb-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-info {
  padding: 3vw;
}

.card-heading {
    font-size: 1.9vw;
    letter-spacing: 2px;
    max-width: 100%;
    font-weight: 500;
    color: var(--lightblue);
    margin-bottom: 2vw;
}

.news-info p {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Proza Libre", sans-serif;
}

.news-info p {
  font-family: "Proza Libre", sans-serif;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 2.2vw;
}

a.news-btn {
  font-size: 1.1vw;
  color: var(--black);
  text-decoration-color: rgba(40, 40, 40, 0.1);
  text-underline-offset: 11px;
  position: relative;
}

/* a.news-btn::before {
  position: absolute;
  content: "O";
  left: 0;
} */

.nes-nav-box .slick-arrow {
  border: none;
}

.nes-nav-box {
  display: flex;
  flex-direction: column;
}

.news-silder-wrapper {
  display: flex;
  align-items: center;
  gap: 22px;
}

.nes-nav-box .slick-arrow svg {
  height: 55px;
  transform: scale(1.9);
  cursor: pointer;
}

.news-slider .slick-slide {
  margin: 16px;
}

.nes-nav-box .slick-arrow:hover svg path {
  fill: var(--green);
}


/* FAQ */

.sec_padding {
  padding: 100px 0 100px 0;
}

.text-center {
  text-align: center;
}

.heading-box {
  margin-bottom: 85px;
}

.accordion {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.accordion-item {
  font-family: var(--font);
  width: calc(100% / 2 - 14px);
  background: var(--white);
  box-shadow: 0px 23.56px 32.74px 1px rgba(149, 149, 149, 0.25);
  border-radius: 6px;
  height: fit-content;
  padding: 28px;
}

.accordion-header {
  width: 100%;
  color: #1b1139;
  /* padding: 28px; */
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  transition: background 0.3s;
  border: none;
  font-family: var(--font);
  background: transparent;
  display: flex;
  align-items: center;
}

.bg-light{
	background:#fff;
}
.color-dark {
    color: #000;
}

.container-new {
    width: 100%;
    max-width: 85.375vw;
    margin: 0 auto;
    padding: 0 var(--padding-inline-container);
}

.blog-itemsgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0416666666666667vw;
}

.blog-box {
    display: flex;
	position:relative;
}
.blog-itemsgrid {
   display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.7708333333333333vw;
}

.blog-box {
   display: flex;
    /* border: 1px solid #ddd; */
    flex-direction: column;
}

.blog-image {
   width: 100%;
    overflow: hidden;
    height: 240px;
}
.blog-itemsgrid > .col-item.blog-item {
    border: 1px solid #ddd;
    border-radius: 8px;
/*     background: #f7931e14; */
/*     box-shadow: 0px 0px 10px #ddd; */
}

.blog-meta {
    width: 100%;
    padding: 1.3541666666666667vw;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-title {
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
	font-size:1.3541666666666667vw !important;
}

.single-banner-content-box .blog-title {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: unset !important; /* number of lines to show */
    line-clamp: unset !important;
    -webkit-box-orient: vertical;
	font-size:2.3541666666666667vw !important;
	text-transform: capitalize;
}

.date {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.post-nav a, .post-nav a span {
    color: #f7931e !important;
    font-weight: 600 !important;
}
.post-nav a+a {
    border-left: 1px solid #eaeaea !important;
}
.blog-meta p {
    color: #6c6c6c;
    font-size: 0.8333333333333334vw;
    line-height: 1.8;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-category {
    background: #f7931e;
    display: inline-block;
    padding: 0.3125vw 0.7291666666666666vw;
    border-radius: 100px;
    font-size: 0.7291666666666666vw;
    line-height: normal;
	position: absolute;
    top: 10px;
    left: 10px;
	text-transform:capitalize;
}
.col-item .blog-title {
    margin-top: 0;
}

.read-more-blog {
    background: #f7931e;
    font-size: 16px;
    text-decoration: none;
    border-radius: 100px;
    padding: 8px 20px;
    transition: all .3s linear;
	display: inline-block;
    margin-top: 12px;
}

.read-more-blog:hover {
    box-shadow: 2px 2px 20px #f7931e;
}
.blog-author {
    color: #636363;
    font-size: 0.7291666666666666vw;
	font-weight: 600;
	margin-bottom: 1.0416666666666667vw;
}
.blog-author i{
	    font-size: 0.625vw;
    margin-right: 8px;
}
.blog-item {
    margin-bottom: 0 !important;
}
.pagination {
    margin-top: 3.125vw;
    margin-bottom: 0 !important;
}
.pagination {
    margin-top: 3.125vw !important;
    margin-bottom: 0 !important;
}

.page-numbers , .page-numbers.current {
    border: none !important;
    color: #6c6c6c;
    text-decoration: none;
    background: #efefef;
    font-size: 1.0416666666666667vw;
    width: 2.0833333333333335vw !important;
    height: 2.0833333333333335vw !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.page-numbers.current {
	  background: #f7931e !important;
    color: #fff !important;
}
a.next.page-numbers, .prev.page-numbers {
    width: fit-content !important;
    padding: 1.0416666666666667vw;
}
.pagination-wrap {
    display: flex;
    gap: 8px;
    margin-top: 28px;
}
.blog-section {
    display: flex;
    gap: 1.5625vw;
}
.type-post {
    background: #fff;
    background: url/wp-content/uploads/2025/07/bg-dot-light.png), #fff;
}
.site-content {
    width: 70%;
}
aside.related-post-box {
    width: 30%;
    display: flex;
    flex-direction: column;
    gap: 1.5625vw;
    position: sticky;
    top: 7.708333333333333vw;
    height: fit-content;
}
.post-img {
    border-radius: 4px;
    overflow: hidden;
}
.post-img img{
	width:100%;
	height:100%;
	object-fit:cover;
}


.post-detail-page-wrapper .blog-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
}
.post-detail-page-wrapper p {
    color: #000;
    font-size: 14px;
}
.post-detail-page-wrapper h4, .post-detail-page-wrapper h2, .post-detail-page-wrapper h4 {
    color: #000;
    text-transform: capitalize !important;
    font-size: 1.4583333333333333vw !important;
    margin-top: 2.0833333333333335vw !important;
	font-weight: 300;
} 

.post-detail-page-wrapper .blog-title {
    -webkit-line-clamp: unset;
    line-clamp: unset;
    -webkit-box-orient: unset;
	margin-top:0 !important;
}

.post-detail-page-wrapper p {
    color: #000;
    font-size: 14px;
}

.post-detail-page-wrapper h4, .post-detail-page-wrapper h5, .post-detail-page-wrapper h6 {
    color: #000;
    text-transform: capitalize;
    font-size: 1.4583333333333333vw !important;
    margin-top: 2.0833333333333335vw !important;
}

.post-detail-page-wrapper ul {
    padding-left: 22px;
    margin: 0 0 40px 0;
}

.post-detail-page-wrapper ul li {
    color: #000;
    font-size: 14px;
}

footer ul li{
	list-style:none !important;
}

.related-post-box h2, .related-post-box h3, .post-comment h3 span{
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 1.3541666666666667vw !important;
    margin-top: 0;
    line-height: normal;
}
.post-comment h3 span{
	margin-bottom:40px;
}
.post-comment .heading-decor {
    margin: 0 !important;
}
.box-wrapper {
	padding: 1.5625vw;
    background: #fff;
    border: 1px solid #ddd;
}

.related-post-box ul li a {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px !important;
    font-weight: 600;
	    display: flex;
    flex-direction: column;
    gap: 10px;
}

.related-post-box ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-top: 40px;
}

.related-post-box ul li {
    display: flex;
    line-height: normal;
    align-items: flex-start;
    gap: 10px;
	padding-bottom: 14px;
    border-bottom: 1px solid #cfcfcf;
}
.related-post-box ul li i {
    color: #29aae1;
    font-size: 12px;
	margin-top: 4px;
}
.related-post-box ul li a .date, .related-post-box ul li a .date i {
    font-weight: 100;
    color: #555;
    font-size: 12px;
    margin-top: 0;
}
#commentform-area textarea, #commentform-area input {
     background: #f5f5f5;
    color: #000;
    border: none;
    font-style: normal;
    font-size: 12px;
    margin-bottom: 12px;
    border-radius: 5px;
}
#commentform-area #submit {
    background-color: #fcb040;
	color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 0.972222222vw;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 50px 50px 50px 50px;
    padding: 21px 50px 21px 50px;
    border: none;
	cursor:pointer;
}
#commentform-area #submit:hover{
	background-color:#000;
}
.heading-decor:after, #commentform p {
	display:none !important;
}

.post-nav a, .post-nav a span {
    color: #000;
    text-decoration: none !important;
    font-size: 14px !important;
	text-transform:capitalize;
}
.site-content .date {
    margin: 0 !important;
}

.breadcrumb-section {
    background: url(https://yourdraftwebsite.com/wp-content/uploads/2025/07/svgviewer-png-output.png), #fff;
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
}

.breadcrumb-section {
    background: url(https://yourdraftwebsite.com/wp-content/uploads/2025/07/svgviewer-png-output.png), #fff;
    padding: 100px 0;
    background-size: cover;
    background-position: center center;
}

.text-section {
    text-align: center;
}

.text-section .sub_heading {
    color: rgb(0 0 0 / 37%);
    font-size: 16px;
    position: relative;
    /* display: inline-block; */
	    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom:0;
}

.text-section .sub_heading span {
     width: 20px;
    height: 20px;
    background: #91278f;
    border-radius: 100px;
    display: inline-block;
    margin-right: 15px;
}
h1.inner-banner-heading {
    color: #000;
    margin-top: 0;
    font-size: 3.0208333333333335vw !important;
    font-weight: 700;
}

.single-blog-banner {
    position: relative;
}
.single-banner-content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000, transparent);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 80px;
}

.post-detail-page-wrapper a
 {
    color: #fbb040;
}



form#filterForm {
/*     display: grid;
    grid-template-columns: repeat(3, 1fr); */
	display:flex;
    gap: 45px;
    margin-bottom: 40px;
 
}

.blog-fillter-col {
      background:#f7f7f7;
    border-radius: 100px;
    width: 290px;
    border: 1px solid #bdbdbd;

}
.blog-fillter-col select {
     color: #414141 !important;
    background: url(https://yourdraftwebsite.com/wp-content/uploads/2025/08/down-arrow-1.png);
    padding: 8px 16px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 99% 50%;
	 appearance: none;  
  -moz-appearance: none; 
	text-transform:capitalize;
}
.blog-fillter-col select option
 {
    color: #fff !important;
}

.blog-fillter-col select {
    width: 100%;
    color: #f7931e;
    font-weight: 600;
    font-size: 17px;
	    padding-right: 36px;
}

.video--playerCstm a.glow-btn.ekit-video-popup.ekit-video-popup-btn {
    display: flex;
    align-items: center;
}

.video--playerCstm a.glow-btn.ekit-video-popup.ekit-video-popup-btn i.icon.icon-play-button {
    width: 100% !important;
    display: inline-flex !important;
    height: 60px;
    max-width: 60px !important;
    font-size: 21px;
    padding: 24px !important;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.video--playerCstm a.glow-btn.ekit-video-popup.ekit-video-popup-btn span {
    width: 100%;
    display: block !important;
    white-space: nowrap;
}

.not-found{
	color:#000;
}

/* body.page-id-8706 .in--oneline svg {
    margin-bottom: -4px;
}

body.page-id-8706 .in--oneline svg {
    width: 28px;
    height: 20px;
}
 */

@media (max-width: 1336px) {
  .hire-heading {
    font-size: 60px;
    line-height: 62px;
  }

  .hire-heading2 {
    font-size: 36px;
    line-height: 62px;
  }

  .hire-heading-box p {
    font-size: 14px;
    max-width: 306px;
  }

  p {
    font-size: 16px;
  }

  .service_section .container {
    max-width: 1170px;
  }

  .card-heading {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-grid {
    gap: 65px;
  }
	
	.blog-title {
    font-size: 18px !important;
		margin-top: 10px !important;
}
	.blog-author {
    color: #636363;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}
	
	.blog-author i{
    font-size: 13px;
}
	.blog-meta p {
    font-size: 12px;
    margin-bottom: 0;
}
	.blog-category {
    padding: 6px 10px;
    font-size: 12px;
}
	
}

@media (max-width: 1024px) {
  .news-slider {
    width: 90%;
  }
  .about-section {
    padding: 160px 30px 160px 55px;
  }
  p {
    font-size: 16px !important;
    line-height: 17px !important;
  }

  .news-info p {
    margin-bottom: 32px;
  }

  .footer-grid {
    gap: 38px;
  }

  .social-links li a {
    width: 46px;
    height: 46px;
  }

  .footer-grid {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }

  .footer-item {
    text-align: center;
  }

  .heading-box {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 400px){
	p {
        font-size: 16px !important;
        line-height: 17px !important;
    }
}
@media (max-width: 991px) {
  .hire-heading {
    font-size: 40px;
    line-height: 44px;
  }

  .hire-heading2 {
    font-size: 28px;
    line-height: 44px;
    padding: 0;
    text-align: left;
  }

  .flex-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 68px;
  }

  .flex-box .flex-item {
    width: 100%;
  }

  .hire-heading:nth-child(3) {
    padding-left: 0;
  }
  .hire-heading-box .flex {
    width: fit-content;
    gap: 17px;
    align-items: center;
    margin-top: 10px;
  }
  .hire-info {
    width: 65%;
  }
  .hire-figure {
    width: 30%;
  }
  .logo-item {
    padding: 20px;
  }

  .sec_padding {
    padding: 70px 0 70px 0;
  }
  .hire-section .flex-box::before {
    width: 100%;
  }
  .news-silder-wrapper {
    flex-direction: column;
  }
  .nes-nav-box {
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 20px;
  }
  button.news-custom-prev {
    transform: rotate(-90deg);
  }
  button.news-custom-next {
    transform: rotate(-90deg);
  }
  .nes-nav-box .slick-arrow svg {
    height: unset;
    transform: scale(1.6);
    cursor: pointer;
  }
	.blog-itemsgrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
	
	.page-numbers, .page-numbers.current{   
    font-size: 12px;
    width: 30px !important;
    height: 30px !important;

}
	
	
}

@media (max-width: 768px) {
  .video-testimonial-section .flex {
    flex-direction: column;
    align-items: baseline;
  }
  .accordion-item {
    width: 100%;
  }

  .service-item {
    width: calc(50% - 10px) !important;
  }
	.container-new {
    width: 100%;
    max-width: 100%;
}
	  p {
    font-size: 16px !important;
    line-height: 17px !important;
  }
	.single-banner-content-box .blog-title {
    font-size: 20px !important;
    line-height: normal !important;
	color: #000;
}
	.single-banner-content-box {
    padding-bottom: 0;
    position: unset;
    background: unset;
    padding-top: 26px;
}
	.single-banner-content-box .date {
    color: #fbb040 !important;
}
	.single-post .sec_padding {
    padding-top: 20px;
}
	.post-detail-page-wrapper p {
    color: #3c3c3c;
    font-size: 14px !important;
    line-height: 24px !important;
}
	.single-post .site-content {
    padding: 0 !important;
}
	.post-detail-page-wrapper h2, .post-detail-page-wrapper h3, .post-detail-page-wrapper h4, .post-detail-page-wrapper h5, .post-detail-page-wrapper h6 {
    line-height: normal !important;
    font-size: 18px !important;
}
	.box-wrapper {
    padding: 32px;
}
	form#filterForm {
    gap: 15px;
}
	.br--hide br {
    display: none;
}
}

@media (max-width: 678px) {
  .service-item,
  .news-box-item,
  .news-slider {
    width: 100% !important;
  }
  .news-box {
    flex-direction: column;
  }

  .hire-info {
    width: 60%;
    padding: 20px;
  }
  .hire-figure {
    width: 40%;
  }
  .hire-figure img {
    transform: unset;
  }
  .hire-information-flex {
    gap: 6px;
  }
  p {
    font-size: 16px !important;
    line-height: 17px !important;
  }
	.blog-fillter-col {

    width: calc(100% / 3);
}
	.blog-fillter-col select {
    font-size: 12px;
}
	
	.main-row .container-new {
    overflow-x: auto;
}
	    form#filterForm {
        gap: 15px;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        min-width: max-content;
    }
}

/*****************NEW LANDING PAGE CSS END****************/
  
.line--height .heading-block .sub-h, .line--height .heading-block h2.h {
    line-height: 1.2 !important;
    margin-bottom: 0px !important;
}
.hero--banner {
    position: relative;
}
.dynamic.newClass {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.hero--banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(180deg,rgba(239, 239, 239, 0) 0%, rgba(239, 239, 239, 0.20) 60%, rgba(239, 239, 239, 1) 100%);
    z-index: 9
}
.flex--grow1 {
    flex-grow: 1;
}
.video--imagewid img.swiper-slide-image {
    width: 100%;
}

.video--imagewid .elementor-image-carousel-wrapper{
	width:calc(100% - 90px) !important
}
.real--memories .elementor-swiper-button svg path {
    fill: #000 !important;
}
.real--memories .elementor-image-carousel-wrapper{
	width: calc(100% - 100px) !important
}
.gray-bg:before {
    content: "";
    top: auto;
    bottom: 0;
    background: #EFEFEF;
    width: 82%;
    left: 10.5%;
    height: 63%;
}
.sucess--logo > div{
	    border: 1px solid #c0c0c0;
}
.sucess--logo > div:nth-child(-n + 3), .sucess--logo > div:nth-child(n + 5):not(:last-child){
	   border-right: 0;
}
.sucess--logo > div:nth-child(n + 5){
	    border-top: 0;
}
.faq--section details.e-n-accordion-item {
    box-shadow: 0px 23.56px 32.74px 1px rgba(149, 149, 149, 0.25);
    border-radius: 6px;
	    width: 100%;
}
.single--heading .heading-block {
    display: flex;
    gap: 10px;
}
.faq--section .e-n-accordion {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
body.page-id-5332 header, body.page-id-5332 footer.site-footer {
    display: none !important;
    height: 0px !important;
}
.line--height.span--color .sub-h b {
    color: #EF4136;
    font-style: italic;
}
body.page-id-5332 .header-space {
    height: 0px;
}
body.page-id-5332 a.elementor-button {
    font-size: 0.98vw !important;
    padding: 1.4vw 2.3vw !important;
	letter-spacing: 3px !important;
	  font-weight: 300 !important;
}
body.page-id-5332 .padding--btn a.elementor-button {
    padding: 1.4vw 2.1vw !important;
    font-size: 0.9vw !important;
    font-weight: 300 !important;
}
.main-slider img.slide {
    object-fit: cover;
    object-position: center;
}
body.page-id-5332 .site-header.mobile-type.header-1747.fixed-header.dark-header{
	display: none !important;
}
.header-space{
	display: none !important;
}
.thumbnail-slider button.slick-arrow img, .thumbnail-slider button.slick-arrow{
	width: 32px !important;
	height: 32px !important;
}
.thumbnail-slider button.slick-arrow:before, .thumb-img button.slick-arrow:before{
	content: unset !important
}
body.page-id-5332 header, 	body.page-id-5332 footer{
	display: none !important;
}

.reviews-slider .slick-track {
    display: flex;
    gap: 44px;
	align-items: center;
}
.reviews-slider .slick-slide.slick-current.slick-active .client-review {
    background: url(https://yourdraftwebsite.com/wp-content/uploads/2025/07/Group-1000001526.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100% !important;
    background-size: 90%;
}
.reviews-slider .slick-slide.slick-current.slick-active + div .client-review{
	 background: url(https://yourdraftwebsite.com/wp-content/uploads/2025/07/Group-11.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 100% !important;
    background-size: 100%;
}
.reviews-slider .slick-slide.slick-current.slick-active + div + div .client-review{
	 background: url(https://yourdraftwebsite.com/wp-content/uploads/2025/07/Group-1000001528.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 500px;
    width: 90% !important;
    background-size: 100%;
}
.reviews-slider .slick-slide.slick-current.slick-active .client-review p.quote, .reviews-slider .slick-slide.slick-current.slick-active + div + div .client-review p.quote {
    padding: 0px 21px 0 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.reviews-slider .slick-slide.slick-current.slick-active .client-review {
    padding: 0px 50px 50px;
}
.faq-search {
    display: flex;
    gap: 20px;
    align-items: center;
}
.faq-search input[type="text"] {
    font-weight: 600;
    color: #000;
    font-size: 1.3vw;
}
span.faq-search-icon {
    display: inline-flex
;
    align-items: center;
}
span.faq-search-icon svg {
    width: 32px;
    height: 32px;
}
.reviews-slider .slick-track {
		gap: 10px;}
	.client-review .quote {
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

/*****New Header*****/
.cstm--menu .sub-menu {
  display: none;
}

/* Show submenu when parent has 'submenu-open' */
.cstm--menu .menu-item-has-children.submenu-open > .sub-menu {
  display: block;
	padding: 20px;
}
.cstm--menu .menu-item-has-children.submenu-open > .sub-menu li a {
 font-size: 1.1rem;
}
.cstm--menu .menu li a{
	gap: 6px;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    color: var(--black);
    transition: 0.3s ease-in-out;
    padding: 15px 10px;
	justify-content: space-between;
}
.submenu-open a svg.dropdown-icon {
    transform: scale(-1);
}
.cstm--menu .menu li:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
.cstm--menu .menu ul{
	list-style: none !important;
}
.cstm--menu .menu li.submenu-open > a {
    border-bottom: 1px solid #ddd;
}
.submenu-open {
    background: #f2f2f282;
}
@media (max-width: 1440px){
/* 	.gray-bg:before {
    left: 13%;
} */
	.thumbnail-slider img {
    width: 100%;
    height: 120px;
}
	.client-review {
    justify-content: center;
}
	.reviews-slider .slick-track {
		gap: 10px;}
	.client-review .quote {
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
	    .client-review {
        padding: 27px 70px 0px 70px !important;
    }
}
@media(max-width: 1024px){
	body.page-id-5332 a.elementor-button {
    font-size: 14px !important;
    padding: 10px 15px !important;
	letter-spacing: 1px !important;
	  font-weight: 300 !important;
}
	.heading--h1 h1 {
    font-size: 26px !important;
    line-height: 1.3 !important;
}
body.page-id-5332 .padding--btn a.elementor-button {
    padding: 10px 15px!important;
    font-size: 14px !important;
    font-weight: 300 !important;
}
	.news-silder-wrapper {
    gap: 10px;
}
}

@media (max-width:768px){
	.blog-box {
    flex-direction: column;
}
	.blog-image, .blog-meta {
    width: 100%;
}
	.blog-meta {
    padding: 20px;
}
	.blog-image {
    height: 210px;
}
	.blog-title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
	  p {
    font-size: 16px !important;
    line-height: 17px !important;
  }
	
	.text-section .sub_heading {
    font-size: 18px !important;
}
	h1.inner-banner-heading {

    font-size: 26px !important;
}
	
}
/*********************************/
