/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {text-align: justify;}
a:hover {
  color: #F13533;
}

.custom_header {
  position: relative
}

.custom_header:after {
  position: absolute;
  content: "";
  width: calc(100% - 25%);
  height: 100%;
  border-radius: 0rem 0rem 0rem 0.625rem;
  background: #1E2228;
  right: 0;
}
.header-style:after {background: #fdf6ed}

.banner-container {
  position: relative;
  width: 1290px;
  height: 457px;
  /* width: 75%;
  min-height: 383px; */
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 99.8%;
  height: 99%;
  object-fit: cover;
}

.mask-text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  font-weight: bold;
  color: white;
  text-align: center;
  z-index: 1;
  background: url(images/mask_2.webp) 0 0 no-repeat;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  object-fit: cover;
}
.custom_counter {height:100%;}
.custom_counter .elementor-counter-number,
.custom_counter .elementor-counter-number-suffix,
.elementor-counter-number-prefix {
  background: linear-gradient(90deg, #B78F55 0%, #513F26 55.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.custom_counter._without_number .elementor-counter-number {
  display: none;
}

.title_border .elementor-divider {
  position: relative;
  padding-left: 20px;
}

.title_border .elementor-divider:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  border: 3px dashed #F13533;
  width: 14px;
}

.custom_social svg {
  max-width: max-content !important;
  height: 20px !important;
  width: 20px !important;
}

/* Back to top */

.glow-and-move {
  position: fixed;
  bottom: 35%;
  right: 40px;
  z-index: 1;
}

.glow-and-move img {
  width: 100px;
  /* Adjust the size as needed */
  height: 100px;
  /* Adjust the size as needed */
  animation: glow 1.5s ease-in-out infinite, move 2s ease-in-out infinite;
  border-radius: 100px;
}

@keyframes glow {
  0% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.1);
  }

  50% {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 0.5), 0 0 30px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5), 0 0 10px rgba(255, 255, 255, 0.3), 0 0 15px rgba(255, 255, 255, 0.1);
  }
}

@keyframes move {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Facility Page */
.embracingSwiper .swiper-slide{
  padding: 1px;
}

.embracingSwiper .embracing_item {
  border-radius: 10px;
  border: 1px solid #4A3C28;
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  padding: 30px;
  height: 100%;
  text-align: left;
}

.embracingSwiper .embracing_item p {
  font-size: 14px;
  text-align: justify;
}

.embracingSwiper .embracing_item h4 {
  font-weight: 700;
}

.embracingSwiper .embracing_item img {
  width: 26px;
}

.custompaginetion .swiper-pagination {
  bottom: -45px !important;
}

.custompaginetion .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #B6B6B6;
  opacity: 1;
}

.custompaginetion .swiper-pagination-bullet-active {
  background-color: #F13533;
}

/* Career Page */

.field-area {
  border-radius: 10px !important;
  border: 1px solid #363636 !important;
  background: #141414 !important;
  min-height: 58px !important;
  padding: 16px 24px !important;
  width: 100%;
  outline: none;
  margin-bottom: 20px;
  color: #fff !important;
}

.file-area {
  appearance: none;
  -webkit-appearance: none;
  background: url(/neometaliks/wp/wp-content/uploads/2025/07/upfile.png) center center no-repeat #141414 !important;
}

.file-area input {
  width: 100%;
  height: 165px !important;
  opacity: 0;
}

.btn-submit {
  background-color: transparent !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #F13533 !important;
}

.btn-submit:hover {
  background-color: #F13533 !important;
  color: #fff !important;
}

/* Contact Page */

.group-field p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.wpcf7-response-output {
  color: #B6B6B6;
}

.message-area {
  height: 135px;
}

/* About Page */

.year-container {
  width: 100%;
  height: 400px;
  /* Adjust this value according to your design */
  overflow: hidden;
}

.year-container .swiper-slide {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0.1;
  gap: 120px;
}

.year-container .swiper-slide.swiper-slide-active {
  opacity: 1
}

.year-container .timeline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  position: relative;
}

.year-container .year-circle {
  width: 475px;
  height: 341px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 130px;
  font-weight: 900;
  color: #1E2228;
}

.year-container .text {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  height: 100%;
}

.year-container .swiper-slide.swiper-slide-active .year-circle {
  align-items: center;
  background: url(images/year.svg) 0 0 no-repeat;
  background-size: contain !important;
}

/* ...........style added for neometaliks page............ */
.masonrytestimonial {
  column-count: 3;
  column-gap: 24px;
  width: 100%;
}

.masonrytestimonial .testimonial-item {
  break-inside: avoid;
  margin-bottom: 24px;
}

.testimonial-item {
  border: 1px solid rgba(74, 60, 40, 0.3);

  background: rgba(0, 0, 0, 0.05);

  backdrop-filter: blur(5px);
  padding: 40px 30px;
  border-radius: 10px;
}

.testi_imgwrp {
  display: flex;
  margin-bottom: 25px;
}

.testimgwrp_textcont {
  flex: 1;
  align-items: center;
}

.testimgwrp_textcont h3 {
  color: #000;
  font-family: "Manrope", Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  /* 150% */
  letter-spacing: -0.8px;
  padding: 0;
  margin-bottom: 16px;
}

