/*
Theme Name: Hello Elementor Child
Theme URI: https://wp-themes.com/hello-elementor
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Hello Elementor child theme.
Template: hello-elementor
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: hello-elementor-child
*/

body {
  overflow-x: hidden;
  padding-top: 155px;
}

body.bodyscroll {
  padding-top: 0;
}

.bullet-list-custom ul {
  padding: 0;
  margin: 0;
}

.bullet-list-custom ul li {
  list-style: none;
  position: relative;
  margin-bottom: 18px;
  padding-left: 55px;
}
.bullet-list-custom ul li::before {
  position: absolute;
  content: "";
  background-image: url(images/bullet-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 29px;
  height: 23px;
  left: 0;
  top: 2px;
}

.green-txt {
  color: #00926e;
}

.rs-outer {
  border: 3px solid #1e1c59;
  border-radius: 30px;
  max-width: 1075px;
  margin: 0 auto;
  background-color: #ffffff;
}

.rs-title {
  text-align: center;
  padding-top: 45px;
  max-width: 86%;
  margin: 0 auto 55px auto;
}

.rs-title h2 {
  margin-bottom: 25px;
}

.rs-title p {
  font-size: 16px;
  font-weight: 500;
}

.rs-hm-list {
  padding: 0;
  margin: 0;
  border-bottom: 15px solid #e8e015;
  text-align: center;
}

.rs-hm-list li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  line-height: 1.3;
  width: 16%;
}

.rs-hm-list li a {
  color: #1e1c59;
  font-size: 18px;
  font-weight: 700;
}

.rs-hm-list li a:hover {
  color: #e8e015;
}

.rs-desc {
  padding: 7% 9% 8% 9%;
}

.rs-lt {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 3%;
}

.rs-lt h3 {
  font-size: 36px !important;
  margin: 0 0 20px 0;
}

.rs-rt {
  width: 49%;
  display: inline-block;
  vertical-align: middle;
  padding: 2%;
}

.rs-lt p {
  font-size: 14px;
  margin-bottom: 24px;
}

.rs-lt a {
  font-size: 14px;
  font-weight: 700;
  background-color: var(--e-global-color-secondary);
  border-radius: 40px 40px 40px 40px;
  padding: 15px 40px;
  display: inline-block;
  line-height: 1;
}

.rs-lt a:hover {
  background-color: var(--e-global-color-primary);
  color: var(--e-global-color-secondary);
}

.rs-rt-img {
  position: relative;
}

.rs-rt-img::before {
  position: absolute;
  content: "";
  background-color: #af7c9d;
  width: 100%;
  height: 265px;
  left: 12px;
  top: 12px;
  border-radius: 20px;
  z-index: 1;
}

