
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
 
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
textarea,
ul {
    font-family: "Montserrat" !important;
    font-weight: 500;
    line-height: 30px;
}


.btn,
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
body,
html {
  overflow-x: hidden;
}
.btn:hover,
a {
  text-decoration: none;
}
.col-12,
img {
  max-width: 100%;
}
.btn,
.nav-tabs .nav-link,
.navbar-toggler {
  border: 1px solid transparent;
}
.file_input,
.file_input span,
.main_port_slider,
.modal,
.modal-open,
.progress-bar {
  overflow: hidden;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.collapse:not(.show),
.contact_ipad,
.contact_laptop,
.contact_mobile,
.logo_ipad,
.menu_head,
.nav-link.btn.btn-danger:after,
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
.right-bg .contact_sec_form::before,
.testimonials-wrap .owl-carousel .owl-nav .owl-next::before,
.testimonials-wrap .owl-carousel .owl-nav .owl-prev::before {
  display: none;
}
.btn_top.show,
.no-js .owl-carousel,
.owl-carousel.owl-loaded,
header {
  display: block;
}
a,
button {
  cursor: pointer;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.footer_items a:hover,
p a {
  color: #216fa7;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.fade:not(.show),
.modal-backdrop.fade,
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
body {
  margin: 0;
  padding: 0;
  color: #010101;
  line-height: 1.694;
  font-weight: 500;
  text-align: left;
}
.admin_cont p,
.header_sec .navbar-nav span.nav-link,
.port_slider_wrk_wht .port_slider_wrk_itm,
.pp-head p,
.video_streaming_feature .heading_type_h2,
.white-clr,
a {
  color: #fff;
}
 
.header_sec {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 50px;
  left: 0;
}
.header_sec.fixed-header {
  top: 0;
}
/* Top Header CSS */
.contact-list {
    display: flex;
    justify-content: end;
    margin-bottom: 0;
}
.contact-list li {
    flex: 0 0 auto;
    list-style: none;
    min-width: 190px;
    padding: 0px 15px;
}
.phone_content {
    display: flex;
    align-items: center;
}
.phone_content img {
    margin-right: 8px;
    width: auto;
    height: 20px;
}
.contact-list li a {
    color: #000;
    font-size: 15px;
}
.top-head {
    background: #eff8ff;
    padding: 12px 0;
}
.contact-list li a:hover {
    color: #216fa7;
}
/* Top Header CSS end */

.banner_sec_con,
.blog-sec3 ul li span.check_icon,
.btn,
.dropdown,
.form-group,
.header_sec .nav-link,
.mail_address_cls,
.megamenu-cls,
.navbar,
.position_cls,
.submenu-row,
p.test-review,
span.arrow_cls {
  position: relative;
}
.btn,
a,
button,
input,
select,
textarea {
  outline: 0 !important;
  box-shadow: none !important;
}
p,
ul {
  margin-top: 0;
}
.btn,
.navbar-toggler,
a,
button.close {
  background-color: transparent;
}
.btn, .form-control { 
  line-height: 1.5;
  font-weight: 500;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  text-transform: capitalize;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
img {
  font-size: 13px;
}
.header_sec .navbar {
  padding: 0 1rem;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.test_con_user_img img {
  max-width: 154px;
}
.heading_type1 h3,
.heading_type2 h3,
.heading_type_h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
.box {
  position: absolute;
  bottom: 25%;
  right: 0;
  transform: translate(-50%, -50%);
}
.event_cont,
.event_img {
  position: relative;
  display: flex;
}
.box span {
  display: block;
  width: 20px;
  height: 20px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  margin: -10px;
  animation: 2s infinite animatebox;
}
.box span:nth-child(2) {
  animation-delay: -0.2s;
}
.box span:nth-child(3) {
  animation-delay: -0.4s;
}
@keyframes animatebox {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-20px, -20px);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(20px, 20px);
  }
}
@media (min-width: 576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {

  .banner_sec_img_home {
    background-image: url(../img/new-bg-new.webp);
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-8 {
    flex: 0 0 66.66%;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .menu-half-view {
    display: flex;
    width: 100%;
  }
  .megamenu-cls.menu-half-view a {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .megamenu-cls.menu-half-view {
    display: flex;
    flex-wrap: wrap;
  }
  .solution-dropdown .service_head {
    padding-right: 0 !important;
  }
  .choose_invento_in .heading_para {
    max-width: 860px;
    font-size: 17px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section_1 {
  background: #fbd33a;
  display: flex;
}
.section_1,
.section_2,
.section_3,
.section_4 {
  position: relative;
  height: 100vh;
  align-items: center;
  width: 100%;
}
.port_slider {
  display: flex;
  margin: 0 -15px;
}
.port_slide {
  max-width: 50%;
  padding: 0 15px;
}
.slider_content {
  padding: 100px 45px 100px 0;
}
.best_services_item .best_services_btn_cls,
.blockchain-indu a,
.section_1 .appi-cont p,
.section_1 .appi-cta.read_more_wrapper h4,
.section_1 .pp-head p {
  color: #000;
}
.pp-head p {
  font-weight: 800;
  font-size: 62px !important;
  line-height: 1;
  margin: 0 0 30px;
  color: #fff;
}
.appi-pp-para,
.blog_form .file_input,
.form-group,
.mobile_companies_itm_img,
.why_sec_con .heading_type2 h3,
section.crm_sec h3 {
  margin-bottom: 20px;
}
.cost_cont,
.cta_group,
.ico-cont,
.port_slider_wrk_itm {
  margin-top: 20px;
}
.blog-sec3 ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.blog-sec3 ul li {
  display: flex;
  align-items: flex-start;
}
.blog-sec3 ul li span.check_icon:after {
  flex: 0 0 20px;
  margin-top: -1px;
  height: 8px;
  width: 8px;
  background: #206fad;
  max-width: 8px;
  border-radius: 10px;
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
}
.blog-sec3 ol,
.hire_sec_con,
.test_con_user_con,
span.check_icon {
  padding-left: 20px;
}
.inner-phone {
  position: fixed;
  top: 50%;
  padding-top: 72px;
  transform: translate(20%, -50%);
}
.advantages_sec,
section.service_providesec {
  padding: 65px 0 70px;
}
.bg_gray {
  background: #f1f1f1;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .modal-xl {
    max-width: 1140px;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1220px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
@media (min-width: 1580px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1380px;
  }
}
.navbar {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
span.t_img svg path {
  fill: #fff;
}
.navbar-brand {
  display: inline-flex;
  margin-right: 1rem;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0.25rem;
}
span.t_img svg {
  width: 35px;
  height: 35px;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.menu_right_cls {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.navbar-nav {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.header_sec .navbar-nav .nav-link {
  font-family: "Montserrat" !important;
  padding: 20px 25px;
  display: inline-block;
}
.header_sec.fixed-header {
  background: #333;
}
.header_sec .nav-link.active::after,
.header_sec .nav-link::after {
  content: "";
  display: inline-block;
  width: 0;
  background: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.2s;
  height: 2px;
}
.header_sec .nav-link:hover::after,
.rating_img,
li.nav-item.dropdown.has-dropdown:hover a.nav-link::after {
  width: 100%;
}
.has-dropdown {
  position: static;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.header_sec li.nav-item.dropdown .dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border-radius: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background: 0 0;
  left: 0;
  right: 0;
  overflow: auto;
  box-shadow: unset;
  border: 0;
  display: none;
  box-shadow: 0 5px 5px rgb(0 0 0 / 8%);
  top: 120%;
}
.header_sec li.nav-item.dropdown .nav-link:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 0;
  top: calc(120% - 20px);
  z-index: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  left: calc(50% - 10px);
  opacity: 0;
  transition: 0.5s;
}
li.nav-item.dropdown.has-dropdown a.nav-link:hover,
li.nav-item.dropdown.has-dropdown:hover a.nav-link {
  color: #fff !important;
}
span.arrow_cls {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  top: 12px;
  right: -5px;
}
.header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
  transition: 0.5s;
  margin-top: 0;
  max-height: calc(90vh - 67px);
  opacity: 1;
  visibility: visible;
  max-width: 70%;
  display: block;
  box-shadow: 0 5px 20px rgb(0 0 0 / 12%);
  border-radius: 0 0 20px 20px;
}
.submenu-inner {
  padding: 40px;
  background: #fff;
  max-width: 1350px;
  margin: auto;
}
.header_sec li.nav-item.dropdown:hover .dropdown-menu {
  transition: 0.5s;
  margin-top: 0;
  height: inherit;
  top: 100%;
}
.row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.submenu-row {
  z-index: 111;
}
.submenu-row .inner-menu .submenu {
  border: 0;
  padding: 0 15px;
}
.border-cls {
  margin-bottom: 35px;
}
.header_sec .submenu-title .dropdown-item {
  font-size: 20px;
  border-bottom: 0;
  font-weight: 600;
  padding: 0;
  color: #010101;
  line-height: 1.1;
}
.header_sec .dropdown-item {
  padding: 8px 12px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.banner_inner,
.btn,
.testimonial_sec .heading_para,
section.blog_home .heading_type2 {
  text-align: center;
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
  padding: 0 0 20px 25px;
  border-bottom: 0;
  color: #010101;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
  line-height: 1;
  position: relative;
}
.megamenu-cls {
  left: 2px;
  margin-top: 20px;
}
.megamenu-cls:after {
  content: "";
  position: absolute;
  height: calc(100% - 0px);
  width: 1px;
  background: #888;
  top: 0;
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:hover {
  background: 0 0;
  color: #216fa7;
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:after {
  content: "";
  position: absolute;
  left: -1px;
  height: 0;
  width: 3px;
  background: #216fa7;
  z-index: 9;
  transition: 0.5s;
  top: 0;
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:hover:after {
  height: 15px;
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:last-child {
  padding-bottom: 0;
}
.btn {
  display: inline-block;
  color: #212529;
  user-select: none;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-danger {
  background-color: #216fa7;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  font-weight: 500;
}
.header_sec .menu_btn .btn-danger {
  margin-left: 0;
  margin-bottom: 20px;
}
.banner_inner .banner_sec_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_sec_img {
  background-size: cover;
  height: 100vh;
  padding: 180px 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_sec_con_in .inner_banner_heads {
  font-size: 62px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
.banner_sec_con_in h4,
section.challenge_sec .heading_para {
  margin: 20px auto 40px;
}
.banner_sec_con h4,
.footer_top,
.quote-icon,
p {
  margin-bottom: 30px;
}
.banner_sec_con h4 {
  font-size: 20px;
  color: #fff;
  line-height: 1.5;
}
.banner_sec_con,
.owl-carousel {
  z-index: 11;
}
.banner_sec_con .get_started_btn {
  font-size: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 250px;
}
.banner_sec_con .btn {
  padding: 10px 50px;
}
section.section_1 .port_slider_wrk_itm .blog-sec3 ul li span.check_icon:after {
  background: #206fad;
}
.port_slider_wrk_itm .blog-sec3 ul li span.check_icon:after {
  background: #ffff;
}
section.feat-client-testimonial {
  background-repeat: no-repeat;
  background-color: #6245b8;
  padding: 70px 0;
  background-size: cover;
}
.featured-testimonail .client-img {
  border: 10px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.client-img {
  flex: 0 0 280px;
}
.feat-client-info {
  padding-left: 25px;
  flex: 0 0 calc(100% - 280px);
}
.contact_social_link,
.d-flex,
.footer-inner-cls,
.mail_address_cls .envelope-icon {
  display: flex;
}
.feat-client-info .test_con_user_con {
  padding-left: 0;
}
.feat-client-info .test_con_user_con h4 {
  font-size: 24px;
  color: #ffff;
  font-weight: 700;
  margin-bottom: 5px;
}
.feat-client-info .test_con_user_con p {
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  margin-top: 0;
}
p.test-review {
  padding: 20px 0;
  margin: 20px 55px 0;
  font-size: 15px;
  color: #fff;
}
.cont-size h5,
.port_slider_wrk_itm h5 {
  font-size: 26px;
}
.test-review:after,
.test-review:before {
  content: "";
  display: block;
  width: 40px;
  height: 32px;
  background: url(../img/feat-cots.svg) 0 0 / cover;
  position: absolute;
  top: 0;
  left: -50px;
  opacity: 0.2;
}
.test-review::after {
  transform: rotate(180deg);
  bottom: 0;
  right: -50px;
  left: auto;
  top: auto;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.grocery_cont .heading_type_h2 {
  font-size: 48px;
  text-align: left;
}
.featured-testimonail,
.serv-box-cont {
  display: flex;
  align-items: center;
}
 
p {
  /* font-size: 18px !important; */
  font-weight: 400;
  color: #010101;
}
.port_slider_wrk_itm ul {
  margin-bottom: 0;
}
.port_slider_wrk_itm ul li {
  margin: 4px 0;
}
.cont-size h5 {
  margin-top: 15px;
}
.testimonials-wrap .owl-carousel .owl-nav button[class*="owl-"] img,
.testimonials-wrap .owl-carousel .owl-nav button[class*="owl-"]:hover img {
  filter: brightness(1000) invert(1);
}
.project-price {
  padding-top: 15px;
}
.testimonials-info p {
  color: #333;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}
.testimonials-name {
  padding: 15px 0 0;
}
.testimonials-name h3 {
  padding-bottom: 0;
  font-weight: 600;
  font-family: Poppins;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}
.testimonials-name p {
  padding-bottom: 0;
  color: #696969;
  font-family: Poppins;
  font-size: 16px;
  margin-bottom: 0;
}
.testimonials-item .invent-image img {
  border: 1px solid #ecf2fe;
  object-fit: cover;
  width: 250px;
}
.testimonials-info-wrap h2 {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 34px;
  line-height: 40px;
}
.testimonials-item .invent-image {
  display: inline-block;
  padding-top: 0;
  border: 6px solid #559ccf;
  margin: 45px 0 0 10px;
  position: relative;
}
/* .testimonials-item .invent-image:after {
  position: absolute;
  top: 122px;
  left: 100%;
  height: 6px;
  width: 65px;
  background-color: #559ccf;
  content: "";
  z-index: 1;
} */
.testimonials-label {
  display: inline-block;
  padding: 6px 10px;
  background-color: #589dcd;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
}
.testimonials-info-wrap .testimonials-name {
  padding: 25px 0 20px;
}
.testimonials-info-wrap h4 {
  padding-bottom: 5px;
  color: #559ccf;
  font-size: 18px;
  margin-bottom: 0;
}
.testimonials-info-wrap h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.6;
}
.testimonials-meta {
  border-left: 1px solid #c8d0e0;
  text-align: center;
}
.testimonials-meta-item {
  padding: 38px 0;
}
.testimonials-meta-item h4 {
  padding: 8px 3px 0;
  font-size: 18px;
  line-height: 20px;
}
.testimonials-meta-item a,
.testimonials-meta-item h4 {
  margin-bottom: 0;
  color: #252525;
}
.testimonials-wrap {
  padding: 25px 0 80px;
  position: relative;
}
.testimonials-wrap:after {
  position: absolute;
  top: 0;
  right: 56%;
  width: 1000%;
  height: 100%;
  background-color: #f1f1f1;
  content: "";
  border-radius: 0 0 150px;
  z-index: 1;
}
.testimonial_sec {
  background: 0 0;
  padding: 0;
}
.testimonials-info {
  padding-top: 50px;
}
.fixed-mobile {
  clip: rect(auto, auto, auto, auto);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.katalogue_bg,
.section_4 {
  background: #0057db;
}
.section_2 {
  background: #409;
  display: flex;
}
.best_solution_sec,
.talk_sec,
.video_streaming_feature {
  background: linear-gradient(79deg, #33073f, #0d3677) !important;
}
.appi-cont p {
  color: #fff;
  margin-bottom: 0;
}
.talk_sec {
  padding: 70px 0;
}
.talk_sec_con {
  text-align: center;
  width: 950px;
  margin: 0 auto 30px;
  max-width: 100%;
}
 
.talk_sec .heading_type_h2,
.talk_sec p {
  text-align: center;
  color: #fff;
}
.talk_sec .talk_sec_con .heading_type4 {
  color: #ffff;
}
.talk_sec_btn.d-felx {
  gap: 15px;
}
.talk_sec_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.talk_sec_con .heading_type4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
}
.android_service {
  padding-bottom: 70px !important;
}
.about_sec.mean_solution_sec.bg_gray,
.hiring_sec {
  padding-top: 60px;
}
.heading_type2 h3 {
  margin-bottom: 30px;
  line-height: 1.013;
}
.heading_para {
  font-size: 16px;
  margin: 0 auto 15px;
}
.ask_sec,
.best_solution_sec,
.port_sec,
.video_streaming_feature {
  padding: 60px 0 70px;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.admin_cont .heading_type3 {
  text-transform: capitalize;
  color: #fff;
}
.heading_type3 {
  font-size: 32px;
  font-weight: 600;
}
.admin_cont.blog-sec3 p,
.bg_cls p.heading_para:last-child,
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.admin_cont ul {
  list-style: none;
  color: #fff;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding-left: 0;
  display: flex;
}
.admin_cont ul li {
  max-width: 50%;
  margin: 0;
  flex: 0 0 50%;
  padding: 10px 10px 0;
}
.blog-sec3 ul li {
  font-size: 16px;
  list-style: none;
  display: flex;
  align-items: flex-start;
  margin: 0;
  font-weight: 500;
}
.features-slider.owl-carousel .owl-nav button.owl-prev {
  margin-left: 0;
  margin-right: auto;
  left: -50px;
  right: unset !important;
}
.features-slider.owl-carousel .owl-nav button[class*="owl-"] {
  top: calc(50% - 25px);
  background: 0 0 !important;
  border: 2px solid #fff;
  transition: 0.5s;
  height: 45px;
  width: 45px;
  position: absolute;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.features-slider.owl-carousel .owl-nav button[class*="owl-"] img {
  max-width: 30px;
  filter: invert(1);
}
.features-slider.owl-carousel .owl-nav button.owl-next {
  right: -50px;
  left: unset !important;
}
.features-slider.owl-carousel .owl-nav button[class*="owl-"]:hover {
  background: #216fa7 !important;
  border-color: #216fa7;
  transition: 0.5s;
  transform: scale(1.1);
}
.talk_expert {
  background: #206fad;
  text-align: center;
  padding: 0;
  transition: 0.5s;
}
.event_zoom:hover,
.features-slider .owl-item.active,
.talk_expert:hover {
  transition: 0.5s;
}
.comment_sec .form-group.sbt-btn input[type="submit"]:hover,
.talk_expert:hover,
section.talk_expert.great_app_sec:hover {
  background: #0c5087;
}
.talk_expert_btn {
  font-size: 32px;
  font-weight: 700;
  display: flex;
  width: 100%;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.owl-dots {
  position: absolute;
  bottom: 5px;
  transform: translateX(-50%);
  left: 50%;
}
.talk_expert:hover span.btn_arrow {
  margin-left: 40px;
  transition: 0.5s;
}
.mail_address_cls .envelope-icon img,
.talk_expert_btn img {
  filter: brightness(10);
}
.list_sec_item {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.list_sec_item_ic {
  flex: 0 0 50px;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list_sec_item_con {
  font-size: 16px;
}
.heading_type_h2 {
  text-align: center;
  margin-bottom: 15px;
}
.port_sec_item {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.great_app_inner h3 {
  font-size: 30px;
  font-weight: 600;
  color: #fff;
}
.lets_btn,
a.lets_btn {
  background: #fff !important;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  min-width: 220px;
}
.app_sub_inner {
  margin-right: 10px;
}
.lets_btn_cls a.btn.btn-danger.lets_btn:hover {
  background: #2570ab !important;
  border: 1px solid #fff;
}
a.lets_btn {
  color: #216fa7;
  font-weight: 400;
  line-height: 1.7;
}
.blgo-title h3 a,
.close,
.footer_head,
.heading_type3 h3,
.mail_address_cls a h6,
.office_con h4,
.office_phone,
.rating_con h4,
.test_head h3,
.test_head h4 {
  font-weight: 700;
}
.lets_btn_cls a.btn.btn-danger.lets_btn:hover span.btn_arrow {
  filter: brightness(0) invert(1);
  margin-left: 25px;
  transition: 0.5s;
}
.great_app_inner {
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
}
section.blog_home {
  margin: 60px 0 60px;
}
section.talk_expert.great_app_sec span.sub_content {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
  margin: 10px 0 0;
}
.lets_btn_cls {
  margin: 10px auto 0;
  display: table;
}
section.talk_expert.great_app_sec {
  padding: 25px 0;
}
.lets_btn_cls a.btn.btn-danger.lets_btn {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lets_btn {
  display: block;
  color: #2571a7;
}
.lets_btn_cls a.btn.btn-danger.lets_btn span.btn_arrow {
  margin-left: 15px;
  line-height: 0;
  transition: 0.5s;
}
span.btn_arrow {
  transition: 0.5s;
  display: flex;
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
  margin-left: 10px;
  align-items: center;
}
.accpetbtn.declinebtn,
.btn_blue {
  background: #010101;
}
.form-group {
  margin-bottom: 1rem;
}
.email_control,
.message_control,
.name_control,
.telephone_control {
  padding-left: 50px;
}
.form-control {
  font-size: 15px;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.contact_heading .test_head h3 {
  font-size: 43px;
  position: absolute;
  bottom: -150px;
}
.contact_sec {
  background: #216fa7;
  padding: 70px 0;
  margin-top: 200px;
  position: relative;
}
.contact_sec::before {
  height: 200px;
  width: 100%;
  top: -200px;
}
.contact_sec_con img {
  margin: 0 auto;
}
.contact_sec_form {
  margin-top: -200px;
  padding: 30px;
  position: relative;
  background: #fff;
  border-radius: 10px;
}
.office_sec {
  text-align: center;
  padding: 60px 0 70px;
}
.office_item {
  margin-top: 40px;
}
.office_item_icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid #cecece;
  display: flex;
  align-items: center;
  justify-content: center;
}
.office_con h4 {
  font-size: 16px;
  margin-top: 20px;
}
address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}
.skype-icon {
  position: absolute;
  left: 15px;
  display: flex;
}
.office_phone a {
  color: #293339;
}
.testimonials-wrap .owl-carousel .owl-nav button[class*="owl-"] {
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  padding: 0;
  margin: 0;
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 50px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1 !important;
  border: 2px solid #000;
  transition: 0.5s;
  top: 100% !important;
}

.testimonials-wrap .owl-carousel .owl-nav button[class*="owl-"]:hover {
  background: #216fa7 !important;
  transform: scale(1.1);
  transition: 0.5s;
  border: 2px solid #216fa7;
}
.testimonials-wrap .owl-carousel .owl-nav button[class*="owl-"] img {
  max-width: 25px;
  filter: unset;
}
.testimonials-wrap .owl-carousel .owl-nav button[class*="owl-"].owl-next {
  margin-left: 60px;
}
.owl-carousel.client-testimonial-carousel {
  padding-bottom: 10px;
}
.office_phone {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.rating_s_in {
  position: relative;
  margin-bottom: -222px;
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 25px;
  display: flex;
}
.rating_left_sec {
  flex: 0 0 170px;
  margin-right: 20px;
  padding-top: 14px;
  padding-left: 32px;
}
.rate_list {
  display: flex;
  flex-wrap: wrap;
}
.rate_list .rate_list_itm {
  flex: 0 0 calc(100% / 8);
}
.rating_con {
  font-size: 14px;
  margin-top: 20px;
}
.rating_con h4 {
  font-size: 27px;
  margin-bottom: 5px;
  line-height: 1;
}
.rating_con p {
  margin-bottom: 0;
  line-height: 1.4;
}
.footer_sec {
  background: #00152e;
  padding-top: 240px;
}
.footer-middle,
.footer_bottom {
  padding: 30px 0;
  border-top: 1px solid #15283e;
}
.footer_top {
  margin-top: 30px;
}
.footer_head {
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}
.footer-inner-cls .footer_items,
.test_con_meta_img {
  margin-right: 20px;
}
.footer_items li,
.privacyaccept_content {
  margin-bottom: 12px;
}
.footer_items a {
    color: #c9c9c9;
    font-size: 13px;
    text-transform: capitalize;
}
.footer-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer_bottom p {
  margin-bottom: 0;
  font-size: 14px !important;
  color: #8a8a8a;
}
ul.copyright {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
ul.copyright li {
  padding: 0 5px;
  color: #8a8a8a;
  display: flex;
}
ul.copyright li a.dmca-badge {
  margin-right: 10px;
  display: flex;
  align-items: center;
}
ul.copyright li a {
  color: #8a8a8a;
}
ul.copyright li a.dmca-badge img {
  max-width: 100px;
}
.footer_items {
  line-height: normal;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-inner-cls .footer_items:last-child,
.footer-middle ul.footer_items.footer_social li:last-child {
  margin-right: 0;
}
.footer_items.footer_social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
.sc-icon img {
  flex: 0 0 45px;
  max-width: 45px;
}
ul.footer_items.footer_social li {
  margin: 0 23px 20px 0;
  height: 45px;
  width: 45px;
}
.privacy_cls {
  position: fixed;
  width: 500px;
  background: #fff;
  bottom: 20px;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 30px #00000017;
  z-index: 12;
  transition: 0.5s;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  border: 1px solid #d6d6d6;
  max-width: 80%;
}
.accpetbtn {
  background: #216fa7;
  color: #fff !important;
  font-size: 18px;
  border-radius: 5px;
  border: 0;
  padding: 8px 20px 10px;
  margin-right: 10px;
}
.btn_top,
.port_slider_wrk_wht .port_slider_wrk_itm h4::before {
  background: #fff;
}
.btn_top {
  position: fixed;
  right: 15px;
  bottom: 120px;
  border: 0;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 11;
  display: none;
  box-shadow: 0 0 20px #9f9e9e !important;
}
body.cookies_remove #privacyaccept {
  display: none;
  transition: 0.5s;
}
.footer-middle ul.footer_items.footer_social a {
  font-size: 0;
}
.call-icon,
.envelope-icon,
.user-icon {
  top: 12px;
  left: 15px;
  position: absolute;
}
.comment-icon {
  position: absolute;
  top: 4px;
  left: 15px;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
}
.fade {
  transition: opacity 0.15s linear;
}
.office_item_icon,
.rating_s_in {
  background: #fff;
  box-shadow: 0 0 20px 0 rgb(163 163 163 / 19%);
}
.fixed_buttons_scls {
  position: fixed;
  right: 0;
  top: 45%;
  transform: translateY(-50%);
  z-index: 111;
}
.fixed_buttons_scl {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 10px #ddd;
  margin: 8px 0;
  border-radius: 50px 0 0 50px;
  transition: 0.5s;
  right: -100px;
  position: relative;

}
.fixed_buttons_scl_btn {
  display: flex;
  color: #216fa7 !important;
  align-items: center;
}
.fixed_buttons_scl_ic {
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.fixed_buttons_scl_cn {
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 500;
}
.grocery_cont p {
  font-size: 16px;
  line-height: 1.7;
}
.fixed_buttons_scl:hover {
  transition: 0.5s;
  right: 0;
}
.ask_sec .card-header a h5::before {
  content: "";
  background: url(../img/dn.webp) no-repeat;
  width: 22px;
  height: 12px;
  position: absolute;
  right: -35px;
  top: 4px;
  transform: rotate(180deg);
  transition: 0.5s;
}
.ask_sec .card-header a h5 {
  color: #010101;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}
.ask_sec .card {
  padding: 30px 35px 30px 0;
  background: 0 0;
  border: 0;
  border-bottom: 2px solid #ececec !important;
}
.ask_sec .card-body {
  padding: 20px 0 0;
}
.ask_sec .card-header {
  background: 0 0;
  border: 0;
  padding: 0;
  margin-bottom: 0;
}
.ask_sec .card-header a.collapsed h5::before {
  transform: unset;
  transition: 0.5s;
}
.heading_type3 h3 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 15px;
}
.contact_sec_form::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: -10px;
  bottom: -10px;
  border-radius: 10px;
  background-color: #e6e6e6;
  z-index: -1;
}
.form-group.select_custom_cls .input-group.country_code input:focus,
.form-group.select_custom_cls input,
.form-group.select_custom_cls select:focus {
  border: 0 !important;
}
.test_head h4.content_sub_head {
  color: #010101;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  position: absolute;
  bottom: -175px;
  opacity: 0.8;
}
.form-control {
  min-height: 47px;
  border-radius: 5px;
  color: #010101;
  display: block;
  width: 100%;
  height: calc(1.5em 0.75rem 2px);
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group.select_custom_cls {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding-left: 0;
  position: relative;
  outline: 0 !important;
}
 .iti {
      width: 100%;
  }

  .form-group.select_custom_cls .input-group.country_code .iti__flag-container {height: 47px;background: transparent;padding: 0 !important;}

  .form-group.select_custom_cls ul {
      margin: 0;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;  
  }
  li.parsley-type {
    max-width: unset !important;
    padding: 0 !important;
    color: red !important;
    font-size: 11px !important;
    bottom: -12px;
    position: absolute !important;
  }
.form-group.select_custom_cls .input-group.country_code {
  position: initial;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.mail_address_cls a,
.mail_cont {
  align-items: center;
  display: flex;
}
.form-group.select_custom_cls select {
  border: 0;
  padding-left: 0;
  max-width: 100px;
}
.country_code select.form-control {
  border-right: 0;
  padding-left: 0;
  border-radius: 5px 0 0 5px !important;
  z-index: 0 !important;
  padding-right: 5px;
}
.country_code .telephone_control {
  border-left: 0;
  padding-left: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.b_category_sec,
.form-control,
.single_blog_cont,
.team_box,
body {
  background-color: #fff;
}
.file_input span {
  border: 2px dashed #ced4da;
  width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 18px;
  height: 100%;
  overflow: hidden;
  display: block;
  text-align: center;
}
.date a,
.mail_address_cls a h6 {
  margin-bottom: 0;
  font-size: 14px;
}
.blgo-title p,
.btn_blue {
  font-size: 18px;
}
.file_input span,
.member_content_inner h4 {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.btn_blue:hover {
  background: #212529;
  color: #fff;
}
.btn:hover {
  color: #212529;
}
.btn_blue {
  background: #010101;
  color: #fff !important;
  width: 100%;
  height: 47px;
}
.btn,
.service-form .form-control,
a,
button {
  outline: 0 !important;
}
.mail_cont {
  border-left: 1px solid #fff;
  height: 100%;
  padding-left: 15px;
}
.mail_cont h6 {
  text-transform: lowercase;
}
.file_input {
  height: 47px;
  overflow: hidden;
  position: relative;
}
.file_input input[type="file"] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}
.mail_address_cls a {
  background: #216fa7;
  height: 45px;
  padding: 0 15px 0 50px;
  border-radius: 5px;
  color: #fff;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.btn-danger:hover {
  background: #236391;
  color: #fff;
  border-color: #236391;
}
.btn::after,
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 200px;
  transition: 0.5s;
}
.btn:hover::before {
  background: rgba(255, 255, 255, 0.7);
  left: 60%;
  right: 60%;
}
.hire_links .row [class*="col-"],
.port_sec_in .row [class*="col-"],
section.work_process .row [class*="col-"] {
  padding: 0 5px;
}
.port_sec_in .row,
section.work_process .row {
  margin: 0 -5px;
}
.cont-size .heading_type_h2 {
  text-align: left !important;
}
.chat-box-ic img {
  max-width: 30px;
  margin-right: 10px;
}
.blog_img {
  background: linear-gradient(180deg, #0D3677 0%, #33073F 100%) !important;
  border-radius: 10px;
  padding: 20px;
}
.date a {
  color: #031a85;
  white-space: nowrap;
}
.blog_inner_main_sec .blog_img img {
  max-height: 190px;
}
.blog_img img {
  max-width: 100%;
  border-radius: 10px;
  width: auto !important;
  margin: 0 auto;
  text-align: center;
  display: table;
}
.blgo-title p,
.date-icon p {
  line-height: 1.4;
  margin-bottom: 0;
}
.blgo-title h3 a,
.blgo-title p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single_blog_cont {
  width: 100%;
  margin: 0;
  position: relative;
  padding: 0;
}
.blog_inner_main_sec .date_comp {
  line-height: 1;
  margin-top: 15px;
}
.single_blog.single-blog-view .single_blog_cont .blgo-title h3 {
  margin: 10px 0;
}
.blgo-title h3 a {
  margin: 0;
  font-size: 20px;
  color: #0f113a;
  transition: 0.5s;
  white-space: unset;
  line-height: 1.5;
}
.single_blog .date-icon {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.date-icon p {
  font-size: 14px;
  color: #031a85;
  font-weight: 500;
}
.owl-carousel .owl-nav button.owl-prev {
  margin-right: 65px !important;
}
.owl-carousel .owl-nav button[class*="owl-"] {
  font-size: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  padding: 0;
  margin: 0;
  position: absolute;
  top: -90px;
  background: #2570ab;
  border-radius: 50%;
  right: 0;
  color: #fff;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button[class*="owl-"]:hover {
  color: #fff;
  background: #0c5087;
}
.featured-testimonail .client-img img {
  display: block;
}
.blog_home .owl-carousel .owl-nav button[class*="owl-"] span {
  font-family: monospace;
  font-size: 30px;
  line-height: 1;
  margin-top: -5px;
  display: inline-block;
}
.blog_home  .owl-carousel .owl-nav button[class*="owl-"] {
  font-size: unset;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.fade {
    transition: opacity .15s linear;
}
div#myModal .modal-dialog {
    width: 900px;
    max-width: 80%;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}
.modal-dialog-centered {
    min-height: calc(100% - 2.5rem);
    margin: 1.25rem auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem auto;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius:0;
    outline: 0;
}
div#myModal .modal-header {
    position: absolute;
    z-index: 99;
    right: 0;
    border-bottom: 0;
    top: -10px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
div#myModal .modal-body {
    padding: 1rem;
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
    margin-left: -1px;
}

.right-bg .contact_sec_form {
    margin-top: 0;
    padding: 80px 30px;
}

.left-bg-wrap {
    background: linear-gradient(180deg, #07497a 0%, #3a81b7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.left-bg-img h5 {
    text-align: center;
    color: #fff;
    font-size: 22px;
    max-width: 80%;
    margin: 0 auto 30px;
    font-weight: 700;
}
.contact_sec_form h3, .popup_content h2 {
    font-size: 28px!important;
    color: #306faa;
    font-weight: 900;
    margin-bottom: 35px;
}
.contact_sec_form h3 span, .popup_content h2 span {
    color: #010101;
    display: block;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.terms-content p {
    font-size: 13px !important;
    line-height: normal;
    margin-bottom: 0;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}


.fade:not(.show), .modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.show {
    opacity: .8;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.tabing_type2 .nav-tabs .nav-link, button.close {
    padding: 0;
    border: 0;
}
button.close {
    background-color: transparent;
}
.whatsapp-text:after, .whatsapp-text:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #2a924d;
}
.whatsapp-text:before {
    -webkit-animation: ripple 1.8s linear infinite;
    animation: ripple 1.8s linear infinite;
}

.whatsapp-text:after {
    -webkit-animation: ripple 1.8s linear 1s infinite;
    animation: ripple 1.8s linear 1s infinite;
}
@keyframes ripple {
  0% {
    transform: scale(1)
  }

  75% {
    transform: scale(1.75);
    opacity: 1
  }

  100% {
    transform: scale(2);
    opacity: 0
  }
}


.whatsapp-text {
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.whatsapp-text a {
    display: block;
    position: relative;
    z-index: 111;
}
.parsley-required {
    list-style: none;
    flex: unset !important;
    max-width: unset !important;
    padding: 0 !important;
    color: red !important;
    font-size: 11px !important;
    bottom: -14px;
    position: absolute !important;
    left: 0;
}
 .iti {
      width: 100%;
  }

  .form-group.select_custom_cls .input-group.country_code .iti__flag-container {height: 47px;background: transparent;padding: 0 !important;}

  .form-group.select_custom_cls ul {
      margin: 0;
  }
  .iti--separate-dial-code .iti__selected-flag {
    background: transparent !important;  
  }
  li.parsley-type {
    max-width: unset !important;
    padding: 0 !important;
    color: red !important;
    font-size: 11px !important;
    bottom: -12px;
    position: absolute !important;
  }
@media (min-width: 767.98px) {

  
  .main_port_slider_mobile{
    display: none !important
  }
  .form-group.ebcaptcha-cls label {
      margin-bottom: 0;
      margin-right: 20px;
      max-width: 120px;
      flex: 0 0 120px;
  }
  .form-group.ebcaptcha-cls input {
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
      padding: 0 10px;
      outline: 0;
  }
  .banner_sec_img {
    background-image: url(../img/fitness-bg.webp);
  }
}
@media (max-width: 1600px) {
  .header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
    max-width: 80%;
  }
  .banner_sec_img {
    background-position: 50%;
  }
  .inner-phone {
    transform: translate(10%, -50%);
  }
}
@media (max-width: 1500px) {
  .testimonials-item .invent-image img {
    width: 200px;
    height: 280px;
  }
}
@media screen and (max-width: 1450px) {
  .fitness-features-sec {
    max-width: 80%;
    margin: 0 auto;
  }
  .blog-sec3 ul li {
    font-size: 14px;
  }
  .inner-phone {
    transform: translateY(-50%);
  }
  .pp-head p {
    font-size: 52px !important;
  }
  p {
    font-size: 16px !important;
  }
  .slider_content {
    padding: 100px 30px 100px 0;
  }
  .port_slider_wrk_itm h5 {
    font-size: 22px;
  }
  .port_slider_wrk_itm ul li {
    font-size: 15px;
  }
}
@media (max-width: 1391.98px) {
  .header_sec li.nav-item.dropdown.has-dropdown.about-us-dropdown:hover .dropdown-menu {
      max-width: 60%;
  }
  body.modal-open {
      overflow: hidden;
  }
  .right-bg .contact_sec_form {
      padding: 40px 20px;
  }
  .header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
    max-width: 90%;
  }
  .has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
      padding: 0 0 15px 20px;
      font-size: 15px;
  }
  .header_sec li.nav-item.dropdown.has-dropdown.about-us-dropdown:hover .dropdown-menu {
      max-width: 60%;
  }
  .solution-box,
  .submenu-inner {
    padding: 30px;
  }
  .header_sec .navbar-nav .nav-link {
    padding: 20px 15px;
  }
  .contact_heading .test_head h3 {
    font-size: 30px;
    padding-left: 0;
  }
  .pp-head p {
    font-size: 44px !important;
    margin-bottom: 10px;
  }
  .inner-phone {
    transform: translate(0, -50%);
  }
  .testimonials-item .invent-image img {
    width: 140px;
    height: 210px;
  }
  .heading_type1 h3,
  .heading_type_h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 1220px) {
  .has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 1199.98px) {
  .blog_inner_main_sec .blog_img img {
    max-height: 140px;
  }
  .btn-danger {padding: 10px 15px;}
  .testimonials-info-wrap h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .contact_desktop,
  .logo_desktop {
    display: none;
  }
  .fitness-features-sec,
  .header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
    max-width: 100%;
  }
  .border-cls {
    margin-bottom: 35px;
  }
  .header_sec .navbar-nav .nav-link {
    padding: 20px 10px;
    font-size: 13px;
  }
  .appi-pp-para,
  .blog_form .contact_sec_form .form-group {
    margin-bottom: 10px;
  }
  .inner-phone img.spinnnerImg {
    width: 400px;
    height: auto;
  }
  .box {
    display: none;
  }
  .heading_type1 h3,
  .heading_type_h2 {
    font-size: 40px !important;
  }
  .grocery_cont p {
    font-size: 16px;
  }
  .logo_ipad {
    display: block;
  }
  .banner_sec_con_in .inner_banner_heads {
    font-size: 52px;
  }
  .banner_sec_con h4,
  .caegroy-title h3,
  .fullpage-popup .modal_cls .modal-content button.close span,
  .leave_reply_sec h4,
  .member_content h4,
  .share_content h4 {
    font-size: 18px;
  }
  .banner_sec_img {
    height: auto;
    position: relative;
  }
  .list_sec_item_con {
    margin-left: 5px;
    font-size: 15px;
    line-height: 1.4;
  }
  .talk_expert_btn {
    font-size: 30px;
    padding: 15px;
  }
  .office_phone {
    font-size: 14px;
  }
  .contact_social_link .mail_address_cls.ml-auto {
    margin-left: unset !important;
    margin-top: 10px;
  }
  .contact_social_link {
    flex-direction: column;
  }
  span.arrow_cls {
    top: 11px;
  }
  .has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
    padding-bottom: 18px;
    padding-left: 18px;
  }
}
@media (max-width: 991.98px) {
  .header_sec {
    top: 0;
  }
  .top-head {
    display: none;
  }
  .header_sec li.nav-item.dropdown.has-dropdown.about-us-dropdown:hover .dropdown-menu {
      max-width: 100%;
  }
  .left-bg-wrap {
      padding: 50px 15px;
  }
  .contact_sec_form h3 {
      font-size: 20px!important;
      margin-bottom: 20px;
  }
  .right-bg .contact_sec_form {
      padding: 50px 5px;
  }
  .video_streaming_feature {
    display: none;
  }
  .features-slider.owl-carousel .owl-nav button[class*="owl-"],
  .owl-carousel .owl-nav button[class*="owl-"] {
    top: 0;
    position: relative;
  }
  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
  }
  .blog_inner_sec .owl-carousel .owl-nav button[class*="owl-"] {
    top: 0;
    margin-right: 10px;
  }
  .btn_cross {
    display: block;
    border: 0;
    padding: 0;
    background: unset;
  }
  .contact_laptop,
  .header_sec .nav-link.active::after,
  .header_sec .nav-link::after,
  .service_head {
    display: none;
  }
  span.t_img svg path {
    fill: #216fa7;
  }
  .container,
  .container-md,
  .container-sm {
    max-width: 820px;
  }
  .featured-testimonail .client-img {
    flex: 0 0 170px;
  }
  .test-review {
    margin: 0 15px !important;
    padding: 0 !important;
  }
  .test-review::after,
  .test-review::before {
    width: 20px;
    height: 16px;
    left: -20px;
    top: 0;
  }
  .test-review::after {
    bottom: 0;
    top: unset;
    right: -15px;
    left: auto;
  }
  .header_sec .navbar {
    padding: 10px 1rem;
  }
  .footer-inner-cls {
    flex-direction: column;
  }
  .owl-carousel .owl-nav button.owl-prev {
    margin-right: 45px;
  }
  .contact_ipad {
    display: block;
  }
  .header_sec li.nav-item.dropdown.has-dropdown:hover .dropdown-menu {
    max-width: 100%;
    display: none;
    max-height: 100%;
  }
  .header_sec
    .navbar-nav
    span.nav-link.drop_cls.menu_open
    ~ .dropdown-menu.dropdown-nav.menu_bg,
  span.nav-link.drop_cls.menu_open ~ .dropdown-menu.dropdown-nav.menu_bg {
    display: block;
    transition: 0.5s;
    box-shadow: none;
    opacity: 1 !important;
    visibility: visible;
  }
  .submenu-inner,
  .thankyou_sec_in {
    padding: 15px;
  }
  .has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
    font-size: 14px;
    padding-bottom: 15px;
    padding-left: 15px;
  }
  .header_sec .navbar-nav span.nav-link,
  li.nav-item.dropdown.has-dropdown:hover a.nav-link.drop_cls {
    color: #010101;
  }
  .header_sec .navbar-nav .nav-link.menu_open span.arrow_cls:after {
    transform: rotate(180deg);
    transition: 0.5s;
  }
  span.arrow_cls:after {
    content: "";
    background: url(../img/bg_icon.webp) -562px -1204px/770px;
    width: 18px;
    height: 11px;
    position: absolute;
    right: 0;
    top: -2px;
    transition: 0.5s;
  }
  span.arrow_cls {
    border: 0;
    float: right;
    right: 0;
  }
  #collapsibleNavbar {
    position: fixed;
    top: 0;
    background: #fff;
    height: 100vh;
    padding: 20px;
    min-width: 100%;
    box-shadow: 0 0 10px #b1b1b1;
    right: -100%;
    transition: 0.5s;
    width: 100%;
    overflow: auto;
  }
  .open_nav #collapsibleNavbar {
    right: 0;
    transition: 0.5s;
  }
  .menu_head {
    display: flex;
    justify-content: space-between;
  }
  .menu_right_cls {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-top: 20px;
  }
  .menu_right_cls ul.header_menu {
    margin-left: 0 !important;
    width: 100%;
  }
  .menu_right_cls .nav-item {
    padding: 15px 0;
    border-bottom: 1px solid #bfbaba;
    width: 100%;
  }
  .header_sec .navbar-nav .nav-link {
    width: 100%;
    color: #010101;
    font-size: 16px;
    padding: 0;
  }
  .fixed_buttons_scl_ic img {
    max-width: 30px;
    height: 30px;
  }
  .fixed_buttons_scl_ic {
    height: 30px;
    width: 30px;
  }
  .rating_s_in {
    margin-bottom: -142px;
  }
  .file_input {
    margin-bottom: 20px;
  }
  .rate_list .rate_list_itm {
    flex: 0 0 calc(100% / 4);
  }
  .contact_heading .test_head h3 {
    font-size: 26px;
    bottom: -130px;
    padding-left: 0;
  }
  .ask_sec .card {
    padding: 20px 35px 20px 0;
  }
  .testimonial_sec + section.ask_sec {
    padding-top: 0 !important;
  }
  .mail_address_cls a h6,
  p.office_phone {
    font-size: 13px;
    font-weight: 400;
  }
  section.service_providesec .heading_type2 h3,
  section.talk_sec.demand_fetures_sec .heading_type1 p {
    margin-bottom: 10px;
  }
  .talk_expert_btn {
    font-size: 24px;
  }
  .business-ing {
    text-align: center;
    margin-top: 20px;
  }
  .list_sec_item_con {
    font-size: 13px;
    line-height: 1.2;
    margin-left: 0;
  }
  .blog-sec3 ul li span.check_icon {
    flex: 0 0 20px;
    padding-left: 15px;
    margin-top: -2px;
  }
  .heading_type1 h3,
  .heading_type_h2 {
    font-size: 30px !important;
  }
  .feat-client-info {
    flex: 0 0 calc(100% - 170px);
  }
  .featured-testimonail {
    align-items: start;
  }
  .grocery_cont p:last-child,
  .testimonials-info p {
    margin-bottom: 0;
  }
  .app_business,
  .app_services,
  .ask_sec,
  .blockchain-industries,
  .blockchain_plateform,
  .cost_dev_sec,
  .diverce_sec,
  .event_about_cls,
  .fullpage-popup section.banner_sec.banner_inner .banner_sec_con .port_img_sec,
  .hire_expert,
  .hire_sec,
  .hire_web,
  .industries_sec,
  .office_sec,
  .overview-sec,
  .port_sec,
  .process_sec,
  .sales_service_sec,
  .talk_sec,
  .techno_sec,
  .term_sec,
  .testimonial_sec,
  .video_streaming_feature,
  .why_sec,
  section.advantages_sec,
  section.app_services.app_development,
  section.blog_sec,
  section.business_sec,
  section.career_sec,
  section.case_studies_sec,
  section.challenge_sec,
  section.commitment_sec,
  section.contact_us_sec.about_sec,
  section.crm_sec,
  section.demand_sec,
  section.designer_sec,
  section.feat-client-testimonial,
  section.features_list.bg_gray,
  section.hire_developer,
  section.hire_developer.bg_none,
  section.mean_solution_sec,
  section.office_event_main,
  section.port_sec.port_inner_cls,
  section.privacy-content,
  section.service_providesec,
  section.sitemap,
  section.talk_sec.mission_vision,
  section.talk_sec.resume_update,
  section.talk_sec.technologies_detail,
  section.team_sec,
  section.uiux_sec {
    padding: 40px 0;
  }
  .hire_meta .row,
  .tab_content.hire_tabing .row,
  section.advantages_sec .row {
    margin: 0 -5px;
  }
  .hire_meta .row [class*="col-"],
  .mean_stack_hire .mean_stack_row .col-5,
  .tab_content.hire_tabing .row [class*="col-"],
  section.advantages_sec .col-md-3,
  section.advantages_sec .row [class*="col-"] {
    padding: 0 5px;
  }
  .banner_sec_img::before {
    content: "";
    background: hsl(0deg 0% 7% / 15%);
    height: 100%;
    z-index: 9;
    position: absolute;
    width: 100%;
    top: 0;
  }
  .banner_sec_img {
    background-position: center;
    height: 500px;
    padding: 100px 0 60px;
    position: relative;
    overflow: hidden;
  }
  .banner_sec_con h4 {
    font-size: 16px;
    max-width: 100%;
    margin: 10px auto 20px;
  }
  .banner_sec_con_in .inner_banner_heads,
  .tabing_type3_info .heading_type1 h3,
  section.service_providesec .list_sec_item_ic i {
    font-size: 30px;
  }
  .testimonials-wrap {
    padding: 0 0 60px;
  }
  .testimonials-info-wrap h4 {
    font-size: 16px;
  }
  .testimonials-wrap:after {
    right: 50%;
  }
  .testimonials-info {
    padding-top: 0;
  }
  .android_service {
    padding-bottom: 40px !important;
  }
  .best_services.service_inner,
  .hiring_sec {
    padding-top: 40px !important;
  }
  .heading_type2 h3,
  .test_head h3 {
    font-size: 44px;
  }
  .designer_box h4,
  .heading_para,
  .solution-inner h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .navbar-toggler {
    font-size: 0;
    padding: 0;
  }
  .owl-carousel .owl-nav button[class*="owl-"] {
    width: 40px;
    height: 40px;
    top: -70px;
  }
  .features-slider.owl-carousel .owl-nav {
    text-align: center;
    margin-top: 10px;
  }
  .features-slider.owl-carousel .owl-nav button.owl-prev {
    left: -10px;
  }
  .features-slider.owl-carousel .owl-nav button.owl-next {
    right: -10px;
  }
  .blog_inner_banner_heads,
  .heading_type3 h3,
  .tb-head h3 {
    font-size: 26px;
  }
  .rating_left_sec {
    flex: 0 0 150px;
    margin-right: 20px;
  }
  .form-group.select_custom_cls select {
    max-width: 90px;
    padding-right: 0;
  }
  .footer_sec {
    padding-top: 160px;
  }
}
@media (max-width: 767.98px) {
  .footer_top {
    display: none;
  }
  div#myModal .modal-dialog {
      max-width: 95%;
  }
  .modal-header .close {
      color: #fff;
      opacity: 1;
  }
  .test_head h4.content_sub_head {
      position: relative;
      bottom: 0;
      color: #fff;
      margin: 10px 0 20px;
      font-size: 14px;
      opacity: 1;
  } 
  .talk_expert + section.service_providesec.restaurant_service.bg_gray .cont-size {
      margin-top: 0 !important;
      margin-bottom: 15px;
  }
  .contact_sec .contact_sec_form .contact_sec_form {
    padding: 0;
  }
  /* .talk_expert.great_app_sec,
  .testimonials-wrap:after {
    display: none;
  } */
  .container,
  .container-sm {
    max-width: 540px !important;
  }
  .cont-size .heading_type_h2 {
    text-align: center !important;
  }
  .admin_cont,
  .blockchain-indu,
  .blog_inner_main_sec .owl-nav,
  .business_sec_itms.career_item .business_sec_itm,
  .career_buss_sec p,
  .contact_heading,
  .crm_business,
  .diverce_sec_con .heading_type2,
  .diverce_sec_con .heading_type_h2,
  .feat-client-info .test_con_user_con,
  .features_cont,
  .footer_bottom p,
  .grocery_cont .heading_type_h2,
  .hire_sec_con p,
  .overview-cont,
  .overview-cont p,
  .port_folio .item p,
  .port_slide,
  .restaurant_service h3,
  .restaurant_service p.heading_para,
  .service-bg .banner_sec_con_in,
  .social_bg .business-content p,
  .social_bg p,
  .talk_sec .heading_type4,
  .testimonial_sec .test_head,
  .why_cont_sec,
  .why_cont_sec .heading_type2,
  .why_sec_con,
  .why_sec_con .heading_type2,
  .why_sec_con .heading_type_h2,
  section.app_services.android_top_serv .video_content .heading_type1 h3,
  section.hiring_sec.android_service .heading_type2.text-left,
  section.hiring_sec.android_service .text-left,
  section.service_providesec .heading_type_h2 {
    text-align: center;
  }
  .cont-size,
  .office_item{
    margin-top: 20px;
  }
  .rating_con,
  .restaurant_service .business-ing,
  .service_providesec.restaurant_service.bg_gray .cont-size,
  section.hiring_sec.android_service .list_sec_col {
    margin-top: 0;
  }
  .rating_thumb,
  .technologies_list ul li:last-child {
    margin-right: 15px;
  }
  .rating_con {
    max-width: 100%;
    margin-right: 0;
  }
  .rating_left_sec {
    flex: 0 0 100%;
    margin-right: 0;
    display: flex;
    padding-left: 5px;
    padding-top: 0;
  }
  .featured-testimonail,
  .rating_s_in,
  .tabing_type3,
  .tabing_type3 .tabv_content {
    flex-wrap: wrap;
  }
  .contact_social_link {
    flex-direction: column;
  }
  .office_con span {
    display: block;
    font-size: 14px;
  }
  .office_phone {
    display: block;
  }
  .contact_heading {
    background: #216fa7;
    color: #fff;
    padding: 40px 0 0;
    border-top: 1px solid #ddd;
  }
  .ask_sec .card {
    padding: 15px 0 15px 25px;
  }
  .appi-cont p,
  .office_sec address,
  .port_slider_wrk_itm p {
    font-size: 13px;
  }
  .office_sec h4 {
    font-size: 14px;
    margin-top: 15px;
  }

  .ask_sec .card-header a h5,
  .testimonials-info p {
    font-size: 16px;
  }
  .ask_sec .card-header a h5::before {
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    left: -20px;
  }
  .blog-sec3 ul li {
    max-width: 100%;
    flex: 0 0 100%;
    font-size: 14px;
    padding-top: 8px;
    text-align: left;
  }
  .business-ing {
    margin-top: 35px;
  }
  .admin_cont {
    margin-top: 25px;
  }
  .banner_sec_img {
    background-image: url(../img/fitness-bg-mob.webp);
  }
  .port_slide .blog-sec3 h5 {
    text-align: left;
  }
  .heading_para,
  .main_title_b h3 {
    font-size: 15px;
  }
  section.hiring_sec.android_service .heading_type2.text-left h3 {
    margin-bottom: 10px;
  }
  .heading_type2 h3,
  .mv-bg .heading_type3 h3,
  .wht_bg_inner h3.contact_title {
    font-size: 26px;
  }
  .talk_sec .heading_type4 {
    margin-bottom: 25px;
    font-size: 16px;
  }
  .main_port_slider_mobile .owl-carousel .owl-nav button[class*="owl-"] {
    font-size: 0;
    width: 45px;
    height: 45px;
    line-height: 1;
    padding: 0;
    top: 0;
    position: relative;
    margin: 0 5px;
    background: #031a85;
    border-radius: 50%;
    right: 0;
    color: #fff;
  }
  .main_port_slider_mobile .owl-carousel .owl-nav button[class*="owl-"] span {
    font-family: monospace;
    font-size: 30px;
    line-height: 1;
    margin-top: -5px;
    display: inline-block;
  }
  .main_port_slider_mobile .owl-theme .owl-nav {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .main_port_slider_mobile .item {
    padding: 40px 0 80px;
  }
  .emit_bg .appi-cont.appi-pp-l1 p,
  .emit_bg span.l1 {
    color: #000;
  }
  .appi-cont p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .emit_bg {
    background: #fbd33a;
  }
  .lavender_bg {
    background: #409;
  }
  .katalogue_bg,
  .section_4 {
    background: #0057db;
  }
  .port_slider {
    flex-direction: column-reverse;
  }
  .port_slide {
    max-width: 100%;
    margin: 0 auto;
  }
  .grocery_cont,
  .hire_sec_con,
  .testimonials-wrap {
    margin-top: 20px;
    text-align: center;
  }
  .fixed-mobile {
    position: unset !important;
    height: unset;
    clip: unset;
  }
  .inner-phone {
    padding-top: 0 !important;
    position: unset;
    transform: unset !important;
  }
  .pp-head p {
    font-size: 24px !important;
  }
  .slider_content {
    padding: 15px 0 0;
  }
  .inner-phone img {
    max-width: 270px;
  }
  .test-featured-cont.d-flex .ml-auto {
    margin: 15px auto 0;
  }
  .test-review::after {
    bottom: 0 !important;
    right: -22px;
    top: unset !important;
    left: auto !important;
  }
  .test-review::after,
  .test-review::before {
    width: 20px;
    height: 18px;
    left: -24px;
    top: 20px;
  }
  .heading_type_h2 {
    font-size: 26px !important;
    margin-bottom: 10px;
  }
  .feat-client-info .test_con_user_con h4,
  .talk_expert_btn {
    font-size: 18px;
  }
  .feat-client-info .test_con_user_con p {
    font-size: 14px !important;
  }
  .feat-client-info .test-review {
    margin: 0 25px;
    font-size: 16px !important;
    padding-bottom: 0;
    text-align: center;
  }
  .featured-testimonail .client-img {
    flex: 0 0 100%;
    max-width: 250px;
    margin: 0 auto 20px;
    width: auto !important;
  }
  .test-featured-cont.d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .feat-client-info {
    padding-left: 0;
    flex: 0 0 100%;
  }
  .grocery_cont p,
  .grocery_cont p:last-child {
    margin-bottom: 0;
  }
  .banner_sec_con .get_started_btn {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: unset;
  }
  .testimonials-info-wrap {
    padding-top: 50px;
  }
  .testimonials-item .invent-image img {
    width: 200px;
    height: 220px;
  }
  .testimonials-item .invent-image {
    margin-top: 15px;
    margin-left: 0;
  }
  .quote-icon {
    margin-bottom: 20px;
  }
  .testimonials-item .invent-image:after {
    width: 6px;
    height: 45px;
    bottom: 0;
    left: 50%;
    top: 100%;
  }
  .testimonials-info-wrap h2 {
    font-size: 28px;
  }
  .testimonials-wrap .owl-carousel .owl-nav {
    text-align: center;
    margin: 0 auto;
    display: inline-flex;
  }
 
  .contact_sec_form {
    margin-top: 30px;
    padding: 25px;
  }
  .contact_sec {
    padding: 0 0 40px;
    margin-top: 0;
  }
  .contact_heading .test_head h3 {
    position: relative;
    bottom: 0;
    font-size: 24px;
  }
  .test_head h3 {
    margin: 0 auto;
    display: table;
    padding: 0 !important;
  }
  .rate_list .rate_list_itm {
    flex: 0 0 calc(100% / 3);
  }
.hiring_sec.android_service .list_sec_col {
  display: none;
}
.service_providesec.restaurant_service.bg_gray .cont-size {
  margin-top: 20px !important;
}
}
@media screen and (max-width: 575.98px) {
  .right-bg .contact_sec_form {
      padding: 20px 5px;
  }
  .business-ing img {
    max-width: 320px;

    width: 100%
  }
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    width: 100%;
    max-width: 100%;
  }
  .talk_expert:hover span.btn_arrow,
  span.btn_arrow {
    margin-left: 10px;
  }
  .submenu-inner {
    padding: 20px 15px;
  }
  .ask_sec .card-header a h5,
  .header_sec .submenu-title .dropdown-item {
    font-size: 15px;
  }
  .border-cls {
    margin-bottom: 25px;
  }
  .contact_sec_con {
    display: none;
  }
  .contact_heading {
    padding: 30px 0 0;
  }
  .contact_heading .test_head h3,
  .inner_cont_sec h3 {
    font-size: 20px;
  }
  .contact_sec .contact_sec_form {
    margin-top: 0;
    padding: 20px;
  }
  .test_head h4.content_sub_head {
    position: relative;
    bottom: 0;
    color: #fff;
    margin: 10px 0 20px;
    font-size: 14px;
    opacity: 1;
  }
  .ask_sec .card-body {
    padding: 10px 0 0;
  }
  .talk_expert_btn {
    font-size: 16px;
    padding: 10px 0;
  }
  .app_business.technologies_sec .tabing_type3 .heading_type1 h3,
  .heading_type_h2 {
    font-size: 22px !important;
  }
  .banner_sec_img {
    height: auto;
    padding: 150px 0 40px;
  }
  .banner_sec_con .btn {
    padding: 10px 20px;
  }
  .banner_sec_con_in h4 {
    margin: 20px auto 25px;
    font-size: 15px;
  }
  .banner_sec_con_in .inner_banner_heads {
    font-size: 34px;
  }
  .header_sec nav.navbar {
    padding: 10px 0;
  }
  .testimonials-info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .quote-icon img {
    width: 40px;
    height: 30px;
  }
  .testimonials-name h3 {
    font-size: 18px;
  }
  .testimonials-info-wrap h2 {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .testimonials-name p {
    font-size: 14px;
  }
  .testimonials-info-wrap h5 {
    font-size: 13px;
  }
  .testimonials-item .invent-image img {
    width: 170px;
    height: 190px;
  }
  .testimonials-info-wrap .testimonials-name {
    padding: 20px 0 15px;
  }
  .project-price .row {
    margin: 0 -7px;
  }
  .project-price [class*="col-"] {
    padding: 0 7px;
  }
  .blog_home {
    margin-top: 0 !important;
  }
}
@media (max-width: 400px) {
  .banner_sec_con_in .inner_banner_heads {
    font-size: 24px;
  }
  .mail_address_cls a {
    padding-left: 35px !important;
    padding-right: 10px;
  }
  .mail_address_cls .envelope-icon {
    left: 7px;
  }
  .skype-icon {
    left: 8px;
  }
}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1111;
}
