.hm_banner {
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 1170px) {
  .hm_banner {
    min-height: 550px;
  }
}

#bannerVideo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  opacity: 0.1;
}

.ban_caption {
  position: relative;
  left: 50%;
  /* top: 23%; */
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ban_caption h2 {
  font-family: Assistant, sans-serif;
  font-size: 22px;
  line-height: 33px;
  font-weight: 600;
  margin-bottom: 30px;
}

.ban_caption h3 {
  font-family: Assistant, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
  color: #f1b308;
  margin: 0;
  text-transform: uppercase;
  height: 70px;
}

.ban_caption h1 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  font-family: Assistant, sans-serif;
  margin: 10px 0;
  position: relative;
}

.ban_caption .ln {
  height: 2px;
  width: 96px;
  background-color: #f1b308;
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
}

[data-aos="ln-hd"] {
  transform: translateX(-50%) scaleX(0);
  -webkit-transform: translateX(-50%) scaleX(0);
}

[data-aos="ln-hd"].aos-animate {
  transform: translateX(-50%) scaleX(1);
  -webkit-transform: translateX(-50%) scaleX(1);
}

@media all and (max-width: 1366px) {
  .ban_caption h2 {
    font-size: 2.45rem;
  }

  .ban_caption h3 {
    font-size: 3.225rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .ban_caption {
    top: 25%;
    width: 100%;
  }

  .nw_projects .hd_s {
    text-align: center;
  }

  .nw_projects {
    overflow: hidden;
  }

  .awards_sec .rt {
    max-width: 65%;
  }

  .awards_sec .lt h2 {
    font-size: 2.2rem;
  }

  .fn_sz_18 {
    font-size: 1.025rem;
  }

  .fn_sz_48 {
    font-size: 2.4rem;
  }
}

.ban_caption .ln.hide.aos-init.aos-animate {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ban_caption .ln.hide.aos-init.aos-animate {
    display: block;
  }

  .awards_sec .lt h2 {
    font-size: 2.2rem;
  }

  .awards_sec .container {
    flex-wrap: wrap;
  }

  .awards_sec .rt {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }

  .awards_sec .lt {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .awards_sec {
    overflow: hidden;
  }

  .our-motive-sec .our-motive-head .heading {
    font-size: 30px;
    line-height: 44px;
    padding-bottom: 0;
  }

  .our-motive-sec .our-motive-head .heading .ln {
    bottom: -10px;
  }

  .our-motive-sec .our-motive-about {
    font-size: 14px;
    line-height: 28px;
    padding-bottom: 34px;
  }

  .our-motive-sec .our-motive-review-title {
    font-size: 20px;
    padding: 30px 0;
  }

  .our-motive-sec .review-list .review-no {
    font-size: 30px;
    line-height: 45px;
  }

  .our-motive-sec .review-list {
    padding-bottom: 20px;
  }

  .our-motive-sec .review-list .review-no-title {
    font-size: 22px;
  }

  .our-motive-sec .review-list .review-no span {
    font-size: 26px;
  }

  .who_we_are p {
    font-size: 1.1rem;
  }

  .ban_caption h1 strong {
    border: 0 !important;
  }

  .hm-salesforce-cta-sec .cta-content-wrap .title {
    font-size: 22px;
  }

  .hm-salesforce-cta-sec .cta-content-wrap .description {
    font-size: 14px;
    line-height: 24px;
  }

  .services_ls_bx {
    margin: 0 -15px;
  }

  .nw_projects .hd_s {
    text-align: center;
  }

  .nw_projects {
    overflow: hidden;
  }

  .nw_projects h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .ban_caption {
    top: 15%;
    width: 100%;
  }

  .ban_caption h1 {
    font-size: 1.55rem;
    text-align: center;
    line-height: 1.3;
    width: 260px;
    max-width: 100%;
    margin-bottom: 35px;
  }

  .ban_caption h2 {
    font-size: 1.85rem;
    text-align: center;
    width: 260px;
    margin: 0 auto 30px;
    line-height: 1.3;
    max-width: 100%;
  }

  .ban_caption h3 {
    font-size: 1.725rem;
    height: 50px;
  }
}

@media only screen and (max-width: 500px) {
  .ban_caption h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 300px) {
  .ban_caption h3 {
    font-size: 22px;
  }

  .hm-btn-main .btn.btn-primary {
    padding: 5px 13px;
  }
}

.ban_caption {
  position: absolute;
  left: 50%;
  top: 20%;
  width: 900px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ban_caption h1 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 80px;
  position: relative;
  line-height: 75px;
}

.ban_caption p {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .ban_caption h1 {
    font-size: 30px;
    margin-bottom: 50px;
    line-height: 45px;
  }

  .ban_caption {
    width: 100%;
    top: 12%;
  }

  .ban_caption p {
    padding: 60px 30px 0;
    opacity: 0.9 !important;
  }

  .ban_caption {
    width: 100%;
    top: 12%;
  }

  .ban_caption p {
    padding: 60px 30px 0;
    opacity: 0.9 !important;
  }
}

@media (max-width: 500px) {
  .ban_caption {
    margin: -40% 0 0 0;
    position: relative;
  }

}

#hm_banner_logo {
  margin: auto;
}

@media screen and (max-width: 767px) {
  .hm_banner::before {
    opacity: 0.4;
  }

  .hm-btn-main .btn.btn-primary.btn-white {
    margin-top: 20px;
    margin-left: 0;
  }

  .srv-card-content .btn_line:hover svg {
    right: -3px;
  }
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  .hm_banner {
    height: 90vh;
    padding-top: 0;
  }

  .awards_sec .lt h2 {
    font-size: 32px;
  }

  .reimagining_entrepreneurial_sec h2 {
    font-size: 32px;
  }

  .our-motive-sec .our-motive-head .heading {
    font-size: 32px;
  }

  .our-motive-sec .review-list .review-no {
    font-size: 32px;
  }

  .our-motive-sec .review-list .review-no-title {
    font-size: 18px;
    line-height: 32px;
  }

  .our-motive-sec .our-motive-about {
    font-size: 16px;
    line-height: 26px;
  }

  .our-motive-sec .our-motive-head .heading {
    font-size: 32px;
  }
}

@media all and (max-width: 1366px) {
  .hm_banner {
    height: 70vh;
    padding-top: 0;
  }

  .btn_line:hover svg {
    right: 12px;
  }
}

@media all and (max-width: 900px) {

  .hm_banner {
    height: 85vh;
    padding-top: 0;
  }

  .domains_ls li {
    letter-spacing: -2px;
  }
}

@media all and (max-width: 600px) {
  .domains_ls li {
    font-size: 2.5rem;
    line-height: 1.5;
    margin-right: 25px;
    padding-left: 30px;
  }

  .domains_ls li::before {
    font-size: 1.5rem;
    left: -7px;
    line-height: 1.5;
    width: 35px;
  }

  .domains_ls li::after {
    margin-left: 17px;
    width: 20px;
  }

  .domains_ls {
    width: 150%;
  }

  .services_ls_bx.lt ol:nth-child(2) {
    display: none;
  }

  .services_ls_bx.rt ol:nth-child(2) {
    display: none;
  }
}

@media all and (max-width: 350px) {
  .domains_ls li {
    padding-left: 3px;
  }

  .domains_ls li::before {
    left: -22px;
  }
}

@media all and (min-width: 1000px) {
  .hm_banner {
    height: 70vh;
  }
}

@media all and (min-width: 1500px) {
  .hm_banner {
    height: 100vh;
    padding-top: 0;
  }

  .domains_ls li::before {
    letter-spacing: -0.5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .hm_banner {
    min-height: 90vh;
    overflow: hidden;
    padding-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .hm_banner {
    overflow: hidden;
    min-height: 100vh !important;
    padding-top: 0;
  }

  .latest_project_sec .btn_line {
    margin: 70px auto 0;
    left: calc(50% - 3px);
    bottom: -57px;
  }

  .hm-btn-wrap {
    display: flex;
    flex-direction: column;
  }

  .hm-btn-wrap .btn-white {
    width: 250px;
  }

  .hm-btn-main .btn.btn-primary:hover {
    color: #000;
  }

  .hm-btn-main .hm-port-btn {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

@media only screen and (max-width: 500px) {
  .hm_banner {
    min-height: 90vh !important;
    height: 100%;
    padding-top: 100px;
  }
}

@media only screen and (max-width: 300px) {
  .hm_banner {
    height: 100vh !important;
  }

  .srv-card-content .btn_line:hover svg {
    right: -3px;
  }
}

.hm_banner {
  position: relative;
}

.hm_banner .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  z-index: -1;
}

.background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 
  z-index: -1;
}

@media (max-width: 500px) {
  .hm_banner {
    height: unset;
  }
}

@media (max-width: 350px) {
  .hm_banner {
    height: calc(100vh + 100vh / 4);
  }

  .hm_banner p {
    font-size: 14px;
    line-height: 21px;
  }
}

.hm-btn-wrap .btn-ylw {
  border: unset !important;
}

.hm-btn-wrap .btn-white {
  width: 190px;
}

.hm-btn-main {
  margin-top: 20px;
}

.hm-btn-main .hm-port-btn {
  background-color: transparent;
  border: 1px solid #f1b308;
  color: #fff;
  border-radius: 50px;
  padding: 12px 70px 15px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.6s ease-in-out;
  margin-left: 20px;
}

.hm-btn-main .hm-port-btn:hover {
  background-color: #f1b308;
  transition: all 0.6s ease-in-out;
  color: #000;
}

.hm-btn-main .btn.btn-primary {
  font-weight: 600;
  border: 0;
  border-radius: 50px;
  letter-spacing: 1.6px;
  padding: 13px 25px;
  color: #101214;
  overflow: hidden;
}

.hm-btn-main .btn.btn-primary:hover {
  color: #fff;
}

.hm-btn-main .btn.btn-primary.btn-white:hover {
  border: none;
  border: 1px solid transparent;
}

.hm-btn-main .btn.btn-primary.btn-ylw {
  background-color: #F28C28;
  box-shadow: 0 4px 13px rgb(234 234 234 / 25%);
  font-size: 16px;
}

.hm-btn-main .btn_line:before {
  border-radius: 50px !important;
}

.hm-btn-main .btn_line:hover svg {
  top: 10px;
}

.hm-btn-main .btn.btn-primary.btn-white {
  font-size: 16px;
  background-color: transparent;
  color: #fff;
  border: 1px solid;
  margin-left: 20px;
  display: unset;
}

.hm-btn-main .btn.btn-primary:focus {
  box-shadow: unset !important;
}

.hm-salesforce-cta-sec .cta-content-wrap .hm-btn-main {
  margin-top: 30px;
}

.sr-cta .hm-btn-main .btn.btn-primary.btn-white:hover {
  border: 1px solid transparent !important;
  background-color: #f1b308 !important;
  color: #000;
}

.sr-cta .hm-btn-main .btn.btn-primary:visited {
  border: 1px solid #fff;
}

.sr-cta .hm-btn-main .btn.btn-primary:focus {
  border: 1px solid #fff;
}

.sr-cta .hm-btn-main .btn.btn-primary {
  text-transform: capitalize;
}

.btn_line {
  border: 1px solid #fff !important;
  color: #fff;
  font-weight: 600;
  border-radius: 50px !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-flex;
  transition: all 0.5s;
  background-color: transparent;
}

.btn_line:hover {
  -webkit-animation: scale 0.5s linear 1;
  animation: scale 0.5s linear 1;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  border-color: #f1b308;
  color: #010101;
  border: 1px solid transparent !important;
  background-color: #f1b308;
}

.btn_line.hvr-sweep-to-right:hover {
  color: #010101 !important;
}

.btn_line:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F28C28;
  content: "";
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: -1;
}

.btn_line:hover:before {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: 0 0;
}

.btn_line.b {
  font-size: 1.25rem;
  padding: 13px 41.4px 15px !important;
}

.btn_line svg {
  width: 24px;
  height: 29px;
  fill: #fff;
  position: absolute;
  right: 35px;
  transform: scale(0);
  transform-origin: center right;
  -webkit-transform: scale(0);
  -webkit-transform-origin: center right;
  -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.btn_line:hover svg {
  fill: #010101;
  right: 16px;
  transform: scale(1);
  transform-origin: center right;
  -webkit-transform: scale(1);
  -webkit-transform-origin: center right;
}

@media only screen and (max-width: 1366px) {
  .btn_line.b {
    font-size: 1.05rem;
    padding: 13px 35.4px 13px !important;
  }

  .fn_sz_26 {
    font-size: 1.325rem;
  }

  .fn_sz_44 {
    font-size: 2.35rem;
  }
}

.header-botm-btn .btn_line:hover {
  border: 1px solid transparent !important;
  color: #000 !important;
}

.hm-btn-main .btn_line:before {
  border-radius: 50px !important;
}

.hm-btn-main .btn_line:hover svg {
  top: 10px;
}

.who_we_are .btn_line {
  margin: 25px 0 50px 0;
}

.latest_project_sec .btn_line {
  margin: 70px auto 0;
  display: table;
  font-size: 1rem;
  padding: 12px 45px;
}

.latest_project_sec .btn_line svg {
  top: 11px;
}

.project_del .btn_line {
  font-size: 1rem;
  height: 47px;
}

.project_del .btn_line:hover svg {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  margin-top: -3px;
}

.banner-logo-new {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 150%;
}

.banner-logo-new::before {
  position: absolute;
  content: "";
  border: 1px dashed #f1b308;
  opacity: 0.3;
  width: 100%;
  top: 45%;
  z-index: -1;
}

.banner-logo-new .inner_item {
  width: 150px;
  height: 150px;
}

.banner-logo-new .inner_item .light {
  display: block;
  transition: all 0.5s ease-in-out;
}

.banner-logo-new .inner_item .dark {
  display: none;
  transition: all 0.5s ease-in-out;
}

.banner-logo-new .inner_item:hover .dark {
  display: block;
  transition: all 0.5s ease-in-out;
}



/* services section css code start here */
.srvc-sec-home {
  background-color: #000;
  padding: 80px 0;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details {
  background: #282828;
  /* background: #080808; */

  border-radius: 20px;
  display: flex;
  margin-top: 40px;
  margin-right: 10px;
  min-height: 465px;
}

.srvc-sec-home .srvc-home-heading {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #F28C28;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
  padding: 40px 51px 40px 38px;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
  font-weight: 600;
  font-size: 37px;
  line-height: 50px;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: #9c9c9c;
  padding: 20px 0;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list {
  background: #000;
  box-shadow: 4px 0 12px rgba(135, 132, 132, 0.3);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 130px;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px;
  color: #fff !important;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-icon-list .srvc-list-icon .srvc-name {
  padding-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #f9f9f9;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn.btn-primary {
  background-color: transparent !important;
  border: 1px solid #fff;
  filter: drop-shadow(0 4px 13px rgba(234, 234, 234, 0.25));
  border-radius: 22.5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #F28C28;
  padding: 13px 65px;
  overflow: hidden;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary:active {
  color: #fff !important;
  border: none !important;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn-primary:focus {
  box-shadow: unset !important;
  color: #000;
  border: 1px solid transparent !important;
  background-color: transparent !important;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary:hover {
  border: 1px solid transparent;
  color: #000 !important;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary.hvr-sweep-to-right::before {
  background: #F28C28;
  overflow: hidden;
  color: #000 !important;
}

.srvc-sec-home .srvc-card-main-wrap .srvc-btn-home .btn.btn-primary:visited {
  background-color: transparent !important;
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
  .srvc-sec-home .srvc-home-heading {
    font-size: 32px;
  }
}

@media only screen and (max-width: 1320px) and (min-width: 1025px) {
  .zoom {
    overflow: hidden;
  }

  .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
    font-size: 30px;
  }

  .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
    min-height: 210px;
  }
}

@media only screen and (max-width: 767px) {
  .srv-card-content .btn_line:hover svg {
    right: -3px;
  }

  .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content {
    word-break: break-word;
    padding: 20px 15px;
  }

  .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .heading {
    font-size: 22px;
    line-height: 32px;
  }

  .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .description {
    line-height: 24px;
  }

  .srvc-sec-home .srvc-card-main-wrap .srvc-card-details .srvc-card-content .btn.btn-primary {
    padding: 12px 40px;
  }
}

.btn_line.hvr-sweep-to-right:hover {
  color: #F28C28 !important;
}

.hvr-sweep-to-right::before {
  background: #F28C28 !important;
  overflow: hidden;
}

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
  color: #fff;
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* service section css code end here */



/* hrm salesforce section css code stare here */
.hm-salesforce-crm-sec {
  padding: 50px 0 50px;
  background: #000;
}

.hm-salesforce-crm-sec .title-main {
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-left: 6%;
  margin-bottom: 100px;
}

.hm-salesforce-crm-sec .crm-card-wrapper {
  border: 0.2px solid #f1b308;
  padding: 40px 20px;
  position: relative;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap {
  text-align: center;
  margin: -5% auto;
  max-width: 1000px;
  background: #000;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap .title span {
  color: #f1b308;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap .description {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 20px 0;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-box {
  padding-top: 80px;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-light-card {
  background: #4e4e4e;
  border-radius: 2px;
  padding: 20px 0;
  text-align: center;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-icon {
  padding: 10px 0 30px;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-icon img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0);
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap:hover .crm-icon img {
  filter: brightness(100%) contrast(100%) saturate(0) blur(0) hue-rotate(0);
  transition-duration: 0.6s;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-light-card .crm-title {
  background-color: #222;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 18px 0;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-dark-card {
  background: #222;
  border-radius: 2px;
  padding: 20px 0;
  text-align: center;
}

.hm-salesforce-crm-sec .crm-card-wrapper .crm-card-wrap .crm-dark-card .crm-title {
  background: #4e4e4e;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  padding: 18px 0;
}

@media only screen and (max-width: 767px) {
  .hm-salesforce-crm-sec .crm-content-wrap::after {
    left: 30%;
    width: 150px;
  }

  .hm-salesforce-crm-sec {
    padding: 20px 10px 20px;
  }

  .hm-salesforce-crm-sec .title-main {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .hm-salesforce-crm-sec .crm-card-wrapper .crm-content-wrap .title {
    font-size: 22px;
    line-height: 30px;
  }
}

/* hrm salesforce section css code end here */



/* hm salesforce product secation css code start here */
.hm-salesforce-product-sec {
  padding: 50px 0 100px;
  background: #000;
}

.hm-salesforce-product-sec .product-content-wrap {
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}

.hm-salesforce-product-sec .product-content-wrap .title {
  font-weight: 600;
  font-size: 40px;
  line-height: 46px;
  text-align: center;
  padding-bottom: 30px;
}

.hm-salesforce-product-sec .product-content-wrap .title span {
  color: #F28C28;
}

.hm-salesforce-product-sec .product-card-wrap {
  text-align: center;
}

.hm-salesforce-product-sec .product-card-wrap .product-card-light {
  background: #fff;
  border-radius: 2px;
  padding: 30px 12px;
}

.hm-salesforce-product-sec .product-card-wrap .product-icon {
  padding: 10px 0 30px;
}

.hm-salesforce-product-sec .product-card-wrap .product-card-light .product-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #222;
  padding-bottom: 10px;
}

.hm-salesforce-product-sec .product-card-wrap .product-card-dark {
  background: #222;
  border-radius: 2px;
  padding: 30px 12px;
}

.hm-salesforce-product-sec .product-card-wrap .product-card-dark .product-card-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 10px;
}

/* hm salesforce product section css code end here */




/* salesforce cta section css code start */

.hm-salesforce-cta-sec {
  padding: 45px 0 60px;
}

.hm-salesforce-cta-sec .cta-content-wrap {
  margin: 0 auto;
  text-align: center;
  max-width: 950px;
}

.hm-salesforce-cta-sec .cta-content-wrap .title {
  font-weight: 600;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  color: #F28C28;
}

.hm-salesforce-cta-sec .cta-content-wrap .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 20px 0 30px;
  position: relative;
}

.hm-salesforce-cta-sec .cta-content-wrap .hm-btn-main {
  margin-top: 30px;
}

/* salesforce cta section css code end here */











/* portfolio section home page */
.right-box-content .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  padding: 20px 0px;
}

.store-img a,
.store-img a img {
  width: 100%;
}

.project-technology .tech-list-port {
  padding-left: 0px;
}

.project-technology li {
  padding-right: 30px;
  margin: 10px 15px;
  flex: 0 0 25%;
  list-style: none;
  
  
  
}

.right-box-content .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: white;
}

.project-case-btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  color: #FCCC02 !important;
  cursor: default;
}

.project-sec-1 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 1) 21%, rgba(130, 100, 242, 1) 84%);

}

.project-sec-11 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 1) 21%, rgb(34, 139, 34) 84%);

}