.testimgwrp_textcont p {
  color: #000;


  /* Body Text */
  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.testi_imgwrp img {
  width: 87px;
  height: 87px;
  border-radius: 100%;
  margin-right: 20px;
}

.testi_voicesays {
  padding: 0 !important;
  color: #000;

  font-family: "Manrope", Sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.voiceslider .slick-dots {
  display: flex;
  justify-content: center;
}

.voiceslider .slick-dots li {
  list-style-type: none;
  /* width:8px; height:8px; border-radius: 100%;  margin: 0 3px; background-color: #B6B6B6; cursor: pointer;*/
}

.voiceslider .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  padding: 0;
  font-size: 0px;
  border: 0;
  background-color: #B6B6B6;
  cursor: pointer;
  margin: 0 2px;
}

.voiceslider .slick-dots li.slick-active button {
  background-color: #F13533;
  width: 8px;
  height: 8px;
  cursor: pointer;
}

.shapingtab .e-n-tabs {
  display: flex;
  flex-direction: row;
}

.shapingtab .e-n-tabs-heading {

  width: 35% !important;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
}

.shapingtab .e-n-tabs-content {
  width: 65% !important;
  padding-left: 52px;
}

.shapingtab .e-n-tab-icon {
  width: 31px !important;
  height: 26px !important;
}

/* .shapingtab .e-n-tab-icon svg{ width: 31px !important; height: 26px !important;} */
.shapingtab .e-n-tab-title-text {
  display: block !important;
  width: 100% !important;
  text-align: left;
}

.shapingtab .e-n-tab-title-text span {
  display: block !important;
  width: 100% !important;
  color: #404040;
  font-size: 14px;
}

.shapingtab .e-n-tab-title {
  flex-wrap: wrap !important;
  background-color: transparent !important;
  justify-content: flex-start !important;
}

/* .elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true]{ background-color: #F2F2F2 !important;} */
.shapingtab .e-n-tab-title[aria-selected=true],
.shapingtab .e-n-tab-title:hover {
  background-color: #F2F2F2 !important;
  color: var(--n-tabs-title-color);
  border: 1px solid rgba(70, 60, 40, 0.3) !important;
}

.shapingtab .e-n-tab-title:hover .e-n-tab-title-text {
  background-color: #F2F2F2 !important;
}

.worktab_slide .swiper-slide-inner {
  height: 456px;
  width: 100%;
}

.worktab_slide .swiper-slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ...........style added for neometaliks page............ */
/* .........style blog......... */
.blogcardwrp {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 0;
  /*justify-content: space-between;*/
}

.cardblog {
  width: 31%;
  width: calc((100% - (20px * 3)) / 4);
  border: 1px solid rgba(74, 60, 40, 0.2);
  background: rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(5px);
  padding: 0;
  border-radius: 10px;
}

.cardblog_imgcont {
  width: 100%;
  height: 250px;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.dateinfo {
    position: absolute;
    right: 0;
    border: 0;
    display: flex;
    align-items: center;
    bottom: 0;
    background: #F13533;
    color: #fff;
    padding: 5px 10px;
    border-radius: 6px 0px 0px 0px;
    gap: 7px;
}
.dateinfo svg {
    height: 18px;
    width: auto;
}
.cardblog_imgcont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}

.cardblog_txtcont {
  width: 100%;
  padding: 20px 20px 30px;
}

.cardblog_txtcont h3 {
  font-size: 20px;
    display: -webkit-box;
  /* Enable multi-line truncation */
  -webkit-box-orient: vertical;
  /* Arrange content vertically */
  -webkit-line-clamp: 2;
  /* Limit the text to 3 lines */
  overflow: hidden;
  /* Hide any text beyond the 3rd line */
  text-overflow: ellipsis;
}
.cardblog_txtcont h3 a {
  color: #000;
  line-height: 1.3;
  display: block;
  margin-bottom: 15px;
}

.cardblog_txtcont p {
  color: #404040;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  /* Enable multi-line truncation */
  -webkit-box-orient: vertical;
  /* Arrange content vertically */
  -webkit-line-clamp: 3;
  /* Limit the text to 3 lines */
  overflow: hidden;
  /* Hide any text beyond the 3rd line */
  text-overflow: ellipsis;
}

.readbtn_blog {
  background-color: #F13533;
  font-family: "Manrope", Sans-serif;
  font-weight: 400;
  color: #FFFFFF !important;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 20px 10px 20px;
  line-height: 1.2;
  display: inline-block;
}
.readbtn_blog:hover {background-color: #C81412}
.blog-pagination {
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.blog-pagination .page-numbers {
    display: inline-block;
    margin: 0 4px;
    padding: 10px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    color: #222;
    background: #fff;
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers:hover {
    background: #F13533;
    color: #fff;
    border-color: #F13533;
}

.blog-pagination .page-numbers.current {
    background: #F13533;
    color: #fff;
    border-color: #F13533;
}

.blog-pagination .page-numbers.dots {
    border: none;
    background: transparent;
    padding: 10px 6px;
}
/* .........style blog......... */
/* ........blog details............... */
.blogdet_left {
  width: 65%;
}
.recent-posts-container ul li .textcontpost h5 a,
.blogcardwrp h1, .blogcardwrp h2, .blogcardwrp h3, .blogcardwrp h4 {text-align: left;}
.blogdet_left .page-content h2 {
    font-size: 30px;
    margin: 20px 0 15px;
}
.blogdet_left .page-content h3 {
    font-size: 26px;
    margin: 20px 0 15px;
}
.blogdet_left .page-content h4 {
    font-size: 22px;
    margin: 20px 0 15px;
}
.blogdet_right {
  width: 30%;
}

.search-form-container,
.recent-posts-container {
  margin-bottom: 30px;
}

.search-form-container form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-form-container label {
  flex: 1;
}

.search-form-container input[type=search] {
  border: 1px solid rgba(74, 60, 40, 0.3);
  flex: 1;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-family: "Manrope", Sans-serif;
  border-radius: 5px 0px 0px 5px;
}

.search-form-container input[type=submit] {
  background-color: #F13533;
  font-family: "Manrope", Sans-serif;
  font-weight: 400;
  color: #FFFFFF !important;
  border-radius: 5px 0 0 5px;
  padding: 0 20px 0 20px;
  line-height: 40px;
  height: 40px;
  display: inline-block;
}

.blogdet_right .search-form-container input[type=submit] {
    border-radius: 0px 3px 3px 0px;
}

.recent-posts-container ul {
  padding: 0;
  margin: 0;
}

.recent-posts-container ul li {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
  list-style-type: none;
  border: 1px solid rgba(74, 60, 40, 0.3);
  padding: 5px;
  border-radius: 10px;
}

.recent-posts-container ul li .imgcontthumb {
  width: 120px;
  height: 120px
}

.recent-posts-container ul li .imgcontthumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.recent-posts-container ul li .imgcontthumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.recent-posts-container ul li .textcontpost {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  flex: 1;
  padding-right: 10px;
}

.recent-posts-container ul li .textcontpost h5 {
  padding: 0;
  margin: 0;
   display: -webkit-box;
  /* Enable multi-line truncation */
  -webkit-box-orient: vertical;
  /* Arrange content vertically */
  -webkit-line-clamp: 2;
  /* Limit the text to 3 lines */
  overflow: hidden;
  /* Hide any text beyond the 3rd line */
  text-overflow: ellipsis;
}

.recent-posts-container ul li .textcontpost h5 a {
  color: #000;
  line-height: 1.2;
  display: block;
  margin-bottom: 10px;
}

.recent-posts-container ul li .textcontpost p {
  color: #404040;
  line-height: 1.5;
  margin-bottom: 0;
  display: -webkit-box;
  /* Enable multi-line truncation */
  -webkit-box-orient: vertical;
  /* Arrange content vertically */
  -webkit-line-clamp: 2;
  /* Limit the text to 3 lines */
  overflow: hidden;
  /* Hide any text beyond the 3rd line */
  text-overflow: ellipsis;
}

.recent-posts-container ul li .textcontpost h5 a:hover {
  color: #B78F55;
}

.archives-container ul {
  padding: 0;
  margin: 0;
}

.archives-container ul li {
  list-style-type: disc;
  padding-bottom: 6px;
  list-style-position: inside;
  padding-bottom: 10px;
}

.archives-container ul li a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  display: inline;
}

.archives-container ul li a:hover {
  color: #B78F55;
}

.blogdetailswrp {
  padding: 150px 0 60px 0;
  display: flex;
  justify-content: space-between;
}

.clockwrp {
  display: flex;
  flex-wrap: wrap;

  margin-bottom: 16px;
}

.datewrp {
  font-size: 18px;
  color: #000;
  font-weight: 500;

  background: url(images/calender.svg) no-repeat left 6px;
  background-size: 15px 15px;
  padding: 0 20px 0 24px;
}

.timewrp {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  background: url(images/time.svg) no-repeat left 6px;
  padding-left: 30px;

  background-size: 16px 16px;
  padding: 0 0 0 24px;


}

.blogdet_thumbdisp {
  height: 300px;
  border: 1px solid rgba(74, 60, 40, 0.3);
  padding: 2px;
  margin-bottom: 20px;
  border-radius: 10px;
}

.blogdet_thumbdisp img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#comments h2 {
  font-size: 30px;
}

#comments label {
  display: block;
  padding-bottom: 12px;
}

#comments .comment-form-cookies-consent {
  display: flex;
}

