/*---- THEME CSS STARTS ----*/

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

body {
    overflow-x: hidden !important;
    position: relative;
}
.gallery-size-full img.attachment-full.size-full {
    width: 100%;
}
.page-header {
   display: none;
}

.image-hover {
    overflow: hidden;
}
.image-hover img {
    transition: all 0.5s ease-in;
    width: 100%;
}
.image-hover:hover img {
    transform: scale(1.1);
}


/*--- CUSTOM BUTTON CSS ----*/

.custom-btn a.elementor-button {
    position: relative;
}
.custom-btn span.elementor-button-content-wrapper {
    align-items: center;
}
.custom-btn span.elementor-button-content-wrapper:after {
    content: "";
    background: url(../images/ArrowIcon.svg) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-color: #7dc20e;
    border-radius: 40px;
    position: absolute;
    right: -50px;
    transition: all 0.2s ease-in;
}
.custom-btn a.elementor-button:hover span.elementor-button-content-wrapper:after {
    transform: rotate(60deg);
    background-color: #2876ae;
}

/*--- CUSTOM BUTTON CSS ----*/


/*---- THEME CSS ENDS ----*/


/*------ HEADER CSS STARTS -----*/

.ui-sortable .MainHeader {
    background-color: black;
    position: relative;
}

.MainHeader {
    position: absolute;
    z-index: 99;
}


/*------ HEADER CSS ENDS -----*/

span.green {
    color: #7DC20E;
}


/*---- HOME VIDEO SECTION CSS STARTS -----*/

.bannerCont {
    padding: 36px 45px !important;
    border-radius: 30px 0 0 0;
    background: rgba(125, 194, 14, 0.12);
    backdrop-filter: blur(4.5px);
}
.bordder {
    background-image: url(../images/bannerborder.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}
.banerCol:before{
    content: "";
    background-image: url(../images/videoBefore.png);
    width: 21px;
    height: 21px;
    position: absolute;
    top: unset;
    bottom: 0;
    left: -21px;
}


@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}
.animteTop  {
  animation: floatUpDown 3s ease-in-out infinite;
}

/*---- HOME VIDEO SECTION CSS ENDS -----*/




/*----- OUR SERVICES DETAIL CSS STARTS -----*/

body #mainlogospon img {
    width: 80%;
}

.custom-btn .e-form__buttons{
    width:85%;
}

.custom-btn .e-form__buttons:hover button{
    background-color: #2876ae;
}

.custom-btn .e-form__buttons:hover span.elementor-button-content-wrapper:after{
    transform: rotate(60deg);
    background-color: #2876ae;
}

div#sidesec {
    border-radius: 20px;
}

#professional h3{
    color:#000;
}

#professional p,
.service-process-description p{
    color:#333333;
    font-size:16px;
    line-height:28px;
    margin-bottom:15px;
}

.service-process-description p{
    margin-bottom:0px !important;
}


.service-list-box {
    background: #FBFBFB;
    padding: 44px 40px;
    border-radius: 13px;
}

.service-list-title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #111;
}

.service-list-items {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.service-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 24px 21px;
    border-radius: 8px;
    text-decoration: none;
    color: #0C2F25;
    font-size: 16px;
    line-height:21px;
    letter-spacing:-5%;
    font-weight: 500;
    transition: all 0.3s ease;
}

.service-list-item:hover {
    background: #8cc63f;
    color: #fff;
}

.service-list-item.active {
    background: #8cc63f;
    color: #fff;
}

.service-list-text {
    line-height: 1.5;
}

.service-list-arrow {
    font-size: 28px;
    line-height:28px;
    font-weight: bold;
    color: #7DC20E;
    flex-shrink: 0;
}

.service-list-item:hover .service-list-arrow,
.service-list-item.active .service-list-arrow {
    color: #fff;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.service-header-icon img {
    width: 50px;
    height: auto;
}

.service-header-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.service-header-title .last-word {
    color: #6bbf00; /* green */
}



.service-process-section {
    padding: 20px 0 0 0;
}

.service-process-heading {
    margin-bottom: 40px;
}

.service-process-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.service-process-number {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    background: #eef0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height:75px;
    font-weight: 600;
    color: #000;
}

.service-process-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px;
}


/*----- OUR SERVICES DETAIL CSS STARTS -----*/




/*----- OUR SERVICES SECTION CSS STARTS -----*/

.our-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.service-image img {
    width: 100% !important;
	height: 264px;
    border-radius: 30px;
}

h4.service-title {
    color: #000;
}

..service-desc p{
    color:#333;
}

