@import url(./css/variable.css);
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 136px 0 58px 0;
}
.banner p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #393939;
  margin-bottom: 60px;
}
.banner-side-img {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
}
.event-logo {
  background: url(../images/event_logo.png) no-repeat;
  width: 92px;
  height: 85px;
  margin-bottom: 16px;
  display: inline-block;
}
.banner .event-date {
  margin-bottom: 12px;
  padding-left: 12px;
  border-left: 2px solid #39eaed;
  display: block;
  color: #39eaed;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600 !important;
}
.banner p.mb-40 {
  margin-bottom: 40px;
}
.banner .button-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner .video {
  padding-left: 40px;
  margin-bottom: 24px;
}
.banner .video video {
  display: block;
}
.banner .play-icon {
  position: absolute;
  right: 44px;
  bottom: 44px;
}
.banner .play-icon path,
.banner .video:hover .play-icon path {
  transition: all 0.4s;
}
.banner .video:hover .play-icon path {
  fill: #009ee3;
}
.top-spacing {
  margin-top: 125px;
}
.brand-slider p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 12px;
}
.reviews-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 0;
}
.Marquee {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  max-width: 720px;
  margin: 0 auto;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 10s linear infinite running;
  -moz-animation: marquee 10s linear infinite running;
  -o-animation: marquee 10s linear infinite running;
  -ms-animation: marquee 10s linear infinite running;
  animation: marquee 10s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  padding: 0 21px;
  flex-shrink: 0;
}
.Marquee-tag:hover {
  cursor: pointer;
}
.Marquee-tag img {
  transition: 0.2s;
}
.Marquee-tag:hover img {
  filter: grayscale(1) brightness(0.4);
  transition: 0.2s;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.services {
  margin-bottom: -24px;
}
.services-card,
.services-card .content,
.services-card .video,
.services-card .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-card {
  position: relative;
  /* height: 354px; */
  overflow: hidden;
  border-radius: 20px;
}
/* .services-card .video {
  margin-top: 0;
} */
.services-card .content {
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  padding: 30px;
  /* z-index: 1; */
}
/* .services-card .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.4s;
  background: #fbeeee;
} */
/* .services-card:hover .content::before {
  opacity: 0;
  transition: 0.4s;
} */
.services-card .bottom {
  margin-top: 12px;
}
.services-card .heading-three-regular {
  margin-bottom: 42px;
}
.services-card .heading-three-regular,
.services-card .arrow-btn,
.services-card:hover .heading-three-regular,
.services-card:hover .arrow-btn,
.services-card .bottom {
  transition: 0.4s;
}
/* .services-card:hover .heading-three-regular,
.services-card:hover .arrow-btn {
  color: #fff;
} */
.services-card img {
  transition: 0.3s;
}
.services-card:hover img {
  margin: 0;
  visibility: hidden;
  transition: 0.3s;
}
.services-card:hover .bottom {
  transform: translateY(-60px);
  transition: 0.4s;
  transition-delay: 0.2s;
}
.services-col-8 .services-card:hover .bottom {
  transform: translate(-42px, 0);
  transition: 0.4s;
}
.services-card .arrow-btn i {
  transition: 0.3s;
}
.services-card:hover .arrow-btn i {
  transform: rotate(45deg);
  transition: 0.3s;
}
/* .services-card:hover .arrow-btn path {
  stroke: #fff;
} */
/* .services-col-4:nth-child(2) {
  width: 66.66%;
} */
/* .content {
  background-color: #009ee3;
} */
/* .services-col-4:nth-child(2) .services-card .content::before {
  background: #e2ecff;
} */
/* .services-col-4:nth-child(3) .services-card .content::before {
  background: #f0faff;
} */
/* .services-col-4:nth-child(4) .services-card .content::before {
  background: #fff6d4;
} */
/* .services-col-4:nth-child(5) .services-card .content::before {
  background: #e6faf0;
} */
.services-card:hover .heading-three-regular {
  color: #0b1520;
}
.services-card img {
  flex-shrink: 0;
  /* margin-bottom: 12px; */
}
/* .services-card img {
  transition: all 0.2s;
}
.services-card:hover img {
  transition: all 0.2s;
} */
.services-col-8 .services-card svg {
  margin-right: 50px;
}
.services-card .arrow-btn svg,
.services-col-8 .services-card .arrow-btn svg {
  margin: 0;
}
.services-card .heading-three-regular span {
  display: block;
}
.services-col-4,
.services-col-8 {
  margin-bottom: 24px;
}
.services-col-8 .content {
  display: flex;
  align-items: start;
}
.arrow-btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
.services-card .arrow-btn {
  color: #003399;
}
.services-card .arrow-btn i::before {
  background: #003399;
}
/* .about-us-details {
  position: relative;
  z-index: 0;
} */
/* .about-us-details::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -130px;
  background: url(../images/ellipse.svg) no-repeat center;
  background-size: cover;
  width: 556px;
  height: 556px;
  z-index: -1;
} */
.about-us p {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 27px;
  color: #393939;
}
.about-image img {
  border-radius: 20px;
}
.counter-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.counter-list li {
  width: 50%;
  margin-bottom: 40px;
}
.counter-list li .heading_four {
  line-height: 38px;
  margin-bottom: 4px;
}
.counter-list li p {
  font-size: 18px;
  line-height: 27px;
  color: #393939;
  margin: 0;
}
.portfolio-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
.portfolio-heading h2 {
  margin: 0;
}
.portfolio-image {
  margin-bottom: 20px;
  overflow: hidden;
}
.portfolio-column img {
  width: 100%;
  object-fit: cover;
  transition: 0.7s;
  height: 100%;
}
.portfolio-column:hover img {
  transform: scale(1.1);
  transition: 0.7s;
}
.portfolio-column .arrow-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 19px;
}
.portfolio-column .arrow-btn svg {
  transition: 0.4s;
}
.portfolio-column .arrow-btn:hover svg {
  transform: translateX(6px);
  transition: 0.4s;
}
.portfolio-column .arrow-btn svg path {
  transition: 0.4s;
}
.portfolio-column .arrow-btn:hover svg path {
  transition: 0.4s;
  stroke: #009ee3;
}
.portfolio-button {
  display: none;
}
.technologies-we-work {
  overflow: hidden;
}
.technologies-slider {
  margin-bottom: 42px;
}
.technologies-slider .swiper-container,
.technologies-slider-rtl .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.technologies-slider .swiper-wrapper,
.technologies-slider-rtl .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  align-items: center;
}
.technologies-slider .swiper-slide,
.technologies-slider-rtl .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}
.technologies-slider .swiper-slide h2,
.technologies-slider-rtl .swiper-slide h2 {
  background: #d9d9d9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}
.technologies-slider .swiper-slide h2:hover,
.technologies-slider-rtl .swiper-slide h2:hover {
  background: #003399;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.3s;
}
.tabSection {
  background-color: #f8f9fa;
}
.tabSection-heading {
  margin-bottom: 30px;
}
.tabSection-heading {
  max-width: 590px;
}
.tech-tabs {
  position: relative;
  border-bottom: 0;
  flex-direction: column;
}
.tech-tabs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #ddeaf3;
}
.tech-tabs .nav-item {
  padding-bottom: 20px;
}
.tech-tabs .nav-item:last-child {
  padding-bottom: 0;
}
.tech-tabs .nav-item .nav-link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #022037;
  display: block;
  padding: 18px 27px;
  width: 100%;
  border: 0;
  border-radius: 0;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #fff0;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
}
.tech-tabs .nav-item .nav-link:last-child {
  border-bottom: 0;
}
.tech-tabs .nav-item .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 4px;
  height: 100%;
  background-color: #009ee3;
  opacity: 0;
  transition: 0.4s;
}
.tech-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ddeaf3;
  -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;
}
.tech-tabs .nav-item .nav-link:hover:before,
.tech-tabs .nav-item .nav-link:active:before,
.tech-tabs .nav-item .nav-link.active:before {
  opacity: 1;
  transition: 0.4s;
}
.tech-tabs .nav-item .nav-link:hover {
  color: #009ee3;
}
.tech-tabs .nav-item .nav-link:active,
.tech-tabs .nav-item .nav-link.active {
  color: #009ee3;
  background-color: #ddeaf3;
}
.tech-tabs .nav-item .nav-link:hover::after,
.tech-tabs .nav-item .nav-link:focus::after,
.tech-tabs .nav-item .nav-link:active::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.tech-tab-content .tech-head {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 33px;
  margin-bottom: 0;
}
.tech-row {
  margin-bottom: 0;
}
.tech-col {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}
.tech-col:last-child {
  padding-right: 0;
}
.tech-col img {
  width: 42px;
  height: 42px;
}
.image-col,
.content-col {
  padding-top: 60px;
}
.image-list .item,
.content-list .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 120px;
}
.image-list .item:last-child,
.content-list .item:last-child {
  margin: 0;
}
.content-list .item img {
  display: none;
}
.image-list .item {
  position: absolute;
  margin: 0;
  transform: scale(0.2);
  opacity: 0;
  transition: all 0.4s;
}
.image-list .item.active {
  transform: scale(1);
  opacity: 1;
  transition: all 0.4s;
}
.image-list .item.item-2 {
  transform: scaleY(0.2);
}
.image-list .item.item-2.active {
  transform: scaleY(1);
}
.image-list .item.item-3 {
  transform: scaleX(0.2);
}
.image-list .item.item-3.active {
  transform: scaleY(1);
}
.image-col {
  position: sticky;
  top: calc(50% - 314px);
  max-height: 500px;
}
.content-list .item .heading-three {
  margin: 0 0 12px;
}
.content-list .item p {
  max-width: 430px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #022037;
  margin-bottom: 0;
}
.content-list .item .primary {
  margin-top: 40px;
}
.image-list .item.item-1,
.image-list .item.item-6 {
  align-items: center;
}
.image-list .item.item-1::before {
  content: "";
  position: absolute;
  background: url(../images/strategy-circle.png) no-repeat center;
  background-size: contain;
  width: 412px;
  height: 412px;
  top: 10px;
  left: -14px;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: rotate 15s linear infinite;
  z-index: -1;
}
.image-list .item.item-6::before {
  content: "";
  position: absolute;
  background: url(../images/launch--circle.png) no-repeat center;
  background-size: contain;
  width: 368px;
  height: 368px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  animation: rotate 15s linear infinite;
}
.our-working-btn {
  text-align: center;
}
.rocket {
  animation: launching 5s 0s infinite alternate ease-in-out forwards;
}
.define {
  transform: translateX(900px);
}
.define-2 {
  transform: translateX(-450px);
}
.define-3 {
  transform: translateX(650px);
}
.define-4 {
  transform: translateX(-250px);
}
.define-5 {
  transform: translateX(-950px);
}
.define-6 {
  transform: translateX(-750px);
}
.line-y-1 {
  transform: translateY(-950px);
}
.line-y-2 {
  transform: translateY(-550px);
}
.line-y-3 {
  transform: translateY(-850px);
}
.line-y-4 {
  transform: translateY(-750px);
}
.line-y-5 {
  transform: translateY(-900px);
}
.line-x-1 {
  transform: translateX(-900px);
}
.opacity-show {
  opacity: 0;
  transition: all 2.5s;
}
.active .opacity-show {
  opacity: 1;
  transition: all 2.5s;
}
.define,
.define-1,
.define-2,
.define-3,
.define-4,
.define-5,
.define-6 {
  transition: all 1.5s;
}
.active .define,
.active .define-1,
.active .define-2,
.active .define-3,
.active .define-4,
.active .define-5,
.active .define-6,
.active .line-y-1,
.active .line-y-2,
.active .line-y-3,
.active .line-y-4,
.active .line-y-5,
.active .line-x-1,
.active .design-mobile-1,
.active .design-mobile-2 {
  transform: translateX(0);
  transition: all 1.5s;
}
.line-y-1,
.line-y-2,
.line-y-3,
.line-y-4,
.line-y-5,
.line-x-1,
.active .line-y-1,
.active .line-y-2,
.active .line-y-3,
.active .line-y-4,
.active .line-y-5,
.active .line-x-1 {
  transition: all 2s;
}
.design-mobile-1 {
  transform: translateX(-900px);
}
.design-mobile-2 {
  transform: translateX(900px);
}
.design-mobile-1,
.design-mobile-2,
.active .design-mobile-1,
.active .design-mobile-2 {
  transition: all 0.6s;
}
.blink-1,
.blink-2,
.active .blink-1,
.active .blink-2 {
  transition: all 1s;
}
.blink-1,
.blink-2 {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  transform: translateX(900px);
}
.blink-2 {
  -webkit-animation-duration: 0.6s;
  transform: translateX(-900px);
}
.active .blink-1,
.active .blink-2 {
  transform: translateX(0);
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes launching {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(22px);
  }
}
/* .contact-us-sec {
  background-color: #f8f9fa;
} */
.contact-us-content {
  display: flex;
  flex-direction: column;
}
.contact-us-text {
  margin-bottom: 40px;
}
.contact-us-text p {
  line-height: 24px;
  max-width: 100%;
  margin-bottom: 16px;
}
.number-list {
  counter-reset: ol-counter;
}
.number-list li {
  padding-left: 40px;
  position: relative;
  counter-increment: ol-counter;
  margin-bottom: 30px;
}
.number-list li:last-child {
  margin-bottom: 0;
}
.number-list li::before {
  content: counter(ol-counter);
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #f8f8f8;
  color: #393939;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
/* .customer-trust {
  overflow: hidden;
} */
.customer-trust .swiper-container {
  width: 100%;
  /* height: 100%; */
  position: relative;
  overflow: hidden;
}
.customer-trust .swiper-wrapper {
  transition-timing-function: linear !important;
  position: relative;
  align-items: center;
}
.customer-trust .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.customer-trust-image img {
  width: 110px;
  height: 44px;
  object-fit: contain;
  filter: grayscale(1);
}
.contact-us-img {
  margin-top: auto;
  text-align: end;
}
.contact-us-form {
  background: #fff;
  padding: 30px 0;
  margin-bottom: 0;
  max-width: 470px;
}
.contact-us-form > ul > li {
  padding: 0 30px 24px;
}
.contact-us-form > ul > li:last-child {
  padding-bottom: 0;
}
.contact-us-form span > div {
  padding: 0;
}
label {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #022037;
  display: block;
}
.contact-us-sec input {
  width: 100%;
}
input,
textarea,
select,
.contact-us-form .select2-container .select2-selection--multiple,
.contact-us-form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #022037;
  background: #f8f9fa;
  padding: 12px;
  border: 1px solid #fff0;
}
input:focus,
input:focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  outline: none;
  border: 1px solid #009ee3;
}
input::placeholder,
textarea::placeholder {
  color: #666;
}
textarea {
  resize: none;
}
.contact-us-form .wpcf7-form-control-wrap {
  display: block;
  line-height: 17px;
  font-size: 14px;
}
.contact-us-form .flag-container {
  padding: 0;
}
.intl-tel-input.allow-dropdown .selected-flag {
  padding: 0;
  width: 40px;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: #fff0;
}
.flag-container .selected-flag .iti-arrow {
  border-left: 4px solid #fff0;
  border-right: 4px solid #fff0;
}
.intl-tel-input.allow-dropdown input[type="text"] {
  padding-right: 0;
  padding-left: 40px;
  width: 100%;
}
.contact-us-form .select2 {
  width: 100% !important;
}
.contact-us-form .select2-container--default .select2-selection--multiple {
  border: 1px solid #fff0;
  min-height: inherit;
  border-radius: 0;
}
.contact-us-form
  .select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #009ee3;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  position: relative;
}
.contact-us-form
  .select2-container
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #009ee3;
  border: none;
  border-radius: 0;
  padding: 5px 10px;
  color: #fff;
  text-transform: capitalize;
  float: none;
  margin: 0;
  width: auto;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
  position: relative;
  top: 2px;
  font-size: 18px;
  margin-right: 5px;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove:hover {
  color: #022037;
}
.contact-us-form
  .select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin: 0;
  padding: 0;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}
