@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);
.banner_sec_con,
.st_2,
.st_3_in .heading_t1,
.st_3_itm,
.st_3_itm_con,
section.office_sec {
  text-align: center;
}
.rating_con p {
  font-size: 14px;
  line-height: 1.5;
}
.st_4_itm img,
.st_5_itm_img img {
  max-height: 60px;
}
.banner_sec,
.st_3_itm_img,
.st_5_itm,
main {
  overflow: hidden;
}
@font-face {
  font-family: "Sofia Pro";
  src: local("Sofia Pro Regular"), local("Sofia-Pro-Regular"),
    url("https://www.inventcolabssoftware.com/fonts/SofiaProRegular.woff2")
      format("woff2"),
    url("https://www.inventcolabssoftware.com/fonts/SofiaProRegular.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("https://www.inventcolabssoftware.com/fonts/SofiaPro-Medium.woff2")
      format("woff2"),
    url("https://www.inventcolabssoftware.com/fonts/SofiaPro-Medium.woff")
      format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("https://www.inventcolabssoftware.com/fonts/SofiaPro-Light.woff2")
      format("woff2"),
    url("https://www.inventcolabssoftware.com/fonts/SofiaPro-Light.woff")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sofia Pro";
  src: url("https://www.inventcolabssoftware.com/fonts/SofiaPro-Bold.woff2")
      format("woff2"),
    url("https://www.inventcolabssoftware.com/fonts/SofiaPro-Bold.woff")
      format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.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: 100%;
}
.active_toggle .btn_more1,
.btn_more2,
.choose_invento .row [class*="col-"]:nth-child(4) .work_process_ic::before,
.close-ic button.btn_cross,
.contact_ipad,
.contact_laptop,
.contact_mobile,
.fixedheader .navbar-brand .logo,
.logo_ipad,
.menu_head,
.nav-link.btn.btn-danger:after,
.navbar-brand .logo-w,
.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,
.owl-dots,
.right-bg .contact_sec_form::before {
  display: none;
}
.active_toggle .btn_more2,
.btn_top.show,
.fixedheader .navbar-brand .logo-w,
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.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;
}
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;
}
select.form-control,
select.form-control:focus {
  background: url(../img/dropdown.png) no-repeat #f1f2f3;
}
.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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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-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-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  top: 41%;
  transform: translateX(-50%);
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1;
}
.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 {
  font-family: Poppins, sans-serif !important;
  font-size: 16px;
  color: #191919;
  padding: 0;
  margin: 0;
  line-height: 1.8;
  font-weight: 400 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Sofia Pro" !important;
}
nav.navbar .container-fluid {
  padding: 0 65px;
}
.btn,
button,
input,
select,
textarea {
  font-size: 18px !important;
}
.get_started_btn {
  margin-top: 30px;
  padding: 15px 40px;
  border-radius: 10px;
}
img {
  max-width: 100%;
}
.section_1 {
  background: #17a656;
  width: 100%;
  position: relative;
  align-items: center;
  display: flex;
}
.section_2,
.section_3 {
  align-items: center;
  position: relative;
  width: 100%;
  display: flex;
}
.section_2 {
  background: #fad24a;
}
.section_3 {
  background: #79bf89;
}
.section_4 {
  background: #ed212d;
  width: 100%;
  position: relative;
  align-items: center;
  display: flex;
}
.banner_sec::before,
.fixed-mobile {
  position: absolute;
  height: 100%;
  top: 0;
}
.port_slider {
  display: flex;
  margin: 0 -15px;
}
.port_slide {
  max-width: 50%;
  padding: 0 15px;
}
.fixed-mobile {
  clip: rect(auto, auto, auto, auto);
  width: 100%;
}
.inner-phone {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
.slider_content {
  padding: 100px 85px 100px 0;
}
.pp-head p {
  font-weight: 800;
  font-size: 64px;
  line-height: 1;
  margin: 0 0 30px;
  color: #fff;
}
.appi-pp-para,
.award-fav,
.st_5_itm_img {
  margin-bottom: 20px;
}
.appi-cont p {
  color: #fff;
  margin-bottom: 0;
}
.appi-cta.read_more_wrapper h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 20px;
}
.technologies_cls {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  max-width: 100%;
  width: 420px;
}
.a1,
.a2,
.a3,
.a4,
.a5,
.a6,
.a7,
.a8 {
  width: 77px;
  height: 77px;
}
.technologies_cls .technology_ic {
  margin-bottom: 20px;
  flex: 0 0 25%;
}
.banner_sec,
.st_1 .row,
.st_5_in .row {
  align-items: center;
}
.technology {
  background-image: url(../img/bg_icon.webp);
}
.a1 {
  background-position: -63px -3678px;
}
.a2 {
  background-position: -152px -3678px;
}
.a3 {
  background-position: -242px -3678px;
}
.a4 {
  background-position: -332px -3678px;
}
.a5 {
  background-position: -422px -3678px;
}
.a6 {
  background-position: -512px -3678px;
}
.a7 {
  background-position: -602px -3678px;
}
.a8 {
  background-position: -692px -3678px;
}
.tm1,
.tm2,
.tm3 {
  height: 50px;
}
.banner_sec {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  min-height: 100vh;
  position: relative;
}
.banner_sec::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
}
.banner_sec_con {
  position: relative;
  color: #fff;
  padding-top: 50px;
  max-width: 100%;
  margin: 0 auto;
}
.header_sec {
  position: fixed;
  width: 100%;
  z-index: 1111;
}
.navbar-brand img {
  transition: 0.5s;
}
.banner_sec_con h1 {
  font-size: 70px;
  font-weight: 900;
}
.banner_sec_con h4 {
  font-size: 22px;
  max-width: 80%;
  margin: 25px auto 0;
  line-height: 1.7;
}
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.navbar-nav li {
  margin-left: 20px;
}
.space_s {
  padding: 70px 0;
}
.heading_type1 {
  font-size: 55px;
  font-weight: 900;
  text-transform: capitalize;
}
.heading_t1 {
  max-width: 90%;
  margin: 0 auto 25px;
}
.st_1 .heading_t1 {
  max-width: 100%;
  margin: 0 0 25px;
}
.appi-cta.read_more_wrapper {
  margin-top: 30px;
}
.choose_invento_itms .row [class*="col-"]:nth-child(4) .choose_invento_itm_ic{
	background: #216fa7;
}
.fixedheader {
	background:#333;
}
.st_2 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tm1 {
  background-position: -306px -1264px;
  width: 30px;
}
.tm2 {
  background-position: -342px -1264px;
  width: 43px;
}
.tm3 {
  background-position: -395px -1264px;
  width: 40px;
}
.tm4,
.tm5 {
  width: 43px;
}
.tm4 {
  background-position: -444px -1270px;
  height: 40px;
}
.tm5 {
  background-position: -490px -1270px;
  height: 43px;
}
.tm6 {
  background-position: -545px -1270px;
  width: 45px;
  height: 40px;
}
.st_2 .heading_type1 {
  color: #2d3032;
}
.btn_more,
.btn_more:hover,
.st_3_itm_prd p,
.st_5_itm_con a {
  color: #216fa7;
}
.st_2_itm {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #dfdfdf;
  margin-top: 0;
  display: inline-block;
  width: 100%;
  padding: 25px;
  height: 100%;
}
.st_2_itm_ic,
.st_3_itm,
.st_3_itm_in {
  box-shadow: 0 0 10px #ddd;
}
.st_2_itm_ic {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.st_2_itm_con h4 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.st_2_itm_con p {
  margin-bottom: 0;
  line-height: 1.6;
}
.box {
  position: absolute;
  bottom: 25%;
  right: 52%;
  transform: translate(-50%, -50%);
}
.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: 1580px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1380px;
  }
}
.heading_type1 + h5 {
  font-size: 24px;
}
.st_3_itm {
  background: #fff;
  border-radius: 15px;
  max-width: 70%;
  margin: 15px auto;
  padding: 40px;
}
.st_3_itm_img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.btn_more {
  font-weight: 700;
  margin-top: 10px;
  display: inline-flex;
  text-decoration: none;
}
.btn_more:hover {
  text-decoration: underline;
}
.arrow-top,
.fix_menu ul li a,
.footer-link li a,
.footer_items a,
.industries-card-main a,
.office_phone a,
.rating-details,
.st_5_itm_con a,
ul.copyright li a {
  text-decoration: none;
}
.st_3_itm_con {
  margin-top: 25px;
}
.st_3_itm_prd p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
}
.st_3_itm_nm {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}
.st_3_itm_prd h4 {
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.st_3_itm_location {
  margin-bottom: 0;
  color: #fff;
  font-weight: 700;
}
.st_3_itm_in {
  align-items: center;
  justify-content: center;
  background: #2670a5;
  display: inline-flex;
  padding: 20px;
  border-radius: 14px;
  text-align: left;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: 10%;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 8.2%;
}
.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
  font-size: 50px;
  font-family: monospace;
  line-height: 1;
}
.st_3.space_s {
  padding-bottom: 10px;
}
.st_4_itm {
  min-height: 135px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  height: calc(100% - 20px);
  flex-direction: column;
}
.st_5_form,
.st_5_itm {
  border-radius: 15px;
  box-shadow: 0 0 20px #b7b7b7;
}
.choose_invento_itm,
.st_5_itm {
  text-align: center;
  margin-top: 20px;
}
.st_4 {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.st_4_itm img {
  max-width: 100%;
  width: auto !important;
}
.st_4_itm:hover img {
  filter: unset;
}
.st_5_itm {
  background: center #fff;
  padding: 20px;
}
.st_5_itm_con h4 {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 10px;
}
.st_5_itm_con p {
  line-height: 1.4;
  margin-bottom: 10px;
}
.st_5_form {
  padding: 30px;
  background: #ffff;
}
.st_5_form .form-group {
  margin-bottom: 20px;
  position: relative;
}
.form_icon {
  position: absolute;
  top: 12px;
  left: 15px;
  z-index: 11;
}
.form_icon img {
  max-width: 30px;
  filter: invert(1);
}
.btn_primary {
  background: #216fa7;
  color: #fff;
  padding: 10px 40px;
  height: 55px;
}
.btn_primary:hover {
  background: #216fa7;
  color: #fff;
}
.st_5_con .heading_t1 {
  max-width: 100%;
  text-align: left;
}
.st_5_con {
  padding: 80px 40px 80px 0;
}
.st_5 {
  position: relative;
}
.footer_sec {
  padding: 50px 0;
}
.footer_sec p {
  margin: 0;
}
.form-control {
  min-height: 55px;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 10px 15px 10px 50px;
  border-radius: 7px;
  background: #f1f2f3;
  border: 1px solid #f1f2f3;
  color: #000;
}
.form-control:focus {
  border-color: #216fa7;
  background: #f1f2f3;
  color: #000;
}
.industries-card-main ul li,
.industries-card-main ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
::placeholder {
  color: #000 !important;
  opacity: 0.8;
}
:-ms-input-placeholder {
  color: #000 !important;
}
::-ms-input-placeholder {
  color: #000 !important;
}
.footer_items.footer_social a {
  font-size: 0;
}
.footer_items.footer_social {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: end;
}
.footer_items.footer_social li {
  padding-right: 15px;
  display: flex;
  align-items: center;
}
.footer_items.footer_social li:last-child {
  padding-right: 0;
}
.footer_items.footer_social li img {
  max-width: 32px;
}
.fix_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}
.fix_menu ul li a {
  display: block;
  background: #fff;
  margin: 6px 0;
  border-radius: 50px 0 0 50px;
  padding: 0 15px;
  box-shadow: 0 0 1px 1px #cfcfcf;
  transition: 0.5s;
  right: -100px;
  position: relative;
  color: #216fa7;
  width: 150px;
  display: flex;
  align-items: center;
}
.fix_menu ul li a img {
  max-width: 25px;
}
.fix_menu ul li a span {
  width: 35px;
  text-align: left;
  height: 40px;
  border-radius: 50px;
  background: #fff;
  margin: 3px 0;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.fix_menu ul li a:hover {
  right: 0;
}
select.form-control {
  flex: 0 0 150px !important;
  border: 0;
  padding-left: 50px;
  max-width: 150px;
  background-position: calc(100% - 5px);
  padding-right: 0;
  background-size: 10px 7px !important;
}
select.form-control:focus {
  background-position: calc(100% - 5px);
}
.input-group input {
  padding-left: 10px;
}
.benefits-box p,
.choose_invento_itms .work_process_item p,
.st_1_para p:last-child {
  margin-bottom: 0;
}
.port_slider_wrk_itm h4 {
  font-weight: 700;
  font-size: 21px;
  position: relative;
  padding-top: 10px;
  margin: 0;
  color: #fff;
}
.port_slider_wrk_itm h4::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  display: inline-flex;
  top: 0;
  background: #fff;
}
.choose_invento_itm {
  display: flex;
  align-items: center;
  padding: 12px;
  box-shadow: 0 0 50px 0 rgb(223 223 223 / 45%);
  height: calc(100% - 20px);
  background: #ffff;
  border-radius: 110px;
}
.choose_invento_itm_con h5 {
  font-weight: 700;
  margin: 0;
  font-size: 20px;
}
.choose_invento_itm_ic {
  flex: 0 0 60px;
  height: 60px;
  margin-right: 20px;
  background: #7143f4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-radius: 50%;
}
.industries-card-main,
.term_sec {
  border-radius: 10px;
  overflow: hidden;
}
.port_slider_wrk_itm p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.choose_invento_itm_con p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
  color: #5e6887;
  font-weight: 400;
}
.choose_invento_itm_con,
.tabs_inner_cont {
  text-align: left;
}
.choose_invento_itms .row [class*="col-"]:nth-child(5) .choose_invento_itm_ic {
  background: #fa4c9a;
}
.choose_invento_itms .row [class*="col-"]:nth-child(3) .choose_invento_itm_ic {
  background: #f38650;
}
.choose_invento .row [class*="col-"]:nth-child(4) .work_process_ic,
.choose_invento_itms .row [class*="col-"]:nth-child(2) .choose_invento_itm_ic {
  background: #74ba46;
}
.choose_invento_itms .row [class*="col-"]:nth-child(6) .choose_invento_itm_ic {
  background: #fcaa00;
}
.choose_invento_itms .row [class*="col-"]:nth-child(7) .choose_invento_itm_ic {
  background: #1aad8f;
}
.choose_invento_itms .row [class*="col-"]:nth-child(8) .choose_invento_itm_ic {
  background: #ab33d7;
}
.choose_invento_itms .row [class*="col-"]:last-child .choose_invento_itm_ic {
  background: #35bfe7;
}
.choose_invento_itm_ic img {
  max-height: 35px;
  max-width: 35px;
}
.term_sec_innner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.term_sec {
  background: center #000;
  position: relative;
  padding: 20px 0;
  margin-top: 25px;
}
.term_sec span {
  color: #fff;
  text-align: center;
}
span.term_bottom {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.terms_count {
  flex: 0 0 25%;
  text-align: center;
  max-width: 25%;
}
span.term_inner_cont {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.3;
}
section.term_sec:after {
  content: "";
  position: absolute;
  background: #000;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 0;
}
.industries-slider .owl-nav button.owl-prev {
  left: -60px !important;
}
.industries-slider .owl-nav button.owl-next {
  right: -60px !important;
}
.industries-card-main {
  background: #fff !important;
  padding: 0;
  border: 1px solid #f1f1f1;
  height: calc(100% - 20px);
  margin-top: 20px;
  text-align: left;
}
.industries-slider .owl-nav button,
.industry-icon {
  display: flex;
  align-items: center;
  border-radius: 50%;
}
.industry-icon {
  background: #fff;
  margin: -70px auto 0;
  justify-content: center;
  height: 75px;
  width: 75px;
  z-index: 111;
}
.industries-card-main ul {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: disc;
}
.industries-card-main span.ind-name {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  overflow-wrap: break-word;
  font-family: "Sofia Pro" !important;
  color: #000;
  transition: 0.8s;
}
.digital-prd-sec ul button.active,
.digital-prd-sec ul li.nav-item:hover button,
.industries-slider .owl-nav button {
  background: #216fa7 !important;
  color: #fff !important;
}
.industries-card-main a {
  color: #000;
}
.industries-card-main ul li {
  padding-top: 10px;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  transition: 0.8s;
}
.card-parent,
section.talk_expert.talk-cta .container {
  position: relative;
  z-index: 1;
}
.choose_invento_itms [class*="col-"]:first-child .work_process_item,
.industries-slider [class*="col-"]:first-child .industries-card-main,
[class*="col-"]:first-child .serv-wrap .tm-img-bg {
  background: #d8f6f5;
}
.choose_invento_itms [class*="col-"]:nth-child(2) .work_process_item,
.industries-slider [class*="col-"]:nth-child(2) .industries-card-main,
[class*="col-"]:nth-child(2) .serv-wrap .tm-img-bg {
  background: #f6d8d9;
}
.choose_invento_itms [class*="col-"]:nth-child(3) .work_process_item,
.industries-slider [class*="col-"]:nth-child(3) .industries-card-main,
[class*="col-"]:nth-child(3) .serv-wrap .tm-img-bg {
  background: #f6f2d8;
}
.choose_invento_itms [class*="col-"]:nth-child(4) .work_process_item,
.industries-slider [class*="col-"]:nth-child(4) .industries-card-main,
[class*="col-"]:nth-child(4) .serv-wrap .tm-img-bg {
  background: #ddd8f6;
}
.industries-slider [class*="col-"]:nth-child(5) .industries-card-main {
  background: #cbd7a9;
}
.bg-3,
.industries-slider [class*="col-"]:nth-child(6) .industries-card-main {
  background: #fde2f9;
}
.industries-card-main ul li:first-child {
  padding-top: 0;
}
.industries-slider .owl-nav button {
  height: 45px;
  width: 45px;
  justify-content: center;
  transform: unset !important;
}
.rating-items,
.read-more span {
  display: flex;
  align-items: center;
}
.industries-slider .owl-nav button.owl-next span,
.industries-slider .owl-nav button.owl-prev span {
  line-height: 15px !important;
  font-weight: 100;
  font-family: cursive !important;
  margin-top: -5px;
  margin-left: -5px;
}
.industries-slider .owl-nav button.owl-next span {
  margin-left: 0 !important;
  margin-right: -5px;
}
.read-more img {
  width: 20px !important;
}
.read-more span {
  height: 40px;
  width: 40px;
  justify-content: center;
  border: 1px solid #216fa7;
  border-radius: 50%;
  margin: 0 auto;
}
section.talk_expert.talk-cta:hover span.btn_arrow,
span.btn_arrow {
  margin-left: 10px;
}
.industries-card-main:hover .read-more span {
  background: #216fa7;
  transition: 0.5s;
}
.industries-card-main.read-more span {
  transition: 0.5s;
}
.industries-card-main:hover .read-more span img,
section.talk_expert.talk-cta .btn_primary span.btn_arrow img {
  filter: brightness(100);
}
.work_process_ic {
  width: 83px;
  height: 83px;
  background: #ef2a42;
  justify-content: center;
  margin: 0 auto 30px;
  position: relative;
  border-radius: 50%;
  align-items: center;
  display: flex;
}
.work_process_item {
  text-align: center;
  margin-top: 30px;
}
.choose_invento .row [class*="col-"]:nth-child(2) .work_process_ic {
  background: #f0b147;
}
.choose_invento .row [class*="col-"]:nth-child(3) .work_process_ic {
  background: #4b90e2;
}
.work_process_con h4 {
  font-weight: 700;
  font-size: 22px;
}
.work_process_con p {
  font-size: 16px;
  color: #191919;
  font-weight: 400;
}
.choose_invento .row [class*="col-"]:nth-child(2) .work_process_ic::before {
  background-image: url(https://d1yfv825grupco.cloudfront.net/invent/public/img/ar_up.webp);
  top: 35px;
}
p.heading_para {
  text-align: center;
  font-weight: 400;
}
.section_2 h4,
.section_2 p,
.section_2 span.l1 {
  color: #000;
}
.section_2 .port_slider_wrk_itm h4::before {
  background: #000;
}
.footer_sec_con p {
  margin-bottom: 0;
  font-size: 18px;
}
.footer_sec p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  max-width: 80%;
  line-height: 1.4;
}
.footer-link h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-link ul {
  list-style: none;
  padding-left: 0;
}
.footer-link li a {
  color: #fff;
}
.footer-link ul li {
  margin-bottom: 8px;
  line-height: 1.4;
}
.footer-link ul li p,
.footer_bottom p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px !important;
  color: #8a8a8a !important;
}
.companyrating-list {
  display: flex;
  padding-left: 0;
  margin: 20px -10px 0;
}
.companyrating-list .companyrating-list-item {
  flex: 0 0 20%;
  list-style: none;
  padding: 0 10px;
}
.rating-details {
  display: flex;
  background: #216fa7;
  padding: 25px 15px;
  border-radius: 10px;
  justify-content: space-between;
}
.rating-items {
  gap: 10px;
  color: #fff;
}
.hire-ic,
.office_item_icon {
  align-items: center;
  display: flex;
}
.map-view iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
}
.map-view {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 0 9px rgb(0 0 0 / 15%);
}
.copyright_wrap {
  padding: 10px 0;
}
.get_started_btn {
  background: #216fa7;
  border-color: #216fa7;
}
.get_started_btn:hover {
  background: #155685;
  border-color: #155685;
}
span.rating-description img {
  max-width: 100px;
  height: 30px;
}
.awrad-dtl-cont,
.business_name {
  margin-top: 15px;
}
.business_name h5 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}
.benefits-box h4,
.hire-ic h4,
.tabs_inner_cont span.ind-name {
  font-size: 22px;
  font-weight: 700;
}
.st_6 .st_2_itm .st_2_itm_ic img,
.tm-ic img {
  max-width: 45px;
}
.st_3_itm_meta p {
  margin-bottom: 0;
  color: #fff;
}
.change-lang img {
  max-width: 40px;
  filter: invert(1);
}
.change-lang {
  margin-left: 25px;
}
.business-bg {
  background: #2670a5;
}
.benefits-box,
.bg-1 {
  background: #cef3ff;
}
.business-bg .heading_type1,
.office_item.dubai-address .office_con,
.office_item.dubai-address .office_con a,
.office_item.dubai-address .office_con p,
.talk_sec_con .heading_type1 {
  color: #fff;
}
.benefits-box {
  padding: 20px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
  height: calc(100% - 40px);
}
.benefits-box:after,
.benefits-box:before {
  position: absolute;
  top: -20px;
  left: 30px;
  right: 30px;
  height: 20px;
  background: #eff4fe;
  content: "";
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.benefits-box:after {
  top: -40px;
  left: 50px;
  right: 50px;
}
.bg-1:after {
  background: #f0fbff;
}
.bg-1:before {
  background: #e5f9ff;
}
.bg-2 {
  background: #e3fefe;
}
.bg-2:before {
  background: #ebfdfd;
}
.bg-2:after {
  background: #f4fcfc;
}
.bg-3:before {
  background: #fff2fe;
}
.bg-3:after {
  background: #fdf6fc;
}
.bg-4 {
  background: #e3fcf4;
}
.bg-4:before {
  background: #ebfbf6;
}
.bg-4:after {
  background: #f5fffc;
}
.benefits-box h4 {
  margin-bottom: 10px;
}
.benefits-icon {
  margin-bottom: 30px;
}
.hire-ic {
  margin-bottom: 15px;
  min-height: 75px;
}
.hire-ic h4 {
  text-align: left;
  padding-left: 12px;
  margin-bottom: 0;
  line-height: 1;
}
.hire-ic img {
  max-width: 75px;
  filter: brightness(0) invert(1);
}
.hiring-box {
  background: #ffff;
  border-radius: 10px 50px;
  padding: 20px;
  text-align: left;
}
.hiring-box p {
  margin-bottom: 0;
  min-height: 230px;
}
.st_6 [class*="col-"]:first-child .st_2_itm {
  background: #edd2c2;
}
.st_6 [class*="col-"]:nth-child(2) .st_2_itm {
  background: #c1edb7;
}
.st_6 [class*="col-"]:nth-child(3) .st_2_itm {
  background: #edd0ce;
}
.st_6 [class*="col-"]:nth-child(4) .st_2_itm {
  background: #edc2e3;
}
.st_6 [class*="col-"]:nth-child(5) .st_2_itm {
  background: #b7edec;
}
.st_6 [class*="col-"]:nth-child(6) .st_2_itm {
  background: #c4c2ec;
}
.st_6 [class*="col-"]:first-child .st_2_itm .st_2_itm_ic {
  box-shadow: none;
  border: 3px solid #edd2c2;
}
.st_6 [class*="col-"]:nth-child(6) .st_2_itm .st_2_itm_ic {
  box-shadow: none;
  border: 3px solid #c4c2ec;
}
.st_6 [class*="col-"]:nth-child(5) .st_2_itm .st_2_itm_ic {
  box-shadow: none;
  border: 3px solid #b7edec;
}
.st_6 [class*="col-"]:nth-child(4) .st_2_itm .st_2_itm_ic {
  box-shadow: none;
  border: 3px solid #edc2e3;
}
.st_6 [class*="col-"]:nth-child(3) .st_2_itm .st_2_itm_ic {
  box-shadow: none;
  border: 3px solid #edd0ce;
}
.st_6 [class*="col-"]:nth-child(2) .st_2_itm .st_2_itm_ic {
  box-shadow: none;
  border: 3px solid #c1edb7;
}
.st_6 .st_2_itm .st_2_itm_ic {
  margin: -60px auto;
  background: #fff;
}
.st_6 .st_2_itm {
  height: calc(100% - 40px);
  margin-top: 40px;
  margin-bottom: 0;
  box-shadow: none !important;
}
.st_6 .st_2_itm_con {
  padding-top: 75px;
  text-align: center;
}
.office_item_icon {
  width: 66px;
  height: 66px;
  margin: 0 auto 10px;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #cecece;
}
.footer-inner-cls .footer_items,
.rating_left_sec {
  margin-right: 20px;
}
.office_con h4 {
  font-size: 16px;
  margin-top: 20px;
  font-weight: 700;
}
.office_item {
  margin-top: 30px;
  border: 1px solid #ebebeb;
  padding: 15px;
  border-radius: 10px;
  height: calc(100% - 30px);
}
address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}
.office_phone {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  color: #293339;
  font-weight: 700;
}
.office_phone a {
  color: #293339;
}
.rating_s_in {
  position: relative;
  margin-bottom: -222px;
  border: 1px solid #cecece;
  border-radius: 10px;
  padding: 25px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgb(163 163 163 / 19%);
  display: flex;
}
.rating_left_sec {
  flex: 0 0 170px;
  padding-top: 14px;
  padding-left: 32px;
}
.iti.iti--allow-dropdown.iti--separate-dial-code,
.rating_img {
  width: 100%;
}
.rate_list .rate_list_itm {
  flex: 0 0 calc(100% / 8);
}
.rate_list {
  display: flex;
  flex-wrap: wrap;
}
section.rating_s {
  margin-top: 70px;
}
.footer_head {
  font-size: 14px;
  color: #fff;
  margin: 20px 0;
}
.footer_items a {
  color: #c9c9c9;
  font-size: 13px;
}
.footer_items li {
  margin-bottom: 12px;
}
.footer_sec {
  background: #00152e;
  padding-top: 240px;
  padding-bottom: 30px;
}
.footer_items {
  line-height: normal;
  padding: 0;
  margin: 0;
  list-style: none;
}
.digital-prd-sec,
.footer-inner-cls {
  display: flex;
}
.footer_top {
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer-middle {
  padding: 30px 0;
  border-top: 1px solid #15283e;
}
.sc-icon img {
  max-width: 45px !important;
}
.footer_items.footer_social {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}
ul.footer_items.footer_social li {
  margin: 0 23px 20px 0;
  height: 45px;
  width: 45px;
}
.footer_bottom {
  padding: 30px 0 0;
  border-top: 1px solid #15283e;
}
ul.copyright {
  display: flex;
  justify-content: end;
  margin-bottom: 0;
}
ul.copyright li a {
  color: #8a8a8a;
}
ul.copyright li {
  padding: 0 5px;
  color: #8a8a8a;
  display: flex;
}
.footer-inner-cls .footer_items:last-child,
.footer-middle ul.footer_items.footer_social li:last-child {
  margin-right: 0;
}
.office_item.dubai-address {
  border-radius: 10px;
  background: #2670a5;
}
.office_item.dubai-address img {
  filter: brightness(00000) invert(1);
}
.hire-bg1 {
  border: 2px solid #ffedcc;
  background: #ffedcc;
}
.hire-bg2 {
  border: 2px solid #e8ffbf;
  background-color: #e8ffbf;
}
.hire-bg3 {
  border: 2px solid #ffdfda;
  background: #ffdfda;
}
.hire-bg4 {
  border: 2px solid #d9e7ff;
  background-color: #d9e7ff;
}
.hire-bg5 {
  border: 2px solid #f4ccff;
  background-color: #f4ccff;
}
.hire-bg6 {
  border: 2px solid #cbd7a9;
  background-color: #cbd7a9;
}
.hire-bg7 {
  border: 2px solid #a8cfff;
  background-color: #a8cfff;
}
.ic-1,
.ic-2,
.ic-3,
.ic-4,
.ic-5,
.ic-6,
.ic-7 {
  background: 0 0;
}
.ic-1 img,
.ic-2 img,
.ic-3 img,
.ic-4 img,
.ic-5 img,
.ic-6 img,
.ic-7 img {
  filter: unset !important;
}
.serv-wrap {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 20px #dfdfdf;
  display: inline-block;
  width: 100%;
  height: calc(100% - 90px);
  margin-top: 90px;
}
.talk_expert,
.talk_sec {
  background: linear-gradient(360deg, #16a690, #216fa7);
  text-align: center;
}
.serv-wrap .tm-img-bg {
  padding: 25px;
  border-radius: 15px;
}
.serv-wrap .st_2_itm_con {
  padding: 25px;
}
.tm-img {
  margin-top: -90px;
}
.tm-img img {
  max-width: 320px;
}
[class*="col-"]:nth-child(5) .serv-wrap .tm-img-bg {
  background: #cff8e6;
}
[class*="col-"]:nth-child(6) .serv-wrap .tm-img-bg {
  background: #ffe4d0;
}
.talk_sec {
  padding: 70px 0;
}
.talk_sec .heading_type_h2 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
}
.heading_type4 {
  font-size: 20px;
  color: #fff;
  max-width: 80%;
  margin: 0 auto 20px;
  font-weight: 400;
}
.talk_sec_con {
  max-width: 80%;
  margin: 0 auto;
}
.talk_expert {
  padding: 15px 0;
}
.talk_expert .talk_expert_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
}
.talk_expert .talk_expert_btn img {
  filter: brightness(100000);
  height: 25px;
  width: 25px;
}
.talk_expert:hover span.btn_arrow {
  margin-left: 30px;
  transition: 0.5s;
}
span.btn_arrow {
  transition: 0.5s;
  display: flex;
  flex: 0 0 30px;
  max-width: 30px;
  height: 30px;
  align-items: center;
}
li.parsley-length,
li.parsley-required {
  max-width: unset !important;
  padding: 0 !important;
  color: red !important;
  bottom: -18px;
  position: absolute !important;
  list-style: none;
  left: 0;
}
.chat-box-ic {
  margin-right: 10px;
}
.choose_invento_itms .work_process_item {
  height: calc(100% - 30px);
  padding: 25px;
  border-radius: 45px 5px 5px;
  margin: 15px 0;
}
.choose_invento_itms .work_process_item .work_process_ic {
  background: #fff !important;
  margin-bottom: 20px;
}
.choose_invento_itms .work_process_item .work_process_ic img {
  filter: brightness(0);
}
li.parsley-required {
  flex: unset !important;
  font-size: 11px !important;
}
.st_5_form .form-group input {
  width: 100% !important;
}
.parsley-errors-list {
  margin: 0 !important;
}
li.parsley-length {
  font-size: 10px !important;
  line-height: 1;
}
.digital-prd-sec ul {
  flex: 0 0 40%;
  display: block;
  border-bottom: 0;
}
.digital-prd-sec .tab-content {
  padding-left: 85px;
}
.digital-prd-sec ul button {
  color: #303030;
  border: 0 !important;
  background: #fff !important;
  padding: 8px 10px !important;
  border-bottom: 1px solid #e7ecf2 !important;
  width: 100%;
  text-align: left;
  margin-bottom: 10px !important;
  border-radius: 5px !important;
  display: flex;
  justify-content: space-between;
}
.tabs_inner_cont span.ind-name {
  text-align: left;
  margin-top: 15px !important;
  display: block;
}
.tabs_inner_cont .more-services ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.tabs_inner_cont .more-services {
  margin-top: 0 !important;
}
.digital-prd-sec ul button.active span.right-arrow img {
  filter: brightness(10000);
  opacity: 1;
  transition: 0.5s;
}
.digital-prd-img {
  border-radius: 5px;
  overflow: hidden;
}
.digital-prd-sec ul button span.right-arrow img {
  max-width: 24px;
  transition: 0.5s;
  opacity: 0;
}
.digital-prd-sec ul li.nav-item:hover button {
  transition: 0.5s;
}
.digital-prd-sec ul li.nav-item:hover button img {
  opacity: 1;
  filter: brightness(10000);
  transition: 0.5s;
}
.tabs_inner_cont .more-services ul li {
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  flex: 0 0 50%;
  padding-right: 10px;
  max-width: 50%;
  line-height: 1.5;
}
.tabs_inner_cont .more-services ul li:after {
  content: "";
  position: absolute;
  left: 0;
  height: 8px;
  width: 8px;
  background: #216fa7;
  border-radius: 50%;
  top: 9px;
}
.other-industries .industries-card-main {
  margin-top: 90px;
  height: calc(100% - 90px);
  background: #fff !important;
  box-shadow: 0 0 10px #00000026;
  overflow: unset;
}
.other-serv-icon {
  margin-left: auto;
  position: absolute;
  right: 10px;
  top: -70px;
}
.small-heading-h4 {
  padding: 20px;
}
.other-industries .industries-card-main li {
  color: #000 !important;
}
.arrow-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 35px;
  z-index: 1111;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
}
.arrow-top img {
  filter: brightness(1) invert(1);
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
section.talk_expert.talk-cta {
  background-size: cover;
  padding: 70px 0;
  background-position: center;
  text-align: left !important;
  position: relative;
}
section.talk_expert.talk-cta h4 {
  max-width: 80%;
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}
section.talk_expert.talk-cta:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 45%);
  top: 0;
}
section.talk_expert.talk-cta .btn_primary {
  display: inline-flex;
  align-items: center;position: relative;
}
.other-serv-icon img {
  max-width: 180px;
}
.other-industries [class*="col-"]:first-child .industries-card-main {
  background: #cff8e6 !important;
  box-shadow: none;
}
.other-industries [class*="col-"]:nth-child(2) .industries-card-main {
  background: #f6d8d9 !important;
  box-shadow: none;
}
.other-industries [class*="col-"]:nth-child(3) .industries-card-main {
  background: #ddd8f6 !important;
  box-shadow: none;
}
.other-industries [class*="col-"]:nth-child(4) .industries-card-main {
  background: #ffe4d0 !important;
  box-shadow: none;
}
.other-industries [class*="col-"]:nth-child(5) .industries-card-main {
  background: #d8f6f5 !important;
  box-shadow: none;
}
.other-industries [class*="col-"]:nth-child(6) .industries-card-main {
  background: #f6f2d8 !important;
  box-shadow: none;
}
.other-industries .industries-card-main .more-services.mt-3 {
  margin-top: 6rem !important;
}
.award-fav img {
  width: auto !important;
  max-width: 55px;
}
.award-sprite img {
  max-width: 120px;
}
.award-sprite {
  display: flex;
  margin-bottom: 15px;
  min-height: 45px;
  align-items: center;
}
p.para {
  margin-top: 0;
  color: #6d6c6c;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.5;
  margin-bottom: 0 !important;
}
.award-cont h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Poppins !important;
}
section.award-wrap .heading_t1 {
  margin-bottom: 50px;
}
section.award-wrap {
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
}
.award-title h3 {
  font-size: 22px;
  font-weight: 700;
}
section.award-wrap .row {
  border-top: 1px solid #d5d5d5;
  padding-top: 45px;
}
section.award-wrap .heading_t1 + .row {
  border-top: 0;
  padding-top: 0;
}
.st_3_itm_img img {
  height: 100%;
}