.service-card {
    width: calc(25% - 15px);
    border-radius: 28.916px;
    background: #FBFBFB;
    padding: 35px 15px;
    box-sizing: border-box;
}

.service-card-inner {
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin: 0 auto 14px;
}

.service-desc p {
  font-size: 16px;
}


.servGallery {
    position: relative;
    margin-top: 20px;
}
.service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #000 !important;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.27px;
    background: url(../images/ReadMoreBtn.png) no-repeat;
    width: 213px;
    padding: 0 0 11px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9;
}

.service-link:hover{
    color:#333 !important;
}

.service-slider {
  overflow: hidden;
  border-radius: 18px;
}

.service-slider {
    margin-bottom: 0 !important;
}

.service-slide img {
  width: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.service-slider .slick-dots {
  bottom: 15px;
}
.service-slider .slick-dots li {
    width: 8px;
    height: 8px;
    border: 1px solid white;
    border-radius: 10px;
}
.service-slider .slick-dots li button {
    display: none;
}
.service-slider .slick-dots li.slick-active {
    background-color: white;
}

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

@media (max-width: 767px) {
	.enquire-sec .elementor-element.elementor-element-7dc2318 {
    background: none !important;
}
  .our-services-grid {
    grid-template-columns: 1fr;
  }
.form-img img {
    -webkit-mask-image: none !important;
}
  .our-services-heading h2 {
    font-size: 34px;
  }
}

/*----- OUR SERVICES SECTION CSS ENDS -----*/



/*---- OUR PROJECTS SECTION CSS STARTS -----*/
/* .parent {
    display: grid;
    grid-template-columns: 1.3fr repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.div1 { grid-area: 1 / 1 / 3 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 1 / 3 / 2 / 4; }
.div4 { grid-area: 2 / 2 / 3 / 4; }


.projectsBox {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.project-head h4 {
    margin: 0;
}
.project-head {
    position: absolute;
    left: 20px;
    bottom: 30px;
    padding: 14px 25px;
    background-color: white;
    border-radius: 10px;
}


.projectsBox img {
    display: block;
    width: 100%;
    height: auto !important;
    transition: all 0.5s ease-in;
}
.projectsBox:hover img{
    transform: scale(1.1);
} */


.projects-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.projects-item:nth-child(1) {
    grid-row: span 2;
}

.projects-item:nth-child(4) {
    grid-column: span 2;
}

/* LAST ITEM FULL WIDTH */
.page-id-26 .projects-item:last-child {
    grid-column: 1 / -1;
}

.projectsBox {
    position: relative;
    display: block;
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.projectsBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease;
}

.projectsBox:hover img {
    transform: scale(1.05);
}

.project-head {
    position: absolute;
    left: 20px;
	right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.12);
}

.project-head h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: #111;
}

.projects-item {
    min-height: 260px;
    cursor: pointer;
}

.projects-item:nth-child(1) {
    min-height: 540px;
}

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

    /* ✅ reset all custom spans on tablet */
    .projects-item:nth-child(1),
    .projects-item:nth-child(4),
    .page-id-26 .projects-item,
    .projects-item:last-child {
        grid-column: auto !important;
        grid-row: auto;
    }
}

@media (max-width: 575px) {
    .projects-inner {
        grid-template-columns: 1fr;
    }

    .projects-item,
    .projects-item:nth-child(1) {
        min-height: 280px;
    }
}


/* PROJECT GALLERY POPUP */
.project-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.8);
    display: none;
    align-items: center;
    justify-content: center;
}

.project-popup.active {
    display: flex;
}

.popup-content {
    width: 94%;
    max-width: 1400px;
    position: relative;
}

.popup-main-slider img {
    width: 100%;
    height: 78vh;
    object-fit: cover;
    display: block;
    border-radius: 0 0 24px 24px;
}

.popup-main-slider button img {
    max-width: 20px !important;
    width: 20px;
    height: auto;
}

.popup-main-slider button.popup-arrow.popup-next.slick-arrow img {
    right: 7px;
    position: relative;
}

.popup-main-slider button.popup-arrow.popup-prev.slick-arrow img {
    left: -7px;
    position: relative;
}
.popup-close {
    position: absolute;
    top: 16px;
    right: 25px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50% !important;
    background: #8cc63f;
    color: #fff;
    font-size: 30px !important;
    line-height: 36px !important;
    cursor: pointer !important;
    z-index: 999;
    padding: 0 !important;
}

.popup-arrow {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #222;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    z-index: 99;
}

.popup-prev {
    left: -30px;
}

.popup-next {
    right: -30px;
}

