/**
 * 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
 */

body {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.img-box,
.step-icon,
.step-num {
  background: #fff;
}

.box-loader span,
.step-num,
.step-num-box {
  display: inline-block;
}

.contact.style-2 .btn,
.step-icon,
.step-num,
.technologies .f-icon-hover {
  text-align: center;
}

#svg-container,
#switC,
.img-box img {
  width: 100%;
}

.about-dropdown .mega-dropdown.dropdown-menu.show {
  min-width: 1294px;
  position: absolute;
  left: -32em;
  top: 3.8em;
}

#about-card1 {
  background-color: #ffebda;
}

#about-card2 {
  background-color: #dbf9f9;
}

#about-card3 {
  background: #faedff;
}

.about-dropdown #about-card1 p,
.about-dropdown #about-card2 p,
.about-dropdown #about-card3 p,
.services-dropdown #about-card1 p,
.services-dropdown #about-card2 p,
.services-dropdown #about-card3 p {
  font-size: 0.8rem;
}

.hero-banner-section {
  padding-top: 6em;
}

.services-dropdown .mega-dropdown.dropdown-menu.show {
  min-width: 1294px;
  position: absolute;
  left: -38em;
  top: 3.8em;
  box-shadow: 0 7px 10px -3px #d3cece;
}

.about-dropdown .mega-dropdown.dropdown-menu.show .btn-arrow,
.services-dropdown .mega-dropdown.dropdown-menu.show .btn-arrow {
  position: absolute;
  right: 26px;
  bottom: 26px;
}

.step-icon span,
.work-process {
  position: relative;
}

.step-num {
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #0a84a1;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  top: 0;
  width: 50px;
}

.foot_links a,
.text-light,
.text-white,
.theme-bg .work-process h4,
.theme-bg .work-process p {
  color: #fff;
}

.step-icon {
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #f9f9f9;
  border-radius: 50%;
  line-height: 140px;
  font-size: 40px;
  color: #1c1d3e;
  box-shadow: 12px 12px 16px 0 rgb(255 255 255 / 30%) inset,
    -8px -8px 12px 0 rgb(0 0 0 / 23%) inset;
}

.step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}

.step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}

.dark-bg .step-icon {
  color: rgba(255, 255, 255, 0.9);
  background: 0 0;
  border-color: rgba(255, 255, 255, 0.1);
}

.dark-bg .step-desc h4 {
  color: #2575fc;
}

.dark-bg .step-desc p {
  color: rgba(255, 255, 255, 0.7);
}

.step-num-box {
  position: relative;
  margin-bottom: 20px;
}

.work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

.work-process.style-2 {
  padding: 0;
  display: flex;
  align-items: center;
}

.work-process.style-2:before {
  display: none;
}

.work-process.style-2 .step-num-box {
  margin-bottom: 0;
  margin-right: 30px;
}

.work-process.style-3 {
  padding: 70px 30px 0;
}

.work-process.style-3 .step-num {
  background: 0 0;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.1);
  font-size: 120px;
  height: auto;
  left: 50%;
  line-height: 120px;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}

#svg-container {
  position: absolute;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
}

#switC {
  margin: 0 auto;
}

@keyframes opacitychange {

  0%,
  100% {
    opacity: 0;
  }

  60% {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  #svg-container {
    width: 85%;
  }

  .contact-media {
    min-height: 300px;
  }

  .error-page {
    font-size: 300px;
    line-height: 210px;
  }
}

@media (max-width: 992px) {
  #svg-container {
    width: 100%;
    transform: rotate(90deg);
    left: 0;
    top: 50%;
  }
}

.img-box {
  padding-top: 50px;
  overflow: hidden;
  position: relative;
  border-radius: 7px;
}

.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

.service_box,
.technologies .f-icon-hover {
  padding: 20px 10px;
  background-color: #f1f2fa;
  border-radius: 20px;
}

.service-card.style-6,
.service_box,
.technologies .f-icon-hover {
  margin: 20px 0;
  display: block;
  color: #000;
  overflow: hidden;
}

.box-loader span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #15738b;
  margin: 0 5px;
  opacity: 0;
}

.box-loader span:first-child {
  animation: 1s ease-in-out infinite opacitychange;
}

.box-loader span:nth-child(2) {
  animation: 1s ease-in-out 0.33s infinite opacitychange;
}

