@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Nanum+Brush+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gloock&family=Manrope:wght@200..800&family=Nanum+Brush+Script&display=swap");

body {
  font-family: "Manrope";
}

.container {
  /*background: #ccc;*/
}

.navbar {
  border: none;
  margin-bottom: 0;
  padding: 30px 0 0;
}

.navbar-header {
  display: flex;
  align-items: center;
}

.navbar-brand {
  display: flex;
  align-items: center;
  padding: 0 !important;
}

.navbar-brand img {
  height: 50px;
  margin-right: 10px;
}

.brand-text {
  font-size: 24px;
  display: flex !important;
  line-height: 17px;
  color: #FF5023;
  /*flex-direction: column;*/
  padding-left: 10px;
  font-family: "Nanum Brush Script", cursive;
  font-weight: 500;
  font-style: normal;
  padding-top: 6px;
  display: inline-block;
}

.navbar-nav>li>a {
  color: #181c32 !important;
  font-weight: 500;
  margin: 0 10px;
  position: relative;
  /*padding-bottom: 5px;*/
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
  color: #FF5023 !important;
}

.navbar-nav>li.active>a::after,
.navbar-nav>li>a:hover::after {
  content: "";
  position: absolute;
  left: 25px;
  bottom: -7px;
  width: 30%;
  height: 2px;
  background-color: #FF5023;
}

.navbar-toggle {
  border: none;
  font-size: 24px;
}

.navbar-default {
  background-color: #fff !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  background-color: white !important;
}

.container-fluid {
  padding-right: 70px;
  padding-left: 70px;
  /*background: #dcdcdc;
    border: 2px solid #000;
    margin-left: 60px;
    margin-right: 60px;*/
}

.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px;
}

.btn-outline-danger {
  color: #FF5023;
  border-color: #FF5023;
  background-color: white;
}

.btn-outline-danger:hover {
  color: white;
  background-color: #FF5023;
  /* border-color: #7e8299; */
}

.btn-outline-primary {
  color: #000000;
  border-color: #7e8299;
  background-color: white;
}

.btn-outline-primary:hover {
  color: white;
  background-color: #FF5023;
  border-color: #FF5023;
}

.navbar-nav>li>a:hover,
.navbar-nav>li.active>a {
  color: #181c32 !important;
}

.studio-txt {
  font-size: 20px;
  font-weight: 300;
  color: #7e8299;
  margin-top: 20px;
}

.support-txt {
  font-size: 20px;
  font-weight: 300;
  /*color: #3f4254;*/
}

.craft-txt {
  font-size: 64px;
  font-weight: 500;
  color: #000000;
}

.empowering-txt {
  font-size: 64px;
  font-weight: 600;
  color: #181c32;
}

.ml-10 {
  margin-left: 10px;
}

.ux-txt {
  font-size: 40px;
  color: #181c32;
  font-weight: 600;
}

.ux-square {
  border-radius: 8px;
  padding: 25px 27px;
  height: 370px;
  margin-bottom: 33px;
}

.ux-square-circle {
  border-radius: 153px;
  border: solid 1px #FF5023;
  background-color: #fffcfb;
  /*width: 306px;*/
  height: 370px;
}

.box-heading {
  font-size: 30px;
  font-weight: 600;
  /*color: #181c32;*/
  line-height: 37px;
}

.box-list-txt {
  font-size: 16px;
  font-weight: 400;
  /*color: #181c32;*/
}

.lets-talk-btn {
  color: white !important;
  border-color: #FF5023;
  background-color: #FF5023;
  text-decoration: none !important;
}

.lets-talk-btn:hover {
  color: white;
  background-color: #FF5023;
  border-color: #FF5023;
}

.lets-talk-btn a {
  color: white !important;

  text-decoration: none !important;
}

.mt-60 {
  margin-top: 60px;
}

.circle-txt {
  font-size: 25px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3f4254;
  padding-top: 70px;
  text-decoration: none;
}

.we-txt {
  /*margin: 175px 19px 9px 32px;*/
  font-size: 28px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3f4254;
}

.counter-count {
  font-size: 80px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #181c32;
}

.counter {
  text-align: center;
  margin-top: 100px;
}

.count-sub-txt {
  margin: 2px 0 0;
  font-size: 24px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #7e8299;
}

.our-works-txt {
  font-size: 40px;
  font-weight: 500;
  font-stretch: normal;
  letter-spacing: normal;
  color: #181c32;
}

.view-all-txt {
  font-size: 20px;
  font-weight: 600;
  color: #3f4254;
  padding-top: 23px;
}

.our-work-title {
  font-size: 16px;
  font-weight: 500;
  color: #7e8299;
  margin-top: 15px;
}

.our-work-big {
  font-size: 22px;
  font-weight: 500;
  color: #181c32;
}

.our-work-big:focus {
  outline: none;
  text-decoration: none;
  color: #000;
}

.testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.rating {
  color: #ffcc00;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.arrow-div {
  margin-top: 18px;
  margin-left: 20px;
  cursor: pointer;
}

.testimonial-header {
  display: flex;
}

.testimonial-slider {
  position: relative;
}

.testimonial-card {
  flex-grow: 0;
  padding: 20px 20px 25px 20px;
  border-radius: 8px;
  border: solid 1px #e4e6ef;
  background-color: #fbfbfc;
  height: 285px;
}

.testimonial-header-text {
  display: flex;
  margin-bottom: 15px;
}

.testimonial-header-text img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.testimonial-text {
  text-align: justify;
  color: #5e6278;
  font-size: 20px;
}

.row-flex {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .row-flex {
    flex-direction: column;
  }

}

.testimonial-section {
  /*margin-top: 100px;*/
  position: relative;
}

.testi-name {
  border-radius: 8px;
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin-bottom: 0px;
}

.testi-name-sub {
  font-size: 16px;
  color: #5e6278;
  margin: 0px;
}

.empowering {
  position: relative;
  border-radius: 6px;
  border: solid 1px #e4e6ef;
  background-color: #f7f9fc;
  padding: 30px 30px;
}

.empowering-idea-txt {
  font-size: 48px;
  font-weight: 500;
  color: #181c32;
  padding: 0px 0px 20px 0px;
}

.empowering-btn {
  /*margin: 50px 0px 0px 30px;*/
}

.footer {
  flex-grow: 0;
  /* margin-top: 80px; */
  padding: 30px 0px;
  background-color: #1b1b1b;
}

.footer-menu {
  list-style: none;
  /* Removes default bullet points */
  padding: 0;
  margin: 0;
  display: flex;
  gap: 85px;
}

.footer-menu li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 768px) {
  .footer-menu {
    display: block !important;
  }

  .img-noq {
    margin-left: -5px !important;
  }

  .img-spn {
    /*margin-left: -16px !important;*/
  }

  .view-all-txt {
    margin-right: 0px !important;
  }

  .arrow-div {
    display: inherit;
  }

}

.social-media {
  list-style: none;
  /* Removes default bullet points */
  padding: 0;
  margin-top: 30px;
  display: flex;
  /* Makes list items appear in a row */
}