/* Header CSS */
.header_sec .navbar-nav span.nav-link,
.port_slider_wrk_wht .port_slider_wrk_itm,
.pp-head p,
a {
  color: #fff;
}
body,
textarea {
  font-family: Helvetica, Sans-Serif !important;
}
.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;
    text-decoration: none;
}
.top-head {
    background: #eff8ff;
    padding: 12px 0;
}
.contact-list li a:hover {
    color: #216fa7;
}
.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;
  padding: 0 !important;
}
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;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.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: Helvetica light regular, Sans-Serif !important;
  padding: 20px 25px;
  display: inline-block;
  position: relative;
}
.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 .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;
}
.has-dropdown {
    position: static;
}
.menu_right_cls {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.btn-danger {
    background-color: #216fa7;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    position:relative
}
.btn:after, .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: 200px;
    transition: 0.5s;
}
.header_sec .btn-danger {
    margin-left: 30px;
}

.btn-danger:hover {
    color: #fff;
    border-color: #236391;
}
.btn:hover:before {
    background: rgba(255, 255, 255, 0.7);
    left: 60%;
    right: 60%;
}
.btn-danger:hover{
    background: #236391;
}
.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;
}
.header_sec li.nav-item.dropdown:hover .dropdown-menu {
    transition: 0.5s;
    margin-top: 0;
    height: inherit;
    top: 100%;
}
.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%;
}
.submenu-inner {
    padding: 40px;
    background: #fff;
    max-width: 1350px;
    margin: auto;
}
.header_sec .submenu-title .dropdown-item {
    font-size: 20px;
    border-bottom: 0;
    font-weight: 600;
    padding: 0;
    color: #010101;
    line-height: 1.1;
    BACKGROUND: transparent !important;
}
.header_sec.fixed-header {
    top: 0;
}
span.arrow_cls {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    position: relative;
    top: 12px;
    right: -5px;
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item {
    padding: 0 0 20px 25px;
    border-bottom: 0;
    color: #010101;
    font-size: 16px;
    transition: 0.5s;
    line-height: 1;
    position: relative;
}
.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;
}
.megamenu-cls:after {
    content: "";
    position: absolute;
    height: calc(100% - 0px);
    width: 1px;
    background: #888;
    top: 0;
}
.border-cls {
    margin-bottom: 35px;
}
.megamenu-cls {
    position: relative;
    left: 2px;
    margin-top: 20px;
}
.has-dropdown .submenu-inner .megamenu-cls a.dropdown-item:last-child {
    padding-bottom: 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:hover:after {
    height: 15px;
}
.service_head h3 {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 20px;
}
.service_head p {
    font-size: 17px;
    margin-bottom: 40px;
}
.header_sec .menu_btn .btn-danger {
    margin-left: 0;
    margin-bottom: 20px;
}
.border-cls:last-child{
    margin-bottom: 0;
}


.video_cont_wrap {
          padding-right: 80px;
      }
      .video_cont_wrap h4 {
          font-size: 28px;
          font-weight: 600;
      }
      .video_cont_wrap p {
          font-size: 18px;
          line-height: 1.6;
      }
      .badge {
          box-shadow: 0 0 5px rgb(0 0 0 / 18%);
          position: absolute;
          padding: 0;
          border-radius: 10px;
          z-index: 1111;
      }
      .video_wrap {
          padding: 80px 0;
          background: #f7f6f9;
      }
      .video_inner {
          position: relative;
      }
      .badge.badge_1 {
          top: -20px;
          left: -30px;
      }
      .badge.badge_2 {
          bottom: -20px;
          top: unset !important;
          right: -30px;
      }
      .video_inner video {
          width: 100%;
          border-radius: 10px;
      }