h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Ubuntu, sans-serif;
  color: #202020;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: normal;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.4px;
  overflow-x: hidden;
}
.center {
  text-align: center;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.padding {
  padding-top: 39px;
}
.videopadding {
  padding-top: 30px;
}
.yoke {
  width: 50px;
  height: 50px;
}
p {
  margin-bottom: 10px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}
a {
  color: #16a2e8;
  transition: 0.5s;
  text-decoration: none;
}
a:active,
a:hover {
  outline: 0 none;
  text-decoration: none;
  color: #16a2e8;
}
ol,
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.preloader {
  background: #fff;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}
.loader-mes {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}
.status-mes {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -35px;
  font-size: 10px;
  text-indent: -12345px;
  z-index: 10000;
}
.loader {
  position: relative;
  width: 100px;
  height: 100px;
  animation: rotation 1s infinite;
}
.loader1,
.loader2 {
  position: relative;
  width: 75px;
  height: 100px;
}
.loader__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 50%;
  background: #fff;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.loader__bar:nth-child(1) {
  left: 0;
  -webkit-transform: scale(1, 0.2);
  transform: scale(1, 0.2);
  -webkit-animation: barUp1 4s infinite;
  animation: barUp1 4s infinite;
}
.loader__bar:nth-child(2) {
  left: 15px;
  -webkit-transform: scale(1, 0.4);
  transform: scale(1, 0.4);
  -webkit-animation: barUp2 4s infinite;
  animation: barUp2 4s infinite;
}
.loader__bar:nth-child(3) {
  left: 30px;
  -webkit-transform: scale(1, 0.6);
  transform: scale(1, 0.6);
  -webkit-animation: barUp3 4s infinite;
  animation: barUp3 4s infinite;
}
.loader__bar:nth-child(4) {
  left: 45px;
  -webkit-transform: scale(1, 0.8);
  transform: scale(1, 0.8);
  -webkit-animation: barUp4 4s infinite;
  animation: barUp4 4s infinite;
}
.loader__bar:nth-child(5) {
  left: 60px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-animation: barUp5 4s infinite;
  animation: barUp5 4s infinite;
}
.loader__ball {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ball 4s infinite;
  animation: ball 4s infinite;
}
@keyframes rotation {
  50% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  5% {
    -webkit-transform: translate(8px, -14px);
    transform: translate(8px, -14px);
  }
  10% {
    -webkit-transform: translate(15px, -10px);
    transform: translate(15px, -10px);
  }
  17% {
    -webkit-transform: translate(23px, -24px);
    transform: translate(23px, -24px);
  }
  20% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  27% {
    -webkit-transform: translate(38px, -34px);
    transform: translate(38px, -34px);
  }
  30% {
    -webkit-transform: translate(45px, -30px);
    transform: translate(45px, -30px);
  }
  37% {
    -webkit-transform: translate(53px, -44px);
    transform: translate(53px, -44px);
  }
  40% {
    -webkit-transform: translate(60px, -40px);
    transform: translate(60px, -40px);
  }
  50% {
    -webkit-transform: translate(60px, 0);
    transform: translate(60px, 0);
  }
  57% {
    -webkit-transform: translate(53px, -14px);
    transform: translate(53px, -14px);
  }
  60% {
    -webkit-transform: translate(45px, -10px);
    transform: translate(45px, -10px);
  }
  67% {
    -webkit-transform: translate(37px, -24px);
    transform: translate(37px, -24px);
  }
  70% {
    -webkit-transform: translate(30px, -20px);
    transform: translate(30px, -20px);
  }
  77% {
    -webkit-transform: translate(22px, -34px);
    transform: translate(22px, -34px);
  }
  80% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  87% {
    -webkit-transform: translate(7px, -44px);
    transform: translate(7px, -44px);
  }
  90% {
    -webkit-transform: translate(0, -40px);
    transform: translate(0, -40px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}
@keyframes barUp1 {
  0% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  40% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  90% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
}
@-webkit-keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}
@keyframes barUp2 {
  0% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  40% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  90% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
}
@-webkit-keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}
@keyframes barUp3 {
  0% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
  100% {
    -webkit-transform: scale(1, 0.6);
    transform: scale(1, 0.6);
  }
}
@-webkit-keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}
@keyframes barUp4 {
  0% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  40% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
  50% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  90% {
    -webkit-transform: scale(1, 0.4);
    transform: scale(1, 0.4);
  }
  100% {
    -webkit-transform: scale(1, 0.8);
    transform: scale(1, 0.8);
  }
}
@-webkit-keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes barUp5 {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  90% {
    -webkit-transform: scale(1, 0.2);
    transform: scale(1, 0.2);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
label.d-none {
  display: none;
}
.navbar-brand > img.d-none {
  display: none;
}
.navbar-brand > img.d-block {
  display: block;
}
.visibility-hidden {
  visibility: hidden;
}
.errorMsg {
  color: red;
}
.section_title {
  margin-bottom: 50px;
}
.mail_color {
  color: #000;
  outline: 0;
}
.mail_color:focus,
.mail_color:hover {
  text-decoration: none;
}
.section_title h2,
.section_title h3 {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.secTitle {
  margin-bottom: 3rem;
}
.secTitle h1,
.secTitle h3 {
  position: relative;
  font-weight: 600;
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 0;
}
.sec_divider {
  width: 70px;
  height: 2px;
  background: #16a2e8;
  display: inline-block;
}
.section_title p {
  margin-top: 10px;
}
.secTitle span,
.section_title span {
  color: #16a2e8;
}
.section_padding {
  margin-top: 90px;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .section_padding.portfolioSec__padding {
    margin-top: 50px;
  }
}
.page-section {
  padding: 50px 0;
}
.hireContact .section_padding {
  padding: 50px 0;
  margin: 0;
}
.hireContact .contact_row .contactpage-title {
  display: none;
}
.hireContact .contact_row .home-d-none {
  display: block;
}
.hireContact .section_title {
  margin-bottom: 3rem;
}
.hireContact .page-section.marginTop {
  margin-top: 0;
}
.teamsec_padding {
  margin-top: 90px;
  padding: 20px 0;
}
.teamsec_padding.carrer_padding {
  margin-top: 120px;
}
.section_gray {
  background: #f8f8f8;
}
.section_blue {
  background: #16a2e8;
}
.main_bg_btn {
  border-radius: 30px;
  color: #fff;
  background: #16a2e8;
  font-weight: 400;
  padding: 10px 14px;
  transition: 0.5s;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  font-family: Ubuntu, sans-serif;
  letter-spacing: 1px;
  position: relative;
  box-shadow: 0 0 5px #ddd;
  border: 1px solid #16a2e8;
  line-height: 20px;
  left: -1px;
}
.main_bg_btn:focus,
.main_bg_btn:hover {
  color: #16a2e8;
  border-color: #16a2e8;
  background: 0 0;
  outline: 0 !important;
}
#header {
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 999;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  padding: 16px 0;
}
#header .navbar {
  margin: 0;
  border: 0;
}
.navbar > .container .navbar-brand {
  padding: 0;
  margin-left: 0;
  margin-top: 6px;
}
.navbar-brand > img {
  height: 100%;
  width: auto;
}
#header.menu-shrink {
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  width: 100%;
}
#main_menu {
  margin-top: 10px;
}
.nav > li.ptpb-0 {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
.nav > li {
  padding: 7px 12px;
  border: 1px solid transparent;
  transition: 0.5s;
}
.nav > li > a {
  font-family: Ubuntu, sans-serif;
  color: #fff;
  padding: 0;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 500;
}
#header .nav .open > a,
#header .nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
}
.header-dropdown .dropdown-menu {
  border: 0;
  border-radius: 3px;
}
.nav > li > a.main_bg_btn {
  border-radius: 30px;
  color: #fff;
  background: #16a2e8;
  font-weight: 400;
  padding: 10px 14px;
  transition: 0.5s;
  text-transform: capitalize;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  font-family: Ubuntu, sans-serif;
  letter-spacing: 1px;
  position: relative;
  box-shadow: none;
  border: 1px solid #16a2e8;
  line-height: 20px;
}
.nav > li > a.main_bg_btn:hover {
  border-color: #fff;
  color: #fff;
}
#header.menu-shrink .nav > li > a.main_bg_btn {
  color: #fff;
}
#header.menu-shrink .nav > li > a.main_bg_btn:hover {
  border-color: #16a2e8;
}
#header.menu-shrink .nav > li > a.main_bg_btn:focus {
  color: #16a2e8;
}
#header.menu-shrink .nav > li > a {
  color: #757575;
}
#header.menu-shrink .nav > li > a:hover,
.nav > li > a:hover {
  color: #16a2e8;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-toggle {
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  background-color: #16a2e8;
}
@media (max-width: 991.98px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}
.owl-item.active .slider-animated-1 .sl_heading {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-1 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: bounceInLeft;
  animation-name: fadeInLeft;
}
.owl-item.active .slider-animated-2 .sl_heading {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-2 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.owl-item.active .slider-animated-3 .sl_heading {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-3 h2 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-3 p {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.owl-item.active .slider-animated-3 a {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#slider_area,
.single-slide-item-table,
.single_slide {
  height: 700px;
}
#slider_area {
  background-color: #305268;
}
.single_slide {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  z-index: 1;
}
.sliderImage {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hire-banner .sliderImage {
  object-position: bottom;
}
.hire-banner.webhire-banner .sliderImage {
  object-position: center;
}
.single_slide:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  z-index: 1;
}
.slider_active .owl-nav .owl-next,
.slider_active .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 19px;
  transition: all 0.4s ease-in-out;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
}
.slider_active .owl-nav .owl-prev {
  left: 15px;
}
.slider_active .owl-nav .owl-next {
  right: 15px;
}
.slider_active .owl-nav .owl-next:hover,
.slider_active .owl-nav .owl-prev:hover {
  color: #fff;
  background: rgba(22, 162, 232, 0.9);
}
.single-slide-item-table {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
}
.single-slide-item-tablecell {
  display: table-cell;
  vertical-align: middle;
}
.slider_content .sl_heading {
  color: #fff;
  font-size: 27px;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  font-family: Ubuntu, sans-serif;
}
.slider_content h2 {
  color: #16a2e8;
  font-size: 57px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
  line-height: normal;
}
.slider_content .main_bg_btn {
  box-shadow: inherit;
}
.slider_content .main_bg_btn:focus,
.slider_content .main_bg_btn:hover {
  color: #fff;
}
.slider_content h2 span {
  color: #fff;
}
.slider_content p {
  margin-bottom: 35px;
  color: #fff;
  font-weight: 300;
}
#slider_area .main_bg_btn {
  background: #fff;
  border-color: #fff;
  color: #333;
}
#slider_area .main_bg_btn:hover {
  background: #16a2e8;
  border-color: #16a2e8;
  color: #fff;
}
.gradient_background {
  background-image: linear-gradient(to right, #12d8fa 0, #16a2e8 100%);
}
@media (min-width: 576px) {
  .mobile_slider {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .desk_slider {
    display: none !important;
  }
}
.single_about {
  text-align: center;
  padding: 40px 16px 27px;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.single_about:after,
.single_about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease 0s;
}
.single_about:after {
  border-bottom: 1px solid #16a2e8;
  border-top: 1px solid #16a2e8;
  transform: scaleX(0);
  transform-origin: 0 100% 0;
  z-index: -1;
}
.single_about:before {
  border-left: 1px solid #16a2e8;
  border-right: 1px solid #16a2e8;
  transform: scaleY(0);
  transform-origin: 100% 0 0;
  z-index: -1;
}
.single_about:hover:after {
  transform: scaleX(1);
  opacity: 1;
}
.single_about:hover:before {
  transform: scaleY(1);
  opacity: 1;
}
.single_about .about_icon {
  margin-bottom: 17px;
}
.single_about .about_icon i {
  font-size: 30px;
  line-height: 70px;
  transition: all 0.3s ease 0s;
  color: #fff;
  width: 70px;
  height: 70px;
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  border-radius: 50%;
}
.single_about .about_content h3 {
  margin-bottom: 15px;
  font-size: 18px;
}
.single_about:hover {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}
.single_about .about_content p {
  line-height: 26px;
}
#work_area {
  overflow: hidden;
}
.mix {
  display: none;
}
.portfolio_item .mix {
  display: inline-block;
}
.portfolio_filter ul {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.portfolio_filter ul li {
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  cursor: pointer;
  padding: 6px 22px;
  font-size: 14px;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 20px;
}
.portfolio_filter .filter.active {
  color: #fff;
  background: #16a2e8;
  box-shadow: 0 0 5px #ddd;
}
.single_portfolio {
  text-align: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .related-portfolio .single_portfolio {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage__protfolio .single_portfolio {
    width: 208px;
    margin-left: auto;
    margin-right: auto;
  }
 
}
@media (max-width: 575.98px) {
  .homepage__protfolio .single_portfolio {
    width: 100%;
  }
}
.single_portfolio:after,
.single_portfolio:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.single_portfolio:after {
  background: rgba(22, 162, 232, 0.6);
  opacity: 1;
  transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg)
    translate3d(0, -100%, 0);
  transition: transform 0.6s ease 0s;
}
.single_portfolio:hover:before {
  opacity: 1;
}
.single_portfolio:hover:after {
  transform: scale3d(2, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
.single_portfolio img {
  width: 270px;
  height: 270px;
  object-fit: contain;
}
.single_portfolio .box-content {
  width: 100%;
  height: 100%;
  padding-top: 27%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}

.single_portfolio:hover .box-content {
  opacity: 1;
}
.single_portfolio .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.single_portfolio .post {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.single_portfolio .post2 {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.single_portfolio .icon {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.single_portfolio .icon li {
  display: inline-block;
}
.single_portfolio .icon li .venobox {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  display: inline-block;
  border-radius: 50%;
}
.single_portfolio .icon li .venobox:hover {
  background: #16a2e8;
  color: #fff;
}
.alert_msg {
  margin-bottom: 0;
  margin-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .single_portfolio {
    margin-bottom: 30px;
  }
}


@media (max-width: 575.98px) {
  .single_portfolio .box-content {
    padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
  }
  .single_portfolio .title{
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      word-break: break-word;
  }
  .single_portfolio .icon{
    margin: 0 0 0 0;
  }
  .single_portfolio .icon li a{
    width: 30px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  font-size: 13px;
  }
  .single_portfolio .icon li .venobox{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
  }
}
#skill_area {
  overflow: hidden;
}
.progressbar-title {
  font-size: 13px;
  text-transform: uppercase;
}
.progress {
  height: 5px;
  overflow: visible;
  background: #fff;
  margin-bottom: 40px;
}
.progress .progress-bar {
  position: relative;
  animation: animate-positive 2s;
  background: #16a2e8;
}
.progress .progress-icon {
  width: 30px;
  height: 30px;
  line-height: 25px;
  border-radius: 50%;
  font-size: 13px;
  position: absolute;
  top: -14px;
  right: 0;
  background: #fff;
  border-width: 3px;
  border-style: solid;
  border-color: #16a2e8;
  color: #16a2e8;
}
.progress-value {
  font-size: 13px;
  color: #848484;
  position: absolute;
  top: 16px;
  right: 0;
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0%;
  }
}
@keyframes animate-positive {
  0% {
    width: 0%;
  }
}
.serviceBox {
  position: relative;
  text-align: left;
  padding: 30px;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
}
.serviceBox:hover {
  background: #16a2e8;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.088);
  color: #fff;
}
.serviceBox:hover .title {
  color: #fff;
}
.serviceBox .service-icon {
  font-size: 30px;
  color: #16a2e8;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
  text-align: left;
}
.serviceBox:hover .service-icon {
  color: #fff;
  transform: rotateY(360deg);
}
.serviceBox .service-content {
  float: left;
}
.serviceBox .title {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 17px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}
.serviceBox .description {
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom: 50px;
  }
}
.service_box {
  position: relative;
  padding: 20px;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid rgba(0, 0, 0, 0.03);
  background: #fff;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.04);
}
.technology a {
  color: #000;
}
.technology a:focus,
.technology a:hover {
  color: #16a2e8;
  text-decoration: none;
}
.technology img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}
.technology {
  margin-bottom: 2rem;
}
.technology p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 5px;
  word-break: break-word;
}
.padding0 {
  padding: 0;
}
.wedo_padding {
  padding: 0;
}
.padding0_5 {
  padding: 0 6px;
}
.wedo_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.wedo_row .col-xs-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.wedo_row.skills_row .col-xs-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.wedo_row .col-xs-6,
.wedo_row.skills_row .col-xs-4 {
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 576px) {
  .wedo_row .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wedo_row.skills_row .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (min-width: 992px) {
  .wedo_row .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
@media (max-width: 575.98px) {
  .technology {
    margin-bottom: 1.5rem;
  }
  .technology p {
    line-height: 1.4;
    margin-top: 5px;
  }
}
.pricingTable {
  text-align: center;
  background: #fff;
}
.pricingTable:hover .price-value {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 3px #16a2e8;
  -moz-box-shadow: 0 0 0 3px #16a2e8;
  box-shadow: 0 0 0 3px #16a2e8;
}
.pricingTable > .pricingTable-header {
  padding-top: 40px;
}
.pricingTable-header > .price-value {
  display: block;
  padding: 25px 0;
  background: #16a2e8;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto;
  font-size: 24px;
  color: #fff;
  transition: all 0.4s ease 0s;
  font-weight: 700;
  border: 3px solid #fff;
}
.price-value > .mo {
  display: block;
  font-size: 12px;
}
.pricingTable-header > .heading {
  display: block;
  padding-top: 20px;
}
.heading > h3 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 18px;
}
.pricingTable > .pricingContent {
  margin-top: 30px;
}
.pricingTable > .pricingContent > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.pricingTable > .pricingContent > ul > li {
  padding: 10px 0;
  border-top: 1px solid #d6d6d6;
}
.pricingTable-sign-up {
  padding: 40px 0;
  border-top: 1px solid #d6d6d6;
}
.pricingTable:hover .main_bg_btn {
  background: 0 0;
  color: #16a2e8;
}
@media screen and (max-width: 990px) {
  .pricingTable {
    margin-bottom: 20px;
  }
}
.testimonial {
  padding: 20px;
  margin: 20px 10px;
}
.testimonial .pic {
  width: 122px;
  height: 122px;
  float: left;
  margin-right: 50px;
  position: relative;
}
.testimonial .pic:after,
.testimonial .pic:before {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  position: absolute;
}
.testimonial .pic:before {
  bottom: -10%;
  left: -10%;
  border-bottom: 3px solid #16a2e8;
  border-left: 3px solid #16a2e8;
}
.testimonial .pic:after {
  top: -10%;
  right: -10%;
  border-top: 3px solid #16a2e8;
  border-right: 3px solid #16a2e8;
}
.testimonial .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonial .testimonial-content {
  display: table;
  position: relative;
}
.testimonial .testimonial-content:before {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  top: -30px;
  left: -15px;
  font-size: 50px;
  color: #d8dad6;
  z-index: -1;
}
.testimonial .testimonial-title {
  font-size: 18px;
  color: #16a2e8;
  text-transform: capitalize;
}
.testimonial .post {
  font-size: 13px;
  font-weight: 600;
  color: #585f62;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 5px;
  padding-left: 5px;
}
.testimonial .description {
  color: #7c7c7c;
  margin-top: 12px;
  font-style: italic;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #16a2e8;
}
.testimonial-content .modal-images img {
  width: auto;
  height: 160px;
  object-fit: cover;
}
.testimonial-content a.videoThumbnail {
  position: relative;
  display: block;
}
.testimonial-content a.videoThumbnail i.fa-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.64);
  color: #fff;
  width: 15%;
  text-align: center;
  padding: 8px;
  border-radius: 4px;
}
.video-modal .modal-dialog .modal-content {
  background: #141516;
  box-shadow: none;
  border: 0;
}
.video-modal .modal-dialog .modal-content .modal-body .close {
  color: #16a2e8;
  opacity: 1;
  font-weight: 100;
  font-size: 30px;
  position: fixed;
  bottom: -55px;
  left: 0;
  background: #fff;
  padding: 13px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  right: 0;
  line-height: 0;
}
.video-modal .modal-dialog .modal-content .modal-body {
  text-align: center;
}
.modal.video-modal {
  text-align: center;
  padding: 0 !important;
}
.modal.video-modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.video-modal .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.video-modal .modal-dialog .modal-body .loader1,
.video-modal .modal-dialog .modal-body .loader2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
@media only screen and (max-width: 980px) {
  .testimonial {
    padding: 20px 0;
    margin: 20px 15px;
  }
  .testimonial .pic {
    float: none;
  }
  .testimonial .testimonial-content {
    display: block;
    margin-top: 30px;
  }
  .testimonial .testimonial-content:before {
    z-index: 1;
    top: -200px;
  }
}
#testimonial-slider .owl-dots {
  text-align: center;
  bottom: -32px;
  left: 0;
  position: absolute;
  right: 0;
  margin-bottom: 50px;
}
#testimonial-slider .owl-dot {
  height: 10px;
  width: 10px;
  display: inline-block;
  margin: 0 5px;
  border-radius: 50%;
  border: 2px solid #16a2e8;
}
#testimonial-slider .owl-dot.active {
  background: #16a2e8;
}
.counter_section {
  background-image: url(../img/counter-bg.jpg?v=3);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
#counter_area {
  position: relative;
  padding: 80px 0;
  color: #fff;
}
#counter_area:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
}
.counter-items {
  position: relative;
  z-index: 10;
}
.counter_icon i {
  display: block;
  font-size: 50px;
  margin-bottom: 25px;
  color: #16a2e8;
}
.counter {
  font-size: 30px;
  color: #fff;
  font-weight: 800;
  margin: 0;
  display: inline-block;
  padding: 0 3px;
  letter-spacing: 3px;
  font-family: Ubuntu, sans-serif;
}
.number-desc {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  margin: 0;
  letter-spacing: 1px;
}
.contact-header {
  background-image: url(../img/contact-bg.jpg);
  background-size: cover;
  height: 455px;
  position: relative;
  margin-bottom: 1rem;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position: center;
}
.contact-header:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.contact-header .container {
  margin-top: -100px;
}
.contact-header h3 {
  color: #fff;
  font-size: 36px;
}
.contact-header p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
.single_contact_info {
  padding: 30px;
  margin-bottom: 40px;
  border: 1px solid #f1f1f1;
  background: #fff;
}
.single_contact_info a i {
  color: #fff;
  width: 18px;
  height: 18px;
  line-height: 2;
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  border-radius: 50%;
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 5px;
  font: normal normal normal 10px/2 FontAwesome;
}
.single_contact_info a {
  outline: 0;
}
.single_contact_info a:focus,
.single_contact_info a:hover {
  text-decoration: none;
}
.single_contact_info p {
  margin-bottom: 0;
}
#main_form .form-group {
  margin-bottom: 1rem;
}
.cform_box {
  width: 100%;
  background: #fff;
  padding: 40px;
  border: 1px solid #fafafa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.02);
}
#main_form .form-control {
  font-size: 15px;
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 15px;
  outline: 0;
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  transition: 0.5s;
  border-radius: 0;
}
#main_form .form-control:focus {
  border-color: #16a2e8;
  box-shadow: none;
}
#main_form textarea.form-control {
  height: 140px;
  line-height: 25px;
}
.contactHome .home-d-none {
  display: none;
}
.mobileInput .iti {
  width: 100%;
}
.contact-box {
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 9%);
  margin-bottom: 1.5rem;
}
.contact-country {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.countryImg {
  width: 25px;
  height: 15px;
  object-fit: cover;
}
.countryName {
  margin-bottom: 0;
  margin-left: 10px;
  letter-spacing: 3px;
}
.contact-address h3 {
  margin-bottom: 1.5rem;
  font-size: 16px;
  line-height: 1.7;
}
.contact-address .text-phone {
  margin-bottom: 0.5rem;
  font-size: 20px;
  font-weight: 400;
}
.contact-address .text-phone.text-email {
  font-size: 16px;
  margin-bottom: 1rem;
}
.contact-address .text-phone a {
  color: #000;
  font-weight: 600;
}
.contact-address .text-phone a:hover {
  color: #16a2e8;
}
.address-container {
  margin-top: -100px;
  padding-bottom: 5rem;
}
.py-3rem {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 575.98px) {
  .contact-header h3 {
    font-size: 22px;
  }
  .contact-header p {
    font-size: 14px;
  }
}
.client_area {
  padding: 70px 0;
}
.single_client a {
  display: block;
  transition: 0.5s;
}
#footer_area {
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  width: 100%;
  color: #fff;
}
.footerdiv-row {
  padding: 30px 0;
}
.footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}
.ftr_social_list li {
  display: inline-block;
  padding-right: 10px;
}
.ftr_social_list li:last-child {
  padding-right: 0;
}
.ftr_social_list a {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #16a2e8 !important;
  font-size: 14px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #fff;
}
.ftr_social_list a:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 0;
  height: 0;
  transition: 0.3s;
  top: 0;
  left: 50%;
  z-index: -1;
}
.ftr_social_list a:hover:after {
  width: 30px;
  height: 30px;
  margin-left: -15px;
}
.ftr_social_list a:hover {
  color: #fff !important;
}
.copyright-footer {
  border-top: 1px solid #fff;
  padding: 10px 0;
}
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.copyright p {
  display: inline-block;
  margin: 0;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.center-block {
  float: inherit;
}
a.f_facebook:after {
  background: #5d82d1;
}
a.f_twitter:after {
  background: #40bff5;
}
a.f_google:after {
  background: #eb5e4c;
}
a.f_linkedin:after {
  background: #238cc8;
}
a.f_youtube:after {
  background: #cc181e;
}
a.f_skype:after {
  background: #00aff0;
}
.no_padding {
  padding: 0;
}
.g-recaptcha > div {
  margin: 0 auto;
}
.footer_row {
  display: flex;
  justify-content: space-between;
}
.footer_row .footer-column {
  min-height: 100%;
}
.footer-address {
  margin-bottom: 15px;
  color: #fff;
}
.companyAdd .d-flex {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.companyAdd .d-flex img {
  object-fit: contain;
  margin-top: 4px;
}
.companyAdd .d-flex .addContact {
  width: calc(100% - 40px);
  font-size: 14px;
}
.companyAdd a {
  color: #fff;
  font-size: 14px;
}
.companyAdd a .d-flex {
  align-items: center;
}
.companyAdd a i {
  font-size: 20px;
  width: 25px;
  text-align: center;
}
.footer-menu {
  margin-right: -5px;
  margin-left: -5px;
}
.footer-menu li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
.footer-menu.link-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-menu.link-menu li {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.serviceMenu li {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer-menu li a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-menu li a i {
  margin-right: 5px;
  position: relative;
  top: 0;
}
.d-inline-block {
  display: inline-block;
}
.footer-hire {
  text-align: left;
}
.footer-hire a.main_bg_btn {
  box-shadow: none;
  background-color: #fff;
  color: #16a2e8;
  border-color: #fff;
}
.footer-title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
@media (min-width: 576px) {
  .flagTitle {
    display: none;
  }
}
@media (max-width: 1200px) {
  .ftr_social_list a {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .footer-menu li a {
    font-size: 12px;
    align-items: baseline;
  }
  .companyAdd .d-flex .addContact {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  .footer-menu li a {
    display: flex;
    white-space: nowrap;
  }
  .companyAdd .d-flex .addContact,
  .footer-menu li a {
    font-size: 14px;
  }
  .row.locationRow {
    display: block;
  }
  .row.locationRow .col-sm-12:first-child {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .row.locationRow {
    display: flex;
  }
  .footer_row {
    flex-wrap: wrap;
  }
  .footer_row .footer-column:nth-child(1) {
    order: 1;
    border-right: 0;
  }
  .footer_row .footer-column:nth-child(3) {
    order: 2;
  }
  .footer_row .footer-column:nth-child(1),
  .footer_row .footer-column:nth-child(3) {
    flex: 0 0 auto;
    width: 50%;
    text-align: left;
    padding-left: 3rem;
  }
  .footer_row .footer-column:nth-child(2) {
    flex: 0 0 auto;
    width: 100%;
    order: 3;
  }
  .footer-address {
    margin-bottom: 0;
    margin-top: 3rem;
  }
  .row.locationRow .col-sm-12:nth-child(1),
  .row.locationRow .col-sm-12:nth-child(2) {
    flex: 0 0 auto;
    margin-bottom: 0;
    width: 50%;
    padding-left: 3rem;
  }
  .row.locationRow .col-sm-12:nth-child(2) {
    border-left: 1px solid #fff;
  }
}
@media (max-width: 575.98px) {
  .footer-logo {
    margin-bottom: 10px;
  }
  .footer_row {
    flex-direction: column;
    text-align: center;
  }
  .footer-hire {
    text-align: center;
    margin-top: 20px;
  }
  .copyright.text-right {
    text-align: center;
    margin-top: 10px;
  }
  .ftr_social_list {
    margin-top: 10px;
  }
  .footer-menu {
    text-align: left;
    width: 100%;
    margin: 0 auto;
  }
  .footer-menu.serviceMenu li a {
    justify-content: center;
  }
  .footer_row .footer-column {
    margin-bottom: 1.5rem;
  }
  .footer-title {
    text-align: center;
  }
  .row.locationRow {
    display: block;
  }
  .companyAdd .d-flex {
    justify-content: center;
  }
  .companyAdd .d-flex .addContact {
    width: auto;
    text-align: center;
    margin-left: 0;
  }
  .companyAdd {
    margin-bottom: 2rem;
  }
  .companyAdd.mb-0-mobile,
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
  .footer-menu.link-menu {
    width: 80%;
  }
  .br_right_1 {
    border-right: 0;
  }
  .br_left_1 {
    border-left: 0;
  }
  .copyright {
    display: block;
  }
  .row.locationRow .col-sm-12:nth-child(1),
  .row.locationRow .col-sm-12:nth-child(2),
  .footer_row .footer-column:nth-child(1),
  .footer_row .footer-column:nth-child(3) {
    padding-left: 15px;
    width: 100%;
  }
  .footer_row .footer-column:nth-child(3) {
    text-align: center;
  }
  .companyAdd .d-flex img {
    display: none;
  }
}

.portfolioCarousel {
  width: 100%;
  max-width: 100%;

  border-radius: 0;
  overflow: hidden;
}
.carousel-inner > .item > img.bannerImg {
  width: 100%;
  height: 730px;
  object-fit: cover;
}
.portfolioCarousel .carousel-control {
  background-image: none;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: auto;
  width: 4rem;
  height: 4rem;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 100%;
}
.portfolioCarousel .carousel-control .glyphicon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: auto;
  height: auto;
  right: auto;
  font-size: 1.5rem;
}
.portfolioCarousel .left.carousel-control {
  left: 40px;
}
@media (max-width: 1799.98px) {
  .carousel-inner > .item > img.bannerImg {
    height: 630px;
  }
}
@media (max-width: 1599.98px) {
  .carousel-inner > .item > img.bannerImg {
    height: 550px;
  }
}
@media (max-width: 1399.98px) {
  .carousel-inner > .item > img.bannerImg {
    height: 500px;
  }
}
@media (max-width: 1199.98px) {
  .carousel-inner > .item > img.bannerImg {
    height: 382px;
  }
}
@media (max-width: 991.98px) {
  .carousel-inner > .item > img.bannerImg {
    height: 570px;
  }
}
@media (max-width: 767.98px) {
  .portfolioCarousel {
    width: 520px;
    margin: 0 auto;
  }
  .carousel-inner > .item > img.bannerImg {
    height: 390px;
  }

  .portfolioCarousel .carousel-control {
    width: 3rem;
    height: 3rem;
  }
  .portfolioCarousel .carousel-control .glyphicon {
    font-size: 1rem;
  }
  .portfolioCarousel .left.carousel-control {
    left: 25px;
  }
  .portfolioCarousel .right.carousel-control {
    right: -5px;
  }
}
.projectDetail {
  margin-top: 3rem;
}
.position_relative {
  position: relative;
}
.m-b-0 {
  margin-bottom: 0;
}
.p-b-0 {
  padding-bottom: 0;
}
.webappul {
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.webappul li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}
.webapp a {
  text-decoration: none;
}
.webapp a i {
  font-size: 24px;
  line-height: 50px;
  transition: all 0.3s ease 0s;
  color: #fff;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .webappul li {
    margin-bottom: 1.5rem;
  }
}
.hr_style {
  margin-top: 10px;
  margin-bottom: 10px;
}
.projectDetail .section_title,
.project_technology .section_title,
.ptoject_thirparty .section_title {
  margin-bottom: 0;
}
.project_technology .section_title h2,
.project_technology .section_title h3,
.ptoject_thirparty .section_title h2,
.ptoject_thirparty .section_title h3 {
  margin-top: 0;
}
.screenshotTab .nav-tabs {
  border-bottom: 0;
}
.screenshotTab ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.screenshotTab ul li {
  float: none;
  display: inline-block;
  padding: 0;
  border: 0;
}
.screenshotTab ul li a {
  float: none;
  font-weight: 400;
  color: #757575;
  text-transform: capitalize;
  cursor: pointer;
  padding: 6px 22px;
  font-size: 14px;
  transition: 0.5s;
  letter-spacing: 1px;
  border-radius: 20px;
}
.screenshotTab .nav-tabs > li.active > a {
  color: #fff;
  background: #16a2e8;
  box-shadow: 0 0 5px #ddd;
  border: 0;
}
#webScreen .item img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: contain;
}
#android .item img,
#iosScreen .item img {
  display: block;
  width: auto;
  height: auto;
}
.owl-carousel .owl-stage {
  margin: 0 auto;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  display: none;
}
#owlPortfolio .item .single_portfolio {
  background-color: #fff;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
a:focus,
a:visited {
  outline: 0;
  text-decoration: none;
}
.single-blog {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
  border-radius: 6px;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.single-blog .blog_img {
  height: 360px;
  width: 100%;
  position: relative;
}
.blog_img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-content {
  padding: 1.5rem;
}
.blogmeta-info {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  margin-bottom: 15px;
}
.blue_color i {
  color: #16a2e8;
  margin-right: 5px;
}
.blogHeading {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 20px;
  margin-bottom: 10px;
}
.blog-paragraph {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
  height: 52px;
}
.blog-taglist {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}
.blog-taglist i {
  margin-right: 5px;
}
.blog-btn {
  position: relative;
  display: inline-block;
  color: #000;
}
.blog-btn::after {
  position: absolute;
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateX(3px) translateY(-50%);
  transform: translateX(3px) translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.single-blog:focus .blog-btn::after,
.single-blog:hover .blog-btn::after {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateX(5px) translateY(-50%);
  transform: translateX(5px) translateY(-50%);
}
.single-blog:hover .blog-btn {
  color: #16a2e8;
}
.single-blog:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
}
.readViews {
  justify-content: space-between;
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .single-blog .blog_img {
    height: 220px;
  }
}
.blogDetail_title {
  font-size: 24px;
}
.blogImage img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.blogdetail_auther {
  padding: 1rem 0;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogAuther_name ul li {
  position: relative;
  display: inline-block;
  padding: 0 1rem;
  font-size: 14px;
}
.blogAuther_name > ul > li:first-child {
  padding-left: 0;
}
.blogAuther_name > ul > li::after {
  position: absolute;
  content: "";
  height: 50%;
  width: 2px;
  background-color: #777;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blogAuther_name > ul > li:last-child::after {
  display: none;
}
.social-icons.border-top {
  border-top: 1px solid #eee;
  padding: 1rem 0;
  text-align: right;
}
.social-icons a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  background-color: #16a2e8;
  color: #fff;
  border-radius: 5px;
  margin: 2px;
}
.blog-admin {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgb(0 0 0 / 10%);
  padding: 1rem;
  margin-top: 2rem;
}
.blogadmin-content {
  -ms-flex: 1;
  flex: 1;
}
.blog-adminthumb {
  background: #16a2e8;
  border-radius: 50%;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin-right: 15px;
  font-size: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.blog-adminthumb img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogadmin-content h6 {
  font-size: 18px;
  margin-bottom: 0;
}
.blogadmin-content span {
  font-size: 13px;
  color: #000;
}
.blogadmin-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
.recentBlogList ul {
  border: 1px solid #eee;
  border-radius: 4px;
}
.recentBlogList ul li a {
  border-bottom: 1px solid #eee;
  display: inline-block;
  padding: 1rem;
  position: relative;
}
.recentBlogList ul li a h5 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.postDate_recent {
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
  color: #565656;
}
.recentBlogList ul li a::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}
.recentBlogList li a.active::before,
.recentBlogList li a:focus::before,
.recentBlogList li a:hover::before {
  width: 2px;
  background-color: #16a2e8;
}
.recentBlogList li a.active,
.recentBlogList li a:focus,
.recentBlogList li a:hover {
  background-color: #f7f7f7;
}
.d-flex {
  display: flex;
}
.tag_name_list {
  display: inline-block;
  display: -webkit-box;
  height: 80px;
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mt-5 {
  margin-top: 5px;
}
.mediaImage img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  max-width: unset;
}
.share a {
  font-size: 45px;
  margin-top: 0;
  color: #16a2e8;
}
ul.social-network li {
  display: inline;
}
ul.social-network li a {
  font-size: 18px;
  color: #fff;
  padding: 0 11px;
}
.socialDiv {
  background: #16a2e8;
  position: relative;
  padding: 7px 0;
  width: 166px;
  margin: 0 auto;
}
.socialDiv::before {
  background: #16a2e8;
  content: "";
  display: block;
  height: 11px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: -6px;
  width: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-b-40 {
  margin-bottom: 40px;
}
ul.blogTag {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.blogTag li {
  display: inline-block;
}
ul.blogTag li a {
  background: #16a2e8;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  margin: 0 14px 0 0;
  padding: 0 13px;
  position: relative;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  height: 20px;
}
ul.blogTag li a span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 230px;
  height: 20px;
  white-space: nowrap;
}
ul.blogTag li a::before {
  background-color: inherit;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 5px;
  -webkit-transform: skew(-45deg, 45deg);
  -moz-transform: skew(-45deg, 45deg);
  -ms-transform: skew(-45deg, 45deg);
  -o-transform: skew(-45deg, 45deg);
  transform: skew(-45deg, 45deg);
  width: 10px;
  z-index: -1;
}
ul.blogTag li a::after {
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-top: -3px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 6px;
}
.main_bg_btn.learn_more {
  padding: 7px 20px;
}
.padding_40 {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .blog-admin {
    text-align: center;
  }
  .blogdetail_auther .social-icons {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .blog-admin,
  .blogdetail_auther {
    display: block;
  }
  .blog-adminthumb {
    margin-right: 0;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 479px) {
  .blogImage img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .blogImage img {
    width: 100%;
    height: auto;
  }
  .m-t-3_xs {
    margin-top: 3rem;
  }
  .center_xs {
    text-align: center;
  }
}
@media only screen and (device-width: 768px) {
  ul.blogTag li a span {
    max-width: 184px;
  }
}
.carrerList_desktop ul.nav-pills li a {
  background: 0 0;
  color: #202020;
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #16a2e8;
  border-radius: 0;
  word-break: break-word;
}
.carrerList_desktop ul.nav-pills li:not(:last-child) {
  margin-bottom: 10px;
}
.carrerList_desktop ul.nav-pills li {
  padding: 0;
}
.carrerList_desktop ul.nav-pills li a:focus,
.carrerList_desktop ul.nav-pills li a:hover {
  background: #16a2e8;
  color: #fff;
}
.carrerList_desktop ul.nav-pills li.active {
  background: #16a2e8;
  color: #fff;
}
.carrerList_desktop ul.nav-pills li.active a {
  color: #fff;
}
.carrerList_desktop .tab-content {
  background: #f8f8f8;
  padding: 15px;
}
.send-mail {
  padding-bottom: 10px;
  padding-top: 10px;
}
.carrerList_desktop .tab-content span {
  display: block;
}
.carrerList_desktop .tab-content ul {
  list-style: outside;
  padding-left: 25px;
}
.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}
.button-loader {
  margin-right: 10px;
}
.carrerList_mobile .panel {
  border: 0;
  box-shadow: none;
  margin-bottom: 10px;
}
.carrerList_mobile .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.carrerList_mobile .panel-heading a {
  display: block;
  padding: 10px 15px;
  outline: 0;
  text-decoration: none;
  border-radius: 0;
  word-break: break-word;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 500;
  line-height: 2;
}
.carrerList_mobile .panel-body {
  background: #f8f8f8;
}
.carrerList_mobile
  .panel-default
  > .panel-heading
  > .panel-title.collapsed
  > a {
  color: #202020;
  border: 1px solid #16a2e8;
}
.carrerList_mobile
  .panel-default
  > .panel-heading
  > .panel-title:not(.collapsed)
  > a {
  color: #fff;
  background-color: #16a2e8;
  border-color: #16a2e8;
}
.jobApplyForm .form-group {
  position: relative;
}
.jobApplyForm .form-group .errorMsg {
  /* position: absolute; */
  font-size: 12px;
}
.jobApplyForm .form-group.captchaDiv .errorMsg {
  /* position: absolute; */
  left: 0;
  right: 0;
}
.jobApplyForm .form-group.salaryDiv .errorMsg {
  left: 0;
  bottom: -25px;
}
.uploadFile .input-group-btn a {
  color: #fff;
  background: #16a2e8;
  font-weight: 400;
  padding: 10px 14px;
  border: 1px solid #16a2e8;
}
.uploadFile .input-group-btn .form-control {
  line-height: 2 !important;
}
.contact-bar {
  position: fixed;
  top: 88px;
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  width: 100%;
  display: block;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  z-index: 998;
  color: #fff;
}
.contact-bar a {
  color: #fff;
}
.contact-bar p {
  margin: 0;
  line-height: 2;
  font-size: 16px;
}
.terms_of_service ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.terms_of_service li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
.terms_of_service li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}
.terms_of_service li li {
  margin: 0;
}
.terms_of_service li li:before {
  content: counters(item, ".") " ";
}
ol.terms_abc {
  list-style-type: none;
  counter-reset: list;
  margin: 0;
  padding: 0;
}
ol.terms_abc > li {
  list-style: none;
  display: table;
  counter-increment: list;
}
ol.terms_abc > li:before {
  content: counter(list, lower-alpha) ". ";
  padding-right: 0.6em;
}
.service_menulist {
  border-top: 3px solid #16a2e8;
}
.service_menulist a:hover {
  background-color: #16a2e8 !important;
  color: #fff !important;
}
@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
#owlPortfolio .single_portfolio img {
  width: 270px !important;
  height: 270px;
  margin: 0 auto;
}
.owl_navstyle {
  position: relative;
}
.owl_navstyle .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.owl_navstyle .owl-next,
.owl_navstyle .owl-prev {
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  height: 30px;
  width: 30px;
  line-height: 26px;
  display: inline-block;
  position: absolute;
  border: 2px solid #ffffff;
  text-align: center;
  border-radius: 100%;
  font-size: 1rem;
}
.owl_navstyle .owl-prev {
  left: -30px;
}
.owl_navstyle .owl-next {
  right: -30px;
}
@media (max-width: 991.98px) {
  .owl_navstyle .owl-prev {
    left: 0;
  }
  #owlPortfolio .single_portfolio img {
    width: 100% !important;
    padding: 30px;
    height: 170px;
  }
  .owl_navstyle .owl-next {
    right: 0;
  }
}
.single-team {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: 0;
  overflow: hidden;
  width: 180px;
  height: 180px;
  position: relative;
  margin: 0 auto;
}
.team-thumb {
  width: 100%;
  height: 100%;
}
.team-thumb > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team-overlay::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #16a2e8;
  opacity: 0.9;
  z-index: -1;
}
.team-name {
  font-size: 18px;
  color: #fff;
  margin-bottom: 7px;
}
.team-post {
  font-size: 14px;
  color: #fff;
  margin-bottom: 7px;
  font-weight: 500;
}
.team-bio {
  line-height: 1;
}
.team-bio p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.4;
}
.single-team:hover .team-overlay {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-team:hover .team-thumb > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.4s ease;
}
.team_card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.team_cardbody {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  text-align: center;
  height: 285px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.team_photo {
  position: relative;
  width: 100%;
  height: 285px;
}
.team_photo img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: top;
}
.team_cardbody h5 {
  margin-bottom: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #16a2e8;
}
.team_cardbody span {
  font-size: 12px;
  margin-bottom: 1rem;
  display: inline-block;
}
.team_cardbody p {
  margin-bottom: 0;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
  min-height: 38px;
}
.main_teamrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
}
.mainteam_column {
  position: relative;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.teamsec_title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 2rem;
}
.subTeam {
  margin-top: 3rem;
}
@media (min-width: 576px) {
  .main_teamrow .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .main_teamrow .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .main_teamrow .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1200px) {
  .team_container {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .single-team {
    width: 170px;
    height: 170px;
  }
  .team_cardbody,
  .team_photo {
    height: 190px;
  }
}
@media (max-width: 575.98px) {
  .team_photo {
    height: 330px;
  }
  .single-team {
    width: 250px;
    height: 250px;
  }
  .team_cardbody {
    height: auto;
  }
  .team_cardbody p {
    min-height: auto;
  }
  .team_card {
    margin-bottom: 2rem;
  }
}
body.stop-scrolling {
  padding-right: 17px;
}
body.modal-open {
  padding-right: 6px !important;
}
body.modal-open #header {
  position: sticky;
}
body.modal-open .hire-banner {
  margin-top: 0;
}
.hire-banner .single_slide:after {
  opacity: 0.8;
}
@media (max-width: 991.98px) {
  body.stop-scrolling {
    padding-right: 0;
  }
  body.modal-open {
    padding-right: 0 !important;
  }
}
.page_wrapper {
  min-height: calc(100vh - 100px);
}
@media (max-width: 575.98px) {
  .page_wrapper {
    min-height: calc(100vh - 150px);
  }
}
.custom-scroll,
.iti__country-list {
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
}
.custom-scroll::-webkit-scrollbar,
.iti__country-list::-webkit-scrollbar {
  height: 4px;
  width: 6px;
}
.custom-scroll::-webkit-scrollbar-track,
.iti__country-list::-webkit-scrollbar-track {
  border-radius: 4px;
}
.custom-scroll::-webkit-scrollbar-thumb,
.iti__country-list::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.2);
}
.tag-section {
  padding: 50px 0;
}
.tag-section .section_title {
  margin-bottom: 25px;
}
.tagsection-ul .tag_li {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 200px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  background-color: #f8f8f8;
}
.tagsection-ul .tag_li a {
  height: 100%;
  width: 100%;
  display: inline-block;
}
.tagsection-ul .tag_li a img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.tagsection-ul .item {
  text-align: center;
}
@media (max-width: 1200px) {
  .owl_navstyle .owl-prev {
    left: -15px;
  }
  .owl_navstyle .owl-next {
    right: -15px;
  }
}
@media (max-width: 991.98px) {
  .tagsection-ul .tag_li {
    width: 170px;
    height: 170px;
  }
  .owl_navstyle .owl-prev {
    left: -10px;
  }
  .owl_navstyle .owl-next {
    right: -10px;
  }
}
@media (max-width: 575.98px) {
  .tagsection-ul .tag_li {
    width: 150px;
    height: 150px;
  }
  #owl-tagsection.owl_navstyle .owl-prev {
    left: 0;
  }
  #owl-tagsection.owl_navstyle .owl-next {
    right: 0;
  }
}
.hire-banner {
  margin-top: 90px;
}
.hire-banner,
.hire-banner .single_slide {
  height: 60vh;
  position: relative;
}
.hire-banner .slider_content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.hire-banner .slider_content h1 {
  font-size: 40px;
  color: #16a2e8;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
  line-height: normal;
}
.hire-banner .slider_content h1 span {
  color: #fff;
}
.hire-banner .slider_content p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25em;
  font-weight: 500;
}
.hb-container {
  position: absolute;
  left: 50%;
  top: 25%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}