.rs-rt-img img {
  width: 100% !important;
  border-radius: 20px;
  height: 265px !important;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.rs-hm .sa_owl_theme .owl-nav button.owl-prev {
  width: 57px !important;
  height: 57px !important;
  border-radius: 50% !important;
  outline: none !important;
  background: #e9df15 url(images/left-rs.png) no-repeat center center !important;
}

.rs-hm .sa_owl_theme .owl-nav button.owl-next {
  width: 57px !important;
  height: 57px !important;
  border-radius: 50% !important;
  outline: none !important;
  background: #e9df15 url(images/right-rs.png) no-repeat center center !important;
}

.rs-hm .sa_owl_theme .owl-nav button.owl-prev:hover {
  background: #d8d028 url(images/left-rs.png) no-repeat center center !important;
}

.rs-hm .sa_owl_theme .owl-nav button.owl-next:hover {
  background: #d8d028 url(images/right-rs.png) no-repeat center center !important;
}

.blue-belt-section::before {
  position: absolute;
  content: "";
  background-image: url(images/blue-graphic.png);
  background-position: top right;
  width: 100%;
  height: 1038px;
  right: 0;
  top: -235px;
  z-index: 1;
}

.review-home .elementskit-testimonial-slider .slick-prev {
  background-image: url(images/left-rs.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important;
}

.review-home .elementskit-testimonial-slider .slick-next {
  background-image: url(images/right-rs.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important;
}

.bullet-yellow ul {
  padding: 0;
  margin: 0;
}

.bullet-yellow ul li {
  list-style: none;
  position: relative;
  margin-bottom: 35px;
  padding-left: 42px;
}

.bullet-yellow ul li::before {
  position: absolute;
  content: "";
  background-image: url(images/yellow-check-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
  left: 0;
  top: 2px;
}

.experienc-section .elementor-background-overlay {
  background-size: cover;
  width: 37%;
  height: 100%;
  left: auto;
  right: 0;
}

.custom-border {
  position: relative;
  display: inline-block;
}

.custom-border::before {
  position: absolute;
  content: "";
  background-color: #e9df15;
  left: -4px;
  right: -10px;
  bottom: -10px;
  height: 6px;
  border-radius: 3px;
}

.objcetive-section .elementor-background-overlay {
  background-size: cover !important;
  width: 41%;
  height: auto;
  left: 0;
  top: -22px;
  bottom: -22px;
  right: auto;
}

.col-2 {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-right: 25px;
  margin-bottom: 5px;
}

.col-1 {
  display: inline-block;
  vertical-align: top;
  width: 99%;
  padding-right: 25px;
  margin-bottom: 2px;
}

.wpcf7-form-control {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  border: 3px solid #1e1c59 !important;
  border-radius: 25px !important;
  padding: 15px 25px !important;
}

.wpcf7-form-control::-webkit-input-placeholder {
  color: #1e1c59;
}
.wpcf7-form-control::-moz-placeholder {
  color: #1e1c59;
}
.wpcf7-form-control:-ms-input-placeholder {
  color: #1e1c59;
}
.wpcf7-form-control:-moz-placeholder {
  color: #1e1c59;
}

.wpcf7-textarea {
  height: 200px;
  resize: none;
}

.wpcf7-submit {
  padding: 12px 45px 12px 45px !important;
  border: 0 !important;
}

.touch-img .elementor-widget-container {
  display: inline-block;
  position: relative;
}

.touch-img .elementor-widget-container::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  left: 28px;
  top: 23px;
  background-color: #00926e;
  z-index: -1;
}

.touch-img2 .elementor-widget-container::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  left: -28px;
  top: 23px;
  background-color: #00926e;
  z-index: -1;
}

.touch-img2 .elementor-widget-container img {
  border-radius: 24px;
}

.col-submit p {
  margin-bottom: 0;
}

.ftr-link a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.white-txt-link a {
  color: #ffffff !important;
}

.white-txt-link a:hover,
.ftr-link a:hover {
  color: #d8d028 !important;
}

#footerlinktochildthemewp {
  display: none !important;
}

.review-home .elementskit-commentor-content h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 18px 0;
}

.review-home .elementskit-commentor-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.review-home .elementskit-commentor-content p {
  margin: 0 0 20px 0;
}

.sepaator-radius .elementor-divider-separator {
  border-radius: 5px;
}

.ftr-cpright p {
  margin: 0;
}

/* .ekit-template-content-header{
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;

  display: block;
  -webkit-transition: -webkit-transform 0.7s 0.3s ease;
  -moz-transition: -moz-transform 0.7s 0.3s ease;
  -ms-transition: -ms-transform 0.7s 0.3s ease;
  transition: transform 0.7s 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 9999;
}

.ekit-template-content-header.sticky{
  -webkit-transform: translate(0, -85%) !important;
  -moz-transform: translate(0, -85%) !important;
  -ms-transform: translate(0, -85%) !important;
  transform: translate(0, -85%) !important;
  -webkit-backface-visibility: hidden;
} */

.header-top-bar {
  position: fixed;
  top: 46px;
  width: 100%;
  left: 0;

  display: block;
  -webkit-transition: -webkit-transform 0.7s 0.3s ease;
  -moz-transition: -moz-transform 0.7s 0.3s ease;
  -ms-transition: -ms-transform 0.7s 0.3s ease;
  transition: transform 0.7s 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  z-index: 9999;
}

.header-top-bar.sticky {
  -webkit-transform: translate(0, -85%) !important;
  -moz-transform: translate(0, -85%) !important;
  -ms-transform: translate(0, -85%) !important;
  transform: translate(0, -85%) !important;
  -webkit-backface-visibility: hidden;
  top: 0;
}