.box-loader span:nth-child(3) {
  animation: 1s ease-in-out 0.66s infinite opacitychange;
}

.technologies .owl-carousel.owl-center .owl-item .item .f-icon-hover .f-icon-shape-sm img:nth-child(n + 1) {
  width: 80px;
}

.technologies .owl-carousel.owl-center .owl-item .item .f-icon-hover .f-icon-shape-sm img:nth-child(-n + 2) {
  width: 50px;
}
.technologies.clients .owl-carousel.owl-center .owl-item .item .f-icon-hover .f-icon-shape-sm img:nth-child(-n + 2) {
  width: 75%;

  margin: auto;
}
.technologies.clients .f-icon-shape-sm {
  width: auto;
  height: auto;
}
.technologies .owl-carousel.owl-center .owl-item .item .f-icon-hover p {
  font-size: 14px;
}

.services-slider.style-6 .swiper-container {
  padding-bottom: 100px;
}

.services-slider.style-6 .swiper-slide {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  top: 0;
}

.services-slider.style-6 .swiper-slide.swiper-slide-nth-next-2,
.services-slider.style-6 .swiper-slide.swiper-slide-nth-prev-2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 100px;
  padding: 0 9px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-next,
.services-slider.style-6 .swiper-slide.swiper-slide-prev {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 50px;
  padding: 0 12px;
}

.services-slider.style-6 .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  padding: 0 20px;
  -webkit-filter: drop-shadow(5px 50px 30px #07397211);
  filter: drop-shadow(5px 50px 30px #07397211);
}

.service-card.style-6 {
  text-align: center;
  padding: 30px 8%;
  background-color: #f2f7fd;
  border-radius: 30px;
  box-shadow: 12px 12px 16px 0 rgb(0 0 0 / 10%),
    9px -8px 12px 0 rgb(255 255 255);
}

.small,
img,
small {
  display: inline-block;
}

.service-card.style-6 .icon {
  -webkit-filter: drop-shadow(5px 15px 20px #07397255);
  filter: drop-shadow(5px 15px 20px #07397255);
  margin-bottom: 25px;
}

.service-card.style-6 .icon img {
  max-height: 100px;
  max-width: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}

.features_section .features_inner .feature_img img,
img {
  max-width: 100%;
}

.service-card.style-6 .info h5 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}

.service-card.style-6 .info .text {
  font-size: 14px;
  color: #666;
}

.bg-pos-lt {
  background-position: left top;
}

.bg-contain {
  background-size: contain;
}

.grey-bg {
  background-color: #f3f5ff;
}

footer {
  background-repeat: no-repeat;
}

.contact.style-2 {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}

.pt-50 {
  padding-top: 50px !important;
}

.contact.style-2 .global_2 {
  position: absolute;
  left: 32%;
  bottom: -49px;
  z-index: 2;
  opacity: 0.7;
  -webkit-animation: 100s linear infinite both rotate-center;
  animation: 100s linear infinite both rotate-center;
}

img {
  max-height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  text-decoration: none !important;
}

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

.ltspc-20 {
  letter-spacing: 5px;
}

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

.op-9 {
  opacity: 0.9;
}

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

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

.op-7 {
  opacity: 0.7;
}

.bg-darkBlue {
  background-color: #010049 !important;
}

.bg-tealgreen {
  background-color: #044959 !important;
}

@-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);
  }
}

.bg-darkBlue,
footer.style-2 {
  background-color: #044959;
}

.brd-light {
  border-color: #fff4 !important;
}

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

.pt-80 {
  padding-top: 80px !important;
}

.small,
small {
  font-size: 13px;
  line-height: 1.7;
}

.icon-40 {
  width: 40px;
  height: 40px;
}

.border-lightBlue {
  border-color: #15f1ff !important;
}

.radius-9 {
  border-radius: 30px !important;
}

.contact.style-2 .btn {
  padding: 12px 30px;
  position: relative;
  overflow: hidden;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact.style-2 .content h4,
.contact.style-2 .content p {
  color: #fff;
  font-size: 17px;
  line-height: 28px;
}

.about-dropdown.f-icon-hover a:hover h5,
.about-dropdown.f-icon-hover a:hover p {
  color: #000;
}

.wave {
  -webkit-animation: 2s ease-in-out infinite alternate both wave;
  animation: 2s ease-in-out infinite alternate both wave;
}

@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

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

@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
  }

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