.social-media li {
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.talk-txt {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.mail-txt {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
}

.copy-txt {
  font-size: 18px;
  font-weight: 300;
  float: right;
  color: #fff;
  padding-left: 10px;
}

/*  Design Philosophy style */
.tag-container {
  /* display: flex; */
  /* justify-content: center; */
  /* gap: 40px; */
  margin-bottom: 40px;
}

.tag-button {
  width: 100%;
  height: 92px;
  border: 1px solid #e4e6ef;
  border-radius: 12px;
  background: white;
  font-size: 40px;
  /* Slightly larger font for better readability */
  font-weight: 600;
  cursor: pointer;
  color: #000;
  margin-bottom: 40px;
}

/* Icon Styling */
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon.minus {
  width: 100px;
  height: 100px;
  border: 1px solid #e4e6ef;
}

.icon.equal {
  width: 100px;
  height: 100px;
  background: #e4e6ef;
  border: 1px solid #e4e6ef;
  color: #000000;
}

.icon.plus {
  width: 140px;
  height: 140px;
  background: #1b1b1b;
}

.icon span {
  font-size: 80px;
  font-weight: 500;
}

.icon.plus span {
  font-size: 100px;
  color: #FF5023;
  font-weight: 300;
}

.industry-section {
  background-color: #121212;
  color: white;
  padding: 100px 0;
}

.industries p {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  margin-top: 40px;
}

.industries span {
  font-weight: 200;
  padding: 0px 17px;
}

.Rectangle-24993 {
  /* width: 306px;*/
  height: 370px;
  /* margin: 75px 71px 135px 5px; */
  padding: 100px 61px 79px 62px;
  border-radius: 153px;
  background-color: #fffcfb;
  border: 2px solid #FF5023;
  /* Adds red border */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-section {
  background: linear-gradient(to right, #f9f9ff, #eaeaff);
  padding: 40px;
  text-align: left;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-button {
  background-color: #FF5023;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.team-txt {
  color: #000;
  font-size: 40px;
  font-weight: bold;
}

.team-sub-txt {
  font-size: 18px;
  font-weight: 300;
  color: #3f4254;
}

.founder-txt {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #7e8299;
  margin-top: 12px;
}

.name-txt {
  font-size: 24px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #181c32;
}

.industry-txt {
  font-size: 40px;
  color: #fff;
}

.subtext {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

.service-list {
  font-size: 18px;
  color: #7e8299;
  line-height: 40px;
}

.service-list li {
  list-style-type: none;
}













/* Custom CSS */


.row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}


.ux-txt {
  /*margin-left: 15px !important;*/
}

.support-txt {
  /*margin-left: 15px !important;*/
}



@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    /*margin-right: 0px !important;*/
    display: flex;
    align-items: center;
    padding-top: 6px;
  }

  .Rectangle-24993 {
    padding: 89px 15px;
  }
}


.brand-text {
  padding-left: 2px !important;
}


.mail-txt {
  font-size: 30px !important;
}

.copy-txt {
  font-size: 16px !important;
  font-weight: 200 !important;
}


.footer-copy {
  display: flex !important;
  align-items: flex-end !important;
}


.testimonial-text {
  font-size: 16px !important;
}



.rating {
  color: #FF9900 !important;
  font-size: 18px !important;
}

.empowering {}

.lets-talk-btn:hover {
  background: #ff6943 !important;
}


.social-media li a:hover {
  background: #FF5023;
  border: 1px solid #FF5023 !important;
}


ul.social-media li a {
  display: block;
  background-color: #fff0;
  border: 1px solid #fff;
  color: #fff;
  height: 35px;
  width: 35px;
  border-radius: 100%;
  font-size: 15px;
  line-height: 33px;
  text-align: center;
  transition: all .3s;
}


.social-media-1 li a:hover {
  background: #FF5023;
  border: 3px solid #FF5023 !important;
  color: #fff;
}

.instagram .fa {
  font-weight: 700;
}

ul.social-media-1 li a {
  display: block;
  background-color: #fff;
  border: 3px solid #000;
  color: #000;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  font-size: 21px;
  line-height: 39px;
  text-align: center;
  transition: all .3s;
}


.mail-txt a {
  color: #fff;
  text-decoration: none;
}

.mail-txt a:hover {
  color: #FF5023;
  text-decoration: none;
}


.talk-txt a {
  color: #fff;
  text-decoration: none;
}

.talk-txt a:hover {
  color: #D30303 !important;
  text-decoration: none;
}


.footer-menu li:hover {
  color: #FF5023;
}



.box-list-txt a {
  color: #181c32 !important;
  text-decoration: none !important;
}

.box-list-txt a:hover {
  color: #FF5023 !important;
}


.view-all-txt a {
  color: #181c32 !important;
  text-decoration: none !important;
}

p.view-all-txt a:hover {
  color: #FF5023 !important;
}


.our-works a:hover {
  color: #181c32 !important;
  text-decoration: none !important;
}



.join-mail {
  font-size: 20px;
  color: #FF5023;
  text-decoration: none !important;
  text-align: center;
}

.join-mail a {
  color: #FF5023;
}

.join-mail a:hover {
  color: #D30303 !important;
  text-decoration: none !important;
}


/* Contact */

.contact-box {
  border-radius: 8px;
  padding: 25px;
  height: 210px;
  margin-bottom: 30px;
}


.contact-box-heading {
  font-size: 30px;
  font-weight: 400;
  color: #181c32;
}

.contact-support-txt {
  font-size: 19px;
  font-weight: 300;
  color: #3f4254;
  margin-left: 0px !important;
}

.mt-15 {
  margin-top: 15px;
}

.contact-btn {
  color: white;
  border-color: #000;
  background-color: rgb(255, 255, 255);
}

.contact-btn:hover {
  color: white;
  background-color: #FF5023;
  border-color: #FF5023;
}

.contact-mail {
  font-size: 28px;
  color: #000;
  font-weight: bold;
  text-decoration: none !important;
  margin-top: 30px;
}

.contact-mail a {
  color: #000;
}

.contact-mail a:hover {
  color: #FF5023 !important;
  text-decoration: none !important;
}

.contact-chat-txt {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  margin-top: 20px;
}

.contact-chat-txt a {
  color: #000;
}

.contact-chat-txt a:hover {
  color: #FF5023 !important;
  text-decoration: none !important;
}

.contact-list {
  font-size: 20px;
  font-weight: 300;
  color: #3f4254;
  margin-top: 10px;
}

.contact-list li {
  padding-top: 20px;
  margin-left: 15px;
}

.contact-form .form-control {
  margin-bottom: 25px;
}




.ux-square-link {
  text-decoration: none !important;
}

.ux-square-circle:hover {
  border-radius: 153px;
  border: solid 1.5px #D30303;
  background-color: #fdf6f4;

}


.ux-square .support-txt {
  margin-left: 0px !important;
}

.img-spn img {
  width: 250px;
  margin-top: 34px;
}

.call-txt {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

.call-txt a:hover {
  color: #D30303 !important;
  text-decoration: none !important;
}






.parallax-home {
  background-image: url("img-1.jpg");
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-studio {
  background-image: url("img-2.jpg");
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-service {
  background-image: url("img-3.jpg");
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-contact {
  background-image: url("img-4.jpg");
  height: 300px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}




.nav .btn a {
  color: #FF5023 !important;
  text-decoration: none !important;
}

.nav .btn a:hover {
  color: #fff !important;
  text-decoration: none !important;
}



.empty-div {
  background-color: #e2f0ff;
  border-radius: 8px;
  width: 100%;
  height: 370px;
}

.form-control {
  height: 50px;
  border-radius: 4px;
  border: solid 1px #cfcfcf;
  font-size: 15px;
  border-radius: 5px;
}

.footer-menu a {
  color: #fff !important;
  text-decoration: none !important;
}


.footer-menu a:hover {
  color: #FF5023 !important;
  text-decoration: none !important;
}

.form-control:focus {
  border: 1px solid #FF5023;
  box-shadow: none;
}





/* HealthCare and Side Menu */

.design-box-heading {
  font-size: 32px;
  color: #181c32;
  font-weight: 500;
  padding-bottom: 50px;
}

.design-box-txt {
  color: #3f4254;
  font-size: 24px;
  font-weight: 600;
  /* margin-top: 70px;*/
}

.design-box {
  padding: 25px 10px 26px 25px;
  border-radius: 6px;
  border: solid 1px #e4e6ef;
  background-color: #fdfdfd;
  margin-bottom: 20px;
}

.pain-txt {
  color: #3f4254;
  font-size: 24px;
  font-weight: 500;
}

.pain-div {
  color: #181c32;
  font-size: 24px;
  font-weight: 600;
}

.pain-div-sub {
  color: #181c32;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
}

/* sidenav menu */
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  /* transition: 0.5s;*/

}

.sidenav a {
  /* padding: 8px 8px 8px 32px; */
  text-decoration: none;
  font-size: 24px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #FF5023;
}

.sidenav .closebtn {
  /* position: absolute;
  top: 27px;
  right: 49px;
  font-size: 36px;
  margin-left: 50px;
      z-index: 9;*/
}

.close-menu {
  text-align: right;
}

@media screen and (max-height: 450px) {
  .sidenav {
    /* padding-top: 15px;*/
    width: 0;
    /* Start closed */
    /*max-width: 80%; */
    /* Prevent too much width on small screens */
  }

  /* .sidenav a {
    font-size: 18px;
  } */
}

/* sidenav menu */
.main-side-nav-menu {
  color: #000000;
  list-style-type: none;
  font-size: 24px;
  font-weight: bold;
  padding-left: 25px;
}

.main-side-nav-menu li {
  line-height: 55px;
}

.sub-side-nav-menu {
  color: #181c32;
  list-style-type: none;
  font-size: 18px;
  padding-left: 155px;
}

.sub-side-nav-menu li {
  line-height: 14px;
  display: inline-block;
  border-right: 1.5px solid #000;
  height: 16px;
  padding: 0px 10px;
  margin-bottom: 10px;
}

.sub-side-nav-menu li:last-child {
  border-right: none;
}

.sub-side-nav-menu li:first-child {
  padding-left: 0;
}



.sub-side-nav-menu li:nth-child(5) {
  padding-right: 0;
}

.sub-side-nav-menu li:nth-child(7) {
  /*padding-left: 0;*/
}

.sub-side-nav-menu a {
  font-size: 18px;
  padding-bottom: 10px;
}

.nav-menu-social-list {
  list-style-type: none;
  display: flex;
  gap: 15px;
  padding-left: 25px;
}

.nav-menu-social-back {
  width: 34px;
  height: 34px;
  border: solid 0.8px #e4e6ef;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
}

.social-icon {
  padding-left: 5px;
}

.health-heading {
  color: #181c32;
  font-size: 30px;
  font-weight: 600;
}

.health-rect {
  padding: 30px 20px 30px 30px;
  border-radius: 8px;
  background-color: #e4e5ff;
}

.data-analytics {
  padding: 30px 26px 0 27px;
  border-radius: 8px;
  background-color: #e8f6fe;
}

.start-project {
  padding: 31px 34px;
  border-radius: 8px;
  border: solid 1px #FF5023;
  background-color: #fffcfb;
}


#mySidenav {
  /*display: flex;*/
  flex-wrap: wrap;
  align-content: space-between;
}

.sidenav-footer {
  margin-bottom: 10px;
}

.brand-text-sidenav {
  padding-left: 40px !important;
}







/* Home Responsive */

@media (min-width: 1440px) and (max-width: 1540px) {
  .img-spn img {
    /*width: 255px !important;
    margin-top: 29px !important;*/
  }

  .img-noq img {
    margin-top: 4px;
    width: 250px !important;
  }

  /*.our-works img {
    width: 100%;
}*/

  .counter {
    display: flex;
    justify-content: center;
  }

  /* .box-list-txt{
  padding-top: 0px !important;
} */


  /* Service */

  .ux-txt-service {
    /*margin-left: 15px !important;*/
  }

  .service-points {
    padding-left: 0px;
  }



}




@media only screen and (max-width: 1440px) {
  /* .img-spn img {
    width: 206px !important;
    margin-top: 62px !important;
} */
  /* .img-noq img {
  margin-top: 41px;
  width: 206px !important;
} */

  /* .our-works img {
    width: 276px;
}
*/
  .contact-box .btn {
    margin-top: 10px !important;
  }




}


@media (min-width: 1024px) and (max-width: 1400px) {
  .counter {
    display: flex;

  }

  .mobile-open {
    display: none;
  }

  .orange .ready-start {
    font-size: 24px;
  }


  /* Work */

  .work-box .col-md-3 {

    /*width: 294px !important;*/
  }

  .work-box .empty-div {
    height: 318px !important;
  }

  .circle-txt-work-1 {
    padding-top: 45px;
  }

  .join-mail {
    text-align: center;
  }

}


@media (min-width: 992px) {}





@media (min-width: 770px) and (max-width: 1024px) {
  .footer .col-md-9 {
    width: 66.66666667%;
  }

  .footer-menu {
    gap: 30px;
  }

  .footer .col-md-4 {
    width: 33.33333333%;
  }

  .sub-side-nav-menu {
    padding-left: 71px;
  }

  .mail-txt {
    font-size: 26px !important;
  }

  .talk-txt {
    font-size: 15px;
  }

  .call-txt {
    font-size: 18px;
  }

  .ux-txt.res-text {
    font-size: 30px;
  }

  .empowering-idea-txt {
    font-size: 35px;
  }

  .our-work-big {
    font-size: 20px;
  }

  .our-works .col-md-3 {
    width: 33.33333333%;
  }

  .craft-txt,
  .empowering-txt {
    font-size: 50px;
  }

  /*.our-works img{
    width: 100%;
  }*/

  .hidden-md {
    display: none;
  }

  .counter-count {
    font-size: 65px;
  }

  .sections .future {
    right: 0px;
    top: 0;
    width: 48%;
  }

  .mob-logo img {
    /*width: 105px;*/
  }

  .brand-text .sub-title {
    font-size: 22px;
    margin-left: 15px;
    line-height: 17px;
  }

  .home-box .col-md-3 {
    /* width: 33%; */
    width: 294px !important;
  }

  /* .text-right {
    margin-top: 0px !important;
  } */

  .box-list-txt {
    padding-top: 5px !important;
  }

  .img-noq img {
    margin-top: 32px;
    width: 260px !important;
  }

  .img-spn img {
    /*width: 202px !important;
    margin-top: 60px !important;*/
  }

  .ux-square-circle {
    width: 100%;
  }

  .tab-happy .circle-txt {
    padding-top: 20px !important;
  }

  .join-mail {
    font-size: 16px;
  }

  .work-hd {
    display: none;
  }

  .future.f1 {
    width: 60.4% !important;
  }

  /* Studio */

  .box-heading {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
  }

  .ux-square.ux-square-circle .circle-txt {
    padding-top: 62px;
  }

  .item .testimonial-card {
    height: 325px;
  }

  .studio-text,
  .lets-think {
    padding-top: 32px !important;
  }

  .team .col-md-3 {
    margin-bottom: 20px;
  }

  .mot-0 {
    margin-top: 0 !important;
  }

  /* Contact */

  .ux-txt {
    margin-left: 0px !important;
  }

  .contact-box {
    height: 280px;
  }

  .contact-support-txt {
    font-size: 18px;
  }

  .contact-box .btn {
    margin-top: 10px;
  }

  .contact-mail {
    font-size: 22px;
    margin-top: 20px;
  }


  /* Service */

  .service-box .col-md-3 {
    /* width: 33%; */
    /*width: 294px !important;*/
  }


  .ux-txt-service {
    /*margin-left: 15px !important;*/
  }

  .service-points {
    padding-left: 0px;
  }

  .circle-txt-service-1 {
    padding-top: 38px !important;
  }

  .service-hd {
    display: none;
  }


  .sub-side-nav-menu li:nth-child(3) {
    /*padding-left: 0;*/
  }

  .sub-side-nav-menu li:nth-child(5) {
    /*padding-left: 0;*/
  }

  .start-project p {
    color: #FF5023;
    font-size: 20px !important;
    font-weight: 600;
    margin: 0 !important;
  }

  .health-rect {
    padding: 15px 15px 20px 15px !important;
  }

  .data-analytics {
    padding: 20px 26px 0 27px !important;
  }







}


@media only screen and (min-device-width:992px) and (max-device-width:1024px) {


  .row .main-header {
    width: 100%;
    left: 0;
  }

  .main-header.is-sticky {
    /* margin-left: 40px;
    margin-right: 40px;
    width: 940px;
    transform: none !important;
    animation: none !important;*/
  }

  .main-header {
    transition: none !important;
  }

  .tab-content .tab-pane {
    clear: both;
  }

  .circle-txt.circle-txt-work-1.res-work {
    padding-top: 22px;
  }
}





@media only screen and (max-width: 768px) {

  /* .text-right {
    margin-top: 30px !important;
} */

  .box-heading {
    font-size: 22px;

  }

  .hidden-md {
    display: none;
  }

  .hide-mobile {
    display: none;
  }

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

  /* Contact */

  .contact-box .btn {
    margin-top: 15px !important;
  }

  .contact-chat-txt {
    margin-top: 50px;
  }

  .ux-square-circle .lets-think {
    padding-top: 13px;
  }

  .contact-mail {
    font-size: 30px !important;
  }

  .our-work-big {

    margin-bottom: 25px;
  }

  .join-mail {
    text-align: center;
  }

  /* contact */

  .contact-form {
    margin-top: 50px;
  }

  .tmb-20 {
    margin-bottom: 20px;
  }

  .contact-form .row .col-md-6 {
    margin-bottom: 25px;
  }

  .mot-0 {
    margin-top: 0 !important;
  }

  .row .main-header {
    width: 100%;
    left: 0;
  }

  .main-header {
    transition: none !important;
  }


}

@media (min-width: 768px) and (max-width: 770px) {

  .img-noq img {
    margin-top: 26px;
    width: 224px !important;
  }

  .img-spn img {
    /*width: 247px !important;
    margin-top: 35px !important;*/
  }

  .orange-bg .orange {
    height: auto;
    padding: 15px 25px;
  }

  .sidenav .right-menu {
    height: 79vh;
  }

  .col-md-3 {
    /*width: 306px !important;*/
  }

  .ux-square-circle {
    width: 265px !important;
    margin: auto;
  }

  .m-mb-5 {
    margin-bottom: 50px;
  }

  .item .testimonial-card {
    height: 415px;
  }

  .sections .empowering img {
    width: 275px;
  }

  /* Work */

  .circle-txt-work-1 {
    /*padding-top: 25px;*/
    padding-top: 45px;
  }

  .main-header.is-sticky {
    /*margin-left: 24px;
    margin-right: 24px;
    width: 720px;
    transform: none !important;
    animation: none !important;*/
  }
}


@media (min-width: 375px) and (max-width: 640px) {
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .empowering-txt {
    font-size: 40px !important;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .sticky_card-info .sticky_card-title {
    font-size: 32px;
  }

  .close-menu .closebtn {
    position: absolute;
    right: 4%;
    top: -9%;
  }

  .navbar-header {
    display: inherit !important;
    align-items: center;
    /*justify-content: space-between;
    flex-direction: row;*/
  }

  .hide-mobile {
    display: none;
  }

  .brand-text {
    font-size: 20px;

  }

  .navbar-toggle {
    margin-top: 15px;
  }

  .tabbable-line>.nav-tabs>li {
    height: 34px;
  }

  .navbar {

    padding: 22px 0;
  }

  .mob-t-20 {
    margin-top: 20px;
  }

  .owl-nav {
    position: inherit !important;
    top: 0 !important;
    left: 0 !important;
  }

  .mob-3 {
    margin-bottom: 30px;
  }

  .mob-5 {
    margin-bottom: 50px;
  }

  .our-works-txt {
    font-size: 30px;
  }


  .home-box .col-md-3 {
    /* width: 345px; */
    width: 295px !important;
  }

  .ux-square-circle {
    width: 264px;
  }

  .counter .col-md-3 {
    margin-bottom: 40px;
  }

  .card-img {
    margin-bottom: 15px;
    padding: 0;
  }

  .card-img img {
    width: 65%;
    margin: auto;
  }

  .orange .ready-start {
    font-size: 22px;
  }

  .orange .right-menu {
    padding: 38px 20px 20px 30px;
  }

  .mob-hide {
    display: none;
  }

  .our-work-big {


    margin-bottom: 25px;
  }

  .mobile-open {
    position: absolute;
    right: 26px !important;
    top: 28px !important;
  }


  .our-works .col-md-3 {
    width: 100%;
    margin-bottom: 40px;
  }

  .future {
    display: none;
  }

  /*.our-works img {
  width: 315px;
}*/
  .mpl-0 {
    padding-left: 0;
  }

  .testimonial-header-text {

    /*flex-wrap: wrap;*/
  }

  .testimonial-card {
    margin-bottom: 25px;
    height: 450px;
  }

  .testimonial-card .col-md-6 {
    padding-left: 0px !important;
  }

  .empowering-btn {
    margin: 35px 0px 20px 30px;
  }

  .mail-txt {
    font-size: 24px !important;
  }

  .talk-txt {
    margin-top: 20px;
  }

  .empowering-idea-txt {
    font-size: 38px;
    margin: 30px 0px 0px 30px;
  }

  .empowering img {
    width: 300px;
  }

  .copy-txt {
    margin-top: 40px;
    float: left;
  }

  .footer-copy {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap;
  }

  .hidden-md {
    display: none !important;
  }

  .health-text {
    margin: 30px 0px 10px 0px !important;
  }

  .orange-bg .orange {
    padding: 0px 15px;
  }

  .orange-bg .orange {
    height: auto;
  }

  .mob-logo {
    margin-bottom: 0;
  }

  /* Work */

  .circle-txt-work-1 {
    padding-top: 30px;
  }

  .btn-more {
    height: 60px !important;
    width: 200px !important;
  }

  .btn-more b {
    font-size: 18px !important;
  }

  .our-work-list {
    margin-bottom: 50px;
  }

  .img-ani img {
    width: 100%;
  }

  .sub-title {}

  .brand-text {
    flex-direction: inherit !important;
    display: flex !important;
  }

  .sidenav .mob-logo img {
    margin: 20px 0px !important;
  }

  .sub-title {
    font-size: 20px;
    margin-left: 10px;
    line-height: 17px !important;
  }

  .footer-menu li {
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .m-p-0 {
    padding: 0;
  }

  .navbar-brand img {
    /* height: 35px;*/
    margin-right: 10px;
  }

  .main-side-nav-menu,
  .sub-side-nav-menu {
    padding-left: 15px;
  }

  .sidenav .brand-text-sidenav {
    padding-left: 25px !important;
  }

  #mySidenav {
    display: inline !important;
  }

  .mob-20 {
    margin-bottom: 20px;
  }

  .sub-side-nav-menu li {
    /* line-height: 23px;
        display: inherit;
        border-right: none;
        height: inherit;
                padding: 0;
        padding-bottom: 13px;*/
  }

  .sub-side-nav-menu li:first-child {
    padding-left: 0;
  }

  .sub-side-nav-menu {
    padding-top: 20px;
  }

  .nav-menu-social-list {
    padding-left: 15px !important;
  }

  .ux-studio {
    padding-left: 0px !important;
  }

  .industries span {
    padding: 0px;
  }

  .industries p {
    font-size: 38px;
  }

  .start-project p {
    font-size: 22px !important;
    font-weight: 600;
    margin: 0;
  }

  .tab-happy {
    margin: auto;
  }

}


@media (min-width: 375px) and (max-width: 420px) {
  .container-fluid {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .mob-3 {
    margin-bottom: 30px;
  }

  .mob-5 {
    margin-bottom: 50px;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

  }

  .img-noq img {
    margin-top: 18px;
    width: 280px !important;
  }

  .img-spn img {
    /* width: 256px !important;
  margin-top: 28px !important;*/
  }

  .right-menu {
    padding: 0px 15px 20px 0px !important;
  }

  .mail-txt {
    font-size: 26px !important;
  }

  .empowering-idea-txt {
    font-size: 36px;
    font-weight: 500;
    color: #181c32;
    margin: 40px 0px 0px 20px;
  }

  .footer {
    padding: 50px 30px 50px;
  }


  .footer-copy {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap;
  }

  .copy-txt {
    margin-top: 60px;
    float: left;
    padding-left: 0px !important;

  }

  .talk-txt {
    margin-top: 20px;
  }

  .testimonial-header-text {
    display: flex;
    margin-bottom: 15px;
    /*flex-wrap: wrap;*/
  }

  .testimonial-card {
    margin-bottom: 25px;
  }

  .testimonial-card .col-md-6 {
    padding-left: 0px !important;
  }

  .carousel-testimonial .item {
    padding: 0 !important;
  }

  .empowering img {

    width: 250px;
    padding-top: 25px;
  }

  .testi-name {
    border-radius: 8px;
    font-size: 18px;
  }

  .our-works-txt {
    font-size: 32px;
  }

  .owl-nav {
    position: inherit !important;
    left: 0 !important;
    top: 10px !important;
  }

  /*.our-works img {
  width: 285px;
}*/

  .our-work-big {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .counter .col-md-3 {
    margin-bottom: 40px;
  }

  .view-all-txt {
    margin-right: 15px !important;
    font-size: 16px;
  }

  .ux-square-circle {
    width: 285px;
  }


  .hidden-md {
    display: none !important;
  }

  .box-list-txt {
    padding-top: 0px;
  }

  .box-heading {
    font-size: 28px;
  }

  .btn-rounded {
    border-radius: 60px;
    padding: 6px 15px;
  }

  .navbar {
    padding: 22px 0;
  }

  .text-right {
    margin-top: 0px !important;
  }

  .box-list-txt {
    padding-top: 0px !important;
  }

  .text-right .btn {
    margin-top: 20px !important;
  }

  /*.our-works img {
  width: 285px !important;
}*/

  /* Studio */

  .craft-txt {
    font-size: 48px;
  }

  .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-direction: column;
  }

  .Rectangle-24993 {
    width: 285px;
    height: 370px;
    padding: 100px 61px 79px 62px;
    border-radius: 153px;
    background-color: #fffcfb;
    border: 2px solid #FF5023;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .img-responsive {
    /* margin-top: 40px;*/
  }

  /* Contact */

  .contact-box {
    height: 280px;
  }

  .contact-mail {
    font-size: 22px !important;
  }

  .ux-txt {
    margin-left: 0px !important;
  }

  .contact-form {
    margin-top: 50px;
  }


  .contact-form .row .col-md-6 {
    margin-bottom: 20px;
  }


  /* Service */

  .ux-txt-service {
    /* margin-left: 15px !important;*/
  }

  .service-points {
    padding-left: 0px;
  }

  .circle-txt-service-1 {
    padding-top: 45px !important;
  }

  /* Work */

  .circle-txt-work-1 {
    padding-top: 75px !important;
  }

  .btn-more {
    height: 60px !important;
    width: 200px !important;
  }

  .btn-more b {
    font-size: 18px !important;
  }

  .row .main-header {
    width: 100%;
    /* position: fixed;*/
    left: 0;
  }


}



@media (max-width: 425px) {
  .container-fluid {
    padding-right: 20px;
    padding-left: 20px;
  }



  .empowering-idea-txt {
    font-size: 28px;
    font-weight: 500;
    color: #181c32;
    margin: 30px 0px 0px 20px;
  }

  .mail-txt {
    font-size: 16px !important;
  }

  .footer {
    padding: 50px 30px 50px;

  }


  .footer-copy {
    display: flex !important;
    align-items: flex-end !important;
    flex-wrap: wrap;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .copy-txt {
    margin-top: 60px;
    float: left;
    padding-left: 15px;
  }

  .testimonial-header-text {
    display: flex;
    margin-bottom: 15px;
    /*flex-wrap: wrap;*/
  }

  /*.our-works img{
  width: 250px;
}*/

  .view-all-txt {
    display: none;
  }

  .ux-square-circle {
    border-radius: 153px;
    border: solid 1px #FF5023;
    background-color: #fffcfb;
    width: 285px;
    height: 370px;
    margin: auto;
  }

  .m-mb-5 {
    margin-bottom: 50px;
  }

  .hidden-md {
    display: none;
  }

  .panel-heading .panel-title a {
    font-size: 16px;
  }


  .work-h-txt {
    font-size: 32px !important;
  }





}


@media (min-width:425px) and (max-width: 760px) {

  .img-noq img {
    margin-top: 37px;
    width: 212px !important;
  }

  .img-spn img {
    /*width: 238px !important;
      margin-top: 40px !important;*/
  }


  .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row !important;
  }


  /* contact */

  .contact-form {
    margin-top: 50px;
  }


  .contact-form .row .col-md-6 {
    margin-bottom: 20px;
  }


  .work-h-txt {
    font-size: 32px !important;
  }



}



@media (min-width:425px) and (max-width: 768px) {






  /* studio */


  .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-direction: column;
  }

  .team .col-md-3 {
    margin-bottom: 20px;
  }


  .counter {
    /* display: flex;*/
    align-items: center;
    flex-direction: column;
  }

  .counter .col-md-3 {
    margin-bottom: 25px;
  }


  .craft-txt {
    font-size: 52px;
    font-weight: 500;
    color: #000000;
  }

  .img-responsive {
    /*margin-top: 40px;*/
  }

  .img-ani img {
    width: 100%;
  }

  .work-box .col-sm-6 {
    min-height: 522px;
    margin-bottom: 25px;
  }

  .our-work-list {
    margin-bottom: 20px;
    min-height: 555px;
  }

  .empowering img {
    width: 314px;
    margin-top: 25px;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }


  /* Contact */

  .contact-box {
    border-radius: 8px;
    padding: 25px;
    height: 240px;
    margin-bottom: 30px;
  }

  .contact-box .btn {
    margin-top: 10px;
  }

  .contact-mail {
    font-size: 24px !important;
  }

  .ux-txt {
    margin-left: 0px !important;
  }




  /* Service */

  .ux-txt-service {
    /* margin-left: 15px !important;*/
  }

  .service-points {
    padding-left: 0px;
  }

  .circle-txt-service {
    /*padding-top: 25px !important;*/
  }


}



@media (max-width: 320px) {
  .counter .col-md-3 {
    margin-bottom: 30px;
  }

  .our-work-big {
    font-size: 20px;
    font-weight: 600;
    color: #181c32;
    margin-bottom: 25px;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }

  .home-box .col-md-3 {
    width: 280px !important;
  }

  .talk-txt {
    font-size: 18px;
    margin-top: 25px;
  }

  .ux-square-circle {
    width: 239px !important;

  }

  .circle-txt {
    padding-top: 34px;
  }


  .img-spn img {
    /* width: 224px !important;
  margin-top: 50px !important;*/
  }

  .img-noq img {
    margin-top: 23px;
    width: 200px !important;
  }


  .box-list-txt {
    br {
      display: none;
    }
  }

  .text-right .btn {
    margin-top: 40px !important;
  }

  .text-right {
    margin-top: 0px !important;
  }

  .btn-rounded {
    border-radius: 60px;
    padding: 5px 10px;
    margin-top: 10px !important;
  }

  .navbar {

    padding-bottom: 20px;
  }

  .brand-text {
    br {
      display: none;
    }

    font-size: 20px;
  }


  .empowering img {
    margin-top: 20px;
    width: 250px;

  }


  /* Studio */

  .craft-txt {
    font-size: 42px;
  }

  .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-direction: column;
  }

  .tag-button {
    font-size: 30px;
  }

  .team .col-md-3 {
    margin-bottom: 20px;
  }

  .Rectangle-24993 {
    width: 250px;
  }

  .industries p {
    font-size: 36px;
  }

  .story .support-txt {
    margin-left: 0px !important;
  }


  .img-responsive {
    /* margin-top: 40px;*/
  }

  /* Contact */

  .contact-box {
    height: 305px;
  }

  .contact-chat-txt {
    font-size: 19px;
    margin-top: 30px;
  }

  .contact-chat-txt .md {
    font-size: 24px !important;
  }

  .contact-mail {
    font-size: 18px !important;
  }


  .ux-txt {
    margin-left: 0px !important;
  }

  .contact-form {
    margin-top: 50px;
  }


  .contact-form .row .col-md-6 {
    margin-bottom: 20px;
  }

  /* Service */

  .ux-txt-service {
    margin-left: 15px !important;
  }

  .service-points {
    padding-left: 0px;
  }

  .circle-txt-service {
    padding-top: 10px;
  }


  /* Work */

  .circle-txt-work-1 {
    padding-top: 5px;
  }

  .btn-more {
    height: 60px !important;
    width: 200px !important;
  }

  .btn-more b {
    font-size: 18px !important;
  }

}



@media (min-width: 1540px) and (max-width: 1660px) {
  /*.our-works img {
    
    width: 205px !important;
  }*/

}

@media (min-width: 1661px) and (max-width: 2000px) {
  /*.our-works img {
    
    width: 232px !important;
  }*/

}

@media (min-width: 2001px) and (max-width: 2500px) {
  /*.our-works img {
    
    width: 319px !important;
  }*/

}


@media (min-width: 1540px) {

  .home-box .col-md-3 {
    width: 306px !important;
  }

  .container-fluid {
    padding-right: 300px;
    padding-left: 300px;
  }


  .parallax {

    background-image: url("studiocover.jpg");

    height: 500px;
  }

  .footer {
    flex-grow: 0;
    /* margin-top: 80px; */
    /*padding: 80px 300px;*/
    background-color: #1b1b1b;
  }


  .img-spn img {
    /*width: 218px !important;
  margin-top: 55px !important;*/
  }

  .img-noq img {
    margin-top: 31px;
    width: 218px !important;
  }

  /*.our-works img {
  width: 460px;
}*/

  .hidden-md {
    /*display: none;*/
  }

  .counter {
    display: flex;
    justify-content: center;
  }


  .industry-section {
    background-color: #121212;
    color: white;
    padding: 100px 300px;
  }

  /* Contact */

  .contact-support-txt {
    font-size: 18px;
  }

  .contact-box .btn {
    margin-top: 25px;
  }

  /* .contact-mail {
  font-size: 20px;
  margin-top: 85px;
} */

  .contact-chat-txt {
    margin-top: 35px;
    font-size: 26px;
  }

  .contact-chat-txt .hydrated {
    font-size: 36px !important;
  }

  .box-list-txt {
    padding-top: 0px !important;
  }

  .service-box .col-md-3 {

    width: 306px !important;
  }

  .ux-square-circle {
    width: 276px;
  }


  .circle-txt-service-2 {
    padding-top: 40px;

  }


  .work-box .col-md-3 {
    /* width: 306px !important;*/
  }

  /*.col-md-8 {
  width: 994px !important;
}*/

}

/* 
@media  (min-width: 425px) {
.col-md-3 {
  width: 306px !important;
}

.ux-square-circle {
  width: 265px !important;
}

} */

.talk {}

.navbar-nav>li>a.talk:hover::after {
  content: none;
}

.btn:active:focus {
  outline: none;
}

.menu-icon {
  cursor: pointer;
  font-size: 30px;
  line-height: 10px;
}

.navbar-nav>li>a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0;
}

.link-text {
  color: #FF5023;

}

.link-text:hover {
  text-decoration: none;
  color: #FF5023;
}

.ux-square img {
  width: 100%;
}

.ux-square-img {
  position: relative;

}

.ux-square-img .img-spn {
  width: 100%;
  bottom: 0;
  position: absolute;

}

.ux-square-img .img-spn img {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.ux-square-img .img-noq {
  width: 100%;
  bottom: 0;
  position: absolute;

}

.ux-square-img .img-noq img {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.link-arrow img {
  width: 34% !important;
}

.our-works img {
  width: 100%;
}

.pl-0 {
  padding-left: 0;
}

.mt-40 {
  margin-top: 40px;
}

.our-work-list a:hover {
  color: #FF5023;
}

.our-work-list img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.our-work-list:hover img {
  transform: scale(1.2);
}

.img-ani {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: flex;
}

.our-work-list:hover a {
  color: #FF5023 !important;
}

.clear {
  clear: both;
}

/* hr
  {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }*/
.social-media li:first-child,
.footer-menu li:first-child {
  padding-left: 0;
}

.sections {
  margin-top: 100px;
}

.owl-nav {
  position: absolute;
  top: -47px;
  left: 367px;
}

.future {
  position: absolute;
  right: 0px;
  top: 0;
  width: 40.6%;
}

.navbar-toggle {
  padding: 0 !important;
  margin-right: 0 !important;
}

.pr-0 {
  padding-right: 0;
}

.ux-square-link {
  color: #FF5023;
}

.ux-square-link:hover {
  color: #FF5023;
}

.industries a {
  color: #fff;
}

.industries a:hover {
  color: #FF5023;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #FF5023;
}

.justify-content-between {
  justify-content: space-between !important;
}

.d-flex {
  display: flex !important;
}

a:hover {
  text-decoration: none;
  color: #FF5023;
}

.sub-title {
  margin-left: 15px;
  line-height: 25px;
}

.future.f1 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 44.4%;
  z-index: 0;
}

.tabbable-line>.nav-tabs>li.active:after {
  content: "";
  width: 100%;
  background: #FF5023;
  height: 4px;
  position: absolute;
}

.tabbable-line .nav>li>a {
  display: flex;
  padding: 0px 0px;
  vertical-align: middle;
  align-items: center;
  height: 30px;
}

.tabbable-line>.nav-tabs>li {
  margin-right: 72px !important;
}

.tabbable-line>.nav-tabs>li:last-child {
  margin-right: 0px !important;
}

.tab-content>.active {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}


.tabbable-line>.nav-tabs>li.active {
  border-bottom: 0 !important;
}

.tabbable-line>.nav-tabs>li {
  margin-bottom: 10px;
}





@media (max-device-width:768px) {
  .empowering img {
    margin-top: 0px;
  }

  .empowering-idea-txt {
    font-size: 28px;
    font-weight: 500;
    color: #181c32;
    padding: 0px 0px 5px 0px;
  }

  .empowering .empowering-sub {
    font-size: 18px;
  }

  .empowering {
    position: relative;
    border-radius: 6px;
    border: solid 1px #e4e6ef;
    background-color: #f7f9fc;
    padding: 8px 26px;
  }

  .future.f1 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 60.4% !important;
  }

  .mpl-0 {
    padding-left: 0;
  }

  #mySidenav {
    display: inherit;
  }

  .sidenav .mob-logo img {
    height: 50px;
    margin: 20px 0px;
  }

  .close-menu.mob-hide {
    display: none;
  }

  .close-menu.mobile-open {
    position: absolute;
    right: 48px;
    top: 48px;
  }
}

@media (max-width: 768px) {
  .navbar-header .navbar-toggle {
    display: block;
    position: absolute;
    right: 0;
  }

  .navbar-default .navbar-collapse.collapse {
    display: none !important;
  }

  .sub-title {
    display: none;
  }

  .sub-side-nav-menu li {
    /*line-height: 23px;
        display: inherit;
        border-right: none;
        height: inherit;
        padding: 0;
        padding-bottom: 13px;*/
  }

  .nav-menu-social-list {
    list-style-type: none;
    display: flex;
    gap: 10px;
  }

}

.mob-logo img {
  height: 50px;
  /*margin: 20px 42px;*/
}

.sub-title {
  font-size: 24px;
  line-height: 20px;
}

.owl-carousel {
  z-index: 0 !important;
}

.openMenu {
  /*margin-top: 20px;*/
}

/*.openMenu .sidenav *
{
  opacity: 1;
}
.sidenav *
{
    position: relative;
    opacity: 0;
    -webkit-transition: .4s 
ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s 
ease-in-out;
}
*/
#myMenu.openMenu {
  transform: translateY(0);
  /* slide down */
  opacity: 1;

}

#myMenu {

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
  /* hidden above */
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  /*z-index: 999;*/
}

.openMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background: #fff;


}