#comments .comment-form-cookies-consent input[type=checkbox] {
  margin-right: 7px;
}

#comments .comment-form-cookies-consent label {
  display: inline-flex;
  padding-bottom: 0;
}

/* ........blog details............... */
.container {
  max-width: 1440px;
  margin: 0 auto;
}

.banner_rightimg {
  position: absolute;
  right: 0;

  display: flex;
  justify-content: flex-end;
  width: 70%;
  height: 100%;
  bottom: 0;
  align-items: flex-end;
}

.banner_rightimg img {
  width: auto;
  height: 100%;
}

.bannerwrpheader {
  position: relative;
  height: 500px;
}

.bannerwrpheader h2 {
  /* max-width: 300px; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10% 0 0 0;
}

.archive-post {
  margin-bottom: 50px;
}

.searchdetailswrp {
  padding: 60px 0;
}

.search-postboxwrp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.searchdetailswrp h2 {
  text-transform: capitalize;
  margin-bottom: 30px;
}

.comment-list,
.title-comments {
  display: none;
}

/* #comments{ display: none;} */
.gallerywrp_main {
  display: flex;
  justify-content: space-between;
  gap: 20px
}

/* .gallerybox {
  width: 31%;
  border: 1px solid rgba(74, 60, 40, 0.2);

  padding: 0;
  border-radius: 10px;
}

.gal_imgbox {
  width: 100%;
  height: 250px;
  border-radius: 10px 10px 0 0;
}

.gal_imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
} */

.tittlegalbox {
  text-align: center;
}

.tittlegalbox h3 a {
  padding: 17px 0;
  text-align: left;
  display: block;
  font-size: 25px;
  text-align: center;
}

.search-post {
  border: 1px solid rgba(74, 60, 40, 0.3);
  padding: 20px;
  border-radius: 20px;
  width: 30%;
}

.search-postnopost p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.galleryboxcardwrp {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.galleryalbum .gallery-icon {
  width: 100%;
  height: 300px;
}

.galleryalbum .gallery-icon a {
  display: block;
}

.galleryalbum .gallery-icon img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.eventswrp_wrapper {
  padding: 150px 0 60px 0;
}

.eventswrp_wrapper h2 {
  padding-bottom: 30px;
}

.galleryboxcardwrpnewal {
  overflow: hidden !important;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 18px;
  justify-content: center;
}

.galleryboxcardwrpnewal .gallerybox,
.educ_gal .gallery-item {
  width: 33.33% !important;
  max-width: 33.33% !important;
}
.galleryboxcardwrpnewal .gallerybox  {
    width: 24% !important;
    max-width: 24% !important;
}


/* .galleryboxcardwrpnewal .gallerybox:nth-child(3n+3) {
  width: 39% !important;
  max-width: 39% !important;
} */
.galleryboxcardwrpnewal .gallerybox .gal_imgbox,
.educ_gal .gallery-icon {
  height: 320px
}

.galleryboxcardwrpnewal .gallerybox .gal_imgbox img,
.educ_gal .gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}

.galleryboxcardwrpnewal .gallerybox .gal_imgbox a {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.educ_gal {
  overflow: hidden !important;
}

/* .educ_gal .gallery-item {
  width: 20% !important;
  max-width: 20% !important;
} */

/* .educ_gal .gallery-item:nth-child(1n+1) {
  width: 30% !important;
  max-width: 30% !important;
} */

/* .educ_gal .gallery-item:nth-child(2n+2) {
  width: 15% !important;
  max-width: 15% !important;
} */

/* .educ_gal .gallery-item:nth-child(3n+3) {
  width: 40% !important;
  max-width: 40% !important;
} */

/* .educ_gal .gallery-item:nth-child(4n+4) {
  width: 20% !important;
  max-width: 20% !important;
} */

/* .educ_gal .gallery-item:nth-child(n+2) { width:15% !important;}
.educ_gal .gallery-item:nth-child(n+3) { width: 10%;} */
/* .educ_gal .gallery-icon {
  height: 400px
} */

/* .educ_gal .gallery-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* .educ_gal .gallery-item:(n+1){ width: 30%;} */
#pum-2164.pum-theme-2119,
.pum-theme-default-theme {
  background-color: rgba(0, 0, 0, 0.4);
}

.pum-container.pum-responsive.pum-responsive-medium {

  max-width: 664px !important;
}

.pum-theme-2119 .pum-container,
.pum-theme-default-theme .pum-container {
  padding: 60px 30px 30px !important;

  border: 0px none #000000 !important;
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  background-color: #fff;
  border-radius: 15px !important
}

.pum-title.popmake-title {
  display: none !important;
}

.pum-close.popmake-close {
  background: url(images/cross_popup.svg) no-repeat !important;
  width: 13px !important;
  height: 13px !important;
  background-size: 13px 13px !important;
  font-size: 0px !important;
  box-shadow: none !important;
  top: 15px !important;
  right: 14px !important;
}

/* ........popup career page.............. */
.wpcf7-form-control-wrap {display: block;}
.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0;
}
.popmake  .wpcf7-response-output {
    position: absolute;
    bottom: -30px;
    font-size: 13px;
}
.popmake form p {margin: 0}
.field-areacareer {
  border-radius: 10px !important;
  border: 1px solid rgba(74, 60, 40, 0.3) !important;
  background: #F1F1F1 !important;
  min-height: 58px !important;
  padding: 16px 24px !important;
  width: 100%;
  outline: none;
  margin-bottom: 20px;
  color: #7A7A7A !important;
}

.file-areacareer {
  appearance: none;
  -webkit-appearance: none;
  background: url(images/upload_filedoc.svg) center center no-repeat #F1F1F1 !important;
}

.file-areacareer input {
  width: 100%;
  height: 165px !important;
  opacity: 0;
}

.btn-submitcareer {
  background-color: transparent !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #F13533 !important;
  width: 134px !important;
  margin: 0 auto;
  display: block;
}

.btn-submitcareer:hover {
  background-color: #F13533 !important;
  color: #fff !important;
}

.eductabw .e-n-tabs-heading {
  max-width: 1460px;
  margin: 0 auto;

  width: 100%;

}

.eductabw {
  overflow: hidden;
}

.footermenu {
  width: 100% !important
}

.footerwrap .elementor-widget-container {
  display: flex !important;
  justify-content: flex-end !important;
}

.slideemb .swiper-slide {
  height: auto !important;
}

.sticky-header.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: #FEF6ED;
  transition: all ease-in-out 2s;
}