.project-sec-12 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 1) 21%, rgb(63, 81, 181) 84%);

}

.project-sec-21 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 1) 21%, rgb(52, 152, 219) 84%);

}

.project-sec-84 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 1) 21%, rgb(13, 71, 161) 84%);

}

.project-sec-31 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 1) 21%, rgb(26, 82, 118) 84%);

}

.project-sec-2 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(170deg, #000 21%, #098089 84%);

}

.project-sec-3 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 1) 21%, rgba(239, 119, 117, 1) 84%);
}

.project-sec-4 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(165deg, rgba(0, 0, 0, 1) 21%, rgba(199, 34, 41, 1) 84%);
}

.project-sec-5 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 1) 21%, rgb(96, 130, 182) 84%);
}

.project-sec-51 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 1) 21%, rgb(25, 111, 61) 84%);
}

.project-sec-34 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 1) 21%, rgb(41, 182, 246) 84%);
}

.project-sec-27 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 1) 21%, rgb(93, 109, 126) 84%);
}

.project-sec-49 {
  overflow: hidden;
  position: relative;
  background-image: linear-gradient(170deg, rgba(0, 0, 0, 1) 21%, rgb(69, 39, 160) 84%);
}



.project-wrap {
  min-height: 100vh;
}

.project-wrap-col-1 {
  display: flex;
  align-items: center;
}

