*, *:before, *:after {
	box-sizing: inherit;
  }
  :root {
	  --blue-color:  #0A0A46; 
	  --yellow-color: #f7941d; 
  }
  * {
	  scroll-margin-top: 70px;
  }
  html{
	  scroll-behavior: smooth;
  }
  html, body {
	height: auto;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
  }
  
  body {
	  padding: 0;
	  font-size: 15px; 
	  font-family: "Sarabun", sans-serif;
	  margin: 0;
	  /* background: var(--blue-color); */
  }
  
  img {
	  max-width: 100%;
	  height: auto;
	  border-radius: 5px;
  }
  
  button {
	  outline: 0 !important;
  }
  
  dl, ol, ul {
	  padding: 0;
	  list-style: none;
	  margin: 0;
  }
  
  .d-table {
	  width: 100%;
	  height: 100%;
  }
  
  .d-table-cell {
	  vertical-align: middle;
  }
  
  .ptb-100 {
	  padding-top: 100px;
	  padding-bottom: 100px;
  }
  
  .pb-30 {
	  padding-bottom: 30px;
  }
  .pb-40 {
	  padding-bottom: 40px;
  }
  .pb-50 {
	  padding-bottom: 50px;
  }
  .pb-70 {
	  padding-bottom: 70px;
  }
  .pb-80 {
	  padding-bottom: 80px;
  }
  
  .pb-100 {
	  padding-bottom: 100px;
  }
  
  .pt-30 {
	  padding-top: 30px;
  }
  .pt-40 {
	  padding-top: 40px;
  }
  .pt-50 {
	  padding-top: 50px;
  }
  .pt-70 {
	  padding-top: 70px;
  }
  .pt-80 {
	  padding-top: 80px;
  }
  .pt-100 {
	  padding-top: 100px;
  }
  .pb-127 {
	  padding-bottom: 127px;
  }
  .bg-grey {
	  background-color: #f7f8f8;
  }
  .ml-95{
	  margin-left: 95px;
  }
  .ml-60{
	  margin-left: 60px;
  }
  
  .section-padding {
	  padding: 100px 0;
  }
  
  a {
	  color: #404040;
	  text-decoration: none;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	  outline: 0 !important;
  }
  
  a:hover {
	  color:  var(--yellow-color);
	  text-decoration: none;
  }
  
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	  font-weight: 700;
	  line-height: 1.4; 
	  margin: 0;
  }
  
  p { 
	  font-size: 17px;
	  font-weight: 300;
	  line-height: 1.8;
	  letter-spacing: 0.2px; 
	  margin-bottom: 15px;
  }
  
  p:last-child {
	  margin-bottom: 0;
  }
  
   
  
  .default-btn {
	  position: relative;
	  z-index: 1;
	  overflow: hidden;
	  color: #000;
	  font-size: 16px;
	  font-weight: 600;
	  text-align: center;
	  padding-left: 35px;
	  padding-right: 35px;
	  padding-top: 13px;
	  padding-bottom: 13px; 
	  display: inline-block;
	  background-color:  var(--yellow-color); 
	  margin-top: 5px;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	  border: none;
	  border-radius: 50px;
  }
  
  .default-btn span {
	  position: absolute;
	  z-index: -1;
	  width: 0;
	  height: 0;
	  display: block;
	  border-radius: 30px;
	  background-color:  var(--blue-color);
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  }
  
  .default-btn:hover, .default-btn:focus {
	  color: #ffffff;
  }
  
  .default-btn:hover span, .default-btn:focus span {
	  width: 200%;
	  height: 500px;
  }
  
  .default-btn-one {
	  position: relative;
	  z-index: 1;
	  overflow: hidden;
	  color:  var(--yellow-color);
	  font-size: 16px;
	  font-weight: 600;
	  padding-left: 35px;
	  padding-right: 35px;
	  padding-top: 13px;
	  padding-bottom: 13px;
	  border-radius: 5px;
	  text-align: center;
	  display: inline-block;
	  background-color: #ffffff;
	  
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	  border: none;
	  margin-top: 5px;
	  margin-right: 20px;
  }
  
  .default-btn-one span {
	  position: absolute;
	  z-index: -1;
	  width: 0;
	  height: 0;
	  display: block;
	  border-radius: 30px;
	  background-color:  var(--blue-color);
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  }
  
  .default-btn-one:hover, .default-btn-one:focus {
	  color: #ffffff;
  }
  
  .default-btn-one:hover span, .default-btn-one:focus span {
	  width: 200%;
	  height: 500px;
  }
  
  .default-btn-two {
	  position: relative;
	  z-index: 1;
	  overflow: hidden;
	  color: #ffffff;
	  font-weight: 600;
	  font-size: 16px;
	  padding-left: 35px;
	  padding-right: 35px;
	  padding-top: 13px;
	  padding-bottom: 13px;
	  text-align: center;
	  border-radius: 50px;
	  display: inline-block;
	  transition: 0.4s;
	  margin-right: 20px;
	  background: transparent;
	  border: 1px solid white;
  }
  
  .default-btn-two span {
	  position: absolute;
	  z-index: -1;
	  width: 0;
	  height: 0;
	  display: block;
	  border-radius: 30px;
	  background-color: #ffffff;
	  -webkit-transform: translate(-50%, -50%);
	  transform: translate(-50%, -50%);
	  -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	  transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
  }
  
  .default-btn-two:hover, .default-btn-two:focus {
	  color:  var(--blue-color);
  }
  
  .default-btn-two:hover span, .default-btn-two:focus span {
	  width: 200%;
	  height: 500px;
  }
  
  .section-title {
	  text-align: center;
	  line-height: 1.5;
	  margin-bottom: 65px;
  }
  .sub-title {
	  color:  var(--yellow-color);
	  font-size: 16px;
	  font-weight: 700;
	  letter-spacing: 0.5px;
	  text-transform: uppercase;
	  margin-bottom: 5px;
  }
   
  
  .section-title h2 {
	  color: #404040;
	  font-size: 40px;
	  font-weight: 800;
	  margin: 10px 0 0 0;
  }
  
  .color-text {
	  color:  var(--yellow-color);
  }
  
  .text-gradient {
	  /** TEXT GRADIENT */
	  color: #f44336;
	  background-image: -webkit-linear-gradient(45deg, #f44336 48%, #f7941d 56%);
	  background-clip: text;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
  }
  
  .valign {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  align-items: center;
  }
  
  /* [ Start Overlay ] */
  [data-overlay-dark],
  [data-overlay-light] {
	  position: relative;
  }
  
  [data-overlay-dark] .container,
  [data-overlay-light] .container {
	  position: relative;
	  z-index: 2;
  }
  
  [data-overlay-dark]:before,
  [data-overlay-light]:before {
	  content: '';
	  position: absolute;
	  z-index: 1;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
  }
  
  [data-overlay-dark]:before {
	  background-color: #02050b;
  }
  
  [data-overlay-light]:before {
	  background-color: #fff;
  }
  
  [data-overlay-dark] h1,
  [data-overlay-dark] h2,
  [data-overlay-dark] h3,
  [data-overlay-dark] h4,
  [data-overlay-dark] h5,
  [data-overlay-dark] h6,
  [data-overlay-dark] span,
  .bg-dark h1,
  .bg-dark h2,
  .bg-dark h3,
  .bg-dark h4,
  .bg-dark h5,
  .bg-dark h6,
  .bg-dark span,
  .bg-color h1,
  .bg-color h2,
  .bg-color h3,
  .bg-color h4,
  .bg-color h5,
  .bg-color h6,
  .bg-color span {
	  color: #fff;
  }
  
  [data-overlay-dark] p,
  .bg-dark p,
  .bg-color p {
	  color: #dad6d6;
  }
  
  [data-overlay-dark="0"]:before,
  [data-overlay-light="0"]:before {
	  opacity: 0;
  }
  
  [data-overlay-dark="1"]:before,
  [data-overlay-light="1"]:before {
	  opacity: .1;
  }
  
  [data-overlay-dark="2"]:before,
  [data-overlay-light="2"]:before {
	  opacity: .2;
  }
  
  [data-overlay-dark="3"]:before,
  [data-overlay-light="3"]:before {
	  opacity: .3;
  }
  
  [data-overlay-dark="4"]:before,
  [data-overlay-light="4"]:before {
	  opacity: .4;
  }
  
  [data-overlay-dark="5"]:before,
  [data-overlay-light="5"]:before {
	  opacity: .5;
  }
  
  [data-overlay-dark="6"]:before,
  [data-overlay-light="6"]:before {
	  opacity: .6;
  }
  
  [data-overlay-dark="7"]:before,
  [data-overlay-light="7"]:before {
	  opacity: .7;
  }
  
  [data-overlay-dark="8"]:before,
  [data-overlay-light="8"]:before {
	  opacity: .8;
  }
  
  [data-overlay-dark="9"]:before,
  [data-overlay-light="9"]:before,
  [data-overlay-color="9"]:before {
	  opacity: .9;
  }
  
  [data-overlay-dark="10"]:before,
  [data-overlay-light="10"]:before {
	  opacity: 1;
  }
  /* [ End Overlay ] */
  
  /*********************************
   ** - 00 -  Go Top CSS
   *********************************/
  .go-top {
	  color: #ffffff;
	  position: fixed;
	  z-index: 4;
	  top: 0;
	  right: 15px;
	  width: 45px;
	  height: 45px;
	  opacity: 0;
	  visibility: hidden;
	  text-align: center;
	  line-height: 45px;
	  border-radius: 5px;
	  background-color:  var(--yellow-color);
	  -webkit-transition: .9s;
	  transition: .9s;
	  cursor: pointer;
  }
  
  .go-top.active {
	  top: 98%;
	  -webkit-transform: translateY(-98%);
	  transform: translateY(-98%);
	  opacity: 1;
	  visibility: visible;
  }
  
  .go-top i {
	  position: absolute;
	  top: 50%;
	  left: 0;
	  right: 0;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
	  margin: 0 auto;
	  color: var(--blue-color);
  }
  
  .go-top i:last-child {
	  top: 60%;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .go-top::before {
	  content: '';
	  position: absolute;
	  z-index: -1;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  opacity: 0;
	  visibility: hidden;
	  border-radius: 5px;
	  background-color:  var(--yellow-color);
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .go-top:hover, .go-top:focus {
	  color: #ffffff;
  }
  
  .go-top:hover::before, .go-top:focus::before {
	  opacity: 1;
	  visibility: visible;
  }
  
  .go-top:hover i:first-child, .go-top:focus i:first-child {
	  top: 0;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .go-top:hover i:last-child, .go-top:focus i:last-child {
	  top: 50%;
	  opacity: 1;
	  visibility: visible;
  }
  
   
  
  /*************************************
   ** - 03 - Navbar Section CSS
   *************************************/
  .techvio-responsive-nav {
	  display: none;
  }
  
  .techvio-nav {
	  padding-top: 15px;
	  padding-left: 0;
	  padding-right: 0;
	  padding-bottom: 15px;
	  background-color: transparent;
  }
  
  .techvio-nav .navbar {
	  padding-top: 0;
	  padding-left: 0;
	  padding-right: 0;
	  padding-bottom: 0;
  }
  
  .techvio-nav .navbar ul {
	  padding-left: 0;
	  list-style-type: none;
	  margin-bottom: 0;
  }
  
  .techvio-nav .navbar .navbar-nav {
	  margin-left: auto;
	  padding-right: 60px;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item {
	  position: relative;
	  padding-top: 15px;
	  padding-left: 0;
	  padding-right: 0;
	  padding-bottom: 15px;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item a {
	  color: #000;
	  font-size: 17px;
	  font-weight: 600;
	  text-transform: capitalize;
	  padding-top: 0;
	  padding-left: 0;
	  padding-right: 0;
	  padding-bottom: 0;
	  margin-left: 15px;
	  margin-right: 50px;
  }
  .navbar-brand img {
	  max-width: 100px;
  }
  /*
  .techvio-nav .navbar .navbar-nav .nav-item a:hover, .techvio-nav .navbar .navbar-nav .nav-item a:focus, .techvio-nav .navbar .navbar-nav .nav-item a.active {
	  color:  var(--yellow-color);
  }
  */
  
  .techvio-nav .navbar .navbar-nav .nav-item a i {
	  position: relative;
	  top: -1px;
	  font-size: 10px;
	  margin-left: 2px;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item:last-child a {
	  margin-right: 0;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item:first-child a {
	  margin-left: 0;
  }
  
  /*
  .techvio-nav .navbar .navbar-nav .nav-item:hover a, .techvio-nav .navbar .navbar-nav .nav-item:focus a, .techvio-nav .navbar .navbar-nav .nav-item.active a {
	  color:  var(--yellow-color);
  }
  */
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	  position: absolute;
	  z-index: 99;
	  top: 80px;
	  left: 0;
	  width: 230px;
	  padding: 0;
	  display: block;
	  opacity: 0;
	  visibility: hidden;
	  overflow: hidden;
	  border-radius: 3px;
	  background-color: #ffffff;
	  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	  border: none;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	  padding: 0;
	  border-bottom: 1px solid #f1f1f1;
  }
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child {
	  border-bottom: 0px solid transparent;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	  position: relative;
	  color: #404040;
	  font-size: 16px;
	  font-weight: 600;
	  text-transform: capitalize;
	  padding: 10px 15px;
	  margin: 0;
  }
  
  .techvio-nav.index-navber .navbar .navbar-nav .nav-item a {
	  color: #555;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	  color: #ffffff;
	  background-color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	  top: 0;
	  left: -245px;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  top: 0;
	  left: -245px;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  top: 0;
	  left: -245px;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  top: 0;
	  left: 195px;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  top: 0;
	  left: 195px;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	  top: 0;
	  left: 195px;
	  opacity: 0;
	  visibility: hidden;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	  color: #696997;
	  text-transform: capitalize;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  top: -15px;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  top: -15px;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  top: -15px;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  top: -15px;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	  top: -15px;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	  color:  var(--yellow-color);
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	  top: -15px;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .techvio-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	  top: 100%;
	  opacity: 1;
	  visibility: visible;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .techvio-nav .navbar .other-option {
	  margin-top: 3px;
	  margin-left: 0;
  }
  
  .techvio-nav .black-logo {
	  display: none;
  }
  
  .navbar-section {
	  position: absolute;
	  z-index: 999;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: auto;
	  background-color: transparent;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .navbar-section.is-sticky {
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  left: 0;
	  width: 100%;
	  background-color: #ffffff !important;
	  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	  -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
	  animation: 500ms ease-in-out 0s normal fadeInDown;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .navbar-section.is-sticky .navbar-nav .nav-item a {
	  color: #505050;
  }
  
  .navbar-section.is-sticky .navbar-nav .nav-item a:hover, .navbar-section.is-sticky .navbar-nav .nav-item a:focus, .navbar-section.is-sticky .navbar-nav .nav-item a.active {
	  color:  var(--yellow-color);
  }
  
  .navbar-section.is-sticky .techvio-nav .navbar-brand .white-logo {
	  display: none;
  }
  
  .navbar-section.is-sticky .techvio-nav .navbar-brand .black-logo {
	  display: block;
  }
  
  
  
  .techvio-nav .navbar .other-option .call-btn {
	  color: #fff;
	  font-size: 20px;
	  font-weight: 600;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  background:  var(--yellow-color);
	  padding: 8px 10px;
	  padding-right: 15px;
	  border-radius: 5px;
  }
  
  .techvio-nav .navbar .other-option .call-btn i {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin-right: 10px;
	  color:  var(--yellow-color);
	  background: #ffffff;
	  width: 40px;
	  height: 40px;
	  border-radius: 6px;
  }
  
  /*********************************
   ** - 04 - Home 1 Section CSS
   *********************************/
  
  
   .custom-container {
	  max-width: 88%;
	  margin: 0 auto;
	  padding: 0 15px;
  }
  
   /* heading-size */
  .f50{
	  font-size: 50px;
	  line-height: 65px;
  }
  .f30{
	  font-size: 30px;
	  line-height: 39px;
  }
  .f24{
	font-size: 24px;
	line-height: 34px;
  }
  .f26{
	  font-size: 26px;
	  line-height: 30px;
	   
	}
  .f17{
	  font-size: 17px;
	  line-height: 30px;
  }
  
  
  .fw-normal{
	  font-weight: 300 !important;
  }
  .fw-bold{
	  font-weight: bold;
  }
  .fw-sbold{
	  font-weight: 600;
  }
  .txt-blue{
	  color:var(--blue-color)
  }
  .bg-blue{
	  background:var(--blue-color)
  }
  .hero-wrap {
	  position: relative;
	  min-height: 100vh; 
  }
  /* .hero-wrap::after {
	  content: "";
	  position: absolute;
	  background-image: url(../images/banner-bg-shap.png);
	  width: 100%;
	  min-height: 950px;
	  top: 0;
	  right: 2px;
	  z-index: 1;
	  background-size: contain;
	  background-position: right;
	  background-repeat: no-repeat;
  } */
  .hero-content {
	  max-width: 35vw;
	  padding-top: 210px;
  }
  
  .hero-content h6{
	  font-size: clamp(22px, 1.3vw, 30px);
  }
  .hero-content h1{
	  font-size: clamp(30px, 2.6vw, 50px);
  }
  
  /* full-sevice */
  /* full-sevice */
  .full-sevice {
	  background: url(../images/map.png);
	  background-repeat: no-repeat;
	  background-position: right bottom 70px;
	  background-size: 60%;
	  margin-top: 250px;
	  position: relative;
	  background-color: #0a0a46;
  }
  .full-sevice::after{
	  content: "";
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  min-height: calc(100vh - 400px);
	  background: #0a0a46;
	  z-index: -1;
  }
  .what-you-get{
	  padding-top: 380px;
  }
  .sevice-inner {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 25px; 
	  max-width: 530px;
  }
  .seviceItem {
	  border: 1px solid #efefef38;
	  padding: 40px;
	  min-height: 250px;
	  max-width: 250px;
	  display: flex;
	  align-items: start;
	  flex-direction: column;
	  justify-content: center;
	  min-width: 100%;
  }
  .seviceItem h3 {
	  background: transparent linear-gradient(0deg, #FFFFFF2B 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	  color: #FFFFFF;
	  background: linear-gradient(0deg, #FFFFFF2B 0%, #FFFFFF 100%);
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent;
	  margin-bottom: 15px;
	  font-size: 60px;
  }
  .seviceItem p
  {
	  color:#E7E7ED
  }
  
  .service-list ul li {
	  font-size: 26px;
	  position: relative;
	  padding-left: 46px;
	  color: white;
	  font-weight: 500;
  }
  .btnWrap.contact-us-content.text-left {
	  text-align: left;
  }
  .service-list ul li::after{
	  content: "";
	  position: absolute;
	  background: url('../images/tick.png');
	  width: 26px;
	  height: 26px;
	  background-size: contain;
	  left: 0;
	  top: 8px;
  }
  .service-list ul {
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 10px;
	  max-width: 800px;
	  margin: 60px 0 80px;
  }
  
  /* can-we-do-sectton */
  .can-we-do-sectton [class*="col-"]{
	  margin-bottom:25px;
  }
  .can-we-do-sectton .card {
	  border-radius: 14px;
	  background: white;
	  padding: 45px 35px;
	  min-height: 100%;
  }
  .can-we-do-sectton .card .card_img .shap
  {
	  width: 84px;
	  height: 72px;
	  position:relative;
	  z-index: 1;
  } 
  .card_img {
	  display: flex;
	  align-items: center;
	  margin-bottom: 35px;
  }
  .can-we-do-sectton .card .card_img .shap img {
	  max-width: 56px;
  }
  .can-we-do-sectton .card .bg-shap-rotate {
	  opacity: 0.5;
	  position: absolute;
	  left: 0;
	  z-index: -1;
	  transition: ease 0.3s;
  }
  .can-we-do-sectton .card:hover .bg-shap-rotate {
	  transform: rotate(45deg);
	  opacity:1;
  }
  
  
  .can-we-do-sectton .card .bg-shap-rotate {
	  opacity: 0.5;
	  position: absolute;
	  left: 0;
	  z-index: -1; 
  }
  
  
  /* technologies-tabs */
  .technologies-tabs .nav-pills .nav-link {
	  padding: 0;
	  color: white;
	  font-size: 22px;
	  line-height: 28px;
	  font-weight: 500;
  }
  .technologies-tabs .nav-pills {
	  border-bottom: 2px solid #ffffff26; 
	  padding-bottom: 32px;
  }
  .technologies-tabs .nav-pills .nav-link.active:after {
	  content: "";
	  width: 2px;
	  position: absolute;
	  height: 18px;
	  background: white;
	  bottom: -42px;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  
  }
  .technologies-tabs .nav-pills .nav-link.active:before {
	  content: ""; 
	  width: 14px;             
	  height: 14px;           
	  background: white;      
	  border-radius: 50%;     
	  position: absolute;
	  bottom: -62px;          
	  left: 0;
	  right: 0;
	  border: 4px solid red;
	  margin: 0 auto;
  }
  .technologies-tabs .nav-pills .nav-link.active {
	  position: relative; 
	  top: -22px;
	  background: no-repeat;
	  transition: ease 0.3s;
  }
  
  .technologies-tabs li.nav-item {
	  position: relative;
  }
  .grid-wrap {
	  display: grid;
	  grid-template-columns: repeat(5, 1fr);
	  gap: 25px;
	  margin-top: 90px;
  }
  .grid-item {
	  border-radius: 14px;
	  background: white;
	  box-shadow: 0px 0px 10px #C2C2C229;  
	  min-height: 177px; 
	  border: 1px solid #CFCFCF;
	  border-radius: 40px 0px;  
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  transition: ease 0.3s;
  }
  .grid-item:hover{
	  border-radius: 0px 40px; 
  }
  
  
  
  /* hire-technical */
  .hire-technical .head p {
	  max-width: 755px;
	  margin-left: auto;
	  margin-right: auto;
  }
  .hire-circal{
	  width: 90px;
	  height: 90px;
	  border-radius: 50%;
	  border: 2px solid white;
	  display: flex;
	  flex:  0 0 90px;
	  align-items: center;
	  justify-content: center;
	  margin-right: 90px;
	  background: var(--blue-color);
	  position: relative;
  }
  .hire-technical-item {
	  display: flex;
	  align-items: self-start;
	  margin-bottom: 80px;
	  max-width: 936px;
  }
  
  .hire-circal:after {
	  content: "";
	  position: absolute;
	  width: 2px;
	  height: calc(100% - -89px);
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  background: white;
	  bottom: -178px;
  }
  .hire-circal::before {
	  content: "";
	  position: absolute;
	  width: 12px;
	  background: white;
	  border: 2px solid var(--blue-color);
	  bottom: 0;
	  border-radius: 50px;
	  height: 12px;
	  bottom: -70%;
	  z-index: 1;
  }
  
  .after-none .hire-circal::before,
  .after-none .hire-circal::after{
	  display:none;
  }
  
  .stapBox {
	  max-width: 374px;
	  min-height: 599px;
	  background:var(--yellow-color);
	  border-radius: 20px;
	  padding: 20px;
	  margin-left: auto;
  }
  .stapBoxInner {
	  background: #fff;
	  border-radius: 20px;
	  height: 100%;
	  min-height: 599px;
	  display: flex;
	  align-items: center;
	  flex-direction: column;
	  justify-content: center;
  }
  
  .stapBoxInner .default-btn {
	  width: 220px;
  }
  
  .stapBoxInner {
	  display: none;
	  flex-direction: column;  
	  align-items: center;
	  justify-content: center;
	  transition: opacity 0.3s ease;
  }
  .stapBox.active-step-1,
  .stapBox.active-step-1 .stapBoxInner .default-btn{
	background: #FFD046;
  }
  
  .stapBox.active-step-2,
  .stapBox.active-step-2 .stapBoxInner .default-btn{
	background: #8DAA2D;
  }
  .stapBox.active-step-3,
  .stapBox.active-step-3 .stapBoxInner .default-btn{
	background: #2DAAA5;
  }
  .stapBox.active-step-4,
  .stapBox.active-step-4 .stapBoxInner .default-btn{
	background: #FF9D00;
  }
  
  
  .active-hire-item1 .hire-technical-content h5{color:  #FFD046 !important;}
  .active-hire-item1 .hire-circal {border: 2px solid #ffd046;}
  .active-hire-item1 .hire-circal svg path {fill: #FFD046; }
  
  .active-hire-item2 .hire-technical-content h5{color: #8DAA2D !important;}
  .active-hire-item2 .hire-circal {border: 2px solid #8DAA2D;}
  .active-hire-item2 .hire-circal svg g path {fill: #8DAA2D;}
  
  .active-hire-item3 .hire-technical-content h5{color: #2DAAA5 !important;}
  .active-hire-item3 .hire-circal {border: 2px solid #2DAAA5;}
  .active-hire-item3 .hire-circal svg g path {fill: #2DAAA5;}
  
  .active-hire-item4 .hire-technical-content h5{color: #FF9D00 !important;}
  .active-hire-item4 .hire-circal {border: 2px solid #FF9D00;}
  .active-hire-item4 .hire-circal svg path {fill: #FF9D00;}
  
  /* contact-us-wrap */
  .contact-us-wrap {
	  background: #0A0A46 url(../images/contact-us.png);
	  min-height: 549px;
	  background-size: contain;
	  background-position: center;
	  background-repeat: no-repeat;
	  display: flex;
	  align-items: center;
  }
  .contact-us-content .default-btn:hover span,
  .contact-us-content .default-btn span{
	  background: white;
	  
  }
  .contact-us-content .default-btn:hover{
	  color:black !important; 
  }
  .contact-us-content {
	  max-width: 1200px;
	  margin: 0 auto;
	  text-align: center;
  }
  
  
  /* frequently-asked-questions */
  .f88{
	  font-size:88px;
  }
  .frequently-head h4 span{
	 display: block;
  }
  .form-wrap {
	  background: white;
	  border-radius: 15px;
	  padding: 50px 45px;
	  position: relative;
	  max-width: 523px;
	  margin-left: auto;
  }
  .formBox{
	  position:relative
  }
  .formBox .form-group{
	  margin-bottom: 10px;
  }
  .formBox:after {
	  content: "";
	  position: absolute;
	  width: 5px;
	  height: 100%;
	  left: -38px;
	  top: 0;
	  background: #0A0A46;
	  border-radius: 10px;
  }
  .formBox h5{
	  margin-bottom:15px;
  }
  .formBox .form-control {
	  border-radius: 0;
	  border: 0;
	  border-bottom: 1px solid rgb(0 0 0 / 50%);
	  padding: 14px 0;
	  font-size: 17px;
  }
  .formBox .form-control:focus { 
	  border-color: #0A0A46;
	  outline: 0;
	  box-shadow: none;
  }
  .formBox .massage .form-control {
	  min-height: 115px;
  }
  .formBox .btnWrap {
	  text-align: right;
	  margin-top: 50px;
	  padding: 0;
  }
  .accordion-button:not(.collapsed)::after,
  .accordion-button:after{
	  display: none;
  }
  /* accordion */
  .accordion .accordion-item {
	  background: transparent;
	  border: none;
  }
   
  .accordion-button:not(.collapsed) {
	  background-color: transparent;
	  box-shadow: none;
  }
  .accordion-button:focus {
	  z-index: 3;
	  border-color: snow;
	  outline: 0;
	  box-shadow: none;
  }
  .accordion-body p {
	  color: #E7E7ED;
  }
  button.accordion-button.collapsed {
	  border-color: white;
  }
  .accordion-body {
	  border-left: 2px solid var(--yellow-color);
  }
  .accordion .accordion-item button {
	  background: transparent;
	  color: #E7E7ED;
	  border-left: 2px solid var(--yellow-color);
	  border-radius: 0;
	  padding-top: 0;
	  padding-bottom: 0;
	  margin-bottom: 25px;
  }
  .accordion-item{
	  margin-bottom: 35px;
  }
  .accordion-item:first-of-type .accordion-button {
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  
  }
  .subscribeBox .form-group .form-control {
	  min-height: 78px;
	  border-radius: 50px;
	  padding-left: 30px;
	  padding-right: 30px;
  }
   
  .subscribeBox-inner .default-btn {
	  position: absolute;
	  right: 6px;
	  top: 1px;
	  min-height: 66px;
	  max-width: 200px;
	  width: 100%;
  }
  .subscribeBox-inner {
	  position: relative;
	  margin-top: 32px;
	  max-width: 630px;
  }
  .txt-gry{
	  color:#E7E7ED
  }
  .subscribeBox-inner p
  {
	  color:#E7E7ED
  }
  .menu-list ul li a{
	  color:#000;
  }
  .menu-list ul {
	  display: flex;
	  justify-content: space-between;
	  list-style: disc;
	  color:#000;
	  max-width: 400px; 
	  font-size: 17px;
	  margin-left: auto;
	  margin-bottom:15px;
  }
  .menu-list p{
	  font-size:15px;
	  text-align:right;
	  color:black
  }
  
  .frequently-head .question_wrap img {
	  position: absolute;
	  left: -79px;
	  top: -32px;
  }
  .frequently-head.pb-100 {
	  display: flex;
	  position: relative;
	  padding-left: 183px;
  }
  
  /* what-you-get */
  .what-you-get-card {
	  background: var(--blue-color);
	  background: #0A0A46 0% 0% no-repeat padding-box;
	  box-shadow: 0px 40px 50px #060629;
	  border-radius: 4px;
	  padding: 50px 30px; 
	  text-align: center;
	  margin: 0 auto;
  }
  .icon-box {
	  width: 135px;
	  height: 126px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  margin: 0 auto 33px;
  }
  .bg-fisrt{
	  background: url('../images/maximize-icon.svg');
	  background-size: cover;
  }
  .bg-sec{
	  background: url('../images/win-your-market.svg');
	  background-size: cover;
  }
  .bg-third{
	  background: url('../images/save-your-mony.svg');
	  background-size: cover;
  }
  
  /* single-footer-widget */
  .frequently-asked-questions .custom-container {
	  position: relative;
	  z-index: 9;
  }
  .home-page-footer{
	  position: relative;
	  z-index: 1;
  }
  .home-page-footer::after {
	  content: "";
	  background: url(../images/footer-shap.png);
	  position: absolute;
	  width: 89%;
	  height: 973px;
	  bottom: 0;
	  background-size: cover;
	  right: 0;
	  z-index: -1;
  }
  
  .single-footer-widget .footer-social {
	  padding-left: 0;
	  margin-top: 20px;
	  margin-bottom: 0;
	  max-width:210px;
  }
  
  .single-footer-widget .footer-social li {
	  display: inline-block;
	  margin-right: 10px;
  }
  
  .single-footer-widget .footer-social li:last-child {
	  margin-right: 0;
  }
  
  .single-footer-widget .footer-social i {
	  color: #f7941d;
	  font-size: 20px;
	  width: 40px;
	  height: 40px;
	  line-height: 40px;
	  text-align: center;
	  border-radius: 50px;
	  display: inline-block;
	  border: 1px solid #ffffff;
	  background-color: #ffffff;
	  -webkit-transition: 0.4s;
	  transition: 0.4s;
  }
  
  .single-footer-widget .footer-social i:hover {
	  color: #ffffff;
	  border: 1px solid #f7941d;
	  background-color: #f7941d;
  }
  
  .banner-btn {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
    margin-top: 60px;
    max-width: 440px;
}
  .banner-btn .link_btn i { 
	  background: #00000038;
	  width: 44px;
	  height: 44px;
	  display: inline-flex;
	  font-size: 20px;
	  align-items: center;
	  justify-content: center;
	  border-radius: 50px;
  }
  
  
  .main-wrapper{
	  position: relative;
  }
  .right-shape-wrap {
	  position: absolute;
	  z-index: -1;
	  width: 100%;
	  min-height: 2170px;
  
	  background-image: url("../images/right-curvy-shape.png");
	  background-size: cover;
	  background-position: right center;
	  background-repeat: no-repeat;
	
  }
  
  .dedicated-resources{
	  position: absolute;
	  right: 0;
	  bottom: -130px;
	  max-width: 500px;
	  border: 1px dashed #FFFFFF;
	  border-radius: 10px;
  }
  .dedicated-resources h4{
	  font-size: 26px;
	  color: #E7E7ED;
	  padding: 23px 40px;
	  border-bottom: 1px dotted;
	  font-weight: 500;
  }
  .dedicated-resources p{
	  padding: 40px;
	  font-size: 17px;
	  color: #E7E7ED;
  }
  .pos-relative{
	  position: relative;
  }
  .min-vh-height{
	  min-height: 100vh;
  }
  .about-feedback h4{
	  font-size: 50px;
	  color: #E7E7ED;
  }
  .about-feedback h2 {
    font-size: 65px;
    color: #f7941d;
    line-height: normal;
}
  .about-feedback p{
	  margin: 70px 0;
  }
  .clients-feedback{
	  position: relative;
	  width: 100%;
	  height: 100%;
  }
  .client-message-bubble{
	  position: absolute;
  }
  .client-image{
	  width: 100px;
	  height: 100px;
  }
  .client-image.small{
	  width: 80px;
	  height: 80px;
  }
  .client-image img{
	  border-radius: 50%;
	  height: 100%;
	  width: 100%;
	  object-fit: cover;
	  border: 8px solid rgb(255 255 255 / 14%);
  }
  .client-message{
	  min-width: 26vw;
	  background: #fff;
	  border-radius: 8px;
	  padding: 20px 30px;
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: -180px;
	  z-index: 99;
	  display: none;
  }
  .client-message:before {
	  content: "";
	  position: absolute;
	  left: 40px;
	  top: -8px;
	  width: 15px;
	  height: 15px;
	  background: #fff;
	  transform: rotate(45deg);
  }
  .client-message-bubble:hover .client-message{
	  display: block;
  }
  .first-client{
	  left: 30%;
  }
  .second-client{
	  left: 12%;
	  top: 130px;
  }
  .third-client{
	  left: 50%;
	  top: 100px;
  }
  .fourth-client{
	  left: 0;
	  top: 250px;
  }
  .fifth-client{
	  left: 30%;
	  top: 250px;
  }
  .sixth-client{
	  left: 60%;
	  top: 250px;
  }
  .seven-client{
	  top: 400px;
	  left: 14%;
  }
  .eight-client{
	  top: 400px;
	  left: 45%;
  }
  .what-you-get{
	  position: relative;
  }
  .what-you-get::before{
	  content: "";
	  background: url("../images/keyboard-mouse-bg.png") no-repeat center;
	  background-size: contain;
	  width: 290px;
	  height: 540px;
	  position: absolute;
	  left: 0;
	  top: -120px;
	  z-index: -1;
  }
  .what-you-get-inner{
	  position: relative;
  }
  .what-you-get-inner::before{
	  content: "";
	  background: url("../images/what-get-bg.png") no-repeat center;
	  background-size: contain;
	  width: 640px;
	  height: 640px;
	  position: absolute;
	  left: 0;
	  top: -70px;
	  z-index: -2;
  }
  .what-you-get h4{
	  color: #0A0A46;
	  font-size: 85px;
	  max-width: 210px;
	  line-height: 83px;
	  margin-left: 15%;
  }
  
  .skilled-developer{
	  position: absolute;
	  right: 30px;
	  top: 220px;
	  max-width: 47vw;
  }
  .navbar-section.is-sticky .default-btn-two{
	  color: #0e4c87;
	  border-color: #0e4c87;
  }
  
  .inner-page-wrapper{
	  background: url('../images/inner-page-img.png') no-repeat center;
	  background-size: cover;
	  min-height: 930px;
  }
  .inner-page-wrapper .techvio-nav .navbar .navbar-nav .nav-item a{
	  color: rgb(255 255 255 / 60%);
  }
  .inner-page-wrapper .techvio-nav .navbar .navbar-nav{
	  padding-right: 0;
  }
  .lottie-animation-wrapper{
	  position: absolute;
	  left: 15%;
	  top: 250px;
  }
  .lottie-animation-wrapper dotlottie-player{
	  border-radius: 50%;
	  overflow: hidden;
	  border: 4px solid #0d1251;
	  width: 16vw;
	  height: 16vw;
  }
  .inner-pages-lottie {
	  position: absolute;
	  left: 7.5%;
	  top: 160px;
  }
  .inner-pages-lottie dotlottie-player{
    width: 30vw;
    height: 30vw;
  }
  .inner-banner-content{
	  max-width: 880px;
	  padding-top: 290px;
	  margin-left: auto;
  }
  .inner-banner-para{
	  color: #fff;
	  font-size: 26px;
  }
  .inner-banner-content .banner-btn{
	  margin-top: 60px;
	  justify-content: start;
  }
  .inner-banner-content .banner-btn .default-btn{
	  margin-left: 60px;
	  background: transparent;
	  border: 1px solid #fff;
	  color: #fff;
  }
  .inner-banner-content .banner-btn .default-btn:hover span{
	  background: #f7941d;
  }
  .inner-banner-content .banner-btn .link_btn{
	  color: #fff;
  }
  .inner-banner-content .banner-btn .link_btn i{
	  background: #fff;
	  color: #ababab;
  }
  
  .creative-work{
	  position: relative;
	  z-index: 9;
  }
  .creative-work::before{
	  content: "";
	  position: absolute;
	  right: 0;
	  top: -80px;
	  background: url("../images/creative-work-right-img.png") no-repeat right center;
	  width: 527px;
	  height: 1260px;
	  z-index: -1;
  }
  .creative-work .head-area{
	  margin-bottom: 140px;
  }
  
  .logos-grid{
	  display: grid;
	  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	  gap: 15px;
  }
  .logo-card{
	  background: #0A0A46;
	  box-shadow: 0px 40px 50px #060629;
	  border-radius: 4px;
	  opacity: 1;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  min-height: 200px;
  }
  .content-box h2{
	  max-width: 300px;
  }
  
  .website-development{
	  margin-top: 230px;
  }
  .website-grid{
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  gap: 15px;
	  padding-right: 8vw;
  }
  
  .mobile-app-development{
	  margin-top: 150px;
  }
  .inner-page-footer{
	  position: relative;
	  z-index: 9;
	  padding-top: 200px;
  }
  .inner-page-footer::after{
	  content: "";
	  background-image: url('../images/inner-footer-bg.png');
	  background-repeat: no-repeat;
	  background-position: right center;
	  position: absolute;
	  right: 0;
	  bottom: 0;
	  height: 390px;
	  width: 100%;
	  background-size: contain;
	  z-index: -1;
  }
  
  .pricing-plan-card{
	  background: #0A0A46;
	  box-shadow: 0px 40px 50px #060629;
	  border-radius: 4px;
	  padding: 2.4vw 2.8vw 80px 2.8vw;
	  text-align: center;
	  display: flex;
	  flex-direction: column;
	  min-height: 100%;
  }
  .pricing-plan-card .title{
	  border-radius: 20px;
	  font-size: 22px;
	  color: #0A0A46;
	  font-weight: bold;
	  padding: 12px;
  }
  .software-engineer .title{
	  background: #CEF3F1;
  }
  .graphic-designer .title{
	  background: #FFEFBA;
  }
  .sqa-engineer .title{
	  background: #E3D8C5;
  }
  .team-leader .title{
	  background: #F2C2C2;
  }
  .pricing-plan-card .hour-price{
	  font-size: 26px;
	  color: #FFFFFF;
	  margin: 60px 0 35px 0;
  }
  .pricing-plan-card ul{
	  flex: 1;
	  margin-bottom: 80px;
  }
  .pricing-plan-card ul li{
	  font-size: 17px;
	  color: #FFFFFF;
	  margin-bottom: 20px;
  }
  .hire-resource{
	  background: #fff;
	  color: #0A0A46;
	  font-size: 18px;
	  font-weight: bold;
	  border-radius: 50px;
	  min-width: 185px;
	  margin: 0 auto;
	  padding: 10px;
	  border: 1px solid #fff;
	  transition: all 0.3s;
  }
  .hire-resource:hover{
	  background: #f7941d;
  }
  .pricing-plan-tabs .nav-link{
	  color: #fff;
	  font-size: 26px;
	  border-bottom: 2px solid #fff;
	  border-radius: 0;
	  padding-left: 0;
	  padding-right: 0;
  }
  .pricing-plan-tabs .nav-link.active{
	  background: transparent;
	  color: #A50808;
	  border-color: #A50808;
  }
  .pricing-plan-tabs .nav{
	  margin-bottom: 90px;
  }
  .pricing-plan-tabs .nav .nav-item+.nav-item{
	  margin-left: 55px;
  }
  
  .technologies-logos{
	  margin-bottom: 120px;
  }
  .four-box-grid{
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 20px;
	  max-width: 1120px;
	  margin: 70px auto 0 auto;
  }
  .para-content-box{
	  min-height: 220px;
	  align-content: center;
	  background: #0A0A46;
	  box-shadow: 0px 40px 50px #060629;
	  border-radius: 4px;
	  padding: 30px;
  }
  .para-content-box p{
	  color: #E7E7ED;
	  font-size: 27px;
	  margin: 0;
	  text-align: center;
	  line-height: 30px;
  }
  .f27{
	  font-size: 27px;
  }
  
  .key-points{
	  display: grid;
	  grid-template-columns: repeat(2, 1fr);
	  gap: 60px 20px;
	  margin-top: 100px;
  }
  .expert-developer-technologies{
	  max-width: 1150px;
	  margin: 100px auto 0 auto;
  }
  .have-expert-developer > h2{
	  margin-bottom: 40px;
  }
  .developer-technologie{
	  text-align: center;
  }
  .developer-technologie h6{
	  color: #FFFFFF;
	  font-size: 21px;
	  margin-top: 20px;
  }
  .key-point-box{
	  display: flex;
	  align-items: center;
  }
  .point-box {
	  border-radius: 14px;
	  color: #fff;
	  text-align: center;
	  flex: 0 0 35%;
	  padding: 20px 50px 20px 20px;
	  min-height: 315px;
	  align-content: center;
  }
  .red-bg{
	  background: #A50808;
  }
  .yellow-bg{
	  background: #FFD046;
  }
  .point-box h2{
	  font-size: 76px;
	  margin-bottom: 20px;
  }
  .point-box p{
	  font-size: 20px;
  }
  .key-point-box .content_box{
	  background: #0D0D60;
	  box-shadow: 0px 10px 50px rgb(0 0 0 / 16%);
	  border-radius: 14px;
	  color: #fff;
	  text-align: center;
	  flex: 0 0 70%;
	  align-content: center;
	  padding: 50px;
	  margin-left: -5%;
	  position: relative;
	  z-index: 9;
	  min-height: 90%;
  }
  .key-point-box .content_box p:not(:last-of-type){
	  margin-bottom: 25px;
  }
  .key-point-box.reverse-view{
	  flex-direction: row-reverse;
  }
  .key-point-box.reverse-view .content_box{
	  margin-left: 0;
	  margin-right: -5%;
  }
  .key-point-box.reverse-view .point-box{
	  padding: 20px 20px 20px 50px;
  }
  .ml-40{
	  margin-left: 40px;
  }
  
  /*Digital marketing start*/
  .tackle-marketing-sec .img-wrap{text-align: right;}
  .why-need-digital-marketing{padding-top: 400px;position: relative;padding-bottom: 190px;}
  .why-need-digital-marketing .head_area{margin-bottom: 50px;}
  .why-need-digital-marketing::before{content: "";background: url('../images/need-digital-marketing.png') no-repeat center;width: 525px;height: 470px;position: absolute;left: 0;top: 184px;}
  .digital-marketing-point-box{min-height: 140px;border: 1px solid #FFFFFF;align-content: center;padding: 25px;margin-top: 40px;}
  .digital-marketing-point-box p{color: #fff;font-size: 26px;position: relative;padding-left: 40px;line-height: normal;}
  .digital-marketing-point-box p::before{content: "";position: absolute;left: 0;top: 8px;background: url('../images/check-square.svg') no-repeat center;width: 30px;height: 30px;}
  .digital-marketing-point-box.list{border: none;min-height: auto;padding: 0;}
  .digital-marketing-point-box.list p::before{background: url('../images/white-check.png') no-repeat center;width: 27px;height: 21px;}
  .content-wrapper.max-width{max-width: 800px;}
  .dedicated-digital-marketer .generic_head_area{margin-bottom: 120px;}
  .generic_head_area h3{font-size: 40px;}
  .generic_head_area h2{font-size: 88px;color: #FDC607;}
  .dedicated-employee-point{border-left: 2px solid #FDC607;padding-left: 20px;margin-bottom: 35px;}
  .dedicated-employee-point h4{margin-bottom: 20px;}
  .marketing-services-card{background: #0A0A46;box-shadow: 0px 30px 50px rgb(0 0 0 / 44%);padding: 60px 40px;text-align: center;display: flex;flex-direction: column;gap: 24px;min-height: 470px;}
  .digital-marketeting-services .head_area h2{max-width: 900px;margin: 0 auto 30px auto;}

  @media (max-width:991px){
  	.tackle-marketing-sec .img-wrap.text-right{text-align: center;margin-top: 50px;}
	  .digital-marketing-point-box p {font-size: 22px;}
	  .digital-marketing-point-box {min-height: 100px;padding: 20px;margin-top: 20px;}
	  .why-need-digital-marketing {padding-top: 120px;padding-bottom: 100px;}
	  .why-need-digital-marketing::before{display: none;}
	  .generic_head_area h2 {font-size: 60px;}
	  .dedicated-digital-marketer .generic_head_area {margin-bottom: 60px;}
	  .digital-marketeting-services .head_area h2 {margin: 0 auto 40px auto;}
	  .marketing-services-card {padding: 40px 30px;;min-height: 420px;margin-bottom: 30px;}
	}

	@media (max-width:480px){
		.digital-marketing-point-box p::before {top: 4px;width: 28px;height: 28px;background-size: contain;}
		.digital-marketing-point-box p {font-size: 20px;}
		.generic_head_area h2 {font-size: 40px;}
		.marketing-services-card {padding: 30px 20px;min-height: 400px;}
	}
	.grid-item h3 {
		margin-left: 10px;
	}

  /*Digital marketing end*/

  /*Game development start*/
.feature-app-sec .feature-content-wrapper{max-width: 60vw;margin: 0 auto;text-align: center;}
.feature-app-inner{display: flex; justify-content: space-between;margin-bottom: 65px;}
.feature-app-circle{width: min(13vw, 180px);height: min(13vw, 180px);background: #21215B;box-shadow: 0px 30px 60px rgb(0 0 0 / 16%);align-content: center;text-align: center;border-radius: 50%;padding: 15px;}
.feature-app-grid{position: relative;top: -150px;}
.feature-app-grid .feature-app-circle:nth-child(2), .feature-app-grid .feature-app-circle:nth-child(4){margin-top: 220px;}
.feature-app-grid .feature-app-circle:nth-child(3){margin-top: 300px;}
.benefits-choosing-services .marketing-services-card{padding: 30px 20px;min-height: auto;margin-bottom: 25px;min-height: 170px;}

.project-owl-carousel .owl-item img{width: auto;margin: 0 auto;}
.project-owl-carousel .owl-dots .owl-dot span {width: 8px;height: 8px;margin: 5px 3px;}
.project-owl-carousel .owl-dots .owl-dot.active span{width: 30px;background: #f7941d;}
.mobile-game-sec .img-wrap{background: transparent radial-gradient(closest-side at 50% 50%, #FFFFFF 0%, #FFFFFF 65%, #EAEAEA 100%);border: 1px solid #707070;border-radius: 130px 0px;padding: 120px 80px;}
.mobile-game-content{background: #0A0A46;box-shadow: 0px 40px 50px #060629;border-radius: 4px;margin-left: -70px;padding: 70px 0;position: relative;}
.mobile-game-content::before{content: "";position: absolute;left: 22px;top: 50%;transform: translateY(-50%);width: 8px;height: 80%;background: #f7941d;border-radius: 50px;}
.mobile-game-content .content-wrapper{max-width: 630px;margin: 0 auto;}
.desktop-game-sec{padding-top: 100px;}
.grid-item img{
	max-width:64px;
}

@media (max-width:1280px){
	.mobile-game-content{margin-left: 0;padding: 30px 30px;}
	.mobile-game-content::before {left: 10px;width: 6px;}
	.digital-marketing-point-box p{font-size: 20px;}
	.mobile-game-sec .img-wrap {padding: 80px 40px;}
}
@media (max-width:991px){
	.feature-app-sec .feature-content-wrapper {max-width: 100%;}
	.feature-app-grid{top: 0;padding-bottom: 50px;}
	.feature-app-grid .feature-app-circle:nth-child(2), .feature-app-grid .feature-app-circle:nth-child(4), .feature-app-grid .feature-app-circle:nth-child(3){margin-top: 0;}
	.feature-app-inner {margin-top: 50px;}
	.feature-app-circle {width: min(17vw, 180px);height: min(17vw, 180px);}
	.mb-md-40{margin-bottom: 40px;}
	.benefits-choosing-services .content-wrapper{text-align: center;margin-bottom: 50px;}
	.benefits-choosing-services [class*="col-"]{margin-bottom: 30px;}
	.benefits-choosing-services .marketing-services-card{min-height: 100%;margin-bottom: 0;}
	 .inner-banner-content { 
        max-width: 100%;
        padding-bottom: 60px;
        text-align: center;
    }
	.inner-banner-content .banner-btn {
        flex-direction: row;
        justify-content: center;
    }
}
@media (max-width:767px){
	    .feature-app-circle img {
        max-width: 53px  !important;
    }
	/* .feature-app-inner {flex-direction: column;align-items: center;gap: 30px;} */
	.feature-app-inner {
        flex-direction: column;
        align-items: center;
        gap: 30px; 
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
	    .feature-app-circle {
        width: 110px;
        height: 110px;
    }
	.feature-app-circle img {
		max-width: 61px;
	}
	.feature-app-sec{padding-top: 50px;}
	.mobile-game-content {padding: 30px 20px;}
	.mobile-game-content::before{display: none;}
	.desktop-game-sec {padding-top: 0;}
	.desktop-game-sec .img-wrap{margin: 50px 0;}
}	
/*Game development end*/
  
  @media (max-width:1480px){
	.inner-pages-lottie {left: 3%;}
	.inner-pages-lottie dotlottie-player {width: 25vw;height: 25vw;}
  }
  @media (max-width:1280px){
	.inner-pages-lottie {display: none;}
  }
  @media (max-width:1199px){
	.point-box {border-radius: 14px;padding: 20px 40px 20px 15px;min-height: 270px;}
	.point-box h2 {font-size: 55px;margin-bottom: 20px;}
	.point-box p {font-size: 16px;}
	.key-point-box .content_box {padding: 30px;}
	p{font-size: 16px;}
  }

  @media (max-width:991px){
	.f27 {font-size: 20px;}
	.para-content-box {min-height: 170px;padding: 20px;}
	.para-content-box p {font-size: 20px;line-height: 24px;}
	
	
  }
  @media (max-width:767px){
	.four-box-grid {grid-template-columns: repeat(1, 1fr);margin: 30px auto 0 auto;}
	.key-points {display: block;margin-top: 50px;}
	.key-point-box {flex-direction: column;margin-bottom: 30px;}
	.key-point-box.reverse-view {flex-direction: column;}
	.point-box {min-height: 170px;padding: 20px;width: 100%;}
	.key-point-box .content_box{margin-left: 0;}
	.key-point-box .content_box p{font-size: 16px;}
	.developer-technologie h6 {font-size: 18px;margin-top: 15px;}
	.expert-developer-technologies{row-gap: 40px !important;margin: 50px auto 0 auto;}
	.developer-technologie {flex: 0 0 45%;}
	
  }



  @media only screen and (max-width: 991px) {
	   
   
	  .pt-100 {
		  padding-top: 60px;
	  }
	  .pb-70 {
		  padding-bottom: 50px;
	  }
	  .ptb-100 {
		  padding-top: 50px;
		  padding-bottom: 60px;
	  }
	  .footer-logo img{
		  width: 80px;
	  }
	  .more-services {
		  margin-bottom: 0;
	  }
	  .contact-detail .head-area h6,.contact-detail .head-area p, .contact-detail .info-contact span, .support_step li span{
		  font-size: 16px;
	  }
	  .support_step li{
		  padding-left: 20px;
	  }
	  .contact-detail .head-area h2 {
		  font-size: 35px;
	  }
	  .default-btn-one, .default-btn-two{
		  padding-left: 25px;
		  padding-right: 25px;
		  font-size: 14px;
		  border: 1px solid #fff;
	  }
	  p{
		  line-height: 1.5;
		  font-size: 14px;
	  }
	  .logo .black-logo{
		  width: 60px;
	  }
	  .navbar-section {
		  padding-top: 10px;
		  padding-bottom: 10px;
	  }
  
	  .navbar-section.is-sticky {
		  padding-top: 10px;
		  padding-bottom: 10px;
		  border-bottom: none;
		  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	  }
  
	  .navbar-section.is-sticky .logo .white-logo {
		  display: none;
	  }
  
	  .navbar-section.is-sticky .logo .black-logo {
		  display: block;
	  }
  
	  .techvio-responsive-nav {
		  display: block;
	  }
  
	  .techvio-responsive-nav .techvio-responsive-menu {
		  position: relative;
	  }
  
	  .techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul {
		  font-size: 15px;
	  }
  
	  .techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a {
		  color: #101834;
		  font-size: 16px;
		  font-weight: 500;
	  }
  
	  .techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li a.active {
		  color:  var(--yellow-color);
	  }
  
	  .techvio-responsive-nav .techvio-responsive-menu.mean-container .mean-nav ul li li a {
		  font-size: 15px;
	  }
  
	  .techvio-responsive-nav .techvio-responsive-menu.mean-container .navbar-nav {
		  -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
		  box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
	  }
  
	  .techvio-responsive-nav .techvio-responsive-menu.mean-container .others-options {
		  display: none;
	  }
  
	  .techvio-responsive-nav .mean-container a.meanmenu-reveal {
		  color: #404040;
	  }
  
	  .techvio-responsive-nav .mean-container a.meanmenu-reveal span {
		  background-color:#0a0a46;
	  }
  
	  .techvio-responsive-nav .logo {
		  position: relative;
		  width: 50px;
		  z-index: 999;
	  }
  
	  .techvio-responsive-nav .logo .white-logo {
		  display: block;
		  width: 70px;
	  }
  
	  .techvio-responsive-nav .logo .black-logo {
		  display: none;
	  }
  
	  .techvio-nav {
		  display: none;
	  }
  }
  
  
  
  
  /* my_css */
.accordion button.accordion-button.collapsed {
    border-left: 2px solid white;
}


.our-skills .card {
    background: var(--blue-color);
    border-radius: 0;
    border: none;
    box-shadow: 0 40px 50px #060629;
	min-height:190px;
	z-index:89;
}
.excellence-content{
	max-width: 323px;
}
.excellence-content h5{
	margin-bottom:10px
}
.navbar-section.is-sticky a.nav-link {
    color:var(--blue-color) ! IMPORTANT;
}
.our-values {
    background: var(--blue-color) url(../images/our-values.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right;
}
.our-values-tabs .nav-pills .nav-link.active {
    background: #A50808;
    color: white;
}
.our-values-tabs .nav-pills .nav-link {
    width: 277px;
    height: 70px;
    background: white;
    border-radius: 4px;
    box-shadow: 0 30px 20px #00000036;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 45px;
    color: var(--blue-color);
	cursor: pointer;
	position: relative;
}
.excellence-card {
    background: #A50808;
    max-width: 348px;
    min-height: 421px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    text-align: center;
    padding: 20px;
    flex-direction: column;
}
.why-offshore-content {
    max-width: 557px;
    text-align: center;
    margin: 0 auto;
}
.our-values-tabs .nav-pills .nav-link:after {
    content: "";
    position: absolute;
    height: 45px;
    width: 2px;
    background: white;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.our-values-tabs .nav-pills .nav-link::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background: white;
    bottom: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(60% + 45px);
}
.our-values-tabs .nav-pills .nav-link:last-child:after,
.our-values-tabs .nav-pills .nav-link:last-child:before{
	display: none;
}
/* perks-of-hiring-card */
.perks-of-hiring-card h5{
	margin-bottom: 10px;
}
.perks-of-hiring-card{
	border-radius: 14px;
	background-color: #0D0D60;
	padding: 30px;
	min-height: 168px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center; 
	flex-direction: column;
	min-height: 190px;
}

/* let-discuss-project-box */ 
.f40{
	font-size: 40px;
}
.let-discuss-project-box {
    max-width: 1469px;
    background: white;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 214px;
    border-radius: 0px 100px 0px 100px;
	position: relative;
	padding: 40px;
}
.let-discuss-project-box .f40{
	 color:var(--blue);
	 font-weight: bold;
} 
.let-discuss-project-content{
	text-align: center;
}
.let-discuss-project-box::after {
    content: "";
    position: absolute;
    max-width: calc(1478px + 106px);
    margin: 0 auto;
    border: 1px solid white;
    background: transparent;
    top: 0;
    min-height: 218px;
    height: 100%;
    top: -21px;
    left: -16px;
    right: -16px;
    border-radius: 0px 100px 0px 100px;
}
/* contact-us-form */
.contact-us-form{
	position: relative;
}
.contact-us-form::after {
    content: "";
    position: absolute;
    left: -35px;
    width: 5px;
    height: 100%;
    background: white;
    top: 0;
}
.custom-form .form-control{
     border:1px solid #6868A5;
	 border-radius: 6px!important;
	 min-height: 80px;
	 font-size: 17px;
	 padding: 20px;
	 background: transparent;
	 color: white;
}
.custom-form .form-group{
	margin-bottom: 20px;
}
.custom-form .form-group textarea{
    min-height: 330px;
}
.form-control:focus { 
    box-shadow: none !important;
}
.custom_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/select-done.png) !important;
    background-repeat: no-repeat !important;
    background-size: 17px 17px !important;
    background-position-x: calc(100% - 10px) !important;
    background-position-y: center !important;
    background-size: auto !important;
}
.banner-btn-contact{
	display: unset;
}
.custom-form .form-control::placeholder {
	color: #707070;
	opacity: 1; /* Firefox */
  }
  
  .custom-form .form-control::-ms-input-placeholder { /* Edge 12 -18 */
	color: #707070;
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}  



/* faqs */
.faqs-innr .accordion-item .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;  
    min-height: 72px; 
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: var(--blue-color);
}
.faqs-innr .accordion-item .accordion-button.collapsed { 
    border: 1px solid #6868A5; 
	background: var(--blue-color);
}
.faqs-innr .accordion-item .accordion-button { 
    border-left: 7px solid var(--yellow-color);
	background: #A50808; 
}
/* .faqs-innr button.accordion-button.collapsed {
	border: 1px solid #6868A5;
} */
.faqs-innr button.accordion-button.collapsed {
    border-left: 1px solid white;
}
.faqs-innr .accordion-button.collapsed .icon-pluse {
    transform: rotate(0deg);
	transition: .3s ease;
}
.faqs-innr .accordion-button .icon-pluse {
    transform:rotate(133deg);
	transition: .3s ease;
} 
.faqs-innr .accordion-body {
    border-left: 7px solid var(--yellow-color);
    background: #A50808;
}

/* Mobile app development */

/* OurExpertise  */
.f21{
  font-size:21px
}
.f25{
	font-size: 25px;
}
.text_yellow{
	color:var(--yellow-color);
}
.Expertise-card {
    text-align: center;
    margin-bottom: 30px;
}
.follow-item {
    border-radius: 14px;
    background: white;
    box-shadow: 0px 0px 10px #C2C2C229;
    min-height: 138px;
    border: 1px solid #CFCFCF;
    border-radius: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
    transition: ease 0.3s;
	max-width: 271px;
	margin-bottom: 20px;
}
.follow-item h4{
	color:black; 
}
.follow-item p{
	color: #707070;
	font-size:19px;
}

.benefits_choosing h2 {
    max-width: 475px;
}

/* benefits_choosing_Card */
.benefits_choosing_Card {
    background: var(--blue-color);
    box-shadow: 0 40px 50px #060629;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    text-align: center;
	margin-bottom: 25px;
}
.benefits_choosing_Card h5{
	max-width: 200px;
}
.benefits_choosing_Card img{
	margin-bottom: 25px;
}
.mobile_app_card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 186px;
    background: white;
    width: 100%;
    border-radius: 14px;
    padding: 25px;
	margin-bottom: 25px;
}

/* custom_list */
.custom_list ul {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}
.custom_list ul li {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    padding-left: 25px;
    color: white;
    margin-bottom: 15px;
	max-width: 350px;
}
.custom_list ul li::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: white;
    border-radius: 50px;
    left: 0;
    top: 9px;
}
.benefits_of_cms_content {
    max-width: 493px;
	margin-bottom: 30px;
}
.benefits_of_cms_content h4{
   margin-bottom:30px  
}
.benefits_of_cms_card{
  border: 2px solid #FFFFFF;
  padding: 30px;	
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
}
.cms-content h4{
	margin-bottom:15px;
}
.benefits_of_cms_card {
    border: 2px solid #FFFFFF;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 290px;
    margin-bottom: 30px;
	position: relative;
	z-index: 9;
}
.cms-icon {
    position: absolute;
    top: -22px;
    left: 20px;
    background: #0a0a46;
    padding: 0 30px;
    z-index: 99;
}

.CMS_Development_icon{
    position: relative;
    max-width: 177px;
    min-height: 130px;
}
.CMS_Development_card p{
	max-width:177px;
	text-align:center;
}
.CMS_Development_icon img{
	position: absolute;
}
.CMS_Development_icon {
    position: relative;
    max-width: 177px;
    min-height: 130px;
    margin: 0 auto;
}
.CMS_Development_icon img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.CMS_Development_card p {
    max-width: 100%;
    text-align: center;
}

/* .our_achievements_box */
.our_achievements_box{
	text-align: center;
	color: white;
}
.our_achievements_box h4{ 
	font-weight: bold;
	margin-bottom: 10px;
}
.our_achievements_box h5{
	font-size: 28px;
	font-weight: bold;
}
.our_achievements_box p{
	font-size: 22px;
}
.main_wrap_box{
	display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
}
.box_inner
{
	min-height:220px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.bg_red {
    background: #A50808;
    box-shadow: 0 40px 50px #000000;
}
.bg_yellow{
	background:#FFD046;
	box-shadow: 0 40px 50px #000000
}
.f36{
	font-size:36px; 
}
.mobile_app_card{
	position: relative;
	z-index: 9;
}
.Sets_Us_Apart .follow-item p {
    line-height: normal;
    text-align: center;
    max-width: 237px;
    padding: 0 10px;
	color: white;
}
.Sets_Us_Apart .follow-item {
    border: 1px solid white;
    background: transparent;
}
.our_credibility_card{
	min-height: 212px;
	width: 300px;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
	border:1px solid #E7E7ED;
	border-radius: 2px;
	padding:20px;
	margin: 0 30px 30px 0px;
}
.our_credibility_card:last-child{
	margin-right: 0;
}
.our_credibility {
    display: flex;
    justify-content: center;
    max-width: 1070px;
    justify-content: space-between;
    margin: 0 auto 60px;
    flex-wrap: wrap;
}
.Sets_Us_Apart .default-btn-two {
    width: 290px;
	margin-right: 0;
}


.ai_mi_card {
    border: 1px solid white;
    border-radius: 14px;
    padding: 24px; 
}
.ai_mi_bg{
	background: url(../images/map.png);
    background-repeat: no-repeat;
    background-position: right bottom 70px;
    background-size: 60%; 
    position: relative;
    background-color: #0a0a46;
}
.our_ai_development .custom-container{
	position: relative;
	z-index: 9;
}
.industries_serve_icon {
    max-width: 161px;
    height: 161px;
    background: #21215B;
    border-radius: 50%;
    display: flex;
	flex: 0 0 161px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 30px 60px #21215b00;
    margin: 20px auto
}
.industries_serve_box{
	max-width: 200px;
	flex: 0 0 200px;
} 
.industries_serve {
    display: flex;
	flex-wrap:wrap;
    justify-content: center;
    align-items: center;
}
.creative-box-inner {
    text-align: center;
    padding: 55px;
    color: white;
	box-shadow: 0 40px 50px #060629;
	min-height:470px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 25px;
}
.creative-box-inner p{
	max-width: 450px;
	margin: 0 auto;
}
.mobile_app_card { 
    text-align: center;
}

.Customer_Gains .benefits_choosing_Card {
    background: var(--blue-color);
    box-shadow: inset 0px 3px 4px rgb(0 0 0 / 16%); 
    border: 1px solid #33336A;
}
.Customer_Gains .benefits_choosing_Card h5{
	font-weight: normal;
}
.work-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(199px, 1fr)); 
    /* padding: 20px; */
}

.work-iteme {
    background: #0A0A46 !important;
    border: 2px solid #ddd;
    text-align: center;
    padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 161px; 
	border: 1px solid #6868A5;
	border-radius: 14px;
	background: none;
	color: white;
	
	position: relative;
}
.work-iteme h5 span{
	display: block;
}
.work-iteme h5{
	display:block;
	font-weight: normal;
}
.work-iteme:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #0a0a46;
    right: -11px;
    transform: rotate(45deg);
    border: 1px solid #6868A5;
    border-left: 0;
    border-bottom: 0;
    z-index: 1;
}
.how_we_work.full-sevice {
    background-position: center;
    background-size: 50%;
}

.staff_Augmentation .custom_list ul li::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    background: #0a0a46  url(../images/desktop-development/checkBox.png);
    border-radius: inherit;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%) !important;
}
.staff_Augmentation .custom_list ul li
{
	padding-left: 46px;
	margin-bottom: 30px;
	display: flex;
		align-items: center;
}

.custom_modal_box {
    background: #0a0a46 url(../images/hire-us/hire-us.png);
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: 9999;
}
.custom_modal_box::after{
	position: absolute;
	content: "";
	background: #0a0a462b;
	top: 0;
	width: 100%;
	height: 100%;
}
.custom_modal_box .shap-top {
    background: url(../images/hire-us/Hire-us-shap.png);
    position: absolute;
    top: 0;
    right: 0;
    width: 700px;
    height: 511px;
    background-size: cover;
}
.custom_modal_box .shap-top button.btn-close {
    position: fixed;
    right: 40px;
    top: 40px;
    opacity: 1;
    color: white;
    font-size: 30px;
    background: no-repeat;
    padding: 0;
	z-index: 99992;
}
.custom_modal_box .modal-content { 
    z-index: 99999;
}
.custom_modal_box .form-wrap {
    background: white;
    border-radius: 15px;
    padding: 20px 27px; 
}
.custom_modal_box .form-control.custom_select{
	background-image: url(../images/select-grey.png) !important;
}
.custom_modal_box .formBox .form-control { 
    border-bottom: 1px solid rgb(0 0 0 / 15%); 
}
.modal-dialog-centered { 
    flex-direction: column;
}
.custom_modal_box h4
{
	position: relative;
    z-index: 999;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 25px; 
}
@media (max-width: 1200px) {
	.CMS_Web .img-wrap.text-end {
		text-align: center ! IMPORTANT;
	}
	.our_credibility { 
		justify-content: center; 
	}
}
@media (max-width: 991px) {
	
.excellence-content { 
    margin-left: 0;
    margin-top: 22px;
}
.our-values-tabs .nav-pills .nav-link {
    width: 100%;
}
.excellence-card { 
    max-width: 100%;
}
.custom-form .form-control { 
    min-height: 60px;
    font-size: 17px;
    padding: 15px; 
}
.custom-form .form-group {
    margin-bottom: 0px;
}
.banner-btn.banner-btn-contact p.mt-5,
ul.d-flex.ms-5.mt-5 {
    margin-top: 21px !important;
}
.Why_to_Engage .f88 {
	font-size: 40px;
	line-height: normal;
}
.creative-box-inner {
    text-align: center;
    padding: 40px;
    color: white;
}
.work-box { 
    grid-template-columns: repeat(auto-fit, minmax(138px, 1fr)); 
}
.custom_modal_box .shap-top button.btn-close { 
    right: 15px;
    top: 15px;
}
.custom_modal_box .form-wrap { 
    margin-top: 0;
}
.custom_modal_box .form-wrap { 
	text-align: center;
}
.custom_modal_box  .formBox h5 {
    margin-bottom: 5px;
}
.grid-item img {
        max-width: 37px  !important;
    }
	.grid-item h3 { 
    font-size: 18px;
}
}

@media (max-width: 768px) { 
.follow-item { 
    max-width: 100%;
    margin-bottom: 20px;
}
.custom_list ul { 
    grid-template-columns: 100%;
    width: 100%;
}
.custom_list ul li {
    font-size: 18px;
}
.benefits_of_cms_card { 
    min-height: 250px;
}
.our_credibility_card{
	margin-right: 0;
	width: 100%;
}
/* .can-we-do-sectton [class*="col-"] {
    margin-bottom: 0;
} */
     
}
@media (max-width: 480px) { 
	.contact-us .btn-wrap .default-btn {
		display: flex;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	 
	.work-iteme:after { 
		transform: rotate(130deg); 
		border-left: 0;
		border-bottom: 0; 
		bottom: -10px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.feature-app-inner { 
        grid-template-columns: repeat(2, 1fr);
    }
}


.what-you-get-inner .what-you-get-card { 
    min-height: 471px;
}
.inner-banner-content .banner-btn { 
    width: 100%;
    max-width: 100%;
}

.inner-banner-content .banner-btn .link_btn { 
    display: flex;
    align-items: center;
}
.other-option .default-btn,
.banner-btn a.default-btn{
	-webkit-animation: pulse-effect 1s infinite;
    animation: pulse-effect 1s infinite;
}

@-webkit-keyframes pulse-effect {
	0% {
        -webkit-box-shadow: 0 0 0 0 rgba(18, 110, 155, .6);
        box-shadow: 0 0 0 0 rgba(18, 110, 155, .6) 
   }
    100% {
        -webkit-box-shadow: 0 0 0 8px rgba(18, 110, 155, .2);
        box-shadow: 0 0 0 8px rgba(18, 110, 155, .2) 
   }
}


.navbar-nav > li > a[href="pricing.html"] {
    display: none;
}
li.nav-item.mean-last {
    display: none;
}

.card_hover1:hover{
	background:#A20707;
	color: white;
	cursor: pointer;
}
.card_hover2:hover{
	background:#FFD046; 
	cursor: pointer;
}
.card_hover2:hover h5,
.card_hover2:hover p{
	color: black !important;
}
.card_hover3:hover{
	background:#3053A0;
	color: white;
	cursor: pointer;
}
.inner-page-active .techvio-nav .navbar .navbar-nav .nav-item a {
    color: rgb(255 255 255 / 60%);
}