.sticky-header.scrolled .hfe-site-logo-container img {
  /*height: 65px;*/
}

.footermenu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
  flex-wrap: nowrap;
}

.csr_testimonial .testi_imgwrp img {
  display: none;
}

/*people testimonial*/

.testimonials-slider .slick-prev {
  left: 0;
  z-index: 1;
  transform: scaleX(-1);
}

.testimonials-slider .slick-next {
  right: 0;
}

.testimonials-slider .slick-prev:before,
.testimonials-slider .slick-next:before {
  font-size: 0;
}

.testimonials-slider button {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  text-indent: -150px;
  overflow: hidden;
  top: 50%;
}

.testimonials-slider button:before,
.testimonials-slider button:after {
  content: "";
  width: 13px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: #f13533;
  margin: -1px 0 0 -7px;
  display: block;
  transform-origin: 13px 50%;
}

.testimonials-slider button:before {
  transform: rotate(-40deg);
}

.testimonials-slider button:after {
  transform: rotate(40deg);
}

.testimonials-slider button:focus:after,
.testimonials-slider button:focus:before,
.testimonials-slider button:hover:after,
.testimonials-slider button:hover:before {
  background: #ffffff;
}

.testimonials-slider .testimonial-item {
  max-width: 600px;
  margin: auto;
  position: relative;
  height: 100%;
  border: 1px solid rgb(218 218 218);
  padding: 40px 50px 10px;
}

