/* fonts */
@import url("../fonts/gordita/stylesheet.css");
@font-face {
  font-family: "Mono Space";
  src: url(../fonts/space_mono/style.css) format("tff");
}
/* colors */
body {
  font-family: "gordita", sans-serif !important;
}
body ul li {
  margin: 15px 0;
}
body .color-black {
  color: #48494E;
}
body .color-purple {
  color: #9930fb;
}
body .color-purple-subtitle {
  font-family: "space_mono", monospace;
}
body .color-blue {
  color: #2d5fff;
}
body .color-blue-subtitle {
  font-family: "space_mono", monospace;
}
body .message-icon2 {
  filter: brightness(0) saturate(100%) invert(90%) sepia(18%) saturate(7492%) hue-rotate(169deg) brightness(107%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(90%) sepia(18%) saturate(7492%) hue-rotate(169deg) brightness(107%) contrast(101%);
  transform: rotate(180deg);
  right: -60px;
  top: -60px;
  position: absolute;
}
body .card-yellow {
  background: #fff9da;
  border: 1px solid #f1f1f1;
}
body .card-yellow:hover {
  border-color: #fff;
  box-shadow: 0 1px 5px #cecece;
  transform: translateY(-10px);
}
body .card-purple {
  background: #faf5ff;
  border: 1px solid #f1f1f1;
}
body .card-purple:hover {
  border-color: #fff;
  box-shadow: 0 1px 5px #cecece;
  transform: translateY(-10px);
}
body .card-green {
  background: #e2fff7;
  border: 1px solid #f1f1f1;
}
body .card-green:hover {
  border-color: #fff;
  box-shadow: 0 1px 5px #cecece;
  transform: translateY(-10px);
}
body .card-blue {
  background: #e9f4fd;
  border: 1px solid #f1f1f1;
}
body .card-blue:hover {
  border-color: #fff;
  box-shadow: 0 1px 5px #cecece;
  transform: translateY(-10px);
}
body .card-orange {
  background: #fdf2e9;
  border: 1px solid #f1f1f1;
}
body .card-orange:hover {
  border-color: #fff;
  box-shadow: 0 1px 5px #cecece;
  transform: translateY(-10px);
}
body .btn-outline {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  border: 1px solid #2d5fff;
  color: #2d5fff;
  letter-spacing: -0.36px;
}
body .btn-outline:hover {
  background: #2d5fff;
  opacity: 0.8;
  color: white;
}
body .btn-full {
  line-height: 50px;
  padding: 0 35px;
  border-radius: 30px;
  background: #2d5fff;
  color: white;
  letter-spacing: -0.36px;
  text-transform: uppercase;
}
body .btn-full:disabled {
  opacity: 50%;
}
body .btn-full-blue {
  background: #2d5fff;
}
body .btn-full-purple {
  background: #9930fb;
}
body .btn-full:hover {
  box-shadow: 0 1px 5px #cecece;
  transform: translateY(-10px);
  color: white;
}
body .home {
  font-family: "gordita", sans-serif;
  z-index: 1;
  position: relative;
  padding-top: 250px;
}
body .home-header {
  margin-bottom: 50px;
  position: relative;
}
body .home-header-title {
  font-family: "space_mono", sans-serif;
  position: relative;
  font-size: 90px;
  line-height: 1.09em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
body .home-header-asset1 {
  position: absolute;
  right: 20%;
  rotate: 5deg;
  top: 0%;
  width: 20%;
  -webkit-animation: slide-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
body .home-header-asset2 {
  position: absolute;
  left: 40%;
  bottom: -5%;
  width: 30%;
  animation: draw 1s ease-out;
}
body .home-counter {
  position: relative;
  padding-left: 150px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 10px;
}
body .home-counter-asset1 {
  position: absolute;
  right: 15%;
  rotate: 5deg;
  top: 5%;
  width: 20%;
  -webkit-animation: slide-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
body .home-counter-asset2 {
  position: absolute;
  left: 20%;
  bottom: -5%;
  width: 34%;
  animation: draw 1s ease-out;
}
body .home-banner {
  background-color: #e9f4fd;
  margin: 100px 0;
  padding: 100px;
}
body .home-contact {
  background-color: #faf5ff;
  border-radius: 40px;
}
body .message {
  display: none;
}
body .message-arrow {
  position: absolute;
  left: -9%;
  top: -13%;
  z-index: 1;
  transform: rotate(45deg);
  height: 25%;
}
body .message-success {
  position: absolute;
  top: -25%;
  left: 25%;
}
body .message-success iframe {
  width: 33rem;
  height: 40rem;
}
body .logo {
  text-align: center;
}
body .about {
  text-align: justify;
}
body .about-bold {
  font-size: 20px;
  font-weight: 600;
}
body .about-contact-banner {
  background-color: white;
  border-radius: 10px;
}
body .about-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 20px;
}
body .about-header-text {
  width: 70%;
}
body .about-header-asset1 {
  position: absolute;
  right: 5%;
  top: -50px;
  width: 20%;
  rotate: 5deg;
  -webkit-animation: slide-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: slide-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
body .about-header-asset2 {
  position: absolute;
  left: 32%;
  bottom: 50%;
  width: 30%;
  animation: draw 0.8s ease-out;
}
body .pointer {
  cursor: pointer;
}
body .tech {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
body .tech-show {
  display: flex;
}
body .tech-hide {
  display: none;
}
body .tech-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  gap: 10px;
  width: 140px;
  height: 200px;
  border-radius: 75px;
  background-color: white;
}
body .tech-image div {
  text-align: center;
}
body .tech-image img {
  max-height: 60px;
}
body #stack {
  display: none;
}
body .stacks {
  cursor: pointer;
}
body .stacks-elem .current-item {
  color: #9930fb;
}
body .stacks-stack {
  display: none;
}
body .stacks-list-mobile {
  display: none;
}
body .method {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .method-items .accordion-button:not(.collapsed) {
  color: black;
}
body .method-image img {
  transition: opacity 1s ease-in-out;
}
body .projects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
body .projects .tech-image {
  border: 1px solid #6edfff;
}
body .g-control-nav-two li.is-checked {
  border-color: #6edfff;
  border-radius: 20px;
}
body .case-studies-card {
  border: 2px solid #6edfff;
  background-color: white;
  border-radius: 10px;
  margin-bottom: 20px;
}
body .feedback {
  background-color: #e9f4fd;
}
body .feedback-text {
  font-weight: 600;
  color: #9930fb;
}
body .feedback-body {
  height: 285px;
}
body .marks {
  -webkit-animation: scale-up-center 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s infinite alternate both;
  animation: scale-up-center 1.2s cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s infinite alternate both;
}
body .services .service-card {
  height: 415px;
}
body .service-card {
  position: relative;
  border-radius: 10px;
  padding: 20px 40px;
  width: 100%;
}
body .service-icon {
  width: 150px;
}
body .service-elem {
  position: absolute;
  bottom: 40px;
  right: 30px;
}
body .service-category h5 {
  font-weight: normal;
  font-size: 20px;
}
body .service-details {
  background-color: #faf5ff;
}
body .service-sidebar .accordion-button {
  padding: 1rem 0;
  -webkit-appearance: none;
}
body .service-sidebar .accordion-body {
  padding: 0 1rem;
}
body .service-sidebar .accordion-body span a {
  font-size: 1rem;
}
body .service-sidebar .accordion-button:not(.collapsed) {
  color: black;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
}
body .service-sidebar-category a:active {
  color: #9930fb;
}
body .service-description ul,
body .service-description li {
  margin: 0 10px;
}
body .service-img-hidden {
  display: none;
  width: 80%;
  margin: 50px 100px;
}
body .service-img-visible {
  display: block;
  width: 80%;
  margin: 50px 100px;
}
body .service-img-mobile {
  display: none;
}
body .outline-card {
  border: 1px solid #6edfff;
}
body .outline-card:hover {
  box-shadow: 0 2px 10px #6edfff;
  border-color: #fff;
}
body .align-vertical-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body .align-horizontal-center {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
body .partners {
  width: 30vw;
}
body .partners-image {
  position: relative;
  left: 15%;
}
body .subtitle {
  font-family: "space_mono", monospace;
  color: #9930fb;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
body .terms {
  cursor: pointer;
  color: #2d5fff;
}
body .terms-container h2 {
  margin-bottom: 15px;
}
body .terms-container h4 {
  margin: 20px 0;
}
body .terms-container h5 {
  margin: 20px 0 10px 0;
}
body .sub-title {
  color: #2d5fff;
}
body .industries-icon1 {
  background-image: url(../images/craftere_assets/asset20.svg);
  background-size: cover;
  padding: 15px 13px;
}
body .industries-subtitle {
  color: #001e3d;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
body .industries-title {
  font-size: 35px;
  background-color: rgba(211, 211, 211, 0.3725490196);
  margin: 0 35px;
  font-weight: 500;
}
body .industries-subtitle2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 50px 0 15px 0;
}
body .industries-code {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 5px;
}
body .industries-code-blue {
  color: #2d5fff;
}
body .industries-code-red {
  color: red;
}
body .industries-code-yellow {
  color: #ffc645;
}
body .industries-code-purple {
  color: #9930fb;
}
body .industries-code-green {
  color: green;
}
body .blog-title {
  font-weight: normal;
}
body .news {
  position: relative;
  border: 1px solid #6edfff;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
  margin: 0 15px 40px;
}
body .news-images {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  object-fit: cover;
  display: block;
  transition: all 0.4s ease-in-out;
}
body .news-post {
  color: #9930fb;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body .news-read {
  position: absolute;
  bottom: 0;
  margin: 5px;
  display: flex;
  width: 100%;
  color: #2d5fff;
}
body .news-read:hover span {
  cursor: pointer;
  transform: scale(1.1);
  color: #9930fb;
}
body .news-read a {
  width: 90%;
}
body .handbook-background {
  background-color: #e9f4fd;
  min-height: 100vh;
  padding: 150px 12px 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
body .handbook-icon1 {
  width: 25%;
  transform: rotate(20deg);
  right: -131px;
  top: -60px;
  position: absolute;
}
body .handbook-icon2 {
  width: 25%;
  left: -120px;
  bottom: 250px;
  position: absolute;
}
body .hashtag {
  color: #2d5fff;
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 25px;
  font-weight: 500;
}
body .footer {
  background-color: #2d5fff;
  padding: 45px 70px 0;
  z-index: 2;
  position: relative;
  color: white;
}
body .footer-title {
  font-size: 20px;
}
body .footer .social-icon a {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid white;
  background: none;
  transition: all 0.3s ease-in-out;
}
body #analyser-headingOne > button {
  font-size: 18px;
}
body #analyser-headingTwo > button {
  font-size: 18px;
}
body #analyser-headingThree > button {
  font-size: 18px;
}
body #analyser-headingFour > button {
  font-size: 18px;
}
body #consumption-headingOne > button {
  font-size: 18px;
}
body #portal-headingOne > button {
  font-size: 18px;
}
body #portal-headingTwo > button {
  font-size: 18px;
}
body #portal-headingThree > button {
  font-size: 18px;
}
body #portal-headingFour > button {
  font-size: 18px;
}
body #portal-headingFive > button {
  font-size: 18px;
}
body #health-headingOne > button {
  font-size: 18px;
}
body #health-headingTwo > button {
  font-size: 18px;
}
body #health-headingThree > button {
  font-size: 18px;
}
body #health-headingFour > button {
  font-size: 18px;
}
body #health-headingFive > button {
  font-size: 18px;
}
body #iot-headingOne > button {
  font-size: 18px;
}
body #iot-headingTwo > button {
  font-size: 18px;
}
body #iot-headingThree > button {
  font-size: 18px;
}
body #iot-headingFour > button {
  font-size: 18px;
}
body #iot-headingFive > button {
  font-size: 18px;
}
body #iot-headingSix > button {
  font-size: 18px;
}
body #modelling-headingOne > button {
  font-size: 18px;
}
body #ai-headingOne > button {
  font-size: 18px;
}
body #ai-headingTwo > button {
  font-size: 18px;
}
body #ai-headingThree > button {
  font-size: 18px;
}
body #ai-headingFour > button {
  font-size: 18px;
}
body #more1 {
  display: none;
}
body #more2 {
  display: none;
}
body #more3 {
  display: none;
}
body #more4 {
  display: none;
}
body .more1 {
  display: none;
}
body .more2 {
  display: none;
}
body .more3 {
  display: none;
}
body .more4 {
  display: none;
}
body .item-projects {
  display: none;
}
body .item-trust {
  display: block;
}
body .item-project1 {
  display: none;
}
body .item-project2 {
  display: none;
}
body .item-project3 {
  display: none;
}
body .item-project4 {
  display: none;
}
body .readMore {
  color: #6edfff;
  font-size: 15px;
}
body .theme-menu-eight .navbar-toggler {
  background-color: #2d5fff;
}
body .solution-gif {
  position: absolute;
  bottom: 0;
  right: -10%;
  transform: rotate(-20deg);
}
body .current-page {
  color: #9930fb;
  font-weight: 400;
}
body .slick-initialized .slick-slide {
  padding: 0 20px;
}
body .blink {
  animation: blink 0.8s steps(5, start) infinite;
  -webkit-animation: blink 0.8s steps(5, start) infinite;
}
body .card-style-fifteen h5 {
  font-size: 22px;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes draw {
  0% {
    width: 0;
  }
  100% {
    width: 34%;
  }
}
@-webkit-keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(100px);
    transform: translateY(-100px) translateX(100px);
    opacity: 1;
  }
}
@keyframes slide-tr {
  0% {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-100px) translateX(100px);
    transform: translateY(-100px) translateX(100px);
    opacity: 1;
  }
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 1400px) {
  body .feedback-body {
    height: 250px;
  }
  body .accordion-style-five .accordion-body {
    padding: 0 20px 20px 20px;
  }
  body .home-header-asset1 {
    right: 10%;
    width: 25%;
  }
  body .home-header-asset2 {
    position: absolute;
    left: 40%;
    bottom: -10%;
    width: 35%;
  }
  body .about-header-asset1 {
    top: 10%;
  }
  body .about-header-asset2 {
    top: 45%;
    left: 39%;
    width: 39%;
  }
  body .fancy-feature-thirtyFive .img-holder .card-two {
    top: 4%;
    right: -10%;
  }
}
@media (max-width: 1260px) {
  body .home-header-title {
    font-size: 80px;
  }
  body .home-counter {
    padding-left: 20px;
  }
  body .home-counter-asset1 {
    display: none;
  }
  body .home-counter-asset2 {
    display: none;
  }
  body .home-banner {
    margin: 0;
  }
  body .feedback-body {
    height: 270px;
  }
  body .fancy-feature-thirtySeven {
    margin-bottom: 100px;
  }
  body .industries-icon1 {
    background-image: none;
  }
  body .about-header {
    flex-direction: column;
    gap: 50px;
  }
  body .about-header-asset1 {
    display: none;
  }
  body .about-header-asset2 {
    left: 39%;
    bottom: 50%;
    width: 40%;
  }
  body .solution-gif {
    display: none;
  }
  body .message-arrow {
    display: none;
  }
  body .industries-code {
    flex-wrap: wrap;
  }
  body .btn-full {
    padding: 0 20px;
  }
  body .fancy-feature-thirtyFive .img-holder .card-two {
    top: 4%;
    right: -16%;
  }
  body .fancy-feature-thirtyFive .img-holder .card-one {
    left: 0;
  }
  body .feedback-block-one {
    margin-inline-end: 0;
    text-align: justify;
  }
}
@media (max-width: 1180px) {
  body .feedback-body {
    height: 350px;
  }
}
@media (max-width: 1000px) {
  body .blog-title {
    font-size: 15px;
  }
  body .about-header-asset2 {
    left: 39%;
    bottom: 50%;
    width: 38%;
  }
  body .fancy-feature-thirtyFive .img-holder .card-two {
    top: -5%;
    right: -16%;
  }
  body .feedback-body {
    height: 420px;
  }
}
@media (max-width: 991px) {
  body .home-header-title {
    font-size: 80px;
  }
  body .home-header-asset1 {
    top: 5%;
    right: 29%;
    width: 35%;
  }
  body .home-header-asset2 {
    left: 31%;
    bottom: -5%;
    width: 50%;
  }
  body .feedback-body {
    height: 250px;
  }
  body .mt-200 {
    margin-top: 120px;
  }
  body #stack {
    display: inline-flex;
  }
  body .stacks {
    max-height: 50px;
  }
  body .stacks .accordion-button {
    color: #9930fb;
    font-weight: 400;
    font-size: 18px;
    background-color: transparent;
  }
  body .stacks-list {
    display: none;
  }
  body .stacks-list-mobile {
    display: none;
    background-color: #faf5ff;
    z-index: 1;
    position: relative;
    height: 200px;
    overflow-y: scroll;
    padding: 10px 0;
  }
  body .service-img-visible {
    margin: 0;
    width: 100%;
  }
  body .service-details-meta .accordion-style-two .accordion-button * {
    font-size: 18px !important;
  }
  body .feedback-block-eleven {
    padding: 30px;
    margin: 40px 20px 20px;
  }
  body .partner-section-six {
    margin-bottom: 60px;
  }
  body .feedback-section-eleven {
    margin-top: 50px !important;
  }
  body .contact-banner {
    margin-top: 20px;
  }
  body .counter-block-three {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  body .counter-block-three .tx-dark {
    text-align: center;
  }
  body .counter-block-three .main-count {
    font-size: 45px;
  }
  body .about-header-asset1 {
    display: none;
  }
  body .about-header-asset2 {
    left: 31%;
    bottom: 50%;
    width: 31%;
  }
  body .about-header-text {
    width: 100%;
  }
  body .message-success {
    position: absolute;
    top: 0;
    left: 18%;
  }
  body .message-success iframe {
    width: 25rem;
  }
  body .fancy-feature-fiftyTwo {
    margin-top: 35px;
  }
  body .fancy-feature-thirtyFive .text-wrapper p {
    font-size: 19px;
  }
  body .fancy-feature-thirtyFive h6 {
    font-size: 15px;
  }
  body .service-details .mb-50 {
    margin-bottom: 0;
  }
}
@media (max-width: 855px) {
  body .feedback-body {
    height: 280px;
  }
}
@media (max-width: 767px) {
  body .home-header-asset1 {
    top: 6%;
    right: 24%;
    width: 40%;
  }
  body .home-header-asset2 {
    left: 28%;
    bottom: -5%;
    width: 65%;
  }
  body .tech {
    gap: 18px;
  }
  body .tech-show {
    justify-content: space-evenly;
  }
  body .tech-hide {
    justify-content: space-evenly;
  }
  body .tech-image {
    width: 100px;
    height: 150px;
  }
  body .tech-image img {
    max-height: 45px;
  }
  body .h4 {
    font-size: 15px;
  }
  body .feedback-body {
    height: 160px;
  }
  body .feedback-block-eleven p {
    font-size: 15px !important;
  }
  body .about-header-asset2 {
    left: 41%;
    bottom: 50%;
    width: 43%;
  }
  body .footer {
    padding: 25px 70px 10px;
  }
  body .footer-title {
    display: none;
  }
  body .footer .mb-40 {
    margin-bottom: 20px;
  }
  body .footer .mb-30 {
    margin-bottom: 15px;
  }
  body .logo img {
    width: 150px !important;
  }
  body .fancy-feature-thirtyFive .img-holder .card-two {
    top: -3%;
    right: 4%;
  }
  body .services .service-card {
    height: max-content;
  }
  body .service-elem {
    bottom: 15px;
    right: 15px;
  }
  body .service-icon {
    width: 100px;
  }
}
@media (max-width: 672px) {
  body .feedback-body {
    height: 180px;
  }
}
@media (max-width: 515px) {
  body .about-header-asset2 {
    left: 45%;
  }
  body .feedback-body {
    height: 200px;
  }
}
@media (max-width: 484px) {
  body .about-header-asset2 {
    left: 46%;
    top: 32%;
    width: 45%;
  }
}
@media (max-width: 480px) {
  body .home-header {
    margin-bottom: 20px;
  }
  body .home-header-title {
    font-size: 48px;
  }
  body .home-header-asset1 {
    display: none;
  }
  body .home-header-asset2 {
    left: 33%;
    bottom: -5%;
    width: 50%;
  }
  body .about-header-asset2 {
    left: 27%;
    top: 47%;
    width: 31%;
  }
  body .feedback-body {
    height: 250px;
  }
  body .method-image {
    display: none;
  }
  body .services .service-card {
    height: 250px;
  }
  body .service-img-hidden {
    display: none;
  }
  body .service-img-visible {
    display: none;
  }
  body .service-img-mobile {
    display: block;
    width: 100%;
    padding: 50px;
  }
  body .theme-main-menu {
    padding: 20px;
  }
  body .main-title,
body h2 {
    font-size: 22px;
  }
  body .partners-image {
    left: 0;
  }
  body .card-style-fifteen img {
    right: 0;
  }
  body .message-icon2 {
    display: none;
  }
  body .color-purple-subtitle {
    font-size: 25px;
  }
  body .subtitle {
    font-size: 19px;
  }
  body .feedback-section-eleven {
    margin-top: 0 !important;
  }
  body .message-success iframe {
    width: 15rem;
  }
  body .accordion-style-five .accordion-body {
    padding: 0 25px 25px;
  }
  body .service-img-mobile {
    padding: 15px;
  }
}
@media (max-width: 460px) {
  body .about-header-asset2 {
    left: 30%;
    width: 30%;
  }
  body .feedback-body {
    height: 230px;
  }
}
@media (max-width: 414px) {
  body .home-header-asset1 {
    display: block;
    top: 20%;
    right: 36%;
    width: 40%;
  }
  body .home-header-asset2 {
    left: 30%;
    width: 60%;
  }
  body .feedback-body {
    height: 250px;
  }
  body .about-header-asset2 {
    left: 34%;
    width: 32%;
  }
}
@media (max-width: 375px) {
  body .about-header-asset2 {
    left: 40% !important;
    width: 38% !important;
  }
  body .home-header-asset2 {
    left: 30%;
    width: 60%;
  }
  body .hashtag {
    font-size: 18px;
  }
  body .feedback-block-eleven p {
    font-size: 15px;
    padding: 25px 0 10px;
  }
  body .h3 {
    font-size: 18px;
  }
  body .service-elem {
    bottom: 15px;
    right: 15px;
  }
  body .service-icon {
    width: 80px;
  }
  body .feedback-body {
    height: 300px;
  }
}
@media (max-width: 350px) {
  body .about-header-asset2 {
    left: 45%;
  }
  body .feedback-body {
    height: 350px;
  }
}
@media (max-width: 303px) {
  body .feedback-body {
    height: 450px;
  }
  body .about-header-asset2 {
    left: 44%;
    width: 47%;
    top: 31%;
  }
}
@media (max-width: 277px) {
  body .feedback-body {
    height: 530px;
  }
  body .about-header-asset2 {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