.community.style-5 .content {
  border: 1px solid #9993;
  border-radius: 15px;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}

.community.style-5 .content .commun-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #9993;
}

.community.style-5 .content .commun-card:last-of-type {
  border: 0;
}

.community.style-5 .content .commun-card .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

.community.style-5 .content .commun-card .icon img {
  -webkit-filter: drop-shadow(-10px 10px 20px #084cba77);
  filter: drop-shadow(-10px 10px 20px #084cba77);
  -webkit-animation: 1s ease-in-out infinite alternate both scale_up_down;
  animation: 1s ease-in-out infinite alternate both scale_up_down;
}

.community.style-5 .content .commun-card .inf h5 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2.1;
}

.community.style-5 .content .commun-card {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 5px 40px !important;
}

.section-padding {
  padding: 30px 0;
}

.icon-45 {
  width: 45px;
  height: 45px;
}

.contact.style-6 .content {
  position: relative;
  border-top: 10px solid #044959;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 50px 15px;
}

.contact.style-6 .content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(45deg,
      transparent,
      #def1fa,
      transparent,
      #e8e8f3,
      transparent);
  background: -o-linear-gradient(45deg,
      transparent,
      #def1fa,
      transparent,
      #e8e8f3,
      transparent);
  background: linear-gradient(45deg,
      transparent,
      #def1fa,
      transparent,
      #e8e8f3,
      transparent);
  background-size: 400% 400%;
  -webkit-animation: 20s linear infinite gradient;
  animation: 20s linear infinite gradient;
  border-radius: 10px;
  overflow: hidden;
}

.contact.style-6 .content .contact_a {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 20%;
}

.contact.style-6 .content .contact_message {
  position: absolute;
  right: -150px;
  top: 100px;
  border-bottom-left-radius: 30px;
  pointer-events: none;
  max-width: 30%;
}

.contact.style-6 .content .form {
  position: relative;
  z-index: 5;
}

.contact.style-6 .form-group .form-control,
.contact.style-6 .form-group .form-select {
  border: 1px solid #9994;
  border-radius: 30px;
  min-height: 50px;
  font-size: 12px;
  padding: 10px 25px;
}

.contact.style-6 .form-group .form-control:focus,
.contact.style-6 .form-group .form-select:focus {
  border-color: var(--color-blue6);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes gradient {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes gradient {

  0%,
  100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@media (max-width: 768px) {
  .community.style-5 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px !important;
  }

  .hide-desktop {
    display: none;
  }

  .ltspc-20 {
    letter-spacing: 5px;
  }

  .foot_links,
  .foot_logo,
  .socail-icons {
    text-align: center;
  }
}

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

@-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);
  }
}

.positions .f-icon-shape-sm {
  width: 100%;
  height: 100%;
}

.features_section .features_inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 190px 0 7px;
  border-radius: 30px;
  box-shadow: 0 4px 30px #ede9fe;
  border: 1px solid #fff;
}

.features_section .features_inner .feature_img {
  width: 70%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: -97px;
  left: 0;
  bottom: 0;
  right: 0;
}

.step-btn {
  background-color: #e94b1c;
  border-radius: 10px;
  padding: 5px 10px;
  color: #fff;
  font-weight: 600;
}

.mobile-process {
  padding: 16px;
}

.features_inner .mobile-process .bg-white.f-icon-hover:hover,
.features_section .features_inner .feature_img img:hover {
  -webkit-box-shadow: 0 46px 77px 0 #0a2b5326;
  box-shadow: 0 54px 115px 0 rgb(52 60 66 / 25%) !important;
}

.about-page.style-5 .mobile-dev .content.pt-150 {
  padding-top: 150px;
}

.feature_section_bg {
  position: absolute;
  top: 0;
  left: -600px;
  z-index: -1;
  animation: 5s infinite mymove;
}

@keyframes mymove {
  50% {
    transform: rotate(180deg);
  }
}

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

.about.style-4.mobile-dev .content.frs-content .mobile-frame {
  position: absolute;
  left: 41%;
  top: 15%;
}

.btQuoteBooking .ui-slider {
  background: linear-gradient(to right,
      #004a38,
      rgb(29 255 199 / 50%),
      rgb(29 255 199 / 75%)) !important;
  border: 0 !important;
  box-shadow: 0 0 5px #ffffffb0 !important;
  text-align: right;
}