.testimonials-slider .testi_imgwrp {
  margin: 0;
  position: relative;
  padding-top: 20px;
  padding-left: 0;
}

.testimonials-slider .testi_imgwrp::before {
  background: transparent url(images/quote-icon.svg) no-repeat center / contain;
  width: 90px;
  height: 110px;
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: -30px;
  opacity: 0.2;
}

.testimonials-slider .testi_voicesays {
  line-height: 1.6;
  color: #4b4b4b;
  font-style: italic;
}

/*2025-08-27*/
.full-text-video {
  display: inline-block;
  position: relative;
}

.full-text-video .banner-container {
  width: 100%;
  height: 99%;
  position: absolute;
  top: 0;
  left: 0;
}

.full-text-video video.background-video {
  height: 109%;
}

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

.full-text-video .elementor-widget-html {
  width: auto;
  display: inline-block;
}

.ov-right-large-src {
  width: 100%;
  height: 100%;
  padding: 245px 0 122px 263px !important;
}

.ov-right-large-src img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.ov-right-sm-src {
  position: absolute;
  right: inherit !important;
  width: 100% !important;
  padding: 17px 120px 0 325px;
  left: 0;
}

.ov-right-sm-src img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
  margin: 0;
  display: block;
}

.ov-bottom-sm-src {
  position: absolute;
  bottom: 44px !important;
  left: 0 !important;
  width: 60% !important;
}

.ov-bottom-sm-src img {
  width: 100%;
  object-fit: contain;
}

.glow-and-move {
  bottom: 5%
}

.life-at-neo-src {
  padding-right: 300px;
}

.life-at-neo-src img {
  width: 100%;
}

.box-brd-hover {
  padding: 20px 25px;
  border: 1px solid rgb(0 0 0 / 0);
  border-radius: 10px;
  transition: all ease-in-out 2s;
  gap: 10px;
}

.box-brd-hover:hover {
  border-color: rgb(0 0 0 / 20%);
  background: linear-gradient(to bottom, rgb(74 60 40 / 10%) 0%, rgb(48 48 48 / 10%) 100%);
}

/* 17=09 */

.ov-right-sm-src img {
  height: 300px;
  object-fit: contain;
}

.ov-right-large-src img {
  height: 400px;
  object-fit: cover;
}

.ov-bottom-sm-src img {
  object-fit: cover;
  height: 210px;
}

.ov-right-large-src {
  padding: 197px 0 35px 263px !important;
}

.certificate-carosel figure {
  display: flex;
  align-items: center;
  gap: 25px;
  background-color: #00000017;
  border: 1px solid #4A3C2854;
  border-radius: 10px 10px 10px 10px;
  padding: 20px;
}

.certificate-carosel figure img {
  width: 200px;
  height: 260px;
}

.cer-slider .swiper-slide {
  height: auto;
}

.certificate-carosel figure {
  height: 100%;
}

.footerwrap .elementor-widget-container {
  display: flex !important;
  justify-content: center !important;
}

/* 13-10-25 __ start */
.timeline_slider .timeline_wrapper {
  max-width: min(100%, 1460px);
  padding: 0 10px;
  margin: 0 auto;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40%;
  right: 0;
}

.timeline_slider .timeline {
  max-width: min(100%, 430px);
  margin-left: auto;
}
.normal-slider .timeline_slider .timeline {max-width:50%;display: flex;align-items: center;padding-left: 50px}
.normal-slider .timeline_slider .timeline_wrapper {display: flex;position: static;padding: 0 130px}
.normal-slider .timeline_slider .timeline_wrapper > div {width: 50%;max-width: 50%} 
.timeline_slider .timeline ._year {
  font-size: 40px;
  color: #f13533;
  font-weight: 500;
  line-height: 1;
}

.timeline_slider .timeline ._text h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 5px 0 10px;
}