.sidenav {
  display: none;
}

.openMenu .sidenav {
  display: block !important;
}

.ux-studio {
  padding-left: 42px;
}

.process-box .design-box {
  min-height: 240px;
}

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

.fixed-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.ux-square {
  position: relative;
}

.ux-square-circle .circle-txt-service-2 {
  padding-top: 26px;
  font-size: 23px;
}

.circle-txt.circle-txt-work-1 {
  padding-top: 40px;
}

#accordion {
  max-width: inherit !important;
}

.tabbable-line>.nav-tabs {
  height: 40px;
}

.mt-50 {
  margin-top: 50px;
}

/*.container{
  margin:30px auto;
}*/

.our_works {
  display: none;
}

.content {
  background-color: #333;
  height: 200px;
  margin: 10px 0;
  border: 1px solid #ccc;
}

.btn-more {
  font-size: 20px;
  font-weight: bold;
  border: 2px solid transparent;
  border-color: #FF5023;
  outline: none;
}

.btn-more:focus {
  outline: none;
  color: #FF5023;
}

.btn-more:hover {
  color: #fff;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.w-100 {
  width: 100%;
}

.our-work-list {
  margin-bottom: 30px;
}

.start-project p {
  color: #FF5023;
  font-size: 30px;
  font-weight: 600;
}