.popup-thumb-slider {
    width: 520px;
    max-width: 90%;
    margin: 22px auto 0;
}

.popup-thumb-slider .slick-slide {
    padding: 0 8px;
    opacity: 0.6;
    cursor: pointer;
}

.popup-thumb-slider .slick-current {
    opacity: 1;
}

.popup-thumb-slider img {
    width: 100%;
    height: 110px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    border: 4px solid transparent;
}

.popup-thumb-slider .slick-current img {
    border-color: #fff;
}

@media (max-width: 991px) {
    .popup-main-slider img {
        height: 65vh;
    }

    .popup-prev {
        left: 10px;
    }

    .popup-next {
        right: 10px;
    }
}

@media (max-width: 575px) {
    .popup-content {
        width: 92%;
    }

    .popup-main-slider img {
        height: 55vh;
        border-radius: 14px;
    }

    .popup-arrow {
        width: 42px;
        height: 42px;
        font-size: 32px;
    }

    .popup-thumb-slider img {
        height: 70px;
        border-radius: 10px;
    }

    .popup-close {
        right: 15px;
        top: 15px;
    }
}

/*---- OUR PROJECTS SECTION CSS ENDS -----*/


/*----- HOME CONTACT FORM SECTION CSS STARTS -----*/


.content_inner{
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
}

.customForm .elementor-field-group input {
    height: 65px;
}
.customForm .elementor-field-group input::placeholder,
.customForm .elementor-field-group textarea::placeholder {
    opacity: 1;
}


.customForm .elementor-field-type-submit button{
    position: relative;
}
.customForm .elementor-field-type-submit button:before {
    content: "";
    background: url(../images/ArrowIcon.svg) no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    background-color: #7dc20e;
    border-radius: 40px;
    position: absolute;
    top:0;
    right: -52px;
    transition: all 0.2s ease-in;
}
.customForm .elementor-field-type-submit button{
    position: relative;
}
.customForm .elementor-field-type-submit button:hover:before {
    transform: rotate(60deg);
    background-color: #2876ae;
}



.customPost .elementor-grid-item {
    position: relative;
}

.customPost .elementor-post__thumbnail img {
    transition: all 0.5s ease-in !important;
}
.customPost .elementor-post__thumbnail img:hover {
    transform: scale(1.15);
}
.customPost .elementor-post__meta-data {
    display: inline-block !important;
    padding: 9px 15px;
    border-radius: 9.797px;
    background: #0476AF;
    position: absolute;
    top: 20px;
    left: 15px;
}
.customPost a.elementor-post__read-more {
    display: flex;
    align-items: center;
}
.customPost a.elementor-post__read-more:after {
    content: "";
    background: url(../images/ReadMore.svg) no-repeat;
    display: block;
    width: 42px;
    height: 42px;
    margin-left: 5px;
}

.customPost a.elementor-button {
    position: relative;
}
.customPost a.elementor-button span.elementor-button-content-wrapper:after {
    content: "";
    background: url(../images/ArrowIcon.svg) no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-color: #7dc20e;
    border-radius: 40px;
    position: absolute;
    top: 0;
    right: -50px;
    transition: all 0.2s ease-in;
}
.customPost a.elementor-button:hover span.elementor-button-content-wrapper:after {
    transform: rotate(60deg);
    background-color: #2876ae;
}

/*----- HOME CONTACT FORM SECTION CSS ENDS -----*/



/*----- CLIENTS TESTIMONIAL SECTION CSS STARTS -----*/


.testimonial-inner {
  display: flex;
  gap: 100px;
  align-items: end;
}

.krs-testimonial-left {
    width: 32%;
}
.krs-testimonial-right {
  width: 50%;
  padding-bottom: 30px;
}

.krs-testimonial-left img {
  width: 100%;
  display: block;
  filter: blur(4px);
}

.krs-quote-icon {
  margin-bottom: 20px;
}

.krs-testimonial-text {
    font-family: "Outfit", sans-serif;
}