.timeline_slider .timeline ._text p {
  font-size: 16px;
  color: #425359;
}

/* 13-10-25 __ end */

.timeline_slider .swiper-slide {
  padding-top: 30px;
  display: flex;
  align-items: end;
}
.e-con>.e-con-inner {
  max-width: 100%!important;
  padding-inline-end: 20px!important;
  padding-inline-start: 20px!important;
}
.src-full-ab .elementor-widget-image {
    height: 100%;
}

.src-full-ab .elementor-widget-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.our-pillars-sec img {display: block;width: 100%}
.testimonial-sl .elementskit-commentor-content span {
    display: block;
    margin-top: 15px;
}
.testimonial-sl .elementskit-commentor-content span:first-child { 
    margin-top: 0;
}
.testimonial-sl .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.testimonial-sl .swiper-slide {
    height: auto !important;
    display: flex;
}

.testimonial-sl .swiper-slide > * {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border: 1px solid #B4B0A9;
    background: #e8e8e8;
}
.impact-slider .swiper-slide > * {
  border-color: #4A3C28;
}
.testimonial-sl .swiper-navigation-button svg {
    display: none;
}

.testimonial-sl .swiper-navigation-button {
    opacity: 1;
}
.search-header .ekit_navsearch-button {
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-header .ekit_navsearch-button svg path {
    fill: #f13533;
}
.archive-page {
    padding: 125px 0 60px;
}

.archive-header {
    margin-bottom: 40px;
    text-align: center;
}

.archive-title {
    font-size: 36px;
    margin-bottom: 10px;
}
.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 12px;
    padding-left:12px;
    margin-top: 0;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
.blog-as-text .blogcardwrp {
    /* display: block; */
}

.blog-as-text .cardblog {
    width: 100%;
}
.blog-as-text .readbtn_blog,
.recent-posts-container ul li .imgcontthumb,
.blog-as-text .cardblog .cardblog_imgcont {
    display: none;
}
.blog-as-text .cardblog_txtcont h3 a {margin: 0}
.recent-posts-container ul li {padding: 15px}
.recent-posts-container ul li .textcontpost h5 a:hover,
.archives-container ul li a:hover,
.blog-as-text .cardblog_txtcont h3 a:hover {color: #F13533}
.blog-as-text .cardblog_txtcont p {margin: 0}
.policy-link a.elementor-icon {
    padding: 20px;
    display: block;
    margin-bottom: 0;
}

.policy-link .elementor-icon-box-title a {
    padding: 10px 20px 20px;
    display: block;
    position: relative;
    z-index: 1;
}

.policy-link .elementor-icon-box-title {
    margin: 0;
}

.policy-link .elementor-icon-box-wrapper {
    gap: 0 !important;
}
.informatic-content h2 {
    font-size: 32px;
    line-height: 1.4;
    font-weight: 600;
}

.informatic-content h3 {
    font-size: 26px;
    line-height: 1.4;
    font-weight: 600;
}
.informatic-content h4 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
}

.informatic-content ul {
    margin: 10px 0 15px;
    padding: 0;
}

.informatic-content ul li {
    list-style: none;
    padding-left: 17px;
    position:relative;
    margin-bottom: 10px;
}
.informatic-content ul li::before {
    display:block;
    content:"";
    background: #F13533;
    width: 8px;
    height: 8px;
    border: solid 2px #F13533;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 8px;
}
.informatic-content ul li ul {
    padding-top: 3px;
}
.informatic-content ul li ul li::before {background: transparent;}
.informatic-content ul li ul li ul li::before {background: #F13533;border-radius: 0}

.justify-center::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.testimonials-slider .testi_voicesays,
.blog-as-text .cardblog_txtcont p,
.testimonial-sl .elementskit-commentor-content p,
.testimonial-sl .elementskit-commentor-content,
.eductabw .elementor-widget-text-editor,
.justify-center {
  text-align: justify;
}
.justify-center {
  text-align-last: center; 
}
.custom_social a:hover i.icon {
    color: currentColor !important;
}
.single-post  .container,.blog-as-text .container {
    max-width: 100%;
}
.single-post  .container {padding: 0 20px}
.rotating-news {
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%; 
    background: #f13533;
}
.rotating-news marquee {padding: 15px 0;}
.tab_csr .elementor-widget-text-editor ul {
    padding-left: 20px;
}
.glass-style {
    padding: 30px;
    border-radius: 10px;

    /* Glass Effect */
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.25),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);
    color: #fff;
  text-align:center;
}
.tab-box-info p:last-child,
.ekit-wid-con .elementskit-testimonial-slider-block-style-three .elementskit-commentor-content>p:last-child,
.impact-speach-slider .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-content>p,
.glass-style p:last-child {margin:0}
.testimonial-sl .elementskit-commentor-image.ekit-testimonial--avatar img {
    min-width: 50px;
}
.impact-speach-slider .ekit-wid-con .elementskit-single-testimonial-slider .elementskit-commentor-content>p {text-align: center;}
.impact-speach-slider .elementskit-client_logo {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: flex !important;
    height: 90px;
    background: #f6f3ef;
    border-radius: 100%;
}

.impact-speach-slider .elementskit-client_logo img.elementskit-testimonial-client-logo {
    width: 50%;
    height: 50%;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: block;
}