.header-top-bar.sticky-2 {
  top: 0;
}

.header-blue.sticky {
  display: none;
}

.header-blue {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index:99999;
}

.specialist-home .elementor-icon-list-item a:hover span {
  color: #d8d028 !important;
}

.best-candidta-col {
  overflow: hidden;
}

.best-candidate-section{
  background-size: auto 100% !important;
}

.best-candidate-section .elementor-background-overlay {
  background-image: url(images/best-candidate-ovelay.png) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover !important;
}

.service-hero::before {
  position: absolute;
  width: 30%;
  height: 100%;
  content: "";
  background-color: #e9df15;
  right: 0;
  top: 0;
}

.burden-section::before {
  position: absolute;
  width: 30%;
  height: 100%;
  content: "";
  right: 0;
  top: 0;
}

.cost-logo {
  margin-left: -13%;
  margin-right: -13%;
  width: 105% !important;
  z-index: 1;
  max-width: unset !important;
}

.cost-logo img {
  width: 121% !important;
  max-width: unset !important;
}

/* .exp-lt::before {
  content: "";
  clear: both;
  background-image: url(images/graphic-pink.png);
  position: absolute;
  left: 0;
  top: -25px;
  width: 100%;
  bottom: -25px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}  */

.elementor-1563 .elementor-element.elementor-element-7942daa {
  margin-top: 25px !important;
}

.ekit-wid-con
  .elementskit-post-image-card:hover
  .elementskit-entry-thumb
  > img {
  transform: none !important;
}

.ekit-wid-con .elementskit-post-image-card {
  box-shadow: none !important;
}

.elementor-1563
  .elementor-element.elementor-element-d7b2fdf
  .elementskit-post-body
  > p {
  font-size: 15px;
  margin-bottom: 25px;
}

.elementor-1563
  .elementor-element.elementor-element-d7b2fdf
  .elementskit-post-body
  .entry-title {
  margin-top: 0;
  margin-bottom: 12px;
}
.ekit-wid-con .elementskit-post-image-card .post-meta-list {
  margin-bottom: 8px;
}
.elementor-1563
  .elementor-element.elementor-element-d7b2fdf
  .elementskit-btn:hover {
  background-color: #1e1c59;
}

.heateor_sss_sharing_ul .heateor_sss_more .heateor_sss_svg,
.heateor_sss_sharing_ul .heateor_sss_more {
  display: none !important;
  visibility: hidden !important;
}