.krs-testimonial-footer {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.krs-testimonial-logo img {
  height: auto;
}

.krs-testimonial-nav {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    position: absolute;
    right: 12%;
    bottom: 50px;
}

.krs-testimonial-nav button {
  width: 55px;
  height: 55px;
  border: 1px solid #A6A6A6;
  padding: 0;
  color: black;
  background: #fff;
  border-radius: 12px;
  font-size: 28px;
  cursor: pointer;
}


/*----- CLIENTS TESTIMONIAL SECTION CSS ENDS -----*/


/*---- GOVERNMENT ISO CERTIFICATE SECTION CSS STARTS ----*/

.btnCert {
    padding: 18px 47.175px 17px 34px;
    align-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
}
.btnCert h5{
    display: flex;
    align-items: center;
}
.btnCert h5:before {
    content: "";
    background: url(../images/butonBadge.svg) no-repeat;
    background-position: center;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
}

/*---- GOVERNMENT ISO CERTIFICATE SECTION CSS ENDS ----*/


.careerBox {
    height: 210px;
    padding: 27px 20px;
}
.careerBox .elementor-icon-box-wrapper, .careerBox .elementor-icon-box-wrapper .elementor-icon-box-content {
    height: 100%;
}
.careerBox .elementor-icon-box-wrapper .elementor-icon-box-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newBox .elementor-icon-box-content {
    gap: 20px;
}

.customFAQ summary.e-n-accordion-item-title {
    border: none !important;
}
.customFAQ details.e-n-accordion-item {
    border-bottom: 1px solid rgba(51, 51, 51, 0.20);
}

.newBox {
    padding: 20px 15px;
    background-color: #F1F8F2;
    border-radius: 18px;
}
.newBox .elementor-icon-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newBox .elementor-icon-box-content .custom-divider {
    opacity: 0.1;
    background: #000;
    width: 1px;
    height: 44px;
}
.newBox h5.elementor-icon-box-title {
    margin: 0;
}
.newBox p.elementor-icon-box-description {
    width: 50%;
}



/*---- INNER PAGES CSS STARTS -----*/
.innerBanner {
    height: 422px;
}
.innerBanner .elementor-widget-heading {
    margin-top: 90px;
}


/*----- CAREER SECTION CSS ONLY STARTS ------*/
.main_job_section {
  width: 100%;
}

.jobs-section {
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
}

.job-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 30px;
    padding: 50px 40px;
    border-radius: 9.822px;
    border: 0.982px solid #E1E1E1;
    background: #FAFAFA;
}

.job-left {
    width: 29%;
}
.job-left .post-date {
    margin: 0 0 8px;
    font-size: 16px;
    color: #000;
}
.job-left .job-title {
    margin: 0;
    font-size: 23px;
    font-weight: 700 !important;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -3%;
    color: #000000;
}
.joblists {
    display: flex;
    gap: 25px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}
.joblists li {
    display: flex;
    position: relative;
    font-size: 16px;
    letter-spacing: -4%;
    color: #000000;
    align-items: center;
}
.joblists li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #7DC20E;
}


.job-right .custom-btn {
    padding-right: 50px;
}
.featured-btn {
    background: #7DC20E;
    transition: 0.3s ease;
}
.featured-btn:hover{
    background: #0476AF;
}

.job-hidden {
    display: none;
}

.view-all-wrap {
  text-align: center;
  margin-top: 30px;
}

/* .view-all-jobs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 28px;
  background: #8cc63f;
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
}
.view-all-jobs-btn span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
}
.view-all-jobs-btn:hover {
  background: #76ab2f;
} */