.left-box-content {
  text-align: center;
  padding: 20px;
  margin-top: 90px;
  background: #222222;
  border-radius: 20px;
}

.project-logo-img-khatabook {
  margin-top: -100px
}

.project-logo-img-tg {
  margin-top: -68px
}

.project-logo-img-oberit {
  margin-top: -98px
}

.project-logo-img-myshift {
  margin-top: -80px
}

.project-logo-img-sesh {
  margin-top: -65px
}

.project-type {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #E4A400;
  padding-top: 10px;
}

.store-img-box {
  margin-top: 20px;
}

.store-img-box .right-title {
  text-align: left;
  padding-left: 10px;
}

.project-technology {
  margin-top: 20px;
}

.project-technology .right-title {
  text-align: left;
  padding-left: 10px;
}

.tech-list-project {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.project-wrap-col-2 {
  position: relative;
}

.project-wrap-col-2 .project-img-wrap {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.project-wrap-col-2 .project-img-wrap .center-img-box {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  position: fixed;
}

.project-wrap-col-2 .project-img-wrap .center-img-box .phone img {
  max-width: 100%;
  height: auto;
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

.project-wrap-col-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-wrap .project-btn-main .btn.btn-primary {
  background: #F28C28;
  border-radius: 24.5px;
  box-shadow: 0 4px 13px rgb(234 234 234 / 25%);
  padding: 13px 25px;
  color: white;
  border: 1px solid transparent !important;
  overflow: hidden;
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.project-wrap .project-btn-main .btn.btn-primary:hover {
  color: black !important;
  background-color: #e4a400 !important;
}

.project-wrap .project-btn-main .btn.btn-primary:active {
  background-color: #e4a400;
}

.project-slider-mob {
  display: none;
}

.project-slider-mob .testimonial-card .testimonial-list .testimonial-wrapper {
  background: transparent !important;
  border: none;
  height: 100%;
  width: unset;
  position: relative;
  padding: 30px 0px 10px;
}

.project-slider-mob .project-mob-sec .project-name {
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  padding: 50px 0px 20px;
}

.project-slider-mob .project-slider-mob .testimonial-card .testimonial-card-slider .slide {
  height: 100%;
}

.project-slider-mob .mob-store-img {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.project-slider-mob .project-img-mob {
  text-align: center;
}

.project-slider-mob .project-img-mob img {
  display: inline-block !important;
}

.project-slider-mob .testimonial-card .testimonial-list .testimonial-wrapper {
  margin-top: 10px !important;
}

.project-slider-mob .testimonial-card-slider {
  height: 650px !important;
}

.project-slider-mob .testimonial-card ul li {
  margin-top: 0px !important;
}

.project-slider-mob .testimonial-card-slider .slick-list {
  height: 100% !important;
}

#themes .column.hover .close_column {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
  z-index: 99;
}

@media (min-width: 767px) and (max-width: 768px) {

  .carousel .container:before {
    width: 98% !important;
    left: 3% !important;
  }

  .cards li {
    width: 245px !important;
    height: 244px !important;
    left: 0%;
  }

  .cta-more-box.arrow.slide-left {
    left: -27% !important;
  }

  .cta-more-box.arrow.slide-right {
    left: 105% !important;
  }

  .carousel .container .top-active {
    top: 44% !important;
    left: -2%;
  }

  h3.SubsectionTitle {
    height: auto !important;
  }

  .carousel .container .cta-more-center {
    bottom: -20px !important;
    left: 54% !important;
    width: 65% !important;
  }

  .explore-container {
    width: 46%;
    left: 27%;
  }


}

@media (min-width: 1023px) and (max-width: 1024px) {
  .carousel .container:before {
    width: 84% !important;
    left: 13% !important;
  }

  .cards li {
    width: 224px !important;
    height: 200px !important;
    left: 5%;
  }

  .cta-more-box.arrow.slide-left {
    left: -20% !important;
  }

  .cta-more-box.arrow.slide-right {
    left: 103% !important;
  }

  .carousel .container .top-active {
    top: 37% !important;
    left: 6%;
  }

  h3.SubsectionTitle {
    height: auto !important;
  }

  .carousel .container .cta-more-center {
    bottom: -5px !important;
    left: 55% !important;
    width: 65% !important;
  }
}



/* who we are css code start */
.who_we_are .hd_s .ln {
  transform-origin: left bottom;
  left: 48px;
}

.who_we_are {
  overflow: hidden;
}

.who_we_are p {
  line-height: 1.67;
}

.who_we_are .btn_line {
  margin: 25px 0 50px 0;
}

.our-motive-sec {
  /* background-image: url(https://d2e3cmtjkfw2a3.cloudfront.net/static/media/home/our-motive-bg.png); */
  /* background-image: url('{{ asset('assets/imagestuff/number.gif') }}'); */

  background-position: right;
  background-repeat: no-repeat;
  padding: 60px 0;
  background-size: cover;

}

.our-motive-sec .our-motive-head .heading {
  font-weight: 500;
  font-size: 40px;
  line-height: 60px;
  color: #F28C28;
  position: relative;
  padding-bottom: 20px;
}

.our-motive-sec .our-motive-head .heading .ln {
  height: 2px;
  width: 18%;
  background-color: #f1b308;
  display: block;
  position: absolute;
  bottom: 0;
  transform-origin: left bottom;
  left: 9%;
}

.our-motive-sec .our-motive-about {
  font-weight: 400;
  font-size: 26px;
  line-height: 37px;
  padding-top: 34px;
}

.our-motive-sec .review-sec {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.our-motive-sec .review-sec .clutch-sec,
.our-motive-sec .review-sec .glass-sec {
  margin: 0 20px;
}

.our-motive-sec .our-motive-review-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
  padding: 72px 0 65px;
}

.our-motive-sec .review-list .review-no {
  font-weight: 400;
  font-size: 50px;
  line-height: 83px;
  text-align: center;
  color: #F28C28;
}

.our-motive-sec .review-list .review-no span {
  font-size: 40px;
}

.our-motive-sec .review-list .review-no-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
}

/* who we are css code end */






/* reimagining_entrepreneurial_sec css code start */
.reimagining_entrepreneurial_sec {
  overflow: hidden;
}

.reimagining_entrepreneurial_sec h2 {
  display: block;
  line-height: 1.3;
  padding-bottom: 0;
}

.reimagining_entrepreneurial_sec h2::before {
  display: none;
}

.reimagining_entrepreneurial_sec h2 span {
  display: block;
}

.reimagining_entrepreneurial_sec p {
  max-width: 400px;
  line-height: 1.5;
}

.hd_s {
  font-weight: 700;
  font-family: Assistant, sans-serif;
  display: inline-flex;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 25px;
}

.services_ls_bx {
  display: flex;
  width: 200vw;
  margin: 0 -70px;
  flex-wrap: nowrap;
}

.services_ls_bx.lt {
  margin-top: 30px;
}

.services_ls_bx.rt {
  margin-bottom: -30px;
}

.services_ls_bx.lt ol:nth-child(1) {
  animation: services1a 60s linear -20s infinite;
}

.services_ls_bx.lt ol:nth-child(2) {
  animation: services1b 60s linear 10s infinite;
}

.services_ls_bx.rt ol:nth-child(1) {
  animation: services2a 60s linear -20s infinite;
}

.services_ls_bx.rt ol:nth-child(2) {
  animation: services2b 60s linear 10s infinite;
}

.services_ls_bx.rt .domains_ls {
  counter-reset: section 4;
}

@keyframes services1a {
  0% {
    -webkit-transform: translate3d(100vw, 0, 0);
    transform: translate3d(100vw, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100vw, 0, 0) translate3d(-200%, 0, 0);
    transform: translate3d(100vw, 0, 0) translate3d(-200%, 0, 0);
  }
}

@keyframes services1b {
  0% {
    -webkit-transform: translate3d(100vw, 0, 0) translate3d(-100%, 0, 0);
    transform: translate3d(100vw, 0, 0) translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100vw, 0, 0) translate3d(-300%, 0, 0);
    transform: translate3d(100vw, 0, 0) translate3d(-300%, 0, 0);
  }
}

@keyframes services2a {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes services2b {
  0% {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.domains_ls {
  align-items: center;
  color: #3e3f3f;
  counter-reset: section;
  display: flex;
  position: relative;
  will-change: transform;
  width: 100%;
}

.domains_ls:last-child {
  counter-reset: section;
}

.domains_ls li {
  align-items: center;
  display: flex;
  position: relative;
  white-space: pre;
  font-family: Assistant, sans-serif;
  font-weight: 400;
}

.domains_ls li::before {
  content: counter(section);
  counter-increment: section;
  left: 0;
  position: absolute;
  text-align: center;
}

.domains_ls li::after {
  background: #3e3f3f;
  content: "";
  height: 1px;
  width: 62px;
}

@media all and (min-width: 601px) and (max-width: 1500px) {
  .domains_ls li {
    margin-right: 34px;
  }

  .domains_ls li::before {
    font-size: 1.5rem;
    left: 0;
    line-height: 1.5;
  }

  .domains_ls li::after {
    margin-left: 30px;
  }
}

@media all and (min-width: 601px) and (max-width: 1200px) {
  .domains_ls li {
    line-height: 1.5;
    padding-left: 30px;
    font-size: 2rem;
  }
}

@media all and (min-width: 901px) {
  .domains_ls li {
    letter-spacing: -4px;
    padding-left: 30px;
  }
}

@media all and (min-width: 1201px) and (max-width: 1500px) {
  .domains_ls li {
    font-size: 3.55rem;
    line-height: 1.5;
    padding-left: 25px;
  }
}

@media all and (min-width: 1501px) {

  .domains_ls li {
    line-height: 1.6;
    font-size: 3.55rem;
    margin-right: 59px;
    padding-left: 30px;
  }

  .domains_ls li::before {
    font-size: 2.125rem;
    left: 0;
    letter-spacing: -1px;
    line-height: 56px;
  }

  .domains_ls li::after {
    margin-left: 50px;
  }
}

/* reimagining_entrepreneurial_sec css code end */



/* award section css code start */
.awards_sec .lt {
  max-width: 850px;
  padding-left: 100px;
}

.awards_sec .lt p {
  line-height: 1.67;
}

.awards_sec .lt h2 {
  max-width: 100%;
}

.awards_sec .hd_s .ln,
.blog_sec .hd_s .ln,
.who_we_are .hd_s .ln {
  transform-origin: left bottom;
  left: 48px;
}

.awards_sec.landing-block-8 .award-block .bg-black {
  height: 200px;
  width: 150px;
  background-color: transparent;
}

.awards_sec.landing-block-8 .award-block .bg-black::before {
  display: none;
}

.awards_sec.landing-block-8 .award-block .bg-black {
  padding: 0 10px;
}

.awards_sec.landing-block-8 .award-block .bg-black img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.awards_sec .hd_s .ln,
.block_chain .hd_s .ln,
.blog_sec .hd_s .ln {
  transform-origin: left bottom;
  left: 48px;
}

.gray_sec {
  background-color: #222;
  position: relative;
}

.gray_sec::after,
.gray_sec::before,
.rt_bx::after,
.rt_bx::before {
  width: 100%;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 20% 99%);
}

.gray_sec::before,
.rt_bx::before {
  height: 22px;
  background: rgb(255 255 255 / 5%);
  z-index: 1;
}

.gray_sec::after,
.rt_bx::after {
  height: 44px;
  background: rgb(0 0 0 / 17%);
}

.landing-block-8 #clin_ls .slick-slide {
  background: 0 0 !important;
}

#clin_ls .slick-slide:nth-child(2n + 0),
.landing-block-8 #clin_ls .item:nth-child(2n + 0) {
  background: 0 0 !important;
}

.landing-block-8 {
  background-color: #000;
}

#clin_ls .slick-slide:nth-child(2n + 0),
.landing-block-8 #clin_ls .item:nth-child(2n + 0) {
  background: 0 0 !important;
}

.landing-block-8 #clin_ls .slick-slide {
  background: 0 0 !important;
}