.hire-banner .single_slide .get_quote {
  position: absolute;
  top: 100%;
  padding: 10px 0;
  display: inline-block;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
@media (max-width: 1600px) {
  .hire-banner,
  .hire-banner .single_slide {
    height: 80vh;
    position: relative;
  }
  .hb-container {
    top: 30%;
  }
}
@media (max-width: 1024px) {
  .hire-banner,
  .hire-banner .single_slide {
    height: 45vh;
  }
}
@media (max-width: 991.98px) {
  .hire-banner,
  .hire-banner .single_slide {
    height: 45vh;
  }
}
@media (max-width: 575.98px) {
  .hire-banner,
  .hire-banner .single_slide {
    height: 87vh;
  }
}
.get_quote:after {
  position: absolute;
  content: "";
  background: #fff;
  left: 25px;
  right: 25px;
  top: 0;
  height: 100%;
}
.get_quote img {
  height: 57%;
  width: auto;
  position: absolute;
  top: 0;
}
.get_quote img.left_curve {
  right: calc(100% - 26px);
}
.get_quote img.right_curve {
  left: calc(100% - 26px);
}
.getquoteModal .section_title {
  margin-bottom: 0;
}
.getquoteModal .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.get_quote_submit {
  min-width: 150px;
}
.getquoteModal .form-control {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-radius: 0;
  height: 40px;
  box-shadow: none;
}
.getquoteModal textarea.form-control {
  height: auto;
}
.text-section {
  padding: 80px 0 50px;
}
.text-section .text_paragraph p,
.text_paragraph p {
  font-size: 16px;
  text-align: justify;
}
.readmoreBtn {
  min-width: 130px;
  margin-top: 2.5rem;
}
.wad_paragraph p {
  line-height: 2.5;
}
.text-section .text_ul {
  margin-top: 2rem;
}
.text-section .text_ul p {
  font-size: 15px;
  display: flex;
}
.text-section.webtext-section .text_ul p {
  align-items: start;
}
.webtext-section .text_ul img {
  margin-right: 10px;
  object-fit: contain;
  margin-top: 3px;
}
.text-section .text_ul i {
  color: #16a2e8;
  margin-right: 10px;
  font-size: 10px;
  margin-top: 8px;
}
.hire-section {
  padding: 50px 0;
}
.hire-title {
  margin-bottom: 3rem;
}
.hire-title h2 {
  font-size: 25px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.hire-title h2 span {
  color: #16a2e8;
  display: inline-block;
}
.hire-title p {
  margin-bottom: 0;
  margin-top: 6px;
}
.section_blue .hire-title h2,
.section_blue .hire-title p {
  color: #fff;
}
.section_blue .sec_divider {
  background: #fff;
}
.card,
.hr-card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: 0;
  margin-bottom: 30px;
  text-align: center;
}
.hr-card {
  border-radius: 20px;
  min-height: 275px;
  transition: all 0.3s ease;
}
.hr-card:hover {
  transform: translateY(15px);
}
.card .card-body,
.hr-card .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.hr-card .hr-count {
  position: relative;
  display: inline-block;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  z-index: 2;
  margin-top: 14px;
}
.hr-card .hr-count:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: #16a2e8;
  content: "";
  z-index: -1;
  transform: rotate(45deg);
  border: 5px solid #fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
  transition: all 0.3s ease;
}
.hr-card:hover .hr-count:before {
  transform: rotate(315deg);
}
.hr-card .card-title {
  font-size: 18px;
  margin-bottom: 14px;
  min-height: 42px;
}
.hr-card .truncate .moreless {
  display: block;
  margin-top: 1rem;
}
.page-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-column {
  height: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.tech-card {
  border: 1px solid #ddd;
}
.tech-card .card-body {
  padding: 0;
}
.tech-list .owl-carousel .owl-stage {
  margin-left: 0;
}
.technology-row {
  display: flex;
  align-items: center;
}
.tech-title {
  text-align: center;
  width: 200px;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  padding: 5px;
}
.tech-list {
  width: calc(100% - 200px);
}
.tech_logo {
  display: inline-block;
  text-align: center;
  padding: 20px 10px;
  color: #000;
  width: 100%;
}
.tech_logo:hover {
  background: rgb(22 162 232 / 6%);
}
.tech_logo span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.4;
}
.tech_logo img {
  width: 50px !important;
  height: 50px;
  object-fit: contain;
  object-position: center;
  display: inline-block !important;
}
.tech-card .owl_navstyle .owl-nav {
  margin-top: -15px;
}
.tech-card .owl_navstyle .owl-prev {
  left: 0;
}
.tech-card .owl_navstyle .owl-next {
  right: 0;
}
.request-section .hire-title {
  margin-bottom: 0;
}
.request-section {
  height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.request-section .hire-title h2 {
  font-size: 40px;
  margin-bottom: 2rem;
}
.request-section.hiremobile_blue .hire-title h2 {
  font-size: 32px;
}
.request-section .hire-title p {
  font-size: 18px;
  margin-bottom: 2rem;
}
.request-section .main_bg_btn {
  color: #16a2e8;
  background: #fff;
  border-color: #fff;
  font-weight: 600;
}
.request-row {
  display: flex;
  justify-content: center;
}
.request-col {
  display: flex;
  align-items: center;
}
.devlopment_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.text-lowercase {
  text-transform: lowercase;
}
@media (min-width: 576px) {
  .devlopment_row .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .devlopment_row .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 1024px) {
  .request-section .hire-title h2 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .hire-banner {
    margin-top: 50px;
  }
}
.devlopment-card {
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  min-height: 260px;
}
.devlopment-card .card-body {
  padding: 30px 30px;
}
.dd_icon {
  background: url(../img/hire/dedicated_icons.png);
  width: 70px;
  height: 70px;
  display: inline-block;
}
.dd_icon1 {
  background-position: 8px -1410px;
}
.dd_icon2 {
  background-position: 18px -1558px;
}
.dd_icon3 {
  background-position: 15px -1700px;
}
.dd_icon4 {
  background-position: 13px -1847px;
}
.dd_icon5 {
  background-position: 8px -1977px;
}
.dd_icon6 {
  background-position: 10px -2107px;
}
.devlopment-card .moreless {
  display: block;
  margin-top: 1rem;
}
.devlopment-card h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.devlopment-card p {
  margin-bottom: 0;
}
.truncate3 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.process-section {
  background-image: url(../img/hire/process-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.process-section:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 30%);
}
.process-section .hire-title {
  position: relative;
  z-index: 1;
}
.process-section .hire-title h2 {
  color: #fff;
}
.process-section .sec_divider {
  background: #fff;
}
.process-timeline {
  position: relative;
  padding: 1em 0;
  z-index: 1;
  max-width: 1000px;
  display: inline-block;
}
.process-timeline::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 18px;
  height: 77%;
  width: 4px;
  background: #d7e4ed;
}
.process-column {
  position: relative;
  margin: 2em 0;
}
.process-column::after {
  clear: both;
  content: "";
  display: table;
}
.process-column:first-child {
  margin-top: 0;
}
.process-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #b7b7b7, inset 0 2px 0 rgb(0 0 0 / 8%),
    0 3px 0 4px rgb(0 0 0 / 5%);
  background-color: #fff;
}
.process-img svg {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0;
  margin-top: 0;
  fill: #16a2e8;
}
.process-content {
  position: relative;
  margin-left: 60px;
  background: #fff;
  border-radius: 0.25em;
  padding: 1em;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgb(0 12 31 / 10%);
  border-left: 5px solid #16a2e8;
}
.process-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #fff;
}
.process-content h3 {
  font-size: 18px;
  margin-bottom: 14px;
}
.tf-section {
  background: #f8f8f8;
}
.tf-section .hire-title p {
  font-weight: 600;
  padding: 4rem;
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  font-size: 16px;
  margin-top: 4rem;
}
article.dev_readMore {
  max-height: 54px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .process-timeline {
    margin-top: 0;
    margin-bottom: 0;
  }
  .process-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
  .process-column {
    margin: 4em 0;
  }
  .process-column:first-child {
    margin-top: 0;
  }
  .process-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .process-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .process-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #fff;
  }
  .process-column:nth-child(even) .process-content {
    float: right;
    border-right: 5px solid #16a2e8;
    border-left: 0;
  }
  .process-column:nth-child(even) .process-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #fff;
  }
}
@media (min-width: 992px) {
  .process-col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .hire-banner .slider_content h1 {
    font-size: 28px;
  }
  .hire-banner .slider_content p {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .hire-title h2 {
    font-size: 19px;
  }
  .dp-section .col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hr-card .card-title {
    min-height: auto;
  }
  .hire-banner .slider_content h1 {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .technology-row {
    display: block;
  }
  .tech-title {
    margin-top: 1rem;
  }
  .tech-list,
  .tech-title {
    width: 100%;
  }
  .request-section {
    height: auto;
    padding: 50px 0;
  }
  .request-row {
    display: block;
  }
  .req_img {
    margin-top: 3rem;
  }
  .process-content {
    border-left: 0;
    border-right: 5px solid #16a2e8;
  }
  .process-img svg {
    width: 25px;
    height: 25px;
  }
  .tf-section .hire-title p {
    padding: 2rem;
    font-size: 14px;
  }
}
.webhire-banner .single_slide:after {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.hire-banner.webhire-banner .slider_content h1 {
  margin-top: 0;
  font-size: 28px;
  margin-bottom: 15px;
}
.hire-banner.webhire-banner .slider_content p {
  font-size: 18px;
  text-align: justify;
}
.webhire-banner .hb-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.webhire-banner .buttonQuote {
  margin-top: 30px;
}
.webhire-banner .buttonQuote:hover {
  color: #16a2e8;
  background: #fff;
  border-color: #fff;
}
.webhire-banner .buttonQuote:focus {
  color: #16a2e8;
  background: #fff;
  border-color: #fff;
}
.webtext-section {
  padding: 50px 0 50px;
}
.web-process {
  background: #fff;
  position: relative;
  margin-top: 62px;
  margin-bottom: 62px;
}
.web-process:before {
  content: "";
  position: absolute;
  top: 202px;
  left: 0;
  width: 100%;
  height: 39px;
  background-color: #16a2e8;
  color: #fff;
}
.web-items {
  display: table;
  margin: auto;
  overflow: visible;
  width: 100%;
}
.web-item {
  display: table-cell;
  position: relative;
  text-align: center;
  height: 456px;
  margin: 0 6px;
}
.webtext-wrap {
  background: #fff;
  -webkit-box-shadow: 0 0 30px -1px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 0 30px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px -1px rgb(0 0 0 / 20%);
  margin: -8% auto;
  height: auto;
}
.web-item:nth-child(2n) .icon-wrapper,
.web-item:nth-child(2n + 1) .webtext-wrap {
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  height: 240px;
  text-align: center;
}
.web-item:nth-child(2n) .webtext-wrap,
.web-item:nth-child(2n + 1) .icon-wrapper {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  height: 240px;
}
.web-item h4 {
  font-size: 18px;
  color: #3e3d4e;
  position: absolute;
  width: 100%;
  margin-bottom: 0;
  padding: 0 5px;
}
.web-item:nth-child(2n + 1) h4 {
  bottom: 15px;
}
.web-item:nth-child(2n) h4 {
  top: 15px;
}
.web-item p {
  position: absolute;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.6;
  padding: 10px;
}
.web-item:nth-child(2n + 1) p {
  bottom: 40px;
}
.web-item:nth-child(2n) p {
  top: 40px;
}
.web-item span {
  position: absolute;
  top: 207px;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  font-size: 25px;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}
.web-item .icon-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 6px;
  background-color: #16a2e8;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.web-item i {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  width: 90px;
  height: 90px;
  font-size: 0;
  color: #fff;
  border-radius: 50%;
  background-color: #16a2e8 !important;
  box-shadow: 0 0 4px #999;
  border: 5px solid #fff;
}
.web-item i img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.web-item:nth-child(2n + 1) i {
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .web-item:nth-child(2n) .icon-wrapper,
  .web-item:nth-child(2n) .webtext-wrap,
  .web-item:nth-child(2n + 1) .icon-wrapper,
  .web-item:nth-child(2n + 1) .webtext-wrap {
    height: 200px;
  }
  .web-item:nth-child(2n) .icon-wrapper,
  .web-item:nth-child(2n + 1) .webtext-wrap {
    top: 2px;
  }
  .web-item:nth-child(2n) .webtext-wrap,
  .web-item:nth-child(2n + 1) .icon-wrapper {
    bottom: 15px;
  }
  .web-item:nth-child(2n + 1) p {
    bottom: 60px;
  }
  .web-item:nth-child(2n) p {
    top: 60px;
  }
  .web-item p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .web-item p {
    font-size: 10px;
    padding: 0 4px;
  }
  .web-item h4 {
    font-size: 14px;
  }
  .wad_paragraph p {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .web-process {
    margin-top: 0;
    margin-bottom: 0;
  }
  .web-process .buy-process-item .icon-wrapper,
  .web-process .buy-process-item .text-wrap,
  .web-process:before {
    position: static;
    height: auto;
  }
  .web-items {
    display: block;
  }
  .web-item {
    display: block;
    height: auto;
    margin: 0;
  }
  .web-item:nth-child(2n) .icon-wrapper,
  .web-item:nth-child(2n) .webtext-wrap,
  .web-item:nth-child(2n + 1) .icon-wrapper,
  .web-item:nth-child(2n + 1) .webtext-wrap {
    position: static;
    height: auto;
  }
  .web-item span {
    display: none;
  }
  .web-item .icon-wrapper:before,
  .web-item h4,
  .web-item p {
    position: static;
    margin-bottom: 10px;
  }
  .web-item i {
    display: inline-block;
    position: relative;
    transform: unset;
    left: unset;
  }
  .web-item .icon-wrapper {
    display: inline-block;
    height: auto;
    position: absolute !important;
    top: 0;
  }
  .web-item .icon-wrapper:before {
    display: none;
  }
  .webtext-wrap {
    margin: 0;
    box-shadow: none;
    padding-top: 100px;
    margin-bottom: 30px;
  }
  .web-item h4 {
    font-size: 18px;
  }
  .web-item p {
    font-size: 14px;
  }
}
.setps-content {
  display: flex;
  margin-bottom: 30px;
  align-items: start;
}
.setps-content img {
  object-fit: contain;
  margin-right: 15px;
}
.setps-content .steps_content h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.setps-content .steps_content p {
  margin-bottom: 0;
}
.section_blue .single_about .about_icon i {
  background-image: linear-gradient(to right, #fff 0, #fff 100%);
  color: #12d8fa;
}
.section_blue .about_content,
.section_blue .single_about .about_content h3 {
  color: #fff;
}
.section_blue .single_about:after,
.section_blue .single_about:before {
  border-color: #fff;
}
.ourcom_card .card-body img {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.hireweb_blue {
  height: 350px;
}
.hireweb_blue .request-row {
  justify-content: start;
}
.hireweb_blue .hirewebImg {
  position: absolute;
  right: 110px;
  bottom: 0;
  width: auto;
  height: 300px;
}
.induRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.induRow .col-sm-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.induRow .indIcon {
  width: 70px;
  height: 70px;
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.induRow .indIcon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.indName {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  color: #000;
}
.induRow .text-center {
  margin-bottom: 1rem;
}
.banner-mobile {
  display: none;
}
.colImage {
  padding-left: 90px;
}
@media (max-width: 1200px) {
  .banner-mobile {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .hire-banner.webhire-banner,
  .hire-banner.webhire-banner .single_slide {
    height: 60vh;
  }
  .hire-banner.webhire-banner .slider_content h1 {
    font-size: 23px;
  }
  .hire-banner.webhire-banner .slider_content p {
    font-size: 16px;
  }
  .hireweb_blue .hire-title {
    text-align: center;
  }
  .hireweb_blue {
    height: auto;
    display: block;
    padding-top: 50px;
    text-align: center;
  }
  .hireweb_blue .hirewebImg {
    position: static;
    margin: 0 auto;
    margin-top: 30px;
  }
  .banner-mobile {
    display: none;
  }
  .colImage {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .hire-banner.webhire-banner,
  .hire-banner.webhire-banner .single_slide {
    height: 45vh;
  }
}
@media (max-width: 575.98px) {
  .webhire-banner .single_slide:after {
    background: rgba(0, 0, 0, 0.7);
  }
  .banner-desktop {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .hire-banner.webhire-banner,
  .hire-banner.webhire-banner .single_slide {
    height: 70vh;
  }
  .hire-banner.webhire-banner .slider_content h1 {
    font-size: 20px;
  }
  .hire-banner.webhire-banner .slider_content p {
    font-size: 14px;
  }
  .webhire-banner .text-left {
    text-align: center;
  }
  .hire-banner.webhire-banner .sliderImage {
    object-fit: contain;
    object-position: center;
  }
  .hireweb_blue .hire-title h2 {
    font-size: 24px;
  }
  .hireweb_blue .hire-title p {
    font-size: 14px;
  }
  .hireweb_blue {
    padding-bottom: 0;
  }
  .hireweb_blue .hirewebImg {
    position: static;
    margin: 0 auto;
    padding: 0 15px;
    object-fit: contain;
    height: auto;
  }
  .induRow .col-sm-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .hire-section .single_about {
    padding: 20px 0;
    margin-bottom: 0;
  }
  .pb-0-mobile {
    padding-bottom: 0;
  }
  .colImage img {
    margin-bottom: -21px;
  }
}
.errorpage-container {
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.errorpage-container .row {
  width: 100%;
}
.errorCard {
  background-color: #f9f9f9;
}
.errorCard .card-body {
  padding: 3rem;
}
.errorCard .error_code {
  color: #1c65ac;
  font-size: 60px;
}
.errorCard .error_msg {
  font-size: 50px;
}
.errorCard .login-logo {
  margin-bottom: 3rem;
}
.blogDetail {
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.blogDetail img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
.blogDetail ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
.blogDetail ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 40px;
}
@media (max-width: 575.98px) {
  .errorCard .login-logo {
    margin-bottom: 2rem;
  }
  .errorCard .card-body {
    padding: 3rem 1rem;
  }
  .errorpage-container {
    height: 89vh;
  }
  .errorCard .error_code {
    font-size: 40px;
  }
  .errorCard .error_msg {
    font-size: 30px;
  }
  .blogDetail_title {
    font-size: 18px;
  }
  .blogContent img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain;
  }
}
.faq_container .panel-default > .panel-heading {
  color: #fff;
  background-color: #16a2e8;
  border-color: #16a2e8;
  padding: 20px 15px;
}
.faq_container .panel-title a {
  display: block;
  position: relative;
  padding-right: 20px;
}
.faq_container .panel-title a:active,
.faq_container .panel-title a:hover {
  color: #fff;
}
.faq_container .panel-group .panel,
.faq_container .panel-heading {
  border-radius: 0 !important;
}
.faq_container .panel-group .panel + .panel {
  margin-top: 1.5rem;
}
.faq_container .panel-title a:after {
  position: absolute;
  content: "\f067";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  right: 0;
  top: 1px;
}
.faq_container .panel-title a[aria-expanded="true"]:after {
  content: "\f068";
}
.align-items-center {
  align-items: center;
}
@media (max-width: 575.98px) {
  .np_buttons.padding_40 {
    padding: 20px 0;
  }
  .np_buttons .main_bg_btn {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .np_buttons .main_bg_btn span {
    display: none;
  }
  .np_buttons .center_xs {
    text-align: left;
  }
  .np_buttons .share {
    position: relative;
  }
  .np_buttons .share .socialDiv {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0);
    z-index: 1;
  }
  .np_buttons .share a#shareBtn {
    font-size: 40px;
  }
}
.mobile-contact .col-lg-8 {
  width: 100%;
}
.mobile-contact #contact-form .col-sm-6:nth-child(3),
.mobile-contact #contact-form .col-sm-6:nth-child(4) {
  width: 100%;
}
.mobile-contact .section_padding {
  margin-top: 0;
}
.mobile-contact .container {
  width: 100% !important;
}
.mobile-contact .contact_row .contactpage-title {
  display: none;
}
.mobile-contact .contact_row .home-d-none {
  display: block;
}
.mobile-contact .section_title .center,
.mobile-contact .section_title p {
  display: none;
}
.mobile-contact .section_title {
  margin-bottom: 10px;
}
.mobile-contact .col-sm-offset-3 {
  margin-left: 0 !important;
  width: 100%;
}
.mobile-contact #contact_area {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, #16a2e8, #12d8fa);
  background-color: transparent;
  margin-left: 50px;
  padding: 15px;
  margin-top: 0;
}
.mobile-contact .center-block {
  margin-right: 0;
  margin-left: 0;
}
.mobile-contact .cform_box {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}
.mobile-contact .col-sm-8 {
  width: 100%;
}
.mobile-contact #main_form .form-group {
  margin-bottom: 15px;
}
.mobile-contact #main_form .form-control {
  height: 40px;
}
.mobile-contact #main_form textarea.form-control {
  height: auto;
}
.mobile-contact .row {
  margin-right: -5px;
  margin-left: -5px;
}
.mobile-contact .col-sm-6,
.mobile-contact .col-sm-7,
.mobile-contact .col-xs-12,
.mobile-contact .col-xs-6 {
  padding-right: 5px;
  padding-left: 5px;
}
.mobile-card {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  text-align: left;
}
.mb_title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mb_title h5 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  width: calc(100% - 84px);
}
.wco_round {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  position: relative;
  border-radius: 50%;
  margin-right: 14px;
}
.wco_round img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.mbapp_service {
  box-shadow: 0 3px 15px rgb(0 0 0 / 6%);
  width: 100%;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 5px;
}
.mbapps_content h3 {
  font-size: 20px;
  color: #202020;
  margin-bottom: 20px;
}
.mbapps_content p {
  font-size: 15px;
}
.technologyIcon {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.technologyIcon li {
  text-align: center;
  margin-right: 10px;
  margin-bottom: 10px;
}
.technologyIcon li:last-child {
  margin-right: 0;
}
.technologyIcon li span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.technologyIcon li img {
  object-fit: contain;
  width: 80px;
  height: 40px;
}
.mbd_right li p {
  font-size: 15px;
  display: flex;
  margin-bottom: 15px;
}
.mbd_right .fa-circle {
  color: #16a2e8;
  margin-right: 10px;
  font-size: 10px;
  margin-top: 8px;
}
.hireProcess {
  background: #fff;
  box-shadow: 0 5px 15px #e0e0e0;
  padding: 20px;
  border-radius: 5px;
  min-height: 350px;
  margin-bottom: 30px;
}
.hp_number {
  font-size: 85px;
  line-height: 1.2;
  color: #e1e5e9;
  margin-bottom: 0;
  text-align: right;
  font-weight: 700;
}
.hp_step {
  position: absolute;
  right: 106px;
  top: 60px;
  color: #9ab1c2;
  font-size: 22px;
  font-weight: 700;
  background: #fff;
}
.industriesBox {
  background-color: #fff;
  box-shadow: 1px 1px 8px rgb(0 0 0 / 15%);
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.industriesBox img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.industriesBox span {
  display: block;
  font-size: 20px;
  margin-top: 15px;
  color: #000;
}
@media (max-width: 1200px) {
  .hireProcess {
    min-height: 280px;
  }
  .industriesBox span {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .mobile-contact #contact_area {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
@media (max-width: 991.98px) {
  .mobile-contact #contact_area {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .industriesBox {
    padding: 20px 10px;
  }
  .industriesBox span {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .mobile-contact #contact_area {
    padding-left: 0;
    padding-right: 0;
  }
  .technologyIcon {
    margin-top: 15px;
    justify-content: center;
  }
  .technologyIcon li {
    margin-right: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .technologyIcon li span {
    line-height: 1.4;
    font-size: 12px;
    margin-top: 5px;
  }
  .mbapps_content p {
    margin-bottom: 0;
  }
  .industriesBox span {
    font-size: 14px;
  }
  .industriesBox {
    padding: 20px 5px;
  }
  .contact-bar {
    top: 50px;
  }
  .mbapp_service {
    padding: 15px;
  }
  .request-section.hiremobile_blue .hire-title h2 {
    font-size: 20px;
  }
}
.wc-box {
  background: #fff;
  padding: 30px;
  box-shadow: 7px 5px 30px rgb(72 73 121 / 15%);
  border-radius: 5px;
  text-align: center;
  min-height: 450px;
}
.wc-iconbox {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-color: #f8f8f8;
  margin-bottom: 1.5rem;
}
.wc-iconbox img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wc-box h4 {
  font-size: 18px;
  margin-bottom: 1.5rem;
  min-height: 42px;
}
.wc-box p {
  margin-bottom: 0;
}
.service-section {
  position: relative;
  padding: 120px 0 100px;
  color: #fff;
}
.service-section:before {
  content: "";
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  position: absolute;
  bottom: 60px;
  top: 60px;
  left: 0;
  right: 0;
  transform: skewY(-3deg);
}
.service-section .secTitle h3,
.service-section .secTitle span {
  color: #fff;
}
.service-section .sec_divider {
  background: #fff;
  position: relative;
}
.serviceRow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.service-box * {
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.service-box {
  background: #fff;
  color: #202020;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  box-shadow: 0 0 12px rgb(0 0 0 / 10%);
  padding: 2rem;
  margin-bottom: 30px;
  border-radius: 20px;
  text-align: center;
}
.service-box:hover {
  transform: translateY(-10px);
}
.service-box:hover h4 {
  color: #16a2e8;
}
.serviceIcon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  margin-bottom: 1.5rem;
}
.serviceIcon img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 16px;
}
.service-box h4 {
  font-size: 20px;
}
.service-box p {
  color: #757575;
}
article.service_readMore {
  max-height: 54px;
  overflow: hidden;
}
.serviceReadMore [data-readmore-toggle*="rmjs-"] {
  display: none !important;
}
.page-section.marginTop {
  margin-top: 88px;
}
.marginTop_0 .page-section.marginTop {
  margin-top: 0;
}
.mb-1rem {
  margin-bottom: 1rem;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.br_right_1 {
  border-right: 1px solid #fff;
}
.br_left_1 {
  border-left: 1px solid #fff;
}
.locationRow {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .serviceRow .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .serviceRow .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1024px) {
  .wc-box {
    min-height: 500px;
  }
}
@media (max-width: 768px) {
  .wc-box {
    min-height: 480px;
    margin-bottom: 30px;
    padding: 10px;
  }
  .wc-box h4 {
    font-size: 16px;
  }
  .serviceSection {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .wc-box {
    padding: 15px;
  }
  .wc-box {
    min-height: auto;
  }
}
.mobapp-banner {
  padding-top: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  position: relative;
  background-position: center;
  min-height: calc(100vh - 88px);
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 88px;
  padding: 20px 0;
}
.mobapp-banner .slider_content h1 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  line-height: 1.5;
  margin-bottom: 0;
}
.mobapp-banner .banner-image {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
}
.mobapp-banner .banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zindex-1 {
  z-index: 1;
}
.mobapp-banner .slider_content h1 span {
  color: #16a2e8;
}
.mobapp-banner .slider_content .main_bg_btn:focus,
.mobapp-banner .slider_content .main_bg_btn:hover {
  color: #16a2e8;
}
.mappdev-section .devlopment-card img.androidIcon {
  padding: 5px;
}
.mappdev-section .devlopment-card img.reactIcon {
  padding: 10px;
}
.mobile_paragraph p {
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
.mobapp_ul i {
  color: #16a2e8;
}
.mobapp_ul li {
  font-size: 18px;
  margin-bottom: 20px;
}
.mobapp_ul li:last-child {
  margin-bottom: 0;
}
.mobapp_ul.mobapp_ul_dallas {
  display: inline-block;
  text-align: left;
}
.steps-section {
  padding-bottom: 10rem;
}
.stepUl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 7rem;
}
.stepUl li {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.stepBox {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.stepBox .position_relative {
  padding: 0 14px;
}
.stepBox:after {
  content: "";
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotate(45deg);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.stepBox .stepCount {
  color: #16a2e8;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.stepBox .stepHead {
  margin-bottom: 10px;
}
.stepBox p {
  margin-bottom: 0;
  font-size: 13px;
}
.devlopment_row_dalls .devlopment-card {
  min-height: auto !important;
}
.mobapp_row {
  display: flex;
  align-items: center;
}
.mobappSection {
  background-image: linear-gradient(to right, #16a2e8 0, #12d8fa 100%);
  padding: 0;
}
.carousel .item .imgmovebottom,
.carousel .item .imgmovetop {
  transition: ease 0.3s all 0s;
}
.carousel .item .imgmovetop {
  transform: translateY(-100%);
}
.carousel .item .imgmovebottom {
  transform: translateY(100%);
}
.carousel .item.active .imgmovebottom,
.carousel .item.active .imgmovetop {
  transform: translateY(0);
}
.mobappContent {
  padding: 3rem 0;
}
.mobappContent .logoImage {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  object-fit: contain;
  padding: 10px;
  display: inline-block;
}
.mobappContent .logoImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.mobappContent .logoImage.praylogo {
  background-image: linear-gradient(to right, #000, #31313d);
}
.mobappContent h5 {
  color: #fff;
  font-size: 30px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mobappContent p {
  color: #fff;
  margin-bottom: 0;
}
.main_bg_btn.whiteButton {
  background: #fff;
  border-color: #fff;
  color: #333;
}
#slider_area.whiteButton {
  background: #16a2e8;
  border-color: #16a2e8;
  color: #fff;
}
.mobappSection .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  justify-content: center;
  list-style: none;
  width: 100%;
  margin: 0 auto;
}
.mobappSection .carousel-indicators [data-slide] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
  display: inline-block;
  position: relative;
}
.mobappSection .carousel-indicators .active {
  opacity: 1;
}
.mbstep-section {
  padding-bottom: 100px;
}
.hexgon-steps {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 230px;
  filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}
.hex-box {
  display: flex;
  position: relative;
  width: 260px;
  height: 285px;
  align-items: center;
  background-color: #fff;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  margin: 0 auto;
}
.hex-box:after {
  content: "";
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  width: 100%;
  height: 45%;
  position: absolute;
  top: 0;
}
.hex-box.hex-box1:after {
  background-image: linear-gradient(to bottom, #16a2e8 0, #12d8fa 100%);
}
.hex-box.hex-box2:after {
  background-image: linear-gradient(to bottom, #ffb53e 0, #ffbc51 100%);
}
.hex-box.hex-box3:after {
  background-image: linear-gradient(to bottom, #0088f5 0, #3ca8ff 100%);
}
.hex-box.hex-box4:after {
  background-image: linear-gradient(to bottom, #fe3e4a 0, #ff6f78 100%);
}
.hex-box.hex-box5:after {
  background-image: linear-gradient(to bottom, #3bd251 0, #63da74 100%);
}
.hex-box:first-child {
  grid-row-start: 1;
  grid-column: 2 / span 2;
}
.hex-box:nth-child(2) {
  grid-row-start: 1;
  grid-column: 4 / span 2;
}
.hex-box:nth-child(3) {
  grid-row-start: 1;
  grid-column: 6 / span 2;
}
.hex-box:nth-child(4) {
  grid-row-start: 2;
  grid-column: 3 / span 2;
}
.hex-box:nth-child(5) {
  grid-row-start: 2;
  grid-column: 5 / span 2;
}
.hex-content {
  text-align: center;
  color: #fff;
  z-index: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.stepTitle {
  position: absolute;
  top: 35px;
}
.stepMob {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #fff;
}
.stepTitle h4 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.hex-content li {
  font-size: 15px;
  color: #000;
}
@media (min-width: 768px) {
  .mobapp-row {
    display: flex;
    align-items: center;
  }
  .mappdev-section .devlopment-card {
    min-height: 355px;
  }
}
@media (min-width: 1200px) {
  .devlopment_row_dalls .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .mobapp-banner {
    min-height: calc(61vh - 88px);
  }
}
@media (max-width: 1024px) {
  .mobapp-banner {
    min-height: calc(45vh - 88px);
  }
  .mobapp_row {
    display: block;
  }
  .hex-box {
    margin: 10px;
  }
}
@media (max-width: 991.98px) {
  .mobapp-banner {
    min-height: calc(45vh - 88px);
  }
  .mobapp-banner .slider_content h1 {
    font-size: 30px;
  }
  .stepUl li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom: 8rem;
  }
  .stepUl li:last-child {
    margin-bottom: 0;
  }
  .stepBox {
    width: 180px;
    height: 180px;
  }
  .ipad-mob-none {
    display: none;
  }
  .hexgon-steps {
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: 150px;
  }
  .hex-box:nth-child(3) {
    grid-row-start: 3;
    grid-column: 2 / span 2;
  }
  .hex-box:nth-child(4) {
    grid-row-start: 3;
    grid-column: 4 / span 2;
  }
  .hex-box:nth-child(5) {
    grid-row-start: 5;
    grid-column: 3 / span 2;
    position: relative;
    top: -65px;
  }
  .mobappSection .mobappContent {
    min-height: 400px;
  }
}
@media (max-width: 768px) {
  .mobile_paragraph p {
    font-size: 14px;
  }
  .industriesBox span {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .mobapp-banner {
    min-height: auto;
    margin-top: 50px;
    padding-bottom: 0;
  }
  .mobapp-banner .slider_content h1 {
    font-size: 24px;
  }
  .mobapp-banner .banner-image {
    position: relative;
    margin-top: 20px;
  }
  .mobapp-banner .slider_content {
    text-align: center;
  }
  .stepBox {
    width: 200px;
    height: 200px;
  }
  .stepUl li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .mobappRow {
    display: block;
  }
  .mt-2rem-mob {
    margin-top: 2rem;
  }
  .mobapp_ul li {
    font-size: 14px;
  }
  .mobapp_whorow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .mobapp_whorow .order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .industriesBox span {
    font-size: 12px;
  }
  .mobapp-banner .slider_content h1 {
    font-size: 18px;
  }
  .mobappSection .mobappContent {
    min-height: 475px;
  }
  .hex-box:nth-child(5) {
    top: auto;
  }
  .hexgon-steps {
    display: block;
  }
  .hex-box {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .mbstep-section {
    padding-bottom: 50px;
  }
}

/*.Developers Section CSS Start*/
.developer-section {
  padding: 5rem 0;
}
@media (max-width: 575.98px) {
  .developer-section .section_title {
    margin-bottom: 30px;
  }
}
.developer-section .col-lg-4 {
  margin-bottom: 2rem;
  width: 100%;
}
.ourDevelopers__card {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  text-align: center;
  transition: all ease-in-out 0.3s;
  height: 100%;
  margin-bottom: 0;
}
.ourDevelopers__card:hover span.deve_count {
  color: #16a2e8;
}
.ourDevelopers__card:hover {
  transform: translateY(-10px);
}
.ourDevelopers__card .card-body {
  padding: 34px 30px;
}

.developers_p {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #757575;
  font-weight: 600;
  margin-bottom: 0;
}
.langIconCount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}
.langIconCount img,
.langIconCount svg {
  height: 50px;
  width: auto;
  object-fit: contain;
}
span.deve_count {
  font-size: 5rem;
  font-weight: 800;
  letter-spacing: 3px;
  font-family: Ubuntu, sans-serif;
  color: #202020;
  display: inline-block;
  transition: all ease-in-out 0.3s;
}

/*.Developers Section CSS End*/

/* Questions Page CSS Start  */
.questionnaire-card {
  border-radius: 20px;
  box-shadow: 0 0 30px rgb(0 0 0 / 5%);
  overflow: hidden;
}
.questionnaire-card .card-body {
  display: flex;
  align-items: center;
  padding: 0;
  flex-direction: column;
}

.questionnaire-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 4rem;
  width: 100%;
}

.startQueButton{
    padding: 0 0;
    width: 100%;

}
.question{
    width: 100%;
}
.question__title {
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 2.5rem;
  line-height: 1.25;
}
.questionAnsDiv {
  margin-bottom: 3rem;
}
.radioButtonLable {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.radioButtonLable .radioButtonInput {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.radioButtonLable .radioButton {
  color: #757575;
  border: 1px solid #757575;
  border-radius: 0;
  font-size: 2rem;
  padding: 1rem 1rem;
  width: 100%;
  font-weight: 600;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.radioButtonLable .radioButton:hover{
    color: #16a2e8;
    border-color: #16a2e8;
}
.radioRow {
  margin-bottom: 2rem;
}
.nextPrevBtn {
  font-size: 2rem;
  min-width: 13rem;
  margin: 0 1rem;
}
.radioButtonLable .radioButtonInput:checked + .radioButton{
    color: #ffffff;
    border-color: #16a2e8;
    background-color: #16a2e8;
}
.questionDetails{
    margin-top: 2rem;
}
.main_bg_btn.prevButton{
    background: #ffffff;
    color: #16a2e8;
    min-width: 13rem;
}
.main_bg_btn.prevButton:hover{
    background: #16a2e8;
    color: #ffffff;
    min-width: 13rem;
}
.que-w-100{
    width: 100%;
}
.mb-0{
    margin-bottom: 0;
}
.main_bg_btn.main_bg_btn_outline{
    color: #16a2e8;
    border-color: #16a2e8;
    background: #ffffff;
}
.min-w-11{
min-width: 11rem;
}

.check-container {
    width: 8.25rem;
    height: 9.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.check-container .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
        0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.check-container .check-background svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-background-error {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, red, red);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
        0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.check-container .check-background-error svg {
    width: 65%;
    transform: translateY(0.25rem);
    stroke-dasharray: 80;
    stroke-dashoffset: 80;
    animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(
        closest-side,
        rgba(73, 218, 131, 1),
        transparent
    );
    animation: animateShadow 0.75s ease-out forwards 0.75s;
}
@keyframes animateContainer {
    0% {
        opacity: 0;
        transform: scale(0);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    25% {
        opacity: 1;
        transform: scale(0.9);
        box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    43.75% {
        transform: scale(1.15);
        box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    }
    62.5% {
        transform: scale(1);
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
    }
    81.25% {
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
    100% {
        opacity: 1;
        box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
            0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
    }
}
@keyframes animateCheck {
    from {
        stroke-dashoffset: 80;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes animateShadow {
    0% {
        opacity: 0;
        width: 100%;
        height: 15%;
    }
    25% {
        opacity: 0.25;
    }
    43.75% {
        width: 40%;
        height: 7%;
        opacity: 0.35;
    }
    100% {
        width: 85%;
        height: 15%;
        opacity: 0.25;
    }
}
/* Questions Page CSS End */