.personalized {
  padding: 40px;
}

.badge {
  color: #000000;
  background-color: #fff;
  border: 2px solid #c0c0c0;
  padding: 5px 7px;
  border-radius: 12px;
  margin-left: 3px;
}

@media (min-width: 1080px) and (max-width: 1920px) {
  .sub-side-nav-menu li:nth-child(5) {
    /*padding-left: 0;*/
  }

  #mySidenav {
    /*display: inherit;*/
    align-content: inherit;
  }

  .mobile-open {
    display: none;
  }

  .sidenav-footer {

    /*     position: absolute;
      bottom: 0;*/
    text-align: right;
    float: right;
  }
}

.main-side-nav-menu {
  margin-top: 0px;
  margin-bottom: 0;
}

.sub-side-nav-menu {
  margin-top: 20px;
}
}


.btn.focus,
.btn:focus,
.btn:hover {
  outline: none;
}

.team .black-link {
  font-size: 15px;
  font-weight: 300;
  color: #000;
}

.team .black-link:hover {
  color: #000;
}

.linked span {
  padding: 0 5px;
}

.main-header {
  z-index: 2;
  background-color: #fff;
  width: 1210px;
  transition: all 0.3s ease-in-out;
  position: relative;
}


.main-header.is-sticky {
  position: fixed;
  transform: translateY(-20px);
  animation: slideDown 0.4s ease forwards;
  width: 100%;
  left: 0;
}