.select2-dropdown {
  border: 1px solid #f8f9fa;
}
.select2-results__option {
  user-select: none;
  -webkit-user-select: none;
  margin: 0;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #333;
  -moz-transition: 0.15s ease-in;
  -o-transition: 0.15s ease-in;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #f8f9fa !important;
  color: #022037 !important;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f8f9fa !important;
  color: #022037 !important;
}
.select2-container .select2-selection--multiple::before,
.select2-container
  .select2-selection--single
  .select2-selection__rendered::before {
  content: "";
  background-image: url(../images/icon_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 12px;
  transition: 0.3s ease-in-out;
  transform: translateY(-50%);
  z-index: 0;
}
.contact-us-form textarea {
  width: 100%;
  height: 56px;
}
.contact-us-form .wpcf7-submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px #fff0;
  position: relative;
  background: #009ee3;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 7px 30px;
  font-size: 16px;
  line-height: 32px;
}
.contact-us-form .wpcf7-submit:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #022037;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 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;
}
.contact-us-form .wpcf7-submit:hover,
.contact-us-form .wpcf7-submit:focus,
.contact-us-form .wpcf7-submit:active {
  color: #fff;
}
.contact-us-form .wpcf7-submit:hover:before,
.contact-us-form .wpcf7-submit:focus:before,
.contact-us-form .wpcf7-submit:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.contact-us-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 44px;
}
.contact-us-form .wpcf7-spinner {
  background-color: #009ee3;
  opacity: 1;
}
.wpcf7-spinner::before {
  background-color: #ddeaf3;
}
@media only screen and (max-width: 1199px) {
  .banner .video {
    padding-left: 0;
  }
  .about-us-details::after {
    bottom: 0;
    left: 0;
    width: 370px;
    height: 370px;
  }
  .banner-side-img {
    width: 60%;
    right: -5%;
  }
}
@media only screen and (max-width: 991px) {
  /* .banner {
    min-height: 950px;
  } */
  .banner p {
    margin-bottom: 40px;
  }
  .image-col {
    display: none;
  }
  .content-list .item img {
    display: block;
    margin: 12px auto 24px;
  }
  .content-list .item p {
    max-width: 100%;
  }
  .image-list .item,
  .content-list .item {
    min-height: auto !important;
    margin-bottom: 40px;
  }
  .content-list .item .heading-three {
    width: 100%;
  }
  .content-list .item,
  .our-working-process,
  .services .heading-two {
    text-align: center;
    align-items: center;
  }
  .contact-us-content {
    align-items: center;
  }
  .contact-us-form {
    padding: 30px 0;
  }
  .contact-us-form > li {
    padding: 0 30px 20px;
  }
  .mobile-menu-screen {
    position: absolute;
    left: 15px;
  }
  .services-card .content {
    padding: 20px;
  }
  .services-card .heading-three-regular {
    margin-bottom: 20px;
  }
  .technologies-slider {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .banner {
    min-height: inherit;
    padding: 170px 0 40px 0;
  }
  .banner-side-img {
    position: relative;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70%;
  }
  .about-image img {
    display: none;
  }
  .about-us p {
    max-width: 100%;
  }
  .portfolio-column {
    margin-bottom: 20px;
  }
  .portfolio {
    margin-bottom: -20px;
  }
  .portfolio-column img {
    height: auto;
  }
  .tech-tabs {
    flex-direction: row;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .tech-tabs::before {
    display: none;
  }
  .tech-tabs .nav-item {
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .tech-tabs .nav-item .nav-link {
    padding: 12px 15px;
    font-size: 18px;
    white-space: nowrap;
  }
  .tech-tabs .nav-item .nav-link::before {
    display: none;
  }
  .tech-tab-content .tech-head {
    padding: 10px 0 20px;
  }
  .tabSection-heading {
    max-width: 100%;
  }
  .contact-us-content {
    margin-bottom: 30px;
  }
  .contact-us-form {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .banner p {
    font-size: 18px;
    line-height: 28px;
  }
  .reviews-list {
    gap: 12px;
  }
  /* .services-card {
    height: 280px;
  } */
  .services-card .video {
    display: none;
  }
  @keyframes trin {
    from {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    20%,
    32%,
    44%,
    56%,
    68% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    23%,
    35%,
    47%,
    59%,
    71% {
      transform: rotate3d(0, 0, 1, 15deg);
    }
    26%,
    38%,
    50%,
    62%,
    74% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
    29%,
    41%,
    53%,
    65%,
    77% {
      transform: rotate3d(0, 0, 1, -15deg);
    }
    80% {
      transform: rotate3d(0, 0, 1, 0deg);
    }
  }
  .banner {
    padding: 125px 0 0 0;
    min-height: inherit;
  }
  /* .services-col-4:nth-child(2) {
    width: 100%;
  } */
  .about-us-details::after {
    width: 300px;
    height: 300px;
  }
  .portfolio-heading .primary {
    display: none;
  }
  .portfolio-button {
    display: block;
  }
  .tech-tabs .nav-item .nav-link::after {
    display: none;
  }
  .tech-tabs .nav-item .nav-link:active,
  .tech-tabs .nav-item .nav-link.active {
    background-color: #fff0;
  }
  .tech-tabs .nav-item .nav-link {
    padding: 10px;
  }
  .tech-tab-content .tech-head {
    display: none;
  }
  .tech-col {
    width: 50%;
  }
  .tech-col img {
    max-width: 35px;
  }
  .tech-col:last-child {
    margin-bottom: 0;
  }
  .contact-us-form {
    padding: 20px 0;
  }
  .contact-us-form > li {
    padding: 0 15px 20px;
  }
  .contact-us-img svg {
    max-width: 310px;
  }
  .technologies-slider {
    margin-bottom: 22px;
  }
  .technologies-slider .swiper-slide,
  .technologies-slider-rtl .swiper-slide {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .banner .button-row {
    flex-wrap: wrap;
  }
  .banner-side-img {
    width: 80%;
  }
}
@media only screen and (max-width: 360px) {
  .tech-col {
    width: 100%;
  }
}
