@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.woff?hykq0p") format("woff"), url("../fonts/icomoon.woff2?hykq0p") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-down:before {
  content: "\e910";
}

.icon-development:before {
  content: "\e90d";
}

.icon-call:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e902";
}

.icon-right:before {
  content: "\e907";
}

.icon-quote:before {
  content: "\e900";
}

.icon-time:before {
  content: "\e903";
}

.icon-experience:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-efficiency:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-linkedin:before {
  content: "\e909";
}

.icon-location:before {
  content: "\e90a";
}

.icon-app:before {
  content: "\e90b";
}

.icon-revenue:before {
  content: "\e90c";
}

.icon-solutions:before {
  content: "\e90e";
}

.icon-star:before {
  content: "\e90f";
}

.icon-submit:before {
  content: "\e911";
}

.icon-uiux:before {
  content: "\e912";
}

.icon-user:before {
  content: "\e913";
}

.icon-web-development:before {
  content: "\e914";
}

/* Slider Styles */
.slick-slider {
  position: relative;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 -12px;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  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;
  outline: none;
  min-height: 1px;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.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;
}

.slick-dots {
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0 0;
}
.slick-dots li {
  position: relative;
  margin: 33px 0 0;
}
@media (max-width: 767px) {
  .slick-dots li {
    margin: 15px 0 0;
  }
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  line-height: 0;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 100%;
  padding: 0;
  border: none;
  background: #d5d5d5;
  transition: all 0.4s ease;
}
.slick-dots li button:hover {
  background: #0b58ec;
}
.slick-dots li.slick-active button {
  background: #0b58ec;
}

@media (min-width: 1536px) {
  .container {
    width: 85% !important;
    max-width: inherit !important;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 768px;
  }
}

.marquee img {
  filter: grayscale(1);
}
.marquee img:hover {
  filter: grayscale(0);
}

