/**
 * Copyright (C) Skillworks IT Solutions - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Skillworks IT <contact@skillworksit.com>, Jan 2023
 */

/* --------------- services page styles --------------- */
.services-page .features {
  background-color: #e7f1ffd9;
}

.features-card.style-5 {
  display: block;
  padding: 40px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;

}

.mb-30 {
  margin-bottom: 30px !important;
}

.features-card.style-5:hover {
  -webkit-box-shadow: 0px 46px 77px 0px #0a2b5326;
  /* box-shadow: 0px 46px 77px 0px #0a2b5326; */
  box-shadow: 0px 54px 115px 0px rgb(52 60 66 / 25%);
}

p.text {
  color: #525252;
}

.features-card.style-5:hover .card-title {
  color: #044959;
}

.content .info h5.card-title {
  margin-bottom: .5em;
  font-weight: 600;
}

.features-card.style-5 .icon {
  margin-bottom: 40px;
}

.features-card.style-5 .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(0 25px 20px #07397235);
  filter: drop-shadow(0 25px 20px #07397235);
}

.style-1 {
  position: relative;
}

.style-1 .head-shape-r {
  position: absolute;
  right: 0;
  top: 8%;
  width: 55%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.style-1 .head-shape-l {
  position: absolute;
  left: 0;
  top: 25%;
  height: 40%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.style-1 .content {
  position: relative;
  z-index: 10;
}

/* .style-1 .info .section-head h2 {
  font-size: 55px;
  line-height: 60px;
} 

.style-1 .info .text {
  font-size: 14px;
  color: #666666;
  width: 80%;
}*/

.style-1 .info .bttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.style-1 .info .bttns .vid-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}

.style-1 .info .bttns .vid-btn i {
  width: 35px;
  height: 35px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);;
  color: #fff;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 22px;
  padding-left: 2px;
  outline: 6px solid #157aa620;
}

.style-1 .info .bttns .vid-btn span {
  color: var(--color-main);
  font-size: 12px;
  font-weight: bold;
}

.mb-100 {
  margin-bottom: 10em;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.section-head h6 {
  font-size: 13px;
  letter-spacing: 2px;
}

/* header.style-1 .info .section-head h2 {
  font-size: 55px;
  line-height: 60px;
} */

header.style-1 .info .text {
  font-size: 14px;
  width: 80%;
}

.text {
  line-height: 2;
}

.style-1 .info .bttns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-dark {
  color: #fff !important;
  background-color: #212529;
  border-color: #212529;
}

.btn.btn-dark span {
  opacity: 1 !important;
}

.services-page .features.style-5 .shap_r {
  position: absolute;
  right: 0;
  top: -180px;
  width: 30%;
  opacity: 0.2;
  pointer-events: none;
}

.services-page .features.style-5 .shap_l {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 40%;
  opacity: 2;
  pointer-events: none;
  z-index: -1;
}

.services-page .features.style-5 {
  position: relative;
}
.choose-us.style-1 .info .text {
  /* color: #666; */
  margin-bottom: 40px;
}

.choose-us.style-1 .info ul li .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(to right, #0c3df4 0%, #02b5ff 100%);;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  margin-top: 5px;
}
.choose-us.style-1 .info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.choose-us.style-1 .info ul li h6 {
  font-size: 15px;
  font-weight: 600;
}

.choose-us.style-1 .choose-us-img {
  position: absolute;
  left: -65px;
  bottom: -58px;
  width: 60%;
  height: 100%;
  max-height: none;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}

.choose-us.style-1 .choose-us-brands {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  z-index: 5;
}

.choose-us.style-1 .choose-us-bubbles {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: slide_up_down 2s ease-in-out infinite alternate both;
  animation: slide_up_down 2s ease-in-out infinite alternate both;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 3;
}

.portfolio.bg-gray {
  background-color: #eef4f8;
}


/**
 * ----------------------------------------
 * animation slide_up_down
 * ----------------------------------------
*/
.slide_up_down {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes slide_up_down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/**
 * ----------------------------------------
 * animation scale_up_down
 * ----------------------------------------
*/
.scale_up_down {
  -webkit-animation: scale_up_down 1s ease-in-out infinite alternate both;
  animation: scale_up_down 1s ease-in-out infinite alternate both;
}

/* ------- */
@-webkit-keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale_up_down {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* us-staffing css */
.about.style-4 {
  overflow: hidden;
  position: relative;
}

.about.style-4 .integration {
  position: relative;
}

.section-head.style-4 .title_small {
  font-size: 12px;
  padding: 5px 10px;
  background-color: #f7f4ff;
  border-radius: 5px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.section-head.style-4 h2 {
  /* font-size: 40px; */
  line-height: 1.3;
  /* color: #000; */
}

.about.style-4 .integration .intg-back {
  position: absolute;
  left: 0;
  bottom: 19%;
  width: 100%;
  max-height: unset;
  -o-object-fit: cover;
  object-fit: cover;
}

.about.style-4 .integration .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.about.style-4 .content {
  position: relative;
  padding: 60px 0;
}

.brd-gray {
  border-color: #0002 !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.about.style-4 .integration .content .img {
  -webkit-animation: slide_up_down 1.7s ease-in-out infinite alternate both;
  animation: slide_up_down 1.7s ease-in-out infinite alternate both;
}

.about.style-4 .integration .content .img:nth-of-type(1) {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.about.style-4 .integration .content .img:nth-of-type(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.about.style-4 .integration .content .img:nth-of-type(3) {
  -webkit-animation-delay: -1.5s;
  animation-delay: -1.5s;
}

.about.style-4 .integration .content .img:nth-of-type(4) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.about.style-4 .integration .content .img:nth-of-type(5) {
  -webkit-animation-delay: -2.5s;
  animation-delay: -2.5s;
}

.mt-30 {
  margin-top: 30px !important;
}

.about.style-4 .content.frs-content .lines {
  position: absolute;
  left: 0;
  top: -80px;
  width: 40%;
  max-width: unset;
  max-height: unset;
}

.about.style-4 .content.frs-content .bubble {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-animation: rotate-center 100s linear infinite both;
  animation: rotate-center 100s linear infinite both;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
#d-none {
  display: none;
}

.tech-options-wrapper .tech-wrapper ul {
  list-style-type: none;
  padding: 0;
}
.expert-tech-wrapper .tech-wrapper ul {
  margin-bottom: 0;
}

.tech-options-wrapper .tech-wrapper ul li {
  display: inline-block;
  margin: 10px 5px;
  border: 1.5px solid #4a4a4a;
  border-radius: 10px;
  padding: 12px 20px;
  font-weight: 600;
}
.expert-tech-wrapper .tech-wrapper li {
  background-color: #fff;
  margin-bottom: 0 !important;
}
.expert-tech-wrapper .tech-wrapper h4 {
  margin-top: 10px;
}
.tech-options-wrapper .tech-wrapper h4 {
  color: #044959;
  font-weight: 600;
  margin-bottom: 1em;
}
a.internal-link {
  color: #4a4a4a !important;
}
@media (max-width: 411px) {

  .choose-us.style-1 .choose-us-brands {
    width: 99%;
  }
  .choose-us.style-1 .choose-us-bubbles {
    width: 94%;
  }
  .mobile-op-0 {
    opacity: 0;
  }
}