.is-sticky .navbar-default {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  background: #fff;
  border-radius: 0 !important;
}

@-webkit-keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.call-txt span {
  padding-left: 10px;
}

.orange-text {
  color: #FF5023;
}

.parallax-home {
  margin-top: 100px
}

.customer-logos.slider {
  margin-top: 80px
}

.call-action {
  font-size: 32px;
  font-weight: 600;
  color: #FF5023;
}

.b_400 {
  font-weight: 400;
}

.b_600 {
  font-weight: 600;
}

.ux-square .box-list-txt {
  line-height: 25px;
}

.f-18 {
  font-size: 18px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-5 {
  margin-top: 50px;
}

.mt-6 {
  margin-top: 60px;
}

.mt-7 {
  margin-top: 70px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-9 {
  margin-top: 90px;
}

.mt-10 {
  margin-top: 100px;
}

.mt-20 {
  margin-top: 200px;
}

.banner-text-orange {
  color: #FF5023;
  font-family: 'Gloock', serif;
  font-style: normal;
  font-weight: 400;
}

.menu-studio {
  color: #181c32;
  font-size: 15px;
  font-weight: 300;
}

.services-box {
  /*background-color: #c8def5;*/
  background: url(../images/service-bg.png) no-repeat;
 background-size: cover;
}

.services-box .support-txt,
.services-box .box-heading,
.services-box .box-list-txt a {
  color: #fff !important;
}

.sector-box .support-txt,
.sector-box .box-heading,
.sector-box .box-list-txt a {
  color: #fff !important;
}

.healthcare-box .support-txt,
.healthcare-box .box-heading,
.healthcare-box .box-list-txt {
  color: #fff !important;
}

.noqstore .support-txt,
.noqstore .box-heading,
.noqstore .box-list-txt {
  color: #fff !important;
}

.spn-box .support-txt,
.spn-box .box-heading,
.spn-box .box-list-txt {
  color: #fff !important;
}

.sector-box {
  background-color: #e5bfae;
  background: url(../images/sector-bg.png) no-repeat;
  background-size: cover;
}

.healthcare-box {
  background-color: #fcf5c2;
  background: url(../images/sector-bg1.png) no-repeat;
  background-size: cover;
}

.noqstore {
  background-color: #fcf5c2;
  background: url(../images/sector-bg2.png) no-repeat;
  background-size: cover;
}

.spn-box {
  background-color: #fcf5c2;
  background: url(../images/sector-bg3.png) no-repeat;
  background-size: cover;
}

.story .ux-txt {
  font-size: 40px;
  font-weight: 400;
}

.out-design-story {
  display: block;
  text-align: justify;
  margin-top: 50px;
  font-weight: 400;
}

.service-bg {
  background-color: #0c3a6a;
  padding: 50px 27px;
}

.healthcare-bg {
  background-color: #029c8e;
  position: relative;
  padding: 50px 27px;
  color: #fff;
}

.iot-bg {
  background-color: #952fcc;
  position: relative;
  padding: 50px 27px;
  color: #fff;
}

.double-arrow {
  letter-spacing: -5px;
}

.circle-link {
  font-size: 32px;
  font-weight: 600;
}

a:focus {
  text-decoration: none;
  color: #FF5023;
}

.pl-0 {
  padding-left: 0;
}

.pl-1 {
  padding-left: 10px;
}

.pl-2 {
  padding-left: 20px;
}

.pl-3 {
  padding-left: 30px;
}

.pb-1 {
  padding-bottom: 10px;
}

.pb-2 {
  padding-bottom: 20px;
}

.pb-3 {
  padding-bottom: 30px;
}

.circle-txt-service-1 {
  font-size: 25px;
  color: black;
  padding-top: 36px;
}

.lets-think {
  font-size: 25px;
  color: black;
  padding-top: 36px;
}

.schedule-meet {
  background-color: #E2F0FF;
}

.quick-chat {
  background-color: #FFFAE7;
}

.work-email {
  background-color: #FFE9D8;
}

.contact-chat-txt ion-icon {
  font-size: 28px;
  color: #000;
}

.contact-chat-txt a {
  color: #000;
  padding-left: 8px;
}

.defult-work-bg {
  background-color: #e2f0ff;
  border-radius: 10px;
  padding: 15px;
}

.circle-txt-work-1 {
  font-size: 32px;
  color: black;
}

.work-btn .load-more {
  height: 78px;
  width: 252px;
}

.person,
.pandemic {
  padding: 20px;
  background: #FAFAFA
}

.pandemic-text {
  padding: 20px 20px 5px 0px;
}

.acordion-inner {
  font-size: 15px;
  color: #181c32;
}

.mt-25 {
  margin-top: 25px;
}

.empowering-sub {
  color: #3f4254;
  font-size: 20px;
  position: relative;
  z-index: 9;
}

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

.mb-4 {
  margin-bottom: 40px
}

.emp-btn {
  margin: 20px 0px 0px 0px;
}

.redefining {
  font-size: 40px;
  font-weight: 300;
}

.orange-bg {
  background: #FF5023;
  /*padding: 70px 70px;*/
}

.ready-start {
  font-size: 27px;
  color: #fff;
  font-weight: 100;
}

.closebtn img {
  width: 40px;
}

.orange {
  display: flex;
  flex-direction: column;
  /* stack vertically */
  justify-content: space-between;
  /* push top, middle, bottom apart */
  height: 100vh;
  /* full screen height */
  padding: 55px 70px;
  /* optional spacing */
}

.ready-start .btn-outline-danger:hover {
  color: inherit !important;
  background-color: #fff !important;
}

.ready-start a.talk {
  color: #FF5023;
}

.mob-logo {}

.right-menu {
  display: flex;
  flex-direction: column;
  /* stack vertically */
  justify-content: space-between;
  /* push top, middle, bottom apart */
  height: 100vh;
  /* full screen height */
  padding: 35px 40px 20px 51px;
}

.nav-menu-social-list {
  float: right;
}

.sticky_card_list {
  display: grid;
  /*grid-gap: 40px;*/
}

.sticky_card {
  position: sticky;
  top: 50px;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 100px auto;
  background: #fff;
}

@media (min-width: 768px) {
  .sticky_card {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: minmax(200px, 70vh);
  }
}

.sticky_card:not(.sticky_card:last-child) {
  view-timeline-name: --card;
  view-timeline-axis: block;
  animation-timeline: --card;
  animation-name: in-n-out;
  /*animation-range: entry 90% cover 50%;*/
  animation-fill-mode: both;
}

.sticky_card-figure {
  grid-column: 1/-1;
  grid-row: 1/2;
}

@media (min-width: 768px) {
  .sticky_card-figure {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}

.sticky_card-figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sticky_card-info {
  grid-column: 1/-1;
  grid-row: 2/-1;
  height: 100%;
  display: grid;
  align-content: center;
  /*padding: 40px;*/
  background-color: #fff;
}

@media (min-width: 768px) {
  .sticky_card-info {
    grid-column: 2/-1;
    grid-row: 1/-1;
  }
}

.sticky_card-title {
  font-size: 42px;
  font-weight: bold;
  text-align: left;
  padding: 0;
  border-top: 4px solid #FF5023;
  padding-top: 45px;
  padding-bottom: 30px;
  margin: 0;
}

.sticky_card-excerpt {
  margin-bottom: 24px;
  font-size: 24px;
}

.sticky_card-link {
  width: max-content;
  padding: 12px 24px;
  text-decoration: none;
  border: 1px solid var(--color-dark);
  background-color: var(--color-light);
  color: var(--color-dark);
  transition: all 0.5s ease-in-out;
}

.sticky_card-link:hover {
  background-color: var(--color-dark);
  color: var(--color-light);
}

@keyframes in-n-out {

  0%,
  75% {
    scale: 100%;
  }

  100% {
    scale: 85%;
  }
}

.sticky_card_list {
  position: relative;
  left: -21px;
}

@media only screen and (width: 1180px) and (height: 820px) {

  .testimonial-card {
    height: 330px;
  }

  .row .main-header {
    width: 100%;
    left: 0;
  }
}

@media only screen and (width: 820px) and (height: 1180px) {

  .testimonial-card {
    height: 410px !important;
  }

  .row .main-header {
    width: 100%;
    left: 0;
  }
}

@media only screen and (width: 414px) and (height: 896px) {
  .sidenav .closebtn {
    top: -7% !important;
  }
}

@media only screen and (width: 390px) and (height: 844px) {
  .sidenav .closebtn {
    top: -7.5% !important;
  }
}

@media only screen and (width: 412px) and (height: 915px) {
  .sidenav .closebtn {
    top: -7.5% !important;
  }
}

@media only screen and (width: 820px) and (height: 1180px) {

  .hide-mobile,
  .mob-hide {
    display: none;
  }

  .close-menu.mobile-open {
    position: absolute;
    right: 54px;
    top: 18px;
  }
}

@media only screen and (orientation: portrait) {
  .right-menu {
    height: 90vh;
  }

  .sub-side-nav-menu {
    padding-left: 15px;
  }

  .orange {
    height: auto;
    padding: 10px 10px;
  }
}

.card-img.pr-0 {
  display: none;
}

.service-bg {
  position: relative;
  color: #fff;
}

.icon-light {
  position: absolute;
  right: 22px;
  bottom: 25px;
}

.big-text {
  font-size: 50px;
}

.icon-light .fas,
.icon-light .fa-solid {
  font-size: 110px;
  color: #fff;
  opacity: 0.2;
}

.highlight_txt{
 padding-bottom: 20px; 
}