/* Onload Animation */
@media (min-width: 1024px) {
  .animate-bottom,
  .animate-top,
  .animate-zoom-in {
    position: relative;
    transition: transform 2.5s ease;
  }
  .animate-bottom {
    transform: translateY(-100%);
  }
  .loaded .animate-bottom {
    transform: translateY(0);
  }
  .animate-top {
    opacity: 0;
    transition: opacity 2.5s ease;
  }
  .loaded .animate-top {
    opacity: 1;
  }
  .animate-zoom-in {
    transform: scale(1.5);
    opacity: 0;
  }
  .loaded .animate-zoom-in {
    transform: scale(1);
    opacity: 1;
  }
}
@media (min-width: 1280px) {
  .visual-block {
    min-height: calc(100vh - 144px);
  }
}
/* Phone Field Styles */
.phone-field .iti {
  width: 100%;
}
.phone-field .iti__search-input {
  padding: 6px 15px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  outline: none !important;
  box-shadow: none !important;
}
.phone-field .iti__search-input:focus {
  outline: none !important;
  box-shadow: none !important;
}
.phone-field .iti__selected-country-primary {
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.phone-field .iti__country {
  padding-left: 15px;
  padding-right: 15px;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background: transparent !important;
}

.form-area input {
  outline: none !important;
  box-shadow: none !important;
}

.modal-close:hover span {
  background: #fff;
}

/* Fixed Header Styles */
.wrapper {
  transition: 0.3s;
  padding-top: 65px;
}
@media (min-width: 768px) {
  .wrapper {
    padding-top: 128px;
  }
}
@media (min-width: 1024px) {
  .wrapper {
    padding-top: 144px;
  }
}

@media (max-width: 767px) {
  .header .container {
    max-width: 100% !important;
  }
}

.topbar-area {
  transition: 0.3s;
}

.fixed-header .wrapper {
  padding-top: 65px;
}
@media (min-width: 768px) {
  .fixed-header .wrapper {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .fixed-header .wrapper {
    padding-top: 96px;
  }
}
.fixed-header .header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) {
  .fixed-header .topbar-area {
    margin-top: -48px;
  }
}

/* block hover style */
.hover-box {
  transition: transform 0.3s ease-in-out !important;
}
.hover-box:hover {
  transform: translateY(-5px);
}

/* custom Contact Form Styles */
.custom-form {
  position: relative;
}
.custom-form p {
  width: 100%;
  position: relative;
}
.custom-form br {
  display: none;
}
.custom-form .custom-form-label {
  display: block;
  margin: 0 0 5px;
}
.custom-form .custom-form-label .stearic {
  color: #dc3232;
}
.custom-form .wpcf7-form-control-wrap {
  display: block;
}
.custom-form .custom-form-control,
.custom-form .wpcf7-form-control {
  font: 400 14px/20px "Montserrat", Arial, sans-serif;
  border: 1px solid rgba(65, 65, 65, 0.25);
  color: #414141;
  background: #fff;
  padding: 8px 18px;
  border-radius: 4px;
  height: 48px;
  width: 100%;
}
@media (min-width: 1024px) {
  .custom-form .custom-form-control,
  .custom-form .wpcf7-form-control {
    font-size: 16px;
    height: 54px;
  }
}
.custom-form .custom-form-control:focus,
.custom-form .wpcf7-form-control:focus {
  outline: none;
  background: #fff;
  color: rgb(65, 65, 65);
  border-color: #0b58ec;
}
.custom-form .custom-form-control.wpcf7-textarea,
.custom-form .wpcf7-form-control.wpcf7-textarea {
  height: 144px;
  resize: none;
}
.custom-form .custom-form-control.wpcf7-not-valid,
.custom-form .wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc3232 !important;
}
.custom-form .phone-field .custom-form-control,
.custom-form .phone-field .wpcf7-form-control {
  padding-left: 64px !important;
}
.custom-form .file-field {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.custom-form .wpcf7-not-valid-tip {
  font-size: 14px;
  padding: 5px 0 0;
}
.custom-form .submit-btn {
  font: 600 16px/20px "Poppins", Arial, sans-serif;
  width: 100%;
  height: 48px;
  display: block;
  padding: 8px 32px;
  border-radius: 4px;
  color: #fff;
  background: #0b58ec;
  cursor: pointer;
  transition: all 0.4s ease;
  border: none;
}
@media (min-width: 1024px) {
  .custom-form .submit-btn {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    padding: 8px 64px;
  }
}
.custom-form .submit-btn:hover, .custom-form .submit-btn:focus {
  color: #fff;
  background: #07c5e1;
}
.custom-form .wpcf7-spinner {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  background-color: #fff;
}
.custom-form .wpcf7-spinner:before {
  background-color: #0b58ec;
}
.custom-form .wpcf7-response-output {
  margin: 15px 0 0 !important;
  text-align: center;
}
.custom-form .file-field-area {
  position: relative;
}
.custom-form .file-field-area .wpcf7-not-valid-tip {
  margin: 130px 0 0;
}
.custom-form .file-uploader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 15px 0 0;
}

/* Newsletter Form Styles */
.footer-form .wpcf7-form-control-wrap {
  display: block;
}
.footer-form .custom-form-field {
  width: 100%;
  height: 56px;
  font-size: 14px;
  line-height: 22px;
  color: #414141;
  background: #fff;
  padding: 12px 80px 12px 20px;
  border-radius: 4px;
}
.footer-form .custom-form-field:focus {
  outline: none;
  background: #fff;
  color: #414141;
}
.footer-form .submit-button-holder {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
}
.footer-form .submit-button {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 1;
}
.footer-form .icon-submit {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(to bottom, rgb(7, 191, 226) 0%, rgb(11, 93, 236) 100%);
  transition: all 0.4s ease;
}
.footer-form .icon-submit:hover {
  opacity: 0.85;
}
.footer-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 14px;
  padding: 5px 0 0;
}
.footer-form .wpcf7-response-output {
  margin: 15px 0 0 !important;
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
  padding: 8px 10px;
}
.footer-form .wpcf7 form.invalid .wpcf7-response-output,
.footer-form .wpcf7 form.unaccepted .wpcf7-response-output,
.footer-form .wpcf7 form.payment-required .wpcf7-response-output {
  display: none !important;
}

/* Loader Styles */
.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #edf5fd;
  transition: 0.3s;
}
.loaded .page-loader {
  opacity: 0;
  visibility: hidden;
}
.page-loader .loader-logo {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #02122b;
}

.loader-animmte {
  width: 80px;
  height: 80px;
  border: 3px dotted #0b58ec;
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}
.loader-animmte:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted #06c7e5;
  border-style: solid solid dotted;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  animation: rotationBack 1s linear infinite;
  transform-origin: center center;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}