.quote-img-1::after {
  content: "";
  clear: both;
  background-image: url("images/quote-1.png");
  position: absolute;
  left: 62px;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.eliminate-flex ul li {
  align-items: flex-start !important;
  display: flex !important;
}
.text-yellow {
  color: #e8e015;
}
.faq-bg .elementor-tab-title {
  background-color: #e9df15;
  border-radius: 20px;
}
.elementor-container-404 {
  max-width: 1320px;
  margin: 0 auto;
}
.img-404 {
  text-align: center;
  margin: 80px 0 150px 0;
}
.img-404 p {
  font-size: 36px;
  width: 753px;
  margin: 0 auto;
}
.img-404 a {
  margin-top: 70px;
}
.elementor-accordion-item {
  border-radius: 25px;
}
.accordian-wrap .elementor-tab-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.accordian-wrap .elementor-tab-content {
  border-top: transparent !important;
}
.elementor-accordion .elementor-accordion-item + .elementor-accordion-item {
  border-top: 3px solid !important;
}
.elementor-accordion-item {
  margin: 0 0 10px 0;
}
.accordian-wrap a.elementor-accordion-title:hover {
  color: #1e1c59 !important;
}
.accordian-wrap span.elementor-accordion-icon-opened svg {
  width: 10px !important;
}

.accordian-wrap span.elementor-accordion-icon-closed svg {
  width: 10px !important;
}

.blog-listing
  .ekit-wid-con
  .elementskit-post-image-card:hover
  .elementskit-entry-thumb
  > img {
  transform: none;
}

.objcetive-section .elementor-element-8af91c9 .elementor-widget-wrap {
  background-size: cover;
  background-repeat: no-repeat;
}

.heateor_sss_sharing_ul a {
  margin-right: 30px;
}

.team-about-list .elementskit-box-style-content p {
  font-size: 16px;
  margin-top: 20px;
  color: #444955;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.team-box-main .elementskit-box-body.show-text{
  max-height: unset;
}
.team-box-main .elementskit-box-body.show-text .elementskit-box-style-content p{
  -webkit-line-clamp: unset;
}

.team-about-list .elementskit-box-footer {
  position: absolute;
  width: auto;
  right: 30px;
  bottom: 36px;
  z-index: 99;
}

.team-about-list .elementskit-box-body {
  max-height: 240px;
}

.service-list-bx .elementor-widget-wrap {
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease;
}

.service-list-bx .elementor-widget-wrap::before {
  position: absolute;
  content: "";
  background-color: #ffffff;
  bottom: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  transition: all 0.5s ease;
}

.service-list-bx .elementor-widget-wrap:hover:before {
  width: 100%;
  height: 100%;
  z-index: 9;
}

.rs-title-mn,
.hide-rs-desc,
.hide-rs-link {
  position: relative;
  z-index: 99;
  transition: all 0.5s ease;
}

.service-list-bx .elementor-widget-wrap .hide-rs-desc,
.service-list-bx .elementor-widget-wrap .hide-rs-link {
  display: none;
  transition: all 0.5s ease;
  opacity: 0;
}

.service-list-bx .elementor-widget-wrap:hover .hide-rs-desc,
.service-list-bx .elementor-widget-wrap:hover .hide-rs-link {
  display: block;
  transition: all 0.5s ease;
  opacity: 1;
}

.service-list-bx .elementor-widget-wrap:hover .hide-rs-desc {
  margin-top: 25px;
}

.service-list-bx .elementor-widget-wrap .hide-rs-link p {
  margin: 0 !important;
}
.single-post .elementor-widget-container h3 {
  font-size: 48px !important;
}
.single-post .miga_custom_posts_date {
  font-size: 14px;
  font-weight: bold;
}
.single-post .miga_custom_posts_content p:first-child {
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
}
.single-post .miga_custom_posts_content p {
  font-size: 20px;
  font-weight: 400;
}
.single-post .miga_custom_posts_content h2 {
  margin-top: 45px;
}
.heateor_sss_more .heateor_sss_svg svg {
  display: none !important;
}
.heateor_sss_more span.heateor_sss_svg {
  background-color: transparent !important;
}
.single-post .elementor-1563 .elementor-element.elementor-element-13a4330 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 150px 0px 237px 0px;
}
.single-post .elementor-widget-container figure img {
  border-radius: 25px;
  width: 100%;
  object-fit: cover;
  height: 500px;
}
a.button.acf_custom_button {
  background-color: #e8e015;
  padding: 16px 25px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: bold;
}
a.button.acf_custom_button:hover {
  background-color: #1e1c59;
  color: #e8e015;
}
.faq-bg .elementor-tab-title.elementor-active {
  background-color: #fff;
}
.elementskit-info-image-box.ekit-image-box.text-left.simple-card:hover {
    background-color: #E9DF15;
    border-radius: 26px;
}
.ekit-wid-con .elementskit-info-image-box {
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.team-about-list .elementskit-info-image-box .elementskit-box-header img{
  width: 100%; height: 400px; object-fit: cover;
}

.recruting-special-section .elementor-icon-list-items .elementor-icon-list-item{
  max-width: 125px;
}

.recruting-special-section .elementor-heading-title a:hover{
	color:#E8E015 !important;
}



@media only screen and (max-width: 1600px) {
  .review-home .elementskit-testimonial-slider .slick-prev {
    left: -75px !important;
  }

  .review-home .elementskit-testimonial-slider .slick-next {
    right: -75px !important;
  }
  .rs-title {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .rs-hm-list li a {
    font-size: 16px;
  }
  .rs-desc {
    padding: 4% 9% 4% 9%;
  }
}

@media only screen and (max-width: 1400px) {
  .review-home .elementskit-testimonial-slider .slick-prev {
    left: -15px !important;
    padding: 0 !important;
  }

  .review-home .elementskit-testimonial-slider .slick-next {
    right: -15px !important;
    padding: 0 !important;
  }
  .best-candidate-section .elementor-background-overlay {
    background-size: 100% 100% !important;
  }
  .single-post .elementor-widget-container h3 {
    font-size: 40px !important;
  }
  .elementor-1563 .elementor-element.elementor-element-5ebb7dc {
    width: 19% !important;
  }
  .elementor-1563 .elementor-element.elementor-element-5ddaf08 {
    width: 81% !important;
  }
  .recruting-special-section .elementor-icon-list-items .elementor-icon-list-item {
    max-width: 105px;
  }
  .recruting-special-section ul.elementor-inline-items li a{
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .objcetive-section,
  .objcetive-section .elementor-widget-wrap {
    background-image: none !important;
  }
  .objcetive-section {
    background-color: #af7c9d;
  }
  .team-about-list .elementskit-info-image-box .elementskit-box-header img{
    height: 350px;
  }
}

@media only screen and (max-width: 1024px) {
  .elementor-39
    .elementor-element.elementor-element-11ad7af
    .elementskit-menu-hamburger:hover
    .elementskit-menu-hamburger-icon {
    background-color: transparent;
  }
  .ekit-template-content-header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;

    display: block;

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-backface-visibility: unset;
    -webkit-transform: none;
    z-index: 9999;
  }
  .objcetive-section::before {
    display: none;
  }

  .elementor-1563 .elementor-element.elementor-element-cd8902c {
    min-width: 160px;
  }
  .elementor-1563 .elementor-element.elementor-element-02b5e0f {
    max-width: 70%;
  }
  .elementor-1563
    .elementor-element.elementor-element-e5f18ff
    .elementor-icon-list-items.elementor-inline-items
    .elementor-icon-list-item {
    margin-right: calc(45px / 2) !important;
    margin-left: calc(45px / 2) !important;
  }
  .elementor-1563
    .elementor-element.elementor-element-e5f18ff
    .elementor-icon-list-item
    > a {
    font-size: 16px !important;
  }
  .elementor-1563 .elementor-element.elementor-element-5ddaf08 {
    width: 100% !important;
  }
  .elementor-1563
    .elementor-element.elementor-element-5ddaf08
    > .elementor-element-populated {
    padding-left: 0 !important;
  }
  .single-post .elementor-widget-container h3 {
    font-size: 38px !important;
  }

  .single-post .miga_custom_posts_content p:first-child {
    font-size: 28px;
  }
  .elementor-1563 .elementor-element.elementor-element-5ebb7dc {
    width: 100% !important;
  }

  .objcetive-section .elementor-column {
    padding-top: 80px;
    /* padding-left: 15px;
    padding-right: 15px; */
  }
  .objcetive-section .elementor-element-e0bd99d {
    position: relative;
    top: 10px;
  }
  .recruting-special-section .elementor-hidden-mobile_extra{
    display: none !important;
  }
  .recruting-special-section .elementor-element-b7a4259{
    width: 100% !important;
  }
  .recruting-special-section .elementor-element-populated{
    padding-left: 0 !important;
  }
}

@media only screen and (max-width: 880px) {
  .experienc-section .elementor-background-overlay {
    display: none;
  }
  .single-post .elementor-widget-container h3 {
    font-size: 30px !important;
  }
  .single-post .miga_custom_posts_content p:first-child {
    font-size: 26px;
  }
  .elementor-1563 .elementor-element.elementor-element-a88f6b9,
  .elementor-1563 .elementor-element.elementor-element-700b346 {
    width: 100% !important;
  }
  .img-scroll {
    display: none;
  }
  .service-list-bx .elementor-widget-wrap::before{
    width: 60px;
    height: 60px;
  }
  .team-about-list .elementskit-info-image-box .elementskit-box-header img{
    height: 300px;
  }
  .recruting-special-section .elementor-icon-list-items .elementor-icon-list-item {
    max-width: 100px;
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .recruting-special-section ul.elementor-inline-items li a {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 767px) {
  .specialist-home ul.elementor-icon-list-items {
    display: block;
  }
  .specialist-home .elementor-icon-list-item {
    display: block !important;
    width: 100%;
    margin: 20px 0 20px 0 !important;
  }
  .specialist-home .elementor-icon-list-item::after,
  .best-candidta-col::before {
    display: none;
  }
  .recruting-special-section .elementor-icon-list-items .elementor-icon-list-item {
    max-width: 100%;
  }
  .bullet-list-custom ul li {
    padding-left: 0;
    padding-top: 35px;
  }
  .best-candidate-section,
  .hero-section {
    background-image: none !important;
  }

  .rs-title h2 {
    font-size: 28px;
  }

  .rs-outer-mobile {
    text-align: center;
  }
  .rs-outer-mobile .rs-title {
    margin-bottom: 0;
    padding-top: 30px;
  }
  .rs-outer-mobile .rs-desc {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .rs-outer-mobile .rs-desc h3 {
    font-size: 24px;
    text-align: center;
  }
  .rs-outer-mobile .rs-desc p {
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }
  .rs-outer-mobile .rs-desc a {
    font-size: 14px;
    font-weight: 700;
    background-color: var(--e-global-color-secondary);
    border-radius: 40px 40px 40px 40px;
    padding: 15px 40px;
    display: inline-block;
    line-height: 1;
  }
  .rs-outer-mobile .rs-desc a:hover {
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
  }
  .rs-outer-mobile .rs-rt-img {
    margin-top: 40px;
  }
  .rs-outer-mobile .rs-rt-img img {
    height: 180px !important;
  }
  .rs-outer-mobile .rs-rt-img::before {
    height: 180px;
  }

  .rs-hm .sa_owl_theme .owl-nav div,
  .rs-hm .sa_owl_theme .owl-nav button {
    position: relative !important;
    top: auto !important;
    display: inline-block;
    vertical-align: top;
    left: auto;
    right: auto;
    margin: 6px;
  }

  .rs-hm .sa_owl_theme .owl-nav {
    text-align: center;
    margin-top: 55px;
  }
  .review-home .slick-dots,
  .service-hero::before {
    display: none;
  }
  .review-home .ekit-wid-con .elementskit-testimonial-slider .slick-arrow {
    display: inline-block !important;
    position: relative !important;
    width: 57px !important;
    height: 57px !important;
    background-color: #d8d028 !important;
    margin-top: 50px;
  }
  .review-home
    .ekit-wid-con
    .elementskit-testimonial-slider
    .slick-arrow.slick-prev {
    margin-left: 32%;
  }
  .eliminate-section {
    background-image: url(../../uploads/2023/02/eliminate-mobile.jpg) !important;
  }
  .experienc-section .elementor-background-overlay,
  .objcetive-section .elementor-background-overlay {
    background-image: none !important;
  }
  /* .objcetive-section {
    background-image: url(../../uploads/2023/02/experience-mobile.png) !important;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  } */
  .col-2,
  .col-1 {
    width: 100%;
    padding-right: 0;
  }
  .footer-top {
    background-image: url(../../uploads/2023/02/footer-mobile.png) !important;
    background-position: bottom center !important;
    /* background-size: 100% !important; */
  }
  .col-submit {
    text-align: center;
    position: relative;
  }
  .col-submit .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 7px;
  }
  .service-hero-img .elementor-widget-wrap {
    background-color: transparent !important;
  }

  .rs-outer {
    min-height: 610px;
  }
  .single-post .elementor-widget-container figure img {
    height: 280px;
  }

  .objcetive-section {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }

  .quote-img-1::after {
    content: "";
    clear: both;
    background-image: url(images/quote-1.png);
    position: absolute;
    left: 0;
    top: -30px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  .img-404 p {
    font-size: 20px;
    width: auto;
    margin: 0 auto;
  }
  .img-404 {
    text-align: center;
    margin: 0 0 70px 0;
  }
  
  .cost-logo img{
    width: 100% !important;
  }
  .cost-logo {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
  }
  .recruting-special-section .elementor-icon-list-items .elementor-icon-list-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .header-contact .elementor-icon-list-item:last-child {
    display: none;
  }
}

.active-link{
  color: #e8e015 !important;
}