.impact-speach-slider.testimonial-sl .swiper-slide > * {
    background: #fff;
    border-radius: 22px;
    border: 1px solid rgba(0,0,0,.05);
}
/*border animation*/
 .gal_imgbox {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gal_imgbox::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 3px solid #d71920;
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.35s ease, transform 0.35s ease;
    pointer-events: none;
}

.gallerybox:hover .gal_imgbox::after {
    opacity: 1;
    transform: scale(1);
}
/*another*/
.gallery-icon > a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px;
    height:100%;
}

.gallery-icon > a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    box-sizing: border-box;
    border: 3px solid #d71920;
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.92);
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    pointer-events: none;
}

.gallery-icon > a:hover::after {
    opacity: 1;
    transform: scale(1);
}

.gallery-icon > a img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 20px;
}
.navigation.posts-navigation {
  margin-top: 20px;
}
.navigation.posts-navigation .nav-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}
/*start responsive*/
@media (min-width: 1025px) {
  .hfe-nav-menu__layout-horizontal {width:100%!important}
}
@media (min-width: 1200px) {
  .custom_header {
    position: fixed;
    top: 0;
    z-index: 9;
  }
  .pdflists {
    display: block;
    text-align: center;
}

.pdflists .elementor-widget-button {
    display: inline-block;
    margin: 8px !important;
}
}

/* 17=09 */
@media (min-width:1300px) {
	.tab_csr .e-n-tabs-content .elementor-widget-text-editor {
		padding-right: 50px;
	}
}

@media (min-width: 1900px) {
  .full-text-video {
    height: auto !important;
  }

  .full-text-video .banner-container {
    height: 98%
  }

  img.blank-banner {
    height: auto;
  }
}

@media (max-width:1700px) {
  .banner-container {
    width: 802px;
    height: 294px;
  }
}

@media (max-width:1500px) {
  .banner-container {
    width: 802px;
    height: 294px;
  }

  .e-con-inner,
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .container .e-con-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .custom_header:after {

    width: calc(100% - 31%);
  }

  .eductabw .e-n-tabs-heading {
    max-width: 1140px;
    padding: 0 15px;
  }

  /* .e-con.e-flex > .e-con-inner {
    padding-left: 6px !important;
    padding-right: 30px !important;
  } */
  .custom_social svg {
    max-width: max-content !important;
    height: 18px !important;
    width: 17px !important;
  }
}

@media (max-width:1300px) {
  .cardblog {width: calc((100% - (20px * 2)) / 3)}
  .banner-container {

    width: 1000px;
    height: 355px;

  }

   
}

@media (max-width:1100px) {
  .banner-container {

    width: 499px;
    height: 193px;

  }

  .educ_gal .gallery-icon,
  .galleryboxcardwrpnewal .gallerybox .gal_imgbox {
    height: 250px;
  }

  .shapingtab .e-n-tabs-heading {
    width: 100% !important;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
  }

  .shapingtab .e-n-tabs-content {
    width: 100% !important;
    padding-left: 0;
    padding-top: 50px !important;
  }

  .shapingtab .e-n-tabs {
    display: flex;
    flex-direction: column;
  }

  .worktab_slide .swiper-slide-inner {
    height: 350px;
    width: 100%;
  }
}

@media (max-width:991px) {
  .glass-style {padding: 20px 5px;}
  .cardblog {width: calc((100% - (20px * 1)) / 2)}
  .elementor-element.mb-no-bg {
      background: none !important;
  }

  .elementor-element.mb-no-bg::before {
      display: none;
  }

  .elementor-element.mb-no-bg .elementor-heading-title {
      color: #202023;
  }
  .aboutbanner_rel .elementor-widget-image {
    position: relative !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
  }

  .full-text-video {
    height: auto !important;
  }

  .full-text-video .banner-container {
    height: 97%;
  }
  .search-post {
    width: 100%;
  }
}

@media (max-width:991px) {
  .banner-container {
    width: 499px;
    height: 193px;
  }

  .moible_getintouch .elementor-button-icon svg {
    width: 1.5rem;
  }

  .moible_getintouch .elementor-button-text {
    font-size: 0;
  }

  /* .elementor-nav-menu--layout-horizontal {
    display: none !important;
  } */

  /* .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle, .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle  {
    display: block !important;
    visibility: visible;
        opacity: 1;
        display: block;
  }
      .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .hfe-layout-horizontal .hfe-nav-menu__toggle, .hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none;
}
.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
    .elementor-12 .elementor-element.elementor-element-f30b7d6 nav.hfe-dropdown{background-color: #fff;}
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width + .hfe-nav-menu__layout-vertical {
        position: absolute;
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal, .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
        .hfe-nav-menu__breakpoint-mobile .hfe-active-menu + .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
    }
        .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item, .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%;
    }
    .elementor-12 .elementor-element.elementor-element-f30b7d6 nav.hfe-dropdown li a.hfe-menu-item{} */
  .footerwrap .elementor-widget-container {
    display: flex !important;
    justify-content: flex-end !important;
  }

  .year-container .year-circle {
    width: 300px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 80px;
    font-weight: 900;
    color: #1E2228;
  }

  .year-container .swiper-slide {
    display: flex;
    flex-direction: column;
  }

  .year-container .text {
    width: 100%;
  }

  .year-container .swiper-slide {

    gap: 20px;
  }

  .masonrytestimonial {
    column-count: 2;
    column-gap: 24px 0;

  }
}