.btQuoteBooking .ui-slider-horizontal {
  height: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.form-range {
  width: 100%;
  height: 1rem;
  border-radius: 25px;
  padding: 2px;
  background-color: #dee2e6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 12px 12px 16px 0 rgb(0 0 0 / 6%), 9px -8px 12px 0 rgb(255 255 255);
}

.btn-primary:hover {
  background-color: #e94b1c;
  color: #fff;
}

.btQuoteTotalCalc {
  opacity: 1;
  font-size: 22px;
  line-height: 1.8;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 5px 20px 5px 0;
}

.btQuoteTotalCurrency {
  font-size: 22px;
  line-height: 1.8;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.advice-icon-wrapper .service-box {
  display: inline-block;
  width: 160px;
  height: 160px;
  margin: 5px 0;
  padding: 16px 5px;
  box-shadow: 0 0 10px rgb(131 156 187 / 50%);
  border-radius: 0;
}

.advice-icon-wrapper .service-box img {
  padding-top: 3px;
}

.advice-icon-wrapper .service-box p {
  font-size: 14px;
  font-weight: 700;
  color: #222;
  line-height: 18px;
}

div.portfolio {
  max-height: 364px;
  overflow: hidden !important;
  margin-top: 2.1em;
  margin-left: 70px;
}

.portfolio img {
  width: 100%;
  transform: translateY(0);
  transition-duration: 7s;
}

.portfolio img:hover {
  animation: 10s scroll;
}

@keyframes scroll {

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

  10% {
    transform: translateY(calc(-10%));
  }

  40% {
    transform: translateY(calc(-35%));
  }

  60% {
    transform: translateY(calc(-55%));
  }

  80% {
    transform: translateY(calc(400px - 100%));
  }
}

.laptop-frame {
  position: absolute;
  right: -120px;
  width: 62%;
}

.content-top-spacing {
  margin-top: 10em;
}

.email-details {
  opacity: 0;
}

.email-details.show {
  opacity: 1;
}

.mobile-frame1 {
  width: 90%;
}

.typewriter {
  position: absolute;
  top: 180px;
  left: 34.5%;
  transform: skew(7deg, -28deg);
}

.typewriter h6 {
  overflow: hidden;
  border-right: 0.15em solid orange;
  white-space: nowrap;
  margin: 0 auto;
  animation: 3.5s steps(40, end) infinite typing,
    0.75s step-end infinite blink-caret;
}

@keyframes typing {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes blink-caret {

  from,
  to {
    border-color: transparent;
  }

  50% {
    border-color: orange;
  }
}

.it-solutions-card {
  display: block;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 54px 115px 0 rgb(52 60 66 / 25%);
}

.technologies .service-card.style-6 {
  margin-bottom: 3em;
}

@media (max-width: 411px) {

  .about-dropdown .mega-dropdown.dropdown-menu.show,
  .services-dropdown .mega-dropdown.dropdown-menu.show {
    min-width: 100%;
    position: relative;
    left: 0;
    top: 0.6em;
    margin-bottom: 15px;
  }

  .navbar-collapse {
    max-height: 500px;
  }

  section {
    padding: 2rem 0;
  }

  .features-0-sec .py-10 {
    padding: 1em !important;
  }

  .testimonial.style-1 .testimonial-content {
    margin-right: 0;
    padding: 1em;
  }

  .testimonial.style-1:before {
    content: "";
    background: #ffe1e1;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .pre-footer .content {
    padding-top: 4em;
  }

  .contact.style-2 .global_2 {
    position: absolute;
    left: 26%;
    bottom: 140px;
    z-index: 2;
    opacity: 0.7;
    -webkit-animation: 100s linear infinite both rotate-center;
    animation: 100s linear infinite both rotate-center;
  }

  .contact.style-2 .content h4,
  .contact.style-2 .content p {
    font-size: 16px;
  }

  .it-solutions .section-padding {
    padding: 1em 0;
  }

  .it-solutions .head-shape-l {
    opacity: 0.02;
  }

  .section-head.style-4 h2,
  .style-1 .info .section-head h2 {
    font-size: 34px !important;
    line-height: 44px;
  }

  .mobile-development .section-padding {
    padding: 1em 10px 5em;
  }

  .features_section .features_inner .feature_img {
    top: -25px;
  }

  .features_section .features_inner {
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 70px 0 7px;
    border-radius: 30px;
    box-shadow: 0 4px 30px #ede9fe;
    border: 1px solid #fff;
  }

  .about.style-4.mobile-dev .content.frs-content .mobile-frame {
    position: absolute;
    left: 8%;
    top: 1%;
    width: 40%;
  }

  .colored-moving-img-bg {
    width: 100%;
    position: absolute;
    top: 39%;
    left: -60%;
    z-index: -1;
  }

  .logo img {
    width: 120px;
  }

  .laptop-frame {
    position: absolute;
    right: 0;
    width: 97%;
  }

  .portfolio img {
    width: 86%;
    transform: translateY(0);
    transition-duration: 7s;
  }

  div.portfolio {
    max-height: 169px;
    overflow: hidden !important;
    margin-top: 16px;
    margin-left: 53px;
  }

  .tech-options-wrapper {
    padding: 5em 1.5em !important;
  }

  .pricing .email-details .btn-primary {
    margin-top: 1em;
  }
  .typewriter {
    position: absolute;
    top: 100px;
    left: 35%;
    transform: skew(7deg, -28deg);
  }
  .typewriter h6 {
    font-size: 11px;
  }
}
.link-position {
  position: absolute;
  top:23px;
  right: 15px;
}
.link-position .fa.fa-eye {
  font-size: 11px;
  color: #939393;
}
.required{
  color: red;
}

.our-team .list-inline {
  position: absolute;
  right: 35px;
  top: 110px;
}

.portfolio-item:before {
  content: '';
  background-image: url('../images/browser-action.svg');
}

.carousel-caption {
  font-family: "Montserrat", sans-serif;
  top: 4%;
  left: 2%;
  text-align: left;
}

.carousel-caption h4{
  font-size: 1.3rem;
}

/* .carousel-caption h6{
  font-size: 1.1rem;
} */

.carousel-caption .lead-2 {
  font-size: 1.2rem;
}

.carousel-caption .lead{
  text-align: justify;
  font-size: 1rem;
}

.swit-prices .card {
  min-height: 520px;
  box-shadow: 2px 2px 5px #bbbbbb66;
}

.swit-prices .card .btn {
    right: 20px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.swit-prices .card p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

@media (min-width: 1400px) {
  :root {
    --primary: rgb(4 73 89);
  }

  .swit-prices h3, .h3 { font-size: 27px; line-height: 30px; }

  .swit-prices h4, .h4 { font-size: 26px; line-height: 40px; }

  .swit-prices h5, .h5 { font-size: 20px; line-height: 30px; }

  .swit-prices .lead{ font-size: 1.1rem;  }

  section{padding: 3rem 0; }

  .swit-prices .btn-primary {font-size: 15px; }

  .swit-prices .card {
    min-height: 520px;
    box-shadow: 2px 2px 5px #bbbbbb66;
  }

  .swit-prices .card .btn {
      right: 20px;
      position: absolute;
      bottom: 20px;
      left: 20px;
      padding: .5rem 2rem;
      font-size: 13px;
  }

  .swit-prices .card p {
    font-size: 14px;
    font-weight: 400;
  }

}


.ms-card {
      min-height: 100%;
    }
.ms-card img {
  width: 60px;
  height: auto;
  /* object-fit: contain; */
}
.image-content {
  align-items: center;
}

.contactIcon {
    display: inline-block;
    width: 55px;
    height: 55px;
    padding: 8px 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.contactIcon img.img-fluid {
    width: 40px;
}

.serviceBlockContainer {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.serviceContainer .contactContainer {
    margin-bottom: 30px;
    min-height: 245px;
    max-height: 245px;
}

.contactContainer{
    background-color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.contectTxt h3{
  line-height: inherit;
}

.content-wrapper {
    padding-top: 150px;
}


/*----- Hero video slider ----------- */
.carousel .hero-slide {
    /* position: relative;
    height: 100vh;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center; */
    position: relative;
    width: 100%;
    padding-bottom: 56.2666%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
    margin-top: 40px;
}

  .hero-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* .hero-video .hero-bg-video {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
} */

.hero-video .hero-bg-video::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff4a;
    opacity: 40%;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.moreText {
  display: none;
  /* hidden by default */
}

.product-item a {
  cursor: pointer;
}

.portfolio-item .portfolio-title p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.swit-prices {
    position: relative;
    margin-top: -40px;
    background-color: #fff;
    padding-top: 60px;
}