@media (max-width: 1024px) {
  .job-content {
    flex-wrap: wrap;
  }

  .job-left,
  .job-middle,
  .job-right {
    width: 100%;
  }

  .job-right {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .job-content {
    padding: 24px 20px;
  }

  .job-left .job-title {
    font-size: 24px;
  }

  .joblists {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/*---- JOB SINGLE STARTS -----*/
.jobContent h4 {
    font-weight: 700;
    margin-top: 30px;
}
.jobContent p {
    margin-bottom: 0;
}
.jobContent ul {
    padding: 5px 25px;
    line-height: 26px;
}


.jobForm h4 {
    font-weight: 700;
    color: #000;
}

.jobForm input.elementor-field {
    padding: 15px 0 !important;
}

.jobForm .elementor-field-option{
    display: flex;
    align-items: center;
}
.jobForm .elementor-field-option input {
    accent-color: #7DC20E;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}


.jobForm .elementor-field-type-html {
    margin-bottom: 0 !important;
}


.jobForm .elementor-field-type-upload {
    margin-top: 25px;
}
.jobForm .elementor-field-type-upload input {
    padding: 10px 10px !important;
    border-radius: 3px !important;
    border: 1px dashed #E6E6E6 !important;
    width: 35%;
}
.jobForm .elementor-field-type-upload input[type="file"]::before {
    content: ' Choose File';
    background-color: #0476AF;
    padding: 15px 20px 15px 40px;
    border-radius: 3px;
    color: white;
    font-size: 16px;
    line-height: 1em;
    display: inline-block;
    margin-right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='3' stroke='white' class='size-6'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5' /%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 18px;
}
.jobForm .elementor-field-type-upload input[type="file"]::file-selector-button{
    display: none;
}


.jobForm .elementor-field-type-submit {
    padding-top: 30px;
    padding-right: 52px !important;
    border-top: 1px solid #E6E6E6;
}
.jobForm .elementor-field-type-submit button{
    position: relative;
}
.jobForm .elementor-field-type-submit button:before {
    content: "";
    background: url(../images/ArrowIcon.svg) no-repeat;
    background-position: center;
    width: 52px;
    height: 52px;
    background-color: #7dc20e;
    border-radius: 40px;
    position: absolute;
    top:0;
    right: -52px;
    transition: all 0.2s ease-in;
}
.jobForm .elementor-field-type-submit button:hover:before {
    transform: rotate(60deg);
    background-color: #2876ae;
}

/*---- JOB SINGLE END -----*/

/*----- CAREER SECTION CSS ONLY ENDS ------*/

/*----- PROJECT DETAIL PAGE CSS ONLY START ------*/

.project-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 50px;
    background: #FBFBFB;
    padding: 35px 40px;
    border-radius: 20px;
}

.project-detail-item h4{
    margin:0 0 8px;

}

.project-detail-item p{
    margin:0;
}
.project-gallery .gallery-item {
    border-radius: 30px;
    background: #FBFBFB;
    padding: 24px !important;
	margin-bottom: 25px !important;
}

/*----- PROJECT DETAIL PAGE CSS ONLY END ------*/

/*---- INNER PAGES CSS ENDS -----*/

/*---- FOOTER CSS STARTS ----*/

.footerPrivacy li.elementor-icon-list-item:first-child:after {
    content: "/";
    color: white;
    padding: 0 10px;
    border: none !important;
}

/*---- FOOTER CSS ENDS ----*/

/*---- MEDIA QUERIES ---*/

@media only screen and (max-width: 1680px){

.bannerCont {
    padding: 32px 30px !important;
}
.custom-btn span.elementor-button-content-wrapper:after {
    width: 45px;
    height: 45px;
    right: -45px;
}

}

@media only screen and (max-width: 1279px){
    
.btnCert {
    padding: 12px 17.175px 12px 12px;
}
.service-list-box {
  background: #FBFBFB;
  padding: 15px 10px;
  border-radius: 13px;
}   
    
    
}

@media only screen and (max-width: 1024px){
    
.btnCert {
    padding: 8px 17.175px 8px 12px;
}
.careerBox {
    height: 180px;
    padding: 15px 10px;
}
.e-form__buttons span.elementor-button-content-wrapper::after {
    width: 45px;
    height: 45px;
    right: -37px;
}
.teammen .elementor-widget-image-box {
  width: 33.33% !important;
}
	
.newBox .elementor-icon-box-content {
    display: block;
    text-align: center;
}
.newBox .elementor-icon-box-content p.elementor-icon-box-description {
    width: 100%;
}
.newBox .elementor-icon-box-content .custom-divider {
    display: none;
}
    
}


@media only screen and (max-width: 992px){
    
.service-card {
    width: calc(50% - 15px);
}
  .project-details-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media only screen and (max-width: 767px){
	
  .project-details-grid{
        grid-template-columns:1fr;
        padding:25px;
        gap:25px;
    }
.noAbsolute {
    position: relative;
}
.careerBox.green {
    background-color: #7DC20E !important;
}

.careerBox {
    height: 120px;
    padding: 5px;
}
.jobForm .elementor-field-type-submit {
  position: relative;
  left: -4%;
}
.jobForm .elementor-field-type-submit button::before{
    right: -45px;
    width: 45px;
    height: 45px;
}
.service-card {
    width: calc(100% - 15px);
}
.teammen .elementor-widget-image-box {
    width: 100% !important;
}
	
.service-card {
    width: calc(100% - 0px);
}
	
.testimonial-inner{
	display:block;
}
	
.krs-testimonial-left,
.krs-testimonial-right{
    width: 100%;
}
	
.krs-testimonial-nav{
	bottom: 2%;
	left: 0;
	right: 0;
	justify-content: center;
}
	
.krs-testimonial-right {
  margin-top: 20px;
}

	
.customPost .elementor-post__thumbnail img:hover {
  transform: scale(1.01) translate(-50%,-50%);
}

#projectPopup .popup-arrow.popup-prev.slick-arrow,
#projectPopup .popup-arrow.popup-next.slick-arrow{
  padding-top: 11px;
}

	.elementor-element-d5817b1{
		display:none;
	}
    
	
}