@media (max-width:767px) {
  .glass-style {padding: 15px;}
.rotating-news {bottom: -5px}
.rotating-news marquee {padding: 10px 0;font-size: 14px}
  .col-md-6 {
    flex: 0 0 auto;
    width: 100%;
  }
  .archive-page,
  .blogdetailswrp {
    padding: 70px 0 40px 0;
  }
  .blogdet_left .page-content h2 {font-size: 20px;}
  .blogdet_left .page-content h3 {font-size: 18px;}
  .recent-posts-container ul li .textcontpost h5,
  .blogdet_left .page-content h4 {font-size: 16px;}
  .blog-list .container {padding: 0 !important;}
  .footermenu .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: column;
  }

  .footerwrap .elementor-widget-container {
    justify-content: flex-start !important;
  }

  .footermenu .hfe-nav-menu {
    margin-left: 0 !important;
  }

  .custom_header:after {

    width: calc(100% - 44%);
    height: 74px;

  }

  .ov-right-large-src {
    padding: 0px !important;
  }

  .certificate-carosel figure {
    flex-wrap: wrap;
    justify-content: center;
  }

  .galleryboxcardwrpnewal .gallerybox,
  .educ_gal .gallery-item {
    width: 100%!important;
    max-width: 100%!important;
  }
  .timeline_slider .timeline_wrapper {
    position: relative;
    bottom: 0;
  }
  .timeline_slider .swiper-slide {
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (max-width:600px) {
  .informatic-content h2 {font-size: 24px}
  .informatic-content h3 {font-size: 20px}
  .informatic-content h4 {font-size: 18px}
  .full-text-video .banner-container {
    height: 95%;
  }

  .moible_getintouch .elementor-button-icon svg {
    width: 1.5rem;
  }

  .moible_getintouch .elementor-button-text {
    font-size: 0;
  }

  .hfe-nav-menu-layout .e-far-window-close {
    font-size: 30px !important;
    line-height: 30px !important;
    height: 30px !important;
    width: 30px !important;
  }

  /* .hfe-nav-menu-layout .hfe-nav-menu-icon svg{ width: 30px !important; height:28px !important} */

  .banner-container {
    width: 450px;
    height: 173px;

  }

  .ekit-search-panel {
    padding: 0 10px;
  }

  .cardblog {
    width: 100%;
  }

  .blogdet_left {
    width: 100%;
  }

  .blogdet_right {
    width: 100%;
  }

  .gallerybox {
    width: 100%;
  }



  /* .educ_gal .gallery-item:nth-child(2n+1) {
  width: 40% !important;
  max-width: 40% !important;
}

.educ_gal .gallery-item:nth-child(2n+2) {
  width: 60% !important;
  max-width: 60% !important;
} */


  .educ_gal .gallery-item {
    width: 50% !important;
    max-width: 50% !important;
  }

  /* .educ_gal .gallery-item:nth-child(1n+1) {
  width: 30% !important;
  max-width: 30% !important;
} */

  /* .educ_gal .gallery-item:nth-child(2n+2) {
  width: 15% !important;
  max-width: 15% !important;
} */

  .educ_gal .gallery-item:nth-child(3n+3) {
    width: auto !important;
    max-width: auto !important;
  }

  .educ_gal .gallery-item:nth-child(4n+4) {
    width: auto !important;
    max-width: auto !important;
  }

  .educ_gal .gallery-icon,
  .galleryboxcardwrpnewal .gallerybox .gal_imgbox {
    height: 232px;
  }

  .worktab_slide .swiper-slide-inner {
    height: 300px;
    width: 100%;
  }

  .masonrytestimonial {
    column-count: 1;
    column-gap: 24px 0;

  }


  
}

@media (max-width:480px) {
  form p {margin: 0}
  .group-field p {display: block;}
  .popmake .wpcf7-response-output { 
      bottom: -18px; 
      margin: 0 !important;
  }
  .pum-container.pum-responsive.pum-responsive-medium {
    padding: 20px !important;
  }

  .pum-container.pum-responsive.pum-responsive-medium button.pum-close.popmake-close {
      right: 2px !important;
      top: 8px !important;
  }
  .field-area,
  .field-areacareer {
      font-size: 14px;
      padding: 10px !important;
      min-height: 45px !important;
  }

  .file-areacareer input {
      height: 70px !important;
  }
  .banner-container {
    width: 319px;
    height: 123px;

  }

  .educ_gal .gallery-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* .educ_gal .gallery-item:nth-child(1n+1) {
  width: 30% !important;
  max-width: 30% !important;
} */

  /* .educ_gal .gallery-item:nth-child(2n+2) {
  width: 15% !important;
  max-width: 15% !important;
} */

  .educ_gal .gallery-item:nth-child(3n+3) {
    width: 100% !important;
    max-width: 100% !important;
  }

  .educ_gal .gallery-item:nth-child(4n+4) {
    width: 100% !important;
    max-width: 100% !important;
  }

  .galleryboxcardwrpnewal .gallerybox {
    width: 100% !important;
    max-width: 100% !important;
  }


  .galleryboxcardwrpnewal .gallerybox:nth-child(3n+3) {
    width: 100% !important;
    max-width: 100% !important;
  }

}