.landing-block-8 .award-block .title {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
}

.landing-block-8 .award-block .bg-black .img-box-h {
  min-height: 180px;
  display: flex;
  align-items: center;
}

.landing-block-8 .award-block .bg-black img {
  padding-top: 50px;
}

.landing-block-8 .award-block .bg-black .img-box-h {
  min-height: 180px;
  display: flex;
  align-items: center;
}

.landing-block-8 .award-block .bg-black {
  background: #0f1012;
  border-radius: 8px;
  height: 300px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 10px 30px;
}

.landing-block-8 .award-block .bg-black::before {
  position: absolute;
  content: "";
  height: 180px;
  width: 180px;
  background-color: #333333;
  opacity: 0.4;
  border-radius: 50%;
  top: -42%;
}

.landing-block-8 .award-block .bg-black::after {
  position: absolute;
  content: "";
  color: #f1b308;
  top: 3%;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #f1b308;
}

@media (max-width: 450px) {
  .landing-block-8 .landing-block-8-content {
    padding-left: 10px;
  }

  .landing-block-8 .award-img {
    display: none;
  }
}

.rt_bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.rt_bx::after,
.rt_bx::before {
  bottom: auto;
  top: 0;
  clip-path: polygon(0 0, 78% 0, 100% 0, 0 100%);
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* award section css code end */





















/* Font  */

.fn_sz_10 {
  font-size: 0.625rem;
}

.fn_sz_12 {
  font-size: 0.75rem;
}

.fn_sz_14 {
  font-size: 0.875rem;
}

.fn_sz_15 {
  font-size: 0.9375rem;
}

.fn_sz_16 {
  font-size: 1rem;
}

.fn_sz_18 {

  font-size: 1.125rem;
}


.fn_sz_20 {
  font-size: 1.25rem;
}

.fn_sz_24 {
  font-size: 1.5rem;
}

.fn_sz_26 {
  font-size: 1.625rem;
}

.fn_sz_30 {
  font-size: 1.875rem;
}

.fn_sz_32 {
  font-size: 2rem;
}

.fn_sz_44 {
  font-size: 2.75rem;
}

.fn_sz_48 {
  font-size: 3rem;
}

.fn_tr_up {
  text-transform: uppercase;
}

.fn_wt_bold {
  font-weight: 700;
}

.fn_wt_bbold {
  font-weight: 900;
}







/* blog section start */
.blog_sec {
  overflow: hidden;
}

.wp_padding {
  padding: 120px 0 70px 0;
}

.see_all_nv .arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  right: -42px;
  top: -8px;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.see_all_nv .arrow i {
  font-style: normal;
  position: absolute;
  top: 4px;
  left: -12px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.see_all_nv {
  position: relative;
  color: #fff;
  font-size: 1.125rem;
  display: block;
}

.see_all_nv:hover {
  color: #f1b308;
}

.see_all_nv:hover .arrow {
  opacity: 1;
}

.see_all_nv .arrow i span {
  position: relative;
  left: 0;
  top: -7px;
  font-size: 31px;
  padding: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.see_all_nv .arrow svg {
  position: absolute;
  top: 7px;
  left: 5px;
}

.see_all_nv .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.see_all_nv:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.see_all_nv:hover .arrow i {
  left: -3px;
}

.ln_btn:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f1b308;
  content: "";
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.ln_btn:hover:before {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: 0 0;
}

#blog_sld .item {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#blog_sld .item:hover {
  background: #181818;
  border-radius: 4px;
}

#blog_sld .item:hover .blog_bx figure a img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

#blog_sld {
  display: flex;
  margin: 0 0 -20px -20px;
}

.blog_bx {
  width: 380px;
  margin: 20px;
}

.blog_bx figure a {
  display: block;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 4px;
}

.blog_bx figure a img {
  width: 90%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blog_bx figure {
  margin-bottom: 30px;
}

.blog_bx .nm {
  font-size: 1.75rem;
  color: #fff;
  font-family: Assistant, sans-serif;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
}

.blog_bx p {
  font-size: 1rem;
  line-height: 1.67;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #e9e9e9;
}

.blog_bx .ln_btn {
  display: inline-flex;
  padding: 0 0 5px;
  font-size: 1.125rem;
  margin: 20px 0 0;
  color: #f1b308;
  position: relative;
}

.blog_bx .hd {
  font-family: AssistantRoman;
  font-size: 28px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  color: #fff;
}

.blog_bx_p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
}

.blog_bx .srvc_btn {
  padding: 5px 25px 5px 25px;
  border: 1px solid #f1b308;
  display: inline-flex;
  color: #fff;
  font-size: 1.125rem;
  margin: 20px 0 0;
  position: relative;
  border-radius: 50px;
}

@media all and (max-width: 1500px) {
  .blog_bx .nm {
    font-size: 1.55rem;
    margin-bottom: 15px;
  }

  .blog_bx figure {
    margin-bottom: 20px;
  }

  .blog_bx figure a {
    height: 220px;
  }

  .blog_bx {
    width: 330px;
  }

  .blog_bx p {
    font-size: 0.9rem;
  }
}

.hd_s .ln {
  height: 2px;
  width: 96px;
  background-color: #f1b308;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

/* blog section end */




/* new project section code */


.nw_projects h2 {
  font-weight: 600;
  padding-bottom: 0;
}

.nw_projects h2::before {
  display: none;
}

.nw_projects p {
  font-weight: 700;
  margin-bottom: 35px;
}

.nw_projects.gray_sec.wp_padding.ds_flex.flex_colum.flex_alcenter {
  padding: 80px 20px;
  text-align: center;
}

.ft_ls_sec .cnt_nv svg {
  top: 17px;
}

/* new project section code */





/* lets talk section  */
.desktop_html .srv_talk.lets_talk .form-group i {
  bottom: 24px;
}

.desktop_html .srv_talk.lets_talk {
  padding: 50px 0;
  background: 0 0;
}

.desktop_html .srv_talk.lets_talk input.form-control {
  border-radius: 10px;
  /* height: 60px; */
}

.desktop_html .srv_talk.lets_talk textarea.form-control {
  border-radius: 10px;
  /* height: 120px; */
}

.desktop_html .lets_talk {
  background: url(https://d2e3cmtjkfw2a3.cloudfront.net/static/media/others/technologies_bg.jpg);
  background-position: top left;
  background-size: cover;
  padding: 150px 0;
  position: relative;
  background-attachment: fixed;
}

.desktop_html .lets_talk input.form-control {
  background: 0 0;
  border: solid 1px #818181;
  border-radius: 50px;
  /* height: 59px; */
  padding: 10px 20px;
}

.desktop_html .lets_talk textarea.form-control {
  background: 0 0;
  border: solid 1px #818181;
  border-radius: 15px;
  /* height: 120px; */
  padding: 10px 20px;
}

.desktop_html .lets_talk .form-group {
  margin-bottom: 30px;
}

.desktop_html .lets_talk .form-group label {
  color: #fdfdfd;
  font-size: 16px;
  margin-bottom: 10px;
}

.desktop_html .btn.btn-dark.btn-line {
  background: 0 0;
  color: #fdfdfd;
  border: 2px solid #fdfdfd;
  border-radius: 50px;
  padding: 15px 80px;
  margin-top: 30px;
}

.desktop_html .lets_talk h3 {
  color: #fdfdfd;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 20px;
}

.desktop_html .lets_talk p {
  color: #afafaf;
  max-width: 400px;
  line-height: 28px;
  margin-bottom: 30px;
}

.desktop_html .lets_talk p a {
  display: table;
  color: #e4a400;
  text-decoration: none;
  position: relative;
}

.desktop_html .lets_talk_sus {
  padding: 50px 0;
}

.desktop_html .lets_talk_sus h3 a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-size: 60px;
  font-weight: 600;
  color: #f9f9f9;
  letter-spacing: 2px;
}

.desktop_html .lets_talk_sus h3 a:before {
  position: absolute;
  content: attr(data-content);
  top: 0;
  left: 0;
  color: #e4a400;
  overflow: hidden;
  transition: width 505ms ease;
  width: 0;
  white-space: nowrap;
}

.desktop_html .lets_talk_sus h3 a:hover:before {
  width: 100%;
}

.desktop_html .lets_talk h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.desktop_html .lets_talk {
  padding: 60px 0;
}

.desktop_html .lets_talk_sus h3 a::before {
  display: none;
}

.desktop_html .lets_talk_sus {
  padding: 0 0 50px;
}

.desktop_html .lets_talk_sus h3 a {
  font-size: 30px;
  border: 2px solid #e4a400;
  padding: 10px 30px;
  border-radius: 10px;
  color: #e4a400 !important;
}



/* footer section code start */
footer {
  background-color: #222;
  padding: 20px 0 0;
  font-family: Lato, sans-serif !important;
}

footer .fln {
  height: 1px;
  width: 100%;
  background-color: rgb(216 216 216 / 12%);
  display: block;
  margin-top: 50px;
}

.copy_nav {
  display: flex;
}

.copy_nav a {
  display: block;
  color: rgb(255 255 255 / 80%);
  padding: 10px 0;
  position: relative;
}

.copy_nav li {
  padding: 0 15px;
  position: relative;
}

.copy_nav li:first-child::before {
  display: none;
}

.copy_nav li::before {
  position: absolute;
  left: 0;
  top: 10px;
  height: 14px;
  width: 1px;
  background: rgb(255 255 255 / 80%);
  content: "";
}

.copyright {
  color: rgb(255 255 255 / 80%);
  padding: 30px 0;
}

.footer_upper_side {
  display: flex;
  justify-content: space-between;
}

.footer_section h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.foot_nav {
  padding: 0;
  margin: 0;
}

.foot_nav.location-foot-list li {
  list-style: none;
}

.foot_nav.location-foot-list li img {
  padding-right: 10px;
}

.foot_nav li {
  list-style-type: disc;
  display: list-item;
  list-style-position: inside;
}

.foot_nav li .foot_location,
.foot_nav li a {
  display: inline-block;
  color: rgb(255 255 255 / 80%);
  padding: 8px 0;
  position: relative;
}

.copy_nav a:hover,
.foot_nav li:hover .foot_location,
.foot_nav li:hover a,
.foot_nav li:hover::marker {
  color: #F28C28;
}

.copy_nav a:before,
.foot_nav li .foot_location::before,
.foot_nav li a::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #F28C28;
  content: "";
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.copy_nav a:hover:before,
.foot_nav li:hover .foot_location:before,
.foot_nav li:hover a::before {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: 0 0;
}

.social_nv {
  position: relative;
  display: flex;
  margin-bottom: 50px;
}

.social_nv li {
  float: left;
  padding: 0 8px 0 0;
}

.social_nv li a {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.social_nv li:hover a {
  color: #000;
}

.social_nv li a .svg-icon-white {
  display: block;
}

.social_nv li a:hover .svg-icon-white {
  display: none;
}

.social_nv li a .svg-icon-black {
  display: none;
}

.social_nv li a:hover .svg-icon-black {
  display: block;
}

.social_nv li a::after {
  background-color: #F28C28;
  position: absolute;
  content: "";
  width: 100%;
  display: block;
  height: 100%;
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  left: 0;
  top: 0;
  z-index: -1;
}

.social_nv li:hover a::after {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: 0 0;
}

.footer_section h3.wrt a {
  margin-bottom: 15px;
  display: inline-block;
  color: rgb(255 255 255 / 80%);
  padding: 8px 0;
  position: relative;
}

.footer_section h3.wrt a:hover {
  color: #e4a400;
}

.footer_section h3.wrt a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #fdcb04;
  content: "";
  transform: scaleX(0) translateZ(0);
  transform-origin: 100% 100%;
  -webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.footer_section h3.wrt:hover a::after {
  transform: scaleX(1) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: 0 0;
}

@media only screen and (max-width: 1366px) {
  .footer_section h3 {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  footer {
    padding: 20px 0 0;
  }

  .footer_section h3 {
    font-size: 1.1rem;
  }

  .footer_upper_side {
    flex-wrap: wrap;
  }

  .footer_upper_side .footer_section {
    width: 33.3%;
  }

  .footer_upper_side .footer_section.sol_email {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .social_nv {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .social_nv li a::after {
    background-color: transparent !important;
  }

  .social_nv li:hover a {
    color: #fff !important;
  }

  footer {
    padding: 20px 0 0;
  }

  .footer_section h3 {
    font-size: 1.1rem;
  }

  .footer_upper_side {
    flex-wrap: wrap;
  }

  .footer_upper_side .footer_section {
    width: 100%;
  }

  .footer_upper_side .footer_section.sol_email {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }

  .social_nv {
    margin-bottom: 0;
  }

  .copy_nav_wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    line-height: 1.67;
    padding-bottom: 20px;
  }

  .foot_nav {
    display: none;
  }

  .copyright {
    padding: 30px 0 10px;
    width: 250px;
    max-width: 100%;
  }

  .footer_section.sol_email h3 {
    margin-bottom: 10px;
  }

  .footer_section.sol_email .ft_ls_sec:first-child {
    margin-bottom: 30px;
    width: 100%;
  }

  .footer_upper_side .footer_section.sol_email .foot_nav {
    display: block;
  }

  .footer_section h3.mb_drop {
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    margin-bottom: 15px;
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

  .footer_section h3.mb_drop i {
    position: relative;
    display: block;
    width: 15px;
    height: 15px;
  }

  .footer_section h3.mb_drop i::after,
  .footer_section h3.mb_drop i::before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    content: "";
    background: #fff;
    height: 2px;
    margin-top: -1px;
  }

  .footer_section h3.mb_drop i::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }

  .footer_section h3.mb_drop.active i::after {
    opacity: 0;
    visibility: hidden;
  }

  .ft_ls_sec .cnt_nv {
    margin: 0;
  }

  .footer_upper_side .footer_section.sol_email .foot_nav {
    display: block !important;
  }

}

.footer_section h3.mb_drop.active+.foot_nav {
  display: block;
}

.footer_section h3.mb_drop {
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  margin-bottom: 15px;
  position: relative;
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: white;
}

/* Make sure the parent has overflow hidden initially */
#clin_ls_award {
  width: 100%;
  overflow-x: hidden;
}

/* The container that holds the images should be scrollable */
.scroll-container {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

/* Make the individual items stay in place and not shrink */
.scroll-container .m-4 {
  flex: 0 0 auto;
  width: 200px;
  /* You can adjust the width as per your design */
}

/* Add a media query for mobile devices */
@media (max-width: 768px) {
  .scroll-container {
    overflow-x: scroll;
  }

  /* Make the individual items stay in place and not shrink */
  .scroll-container .m-4 {
    flex: 0 0 auto;
    width: 80px;
  }
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
img,
li,
ol,
p,
span,
strong,
ul {
  padding: 0;
  margin: 0;
}

li,
ol,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}