@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@300;400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap');


body {
  font-family: 'Libre Franklin', sans-serif;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
}

:root {
  --base-color: #020430;
  --secondary-color: #e14b32;
  --dark-color: #020430;
  --white-color: #ffffff;
  --base-light-color: #020430;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6
 {
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
	color: #6ce3fc;
}
.btn {
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
	color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-outline-light {
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
	color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-outline-light:hover {
	color: #000;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: var(--base-color);
}

.btn:focus {
  box-shadow: none;
  outline: none;
}

/*
.bg-orange {
  background-color: var(--secondary-color) !important;
}

.bg-dark {
  background-color: var(--dark-color) !important;
}
*/

/*
nav.shadow-sm {
  box-shadow: 0 .125rem 1.5rem rgba(0, 0, 0, .075) !important;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #fff;
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}
*/

/*
.btn-orange {
  position: relative;
  color: #fff;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  padding: 10px 50px 10px 50px !important;
  font-size: 16px !important;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-orange:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-orange {
  border-radius: 50px;
  border: none;
  background: var(--base-color);
  color: #fff;
  overflow: hidden;
}

.btn-orange:active {
  color: #0095da;
}

.btn-orange:hover {
  background: var(--dark-color);
  color: #fff;
}

.btn-orange span {
  position: absolute;
  right: -50%;
  top: -13px;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
*/

/*
.hero-banner {
  padding: 0 20px;
}

.btn-orange:active:before {
  color: #fff;
}

.btn-orange:hover span {
  right: 8%;
}

.btn-outline-primary {
  border-color: var(--base-light-color);
  color: var(--base-light-color);
  padding: 10px 40px 10px 40px !important;
}

.btn-outline-primary span {
  position: absolute;
  right: -50%;
  top: -13px;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-outline-primary:hover {
  background-color: var(--base-light-color);
  color: #fff;
  border-color: var(--base-light-color);
}

.btn-outline-primary:hover span {
  right: 6%;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: var(--base-color);
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
}

.btn-white:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-white:active {
  color: var(--base-color);
}


.btn-white span {
  position: absolute;
  right: -50%;
  top: -13px;
  height: 100%;
  font-size: 125%;
  line-height: 3.5;
  color: #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-white:active:before {
  color: var(--base-color);
}

.btn-white:hover span {
  right: 8%;
}
*/

/* .btn-orange:hover {border: 1px solid #1874D2;}

.btn-orange:before{
  opacity: .5;
}

.btn-orange:after{
  transition-delay: .2s;
}

.btn-orange:hover{
  color: #fff;
}

.btn-orange:hover:before,
.btn-orange:hover:after{
  top: 0;

} */


/*
.hero-section h1 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 10px;
}

header.mobilenavbar.header_area {
  padding: 10px 15px;
  background: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: fixed;
  width: 100%;
  border: 0;
  box-shadow: 0 12px 30px rgb(0 0 0 / 18%);
  top: 0px;
  background: rgb(0 0 0 / 62%);
  padding: 0 !important;
  height: 100%;
}

.sidemenunav {
  width: 420px;
  height: 100vh;
  overflow: hidden;
  background-color: #fff;
  padding: 0px;
  border-left: 4px solid var(--base-light-color);
  position: fixed;
   transition: all 600ms ease-out; 

}
*/

/*
.sidemenunav {
  left: -101%;
}

.dropdown-menu.show .sidemenunav {
  left: 0;
}

.navscroll::-webkit-scrollbar {
  width: 4px;
  overflow-y: scroll;
  background: #fff;
  box-shadow: inset 0 0 4px #fff;
}

.navscroll {
  scrollbar-color: rgb(210, 210, 210) rgba(46, 54, 69, 0) !important;
  scrollbar-width: thin !important;
}
*/

/*
.navscroll::-webkit-scrollbar-thumb {
  background: var(--base-light-color);
  border-radius: 10px;
}

.navscroll {
  height: 76vh;
  overflow: auto;
  padding: 0 20px;
}

.navscroll .accordion-header {
  border-bottom: 0;
}

.navtopcol {
  background: #caf2ff;
  padding: 15px 20px;
  text-align: center;
  display: flex;
}

.navtop {
  flex: 1;
  line-height: 20px;
  font-size: 15px;
}

.navtop strong {
  text-transform: uppercase;
  font-size: 13px;
  color: #033e50;
  display: block;
}

.subnavigation h3 a {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}

.subnavigation h3 a p {
  font-size: 13px;
  color: #959595;
  font-family: 'Libre Franklin', sans-serif;

}

i.closesidenav {
  position: absolute;
  left: 436px;
  top: 15px;
  cursor: pointer;
}

.sidemenunav h3 {
  margin-bottom: 0;
}

.sidemenunav .btn-orange {
  padding: 5px 20px 7px 20px !important;
  font-size: 14px !important;
}

.navbar-expand-lg .navbar-nav .subnavigation li a.nav-link {
  color: #333;
  display: block;
  padding: 5px 5px !important;
  font-size: 14px;
  position: relative;
}

.navbar-expand-lg .navbar-nav .subnavigation li a.nav-link:hover {
  color: var(--base-light-color);
}

.navscroll .accordion-body {
  padding: 0;
}

.subnavigation .accordion-body li a:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #7ddefc;
  font-size: 18px;
}

.subnavigation li a:hover,
.subnavigation h3 a:hover {
  color: var(--base-light-color);
}

.subnavigation h3 a i img {
  max-width: 24px;
}

.subnavigationsi a i {
  float: left;
  margin-right: 10px;
}
*/

/*
.subnavigationsi a i img {
  max-width: 24px;
}

nav .dropdown-toggle::after {
  display: none !important;
}

.navigation {
  width: 100%;
  height: 70px;
  display: table;
  position: relative;
  font-family: inherit;
  background-color: #fff;
}

.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
*/

/*
.menulef-wrap {
   background: #effbff; 
  padding: 15px 20px 5px 20px;
   position: absolute;
  width: 100%;
  bottom: 0; 
  border-top: 2px solid #eee;
}

p.menu_left {
  color: var(--dark-color);
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
}

p.menu_left span {
  font-weight: normal;
  display: block;
  font-size: 13px;
  color: #97a1a5;
  text-transform: uppercase;
}

.align-to-right {
  float: right;
}
*/

/*
.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 70px;
  padding: 0;
  color: #343a40;

  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo>img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus>img {
  outline: initial;
}

.navigation-portrait .nav-logo>img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
  float: none;
}

.nav-menu>li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu>li {
  width: 100%;
  position: relative;
  border-top: solid 0px #f0f0f0;
}

.navigation-portrait .nav-menu>li:last-child {
  border-bottom: solid 0px #f0f0f0;
}

.nav-menu+.nav-menu>li:first-child {
  border-top: none;
}

.nav-menu>li>a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #343a40;
  transition: color 0.3s, background 0.3s;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
  color: #ff6b00;
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social>li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
  width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
*/

/*
.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #70798b #70798b transparent;
  transform: rotate(45deg);
  transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 40px;
}

.navigation-hidden .nav-search {
  display: none;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #343a40;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search>form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
  padding: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu>li>.nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown>li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown>li>a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fff;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
  text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
  padding: 12px 20px 12px 20px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
  padding-left: 20px;
  font-weight: 400;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal>li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
  width: 100%;
}

.nav-dropdown-horizontal>li>a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
*/

/*
.megamenu-panel {
  width: 100%;
  padding: 15px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav>li>a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
  border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list>li>a {
  width: 100%;
  padding: 10px 15px;
  display: inline-block;
  color: #343a40;
  text-decoration: none;
  font-size: 13px;
}

.megamenu-list>li>a:hover {
  background-color: #ff6b00;
  color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
  background-color: transparent;
}
*/

/*
.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 25%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu>li>a {
  color: #343a40;
  text-transform: uppercase;
}

.nav-dropdown>li>a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 0px solid #f6f6f6;
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
  width: 100%;
  height: auto;
  padding: 10px 20px 10px 20px;
  font-size: 28px;
  font-weight: 600;
}
*/

/*
@media only screen and (min-width: 320px) and (max-width: 767px) {

  .nav-dropdown>li>a,
  .megamenu-list>li>a {
    width: 65%;
  }
}
*/

/*
.others-links li a {
  font-weight: 600;
  font-size: 18px;
  color: var(--base-light-color);
  display: inline-block;
  padding: 5px 0;
  position: relative;
}

.others-links li a::before {
  content: "";
  display: block;
  border-bottom: solid 2px var(--base-light-color);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}

.others-links li a:hover::before {
  transform: scaleX(1);
}

.btn-text {
  font-weight: 600;
  font-size: 18px;
  color: var(--base-light-color);
  display: inline-block;
  padding: 5px 0;
  position: relative;
}

.btn-text::before {
  content: "";
  display: block;
  border-bottom: solid 2px var(--base-light-color);
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}

.btn-text:hover::before {
  transform: scaleX(1);
}

.dottedside {
  position: relative;
}

.dottedside:before {
  content: "";
  position: absolute;
  width: 2px;
  border-left: 2px dotted #000;
  top: 66px;
   height: 100%; 
  left: 24px;
  bottom: 0;
}

.roundedco {
  border-radius: 10px;
}

.service-box {
  display: block;
  background-color: #fff;
  padding: 20px 30px 30px;
  border-radius: 4px;
  transition: all .8s cubic-bezier(.2, .8, .2, 1) 0s;
  margin: 0 15px;
  cursor: pointer;
  box-shadow: 0 0 20px rgb(0 0 0 / 11%);
}

.service-box.it-cons {
  background-color: #fff;
}

.service-box {
  text-align: center;
}

.service-box .img-box {
  margin-bottom: 0px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  height: 250px;
  transition: all .8s cubic-bezier(.2, .8, .2, 1) 0s;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-box .img-box img {
  display: inherit;
  max-width: 100% !important;
  width: auto !important;
}

.service-box .read-more-btn {
  color: var(--base-light-color) !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  display: inline-block;
  opacity: 0;
  margin-top: 16px;
  transition: all .3s ease-in-out;
}

.servicesslider .owl-carousel .owl-stage {
  padding-left: 0px !important;
}

.servicesslider .item {
  padding: 20px 0;
}

.service-box h4 {
  font-size: 20px;
  line-height: 30px;
  color: #000 !important;
  margin-bottom: 16px;
  transition: all .8s cubic-bezier(.2, .8, .2, 1) 0s;
}

.service-box p {
  color: var(--dark-color) !important;
  transition: all .8s cubic-bezier(.2, .8, .2, 1) 0s;
  display: -webkit-box;
  align-self: flex-start;
  height: 146px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}

.service-box:hover .read-more-btn {
  opacity: 1;
  transform: translateY(-3px);
}

.service-box:hover .img-box {
  transform: translateY(-10px);
}

.service-box:hover p {
  transform: translateY(-4px);
}

.service-box:hover h4 {
  transform: translateY(-4px);
}

.service-box.mobileapps {
  background-color: #fff;
}
*/

.techlogo {
  width: 160px;
  height: 130px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 0 0 / 15%);
  border-radius: 4px;
}

.techlogo h6 {
  font-weight: 400;
}

.nav-pills .nav-link {
  border-radius: 0px;
  color: #000;
  font-weight: 600;
  padding: 12px 0;
  margin: 0 25px;
  min-width: 170px;
  text-align: left;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: var(--base-light-color);
  border-bottom: 1px solid var(--base-light-color);
  font-family: 'Quicksand', sans-serif;
}

#pills-tabContent {
  min-height: 350px;
}

.tech-logo {
  margin-bottom: 10px;
}

.tech-logo img {
  height: 50px;
}


/*
@media (max-width:767px) {
  .nav-search .btn-orange {
    display: none;
  }

  .navigation-portrait .nav-brand {
    font-size: 34px;
    line-height: 48px;
    font-weight: 800;
    color: #000;
  }

  .light_theme button#dark_theme,
  .light_theme button#light_theme,
  .light_theme button#dark_themem,
  .light_theme button#light_themem {
    height: 50px;
  }

  .nav-toggle {
    right: 0;
  }

  .navigation {
    background-color: transparent;
  }

  .hero-section h1 {
    font-size: 31px;
  }

  h2 {
    font-size: 28px;
  }

  .portpo__text {
    margin-bottom: 30px;
  }
}
*/

/*
.our-proccess {
  background: #fbfbfb;
  background-size: 100%;
  padding: 90px 0 !important;
}

.p70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.p70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.workDomains {
  margin-right: 15px;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  color: #000;
  margin-top: 15px;
  box-shadow: 0 0 6px rgb(0 0 0 / 12%);
  font-family: 'Quicksand', sans-serif;
  font-weight: 600;
}

.bgdetails h3,
.hobgde:hover h3 {
  color: #fff;
}

.workDomains:hover,
.workDomains.active {
  background-color: var(--base-light-color);
  color: #fff;
}

.w-doamin-details {
  margin-top: 10px;
}

.w-45 {
  width: 33%;
  padding-right: 15px;
  flex: 0 0 auto;
  padding-left: 15px;
}

.card .domaindis {
  border: 0;
  border-radius: 10px;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  margin-bottom: 20px;
  min-height: 318px;
  background: #fff;
}

.card .domaindis .card-body {
  padding: 1.5rem;
  height: 100%;
}

.domaindis h3 {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  z-index: 9;
}

.textcontent {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 10px;
}

.bgdetails {
  position: relative;
  overflow: hidden;
}

.bgdetails::before,
.hobgde:hover:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 72%);
  content: "";
}

a.explorebtn {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 0 0 0;
  position: relative;
  margin-top: 10px;
  display: none;
}

a.explorebtn:before {
  content: "";
  height: 2px;
  background-color: var(--base-color);
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.domaindis:hover a.explorebtn {
  display: inline-block;
}

.hobgde {
  overflow: hidden;
  position: relative;
}

.hobgde:hover {
  background: url(../images/home/media.jpg) no-repeat;
  background-size: 100% !important;
  color: #fff
}

.bf:hover {
  background: url(../images/home/banking-finance.jpg) no-repeat;
}

.hc:hover {
  background: url(../images/home/healthcare.jpg) no-repeat;
}

.tlf:hover {
  background: url(../images/home/tlf.jpg) no-repeat;
}

.commu:hover {
  background: url(../images/home/communication.jpg) no-repeat;
}

.edu:hover {
  background: url(../images/home/education.jpg) no-repeat;
}

.manubg:hover {
  background: url(../images/home/manufacturing.jpg) no-repeat;
}

.media:hover {
  background: url(../images/home/media.jpg) no-repeat;
}

.travelbg:hover {
  background: url(../images/home/travel.jpg) no-repeat;
}

.infoserbg:hover {
  background: url(../images/home/infoser.jpg) no-repeat;
}
*/




/* .wdoaminscroll {
  max-height: 640px;
  overflow: auto;
} */

/*
.wdoaminscroll::-webkit-scrollbar {
  width: 4px;
  overflow-y: scroll;
  background: #fff;
  box-shadow: inset 0 0 4px #fff;
}

.wdoaminscroll {
  scrollbar-color: rgb(210, 210, 210) rgba(46, 54, 69, 0) !important;
  scrollbar-width: thin !important;
}

.wdoaminscroll::-webkit-scrollbar-thumb {
  background: var(--base-light-color);
  border-radius: 10px;
}
*/


/* .accordion-item {
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
} */
/*
.accordion-item {
  box-shadow: none;
  margin-bottom: 10px;
  border: 0;
  background: transparent;
}

.accordion-header {
  margin-bottom: 0;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.servicesBottom {
  background: rgb(30 63 121);
  background: linear-gradient(0deg, rgb(30 63 121) 0%, rgb(7 192 250) 100%);
  position: relative;
  padding: 10px 30px;
  margin: 30px -24px -24px -24px;
}

.servicesBottom p,
.techBottom p {
  color: #000;
}

.servicesBottom h4,
.techBottom h4 {
  color: var(--base-light-color);
}

.servicesBottom a.btn,
.techbottomtxt a.btn {
  background-color: #fff;
  border-radius: 50px;
  color: var(--base-light-color);
}
*/

/*
.techBottom p,
.servicesBottom p {
  font-size: 14px;
}

.techBottom {
   background: rgb(30 63 121);
  background: linear-gradient(0deg, rgb(30 63 121) 0%, rgb(7 192 250) 100%); 
  background-color: rgb(239 239 239);
  position: relative;
}

.navimg {
  background: #fff;
  padding: 15px;
  margin: 20px;
  height: 90%;
}
*/


/* .techBottom::before {
  background: url("../images/comapny-bg-menu.webp") center center no-repeat;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .1;
} */

/*
.dropdown-toggle {
  overflow: hidden;
}

.subnavigation h3 a i {
  color: var(--base-light-color);
  font-size: 18px;
  width: 15px;
  margin-right: 20px;
}

.subnavigation .iconse h3 a i {
  margin-right: 6px;
}

.subnavigation ul {
  margin-left: 0px;
}

.covid19up {
  background: #fffaf7 url(../images/digital-lines.svg) no-repeat center top;
  padding: 130px 0;
  background-size: cover;
}

.sidemenunav .accordion-item {
  margin-bottom: 0;
}

.covid19text {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgb(0 0 0 / 19%);
}

.accordion-button {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.accordion-body {
  padding: 1rem 0 0 0;
}

.accordion-button:not(.collapsed) {
  color: var(--base-light-color);
  background-color: transparent;
  box-shadow: none;

}

.accordion-button:not(.collapsed)::after {
  fill: var(--base-light-color);
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }

  100% {
    transform: translatey(0px);
  }
}

*/
/*
.hero-section img {
  max-width: 100%;
   height: auto;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
  overflow: hidden; 
}

section.clients-container {
  background: transparent;
  padding: 20px 0 0 0;
}
*/

/********************Marquee********************/

/*
.marquee {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 240s linear infinite;
}

.item-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 240s linear infinite;
}

@keyframes swap {

  0%,
  50% {
    left: 0%;
  }

  50.01%,
  100% {
    left: 100%;
  }
}

.marquee-content:hover {
  animation-play-state: paused
}

.item1 {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}

.item2 {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}

.item1 img,
.item2 img {
  height: 40px;
}
*/

/* Transition */

/*
@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

.navbar .container-fluid {
  padding: 0px 40px;
}

.light_theme .navbar-light .navbar-nav .nav-link.navigatefuture-btn {
  color: #FD6600 !important;
}

.tab-content>.active {
  display: flex;
  justify-content: center;
}

.nav-submenu li a i img {
  max-width: 25px;
  margin-right: 10px;
}

.navigatefuture-btn {
  color: #FD6600 !important;
}

.videos-con iframe {
  width: 100%;
  height: 600px;
  ;
}

.pl-30 {
  padding-left: 33px;
}

.nav-dropdown li .nav-dropdown li {
  padding-left: 38px;
}

.nav-dropdown li .nav-dropdown li a {
  padding-top: 5px;
  padding-bottom: 5px;
}
*/

/***********Preloader******************/

/* .loader, .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
} */
/* .loader {            
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
} */
/* @-webkit-keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
  100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
  }
} */


/*
.loader {
  margin: 0px auto;
  font-size: 10px;
  position: relative;
  background: url(../images/loading.svg) no-repeat;
  width: 200px;
  height: 200px;
}

#loadingDiv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #1f0060;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 99999;
}

.overflow-hidden {
  overflow: hidden !important;
}

.container-box {
  max-width: 1430px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.font-12 {
  font-size: 12px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-bold {
  font-weight: 600;
}

.how-indu {
  padding: 90px 0
}

.how-indu ul {
  padding: 0 0 0 15px;
}

.how-indu ul li {
  margin-bottom: 5px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  list-style: none;
}

.how-indu ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, 1);
  left: -15px;
  top: 10px;
  border-radius: 100%;
}

.how-indu h3 {
  font-size: 18px;
}

.protags {
  margin: 15px 0 15px 0;
}

.protags span {
  border-radius: 40px;
  border: 1px solid #eee;
  color: #ccc;
  font-size: 12px;
  padding: 3px 15px;
  margin-right: 10px;
}

.usecases h3 {
  font-weight: 600;
  min-height: 30px;
  font-size: 18px;
  padding-right: 0px;
}
*/



/*
.tech-workb img {
  height: 45px;
  filter: grayscale(100%);
}

.tech-workb p {
  margin-top: 20px;
}

.tech-workb:hover {
  background-color: #f9f9f9;
}

.formstyle .form-control,
.formstyle .form-select {
  border-radius: 0px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  border: 1px solid #d9dee2;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  font-size: 13px;
}

.formstyle label {
  margin-bottom: 5px;
  display: block;
  font-size: 13px;
  color: #252b33;
  font-weight: 500;
}

.formstyle .form-control::placeholder {
  font-size: 13px;
}

.formstyle .form-control::-webkit-placeholder {
  font-size: 13px;
  color: rgb(121, 121, 121);
  font-style: italic;
}

.form-group {
  margin-bottom: 20px;
}

.formstyle small {
  font-size: 12px;
}

.techwork img {
  width: 46px;
  margin-bottom: 40px;
  filter: grayscale(100%);
}

.techwork {
  text-align: center;
}

.techwork .col-4 {
  align-self: center;
}

.pagetestibox p.quotepara {
  font-size: 14px;
  height: 115px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  align-self: center;
}

.pagetestibox {
  padding: 40px 30px;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #eee;
}

.userimgtest {
  margin-bottom: 40px;
}

.userimgtest img {
  width: 50px !important;
  height: 50px;
  border-radius: 50%;
  margin: 0 auto;
  filter: none;
}

.testimonialslider h6 {
  font-size: 12px;
  color: #ccc;
}
*/

/*
.owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 10px 5px;
  display: inline-block;
}

.owl-dot.active span {
  background-color: var(--base-light-color);
}

.startaproject h2 {
  color: var(--base-color);
}

.workshopbox {
  padding: 20px 30px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}

.h2bottomline {
  position: relative;
  padding-bottom: 25px;
}

.h2bottomline::before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: var(--base-light-color);
  bottom: 0;
  left: 0;
  position: absolute;
}

.proccessdesign h5 {
  font-weight: 400;
}

.arrowrotate {
  transform: rotateY(180deg);
}

.color-oarange {
  color: #FD6600 !important;
}

.pfont {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.bg-dark h2,
.bg-dark p,
.bg-dark li,
.bg-dark h4 {
  color: #fff;
}

.topheadingsection {
  padding-top: 90px;
  padding-bottom: 0px;
  height: calc(100vh - 90px);
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  background: #fff url(../images/hero-bg-upper-illo.svg) no-repeat;
  background-size: 100% auto;
  margin-bottom: 50px;
  margin-top: -5px;
}

.bgline-texture {
  background: #fdfdfd url(../images/line-texture.png) repeat;
}

.topbannersection {
  padding-top: 60px;
  padding-bottom: 60px;
  height: calc(100vh - 90px);
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  background: url(../images/leadspace.jpeg) no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}

.navigatetopbanner {
  padding-top: 60px;
  padding-bottom: 60px;
  height: calc(100vh - 90px);
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  background: url(../images/navigate-future-bg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
*/

/* .topbannersection::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 76%);
} */
.topbannersection h1,
.topbannersection p {
  color: #fff !important;
}

.tops-heading span {
  display: block;
  color: var(--base-color);
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
}

.techweused img {
  max-height: 45px;
  filter: grayscale(100%);
}

.techweused:hover img {
  filter: invert(1);
}

.techweused a {
  display: block;
  text-decoration: none;
  color: #000;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
  margin-bottom: 25px;
  min-height: 225px;
}

.techweused a:hover {
  background-color: var(--base-color);
  color: #fff;
  border-color: var(--base-color);
}

.landing-row {
  display: flex;
}

.landing-row .banner-text-col {
  width: 34.666667%;
}

.landing-row .banner-img-col {
  width: 65.333333%;
  /* background-image: linear-gradient(225deg, #252B33 0%, #666666 100%); */
  padding-right: 40px;
}

.banner-img-col img {
  border-radius: 15px;
}

.text-white {
  color: #fff !important;
}

.hire-developer {
  background: rgb(31, 0, 96);
  background: linear-gradient(90deg, rgb(30 66 123) 0%, rgb(7 192 250) 100%);
}

.headingblack span {
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--base-light-color);
}

.sliderTopCompany {
  position: relative;
  padding: 0 50px;
}

.sliderTopCompany .owl-dots {
  text-align: center;
}

.sliderTopCompany .owl-nav .owl-prev,
.sliderTopCompany .owl-nav .owl-next {
  position: absolute;
  top: 40%;
}

.sliderTopCompany .owl-nav .owl-prev {
  left: -20px;
}

.sliderTopCompany .owl-nav .owl-next {
  right: -20px;
}

.sliderTopCompany .owl-nav .owl-prev i,
.sliderTopCompany .owl-nav .owl-next i {
  font-size: 30px;
}

.e-a-services-b img {
  height: 130px;
}

.sliderTopCompany.owl-carousel .owl-item img {
  height: 270px;
}

.interprice-solution {
  width: 50%;
  /* background: url(../images/mobile-apps/enterprice_solution.jpg) no-repeat;
  background-size: cover; */
  padding: 70px 30px;
  background-color: #f1f4f7 !important;
}

.startup-solution {
  width: 50%;
  background: url(../images/mobile-apps/startup-solution-bg.jpg) no-repeat;
  background-size: cover;
  padding: 70px 30px;
}

/* .interprice-solution h2,
.interprice-solution p, */
.startup-solution h2,
.startup-solution p {
  color: #fff;
}

.checklist li {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  width: 50%;
  width: 46%;
  padding: 5px 0;
}

.interprice-solution .checklist li {
  color: #000;
}

.interprice-solution .checklist li:before {
  color: #959595;
}

.checklist li::before {
  content: "\f00c";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 13px;
}

.trustedby .tech-workb img {
  height: 60px;
}

.scheduleameeting {
  background: #1c407a url(../images/mobile-apps/scgedulemeeting.png) no-repeat 96%;
  background-size: 24%;
  padding: 100px 0;
}

.scheduleameeting h2,
.scheduleameeting p {
  color: #fff;
}

.tech-box {}

.tech-box .icon-box {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}

.tech-box h4.tech-title {
  font-size: 14px;
  line-height: 22px;
  color: #252b33;
  font-weight: 400;
  margin-top: 10px;
}

.tech-box a {
  display: block;
  padding: 40px 6px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tech-box a:hover {
  background-color: #eee;
}

.card {
  height: 90%;
}

.bannerbg {
  background: url(../images/mobile-apps/landing-bg5.png) repeat;
}

.techmain .techweused img {
  max-height: 45px;
  filter: inherit;
}

.card-body {
  padding: 2rem 1.5rem;
}

#pills-tabContent .card {
  height: auto;
}

.style-checklist li {
  background: url(../images/round-right-icon.svg) no-repeat left 3px;
  list-style: none;
  padding: 0px 0px 20px 35px;
  position: relative;
  text-align: left;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.style-checklist.list-50 li {
  font-weight: 400;
  display: inline-block;
  width: 44%;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0px 0px 10px 35px;
}

.style-checklist.normalstyle li {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 0px 0px 10px 35px;
}

.effimobileux {
  border: 1px solid var(--base-light-color);
  border-radius: 4px;
}

.effimobileux h2 {
  font-size: 24px;
}

.waterfall-method {
  background: url(../images/methodologies/whaterfall-bg-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  padding: 52px 66px;
  box-shadow: 0px 8px 14px 0px rgb(0 0 0 / 29%);
  position: relative;
  left: 5px;
}

.agile-scrum {
  background: url(../images/methodologies/agile-bg-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  padding: 73px 66px;
  box-shadow: 0px 8px 14px 0px rgb(0 0 0 / 29%);
  position: relative;
  top: -35px;
}

.workflow-section .define {
  background: rgba(1, 187, 228, 0.1);
  margin-left: -30px;
  position: relative;
}

.workflow-section .design {
  background: rgba(17, 195, 97, 0.1);
  margin-left: -30px;
  position: relative;
}

.workflow-section .develop {
  background: rgba(255, 144, 0, 0.1);
  margin-left: -30px;
  position: relative;
}

.workflow-section .deliver {
  background: rgba(255, 87, 119, 0.1);
  margin-left: -30px;
  position: relative;
}

.workflow-section .deliver:after {
  content: "";
  display: block;
  background: url(../images/methodologies/circle-arrow1.png) no-repeat;
  width: 169px;
  height: 149px;
  position: absolute;
  top: -30px;
  right: -20px;
  -ms-transform: rotate(78deg);
  -webkit-transform: rotate(78deg);
  -moz-transform: rotate(78deg);
  transform: rotate(78deg);
}

.workflow-section .develop:after {
  content: "";
  display: block;
  background: url(../images/methodologies/circle-arrow1.png) no-repeat;
  width: 169px;
  height: 149px;
  position: absolute;
  left: 40px;
  bottom: -50px;
  -ms-transform: rotate(140deg) scalex(-1);
  -webkit-transform: rotate(140deg) scalex(-1);
  -moz-transform: rotate(140deg) scalex(-1);
  transform: rotate(140deg) scalex(-1);
}

.workflow-section .design:after {
  content: "";
  display: block;
  background: url(../images/methodologies/circle-arrow1.png) no-repeat;
  width: 169px;
  height: 149px;
  position: absolute;
  left: 40px;
  top: -50px;
  -ms-transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  transform: rotate(40deg);
}

.workflow-section .define:after {
  content: "";
  display: block;
  background: url(../images/methodologies/circle-arrow1.png) no-repeat;
  width: 169px;
  height: 149px;
  position: absolute;
  left: 40px;
  bottom: -50px;
  -ms-transform: rotate(140deg) scalex(-1);
  -webkit-transform: rotate(140deg) scalex(-1);
  -moz-transform: rotate(140deg) scalex(-1);
  transform: rotate(140deg) scalex(-1);
}

.workflow-section h3 {
  font-size: 21px;
  font-weight: 800;
  padding-top: 45px;
  padding-bottom: 15px;
}

.workflow-section .discover {
  background: rgba(220, 94, 245, 0.1);
  margin-left: 5px;
  position: relative;
}

.workflow-section .discover h3 {
  color: #DC5EF5;
}

.define h3 {
  color: #01BBE4;
}

.design h3 {
  color: #11C361;
}

.develop h3 {
  color: #FF9000;
}

.deliver h3 {
  color: #FF5777;
}

.workflow-section p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0px;
}

.workflow-section .discover:after {
  content: "";
  display: block;
  background: url(../images/methodologies/circle-arrow1.png) no-repeat;
  width: 169px;
  height: 149px;
  position: absolute;
  left: -25px;
  top: -25px;
}

.workflow-section>div {
  border-radius: 50%;
  height: 240px;
  width: 240px;
  text-align: center;
}

.usecasesbox {
  border: 3px solid #1c3f79;
}

.usecasesbox h5 {
  padding: 15px 19px;
  background-color: #fff;
  margin-bottom: 0px;
  font-weight: 600;
  font-size: 18px;
  color: #1c3f79;
}

.usecasesbox .useccolor {
  background-color: #1c3f79;
  color: #fff;
  min-height: 200px;
}

.colorsty-purple .usecasesbox {
  border-color: #07c0fa !important;
}

.colorsty-purple .usecasesbox h5 {
  color: #07c0fa;
}

.colorsty-purple .usecasesbox .useccolor {
  background-color: #07c0fa !important;
  min-height: 260px;
}

.effimobileux h2 span {
  color: #07c0fa;
}

.bullet-point {
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #252B33;
  display: inline-block;
  margin: 0 6px;
}

.hiringmodal p {
  font-size: 12px;
}

.process-content .process-detail {
  margin-left: 35px;
}

.process-content .counter {
  color: var(--base-light-color) !important;
  font-size: 25px;
  font-weight: 600;
  width: 69px;
  height: 69px;
  background: #FFFFFF;
  box-shadow: 0 2px 12px 0 rgb(150 150 150 / 24%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-section {
  position: relative;
  margin-bottom: 170px;
}

.process-section .process-arrow-img {
  position: absolute;
  left: 11px;
  top: 90px;
  z-index: -1;
  display: none;
}

.flip-img img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

ul.client-cmn-sec li {
  position: relative;
  list-style: none;
  font-size: 16px;
  line-height: 26px;
  padding: 0px 0px 9px 25px;
}

ul.client-cmn-sec li::before {
  content: '';
  background: var(--base-light-color);
  height: 4px;
  width: 4px;
  border-radius: 100%;
  position: absolute;
  left: 0px;
  top: 10px;
}

.pagefiletr {
  border-bottom: 1px solid #eee;
}

.leftfilter a {
  color: #666;
  font-weight: 600;
  padding: 15px 0;
  margin-right: 30px;
}

.leftfilter a.active {
  border-bottom: 1px solid #000;
  color: #000;
}

.leftfilter a:hover {
  color: #000;
}

.btn-link {
  color: #FD6600 !important;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
}

.btn-link:hover {
  color: #0141CF !important;
}

.brandsbox img {
  height: 40px;
}

.brandsbox p {
  display: -webkit-box;
  align-self: flex-start;
  height: 155px;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.workbox img {
  height: 270px;
  transition: 0.4s ease;
}

.cs-project-detail p {
  color: #81959E;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 5px;
  min-height: 26px;
}

.cs-project-detail a {
  color: #252B33;
  font-size: 20px;
  font-weight: 600;
}

.cs-project-detail a:hover {
  color: #0141CF;
}

.cs-project-detail .project-bio {
  color: #252b33;
  font-size: 16px;
  line-height: 26px;
  margin-top: 5px;
  display: block;
  display: -webkit-box;
  align-self: flex-start;
  height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cs-listing-img {
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  height: 270px;
  border-radius: 5px;
}

.cs-listing-img:hover img {
  transform: scale(1.08);
}

.cs-technology {
  margin-top: 10px;
}

.cs-technology span {
  border: 1px solid rgba(218, 225, 228, 1);
  border-radius: 12px;
  font-size: 12px;
  color: #81959E;
  font-weight: normal;
  padding: 1px 10px;
  margin-right: 4px;
  display: inline-block;
}

.cs-project-detail {
  margin-top: 15px;
}

.abgallery-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.abgallery-grid .gallery-infra-col {
  width: 360px;
}

.abgallery-grid .gallery-center-col {
  width: 945px;
  margin: 0px 30px;
}

.medium-img-sec {
  height: 314px;
}

.col-spacer {
  display: inline-block;
  margin: 10px 0px;
  width: 100%;
}

.gallery-grid .gallery-infra-col .small-img-sec {
  height: 186px;
}

.large-img-sec {
  height: 530px;
}

.large-img-sec img {
  min-height: 530px;
}

.medium-img-sec img {
  min-height: 314px;
}

.small-img-sec img {
  min-height: 186px;
}

.abgallery-grid img {
  object-fit: cover;
  max-width: 100%;
}

.counters span {
  font-size: 80px;
  line-height: 70px;
  letter-spacing: -3px;
  font-weight: 800;
  margin-bottom: 20px;
  display: inline-block;
}

.bg-black {
  background-color: #000;
}

.img-box img {
  width: 100%;
  max-width: 360px;
  object-fit: cover;
}

.member-detail {
  margin-top: 20px;
  display: inline-block;
}

.member-detail h6 {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0px;
}

.member-detail p {
  font-size: 15px;
}

.member-social-links a {
  color: #000;
  text-decoration: none;
}

.ceoworld {
  color: #fff;
}

.ceoworld h5 {
  margin-top: 15px;
  margin-bottom: 0;
}

/* .quotebox {
  border: 1px solid #fff;

} */



.ceoimg img {
  width: 340px;
  height: 280px;
  border-radius: 50%;
}

.quotebox h4,
.quotebox h5,
.quotebox p {
  color: var(--dark-color);
}

.quotebox h4 {
  font-weight: 500;
}



.whenchosehead,
.whenchoseleft {
  text-align: right;
}

.contact-detial {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}

.br-btm-br-rt {
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
}

.contact-box {
  width: 50%;
  padding: 30px 0 30px 80px;
  display: flex;
  /* align-items: center; */
  justify-content: flex-start;
}

.contact-box .icon {
  margin-top: 7px;
}

.br-btm {
  border-bottom: 1px solid #EEE;
}

.br-rt {
  border-right: 1px solid #EEE;
}

.contact-box .contact-row {
  padding-left: 40px;
}

.contact-box .contact-row a,
.contact-box.show_msg_box .contact-row h4 {
  color: #252B33;
  font-size: 24px;
  line-height: 33px;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.contact-box .contact-row a:hover,
.contact-box.show_msg_box .contact-row h4:hover {
  color: var(--base-light-color) !important;
}

.contact-box .whatslnks .fa,
.contact-row a .fa {
  position: absolute;
  top: 5px;
  right: -40px;
  opacity: 0;
  color: var(--base-light-color) !important;
  transform: translateX(75%) scaleX(.1);
  transform-origin: right center;
  transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1);
}

.contact-box .whatslnks:hover .fa,
.contact-row a:hover .fa {
  opacity: 1;
  transform: translateX(0) scaleX(1);
}

.contact-box .contact-row p {
  margin-bottom: 8px;
}

.listing-box {
  padding: 0px 15px;
  margin-bottom: 40px;
}

.conmap-icon {
  max-width: 20px;
  float: left;
  margin: 2px 6px 0 0;
}

.listing-box a {
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
  border-radius: 4px;
  padding: 26px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.listing-box .position-name h4 {
  font-size: 18px;
  font-weight: 600;
  color: #252B33;
  margin-right: 30px;
  line-height: 28px;
}

.listing-box .position-number {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.listing-box .position-number p {
  margin-bottom: 0;
  margin-right: 30px;
}

.listing-box a:hover {
  background: var(--base-color) !important;
}

.listing-box a:hover h4,
.listing-box a:hover p,
.listing-box a:hover span {
  color: #fff;
}

.cagallery {
  overflow: hidden;
}

.image-gallery {
  max-width: 1920px;
  margin: 0 auto;
}

.image-gallery .image-row {
  display: flex;
  margin: 0 -5px;
}

.image-gallery .grid-sm,
.brave-thinker-section .image-gallery .grid-lg {
  padding: 0 5px;
  flex: 1 1 auto !important;
}

.image-gallery .grid-sm .img-box {
  margin-bottom: 10px;
}

.image-gallery .grid-sm .img-box img {
  height: 230px;
  max-width: 100%;
}

.image-gallery .grid-lg {
  padding: 0 5px;
}

.image-gallery .grid-lg .img-box img {
  height: 470px;
  max-width: 100%;
}

.img-box img {
  object-fit: cover;
}

.teamsay span {
  font-size: 14px;
}

.team-img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
  overflow: hidden;
  margin-bottom: 20px;
}

.team-img img {
  width: 100px;
  object-fit: cover;
}

.navbar-brand {
  color: #002060;
  font-size: 28px;
  font-weight: 700;
}

.headerseco {
  /* border-bottom: 1px solid #eee; */
  align-items: center;
}

.techwewbox {
  width: 100px;
  height: 76px;
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
  border-radius: 4px;
  padding: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  background: #fff;
}

.techwewbox img {
  max-width: 100%;
  height: 100%;
}

.borderLeft {
  border-left: 1px solid #ccc;
}

.advancedit img {
  height: 45px;
  /* filter: invert(0.5) sepia(1) saturate(5) hue-rotate(162deg); */
}

.whatetch .card {
  height: 100%;
}

.wahttectare img {
  height: 70px;
}

.bannercontentcenter {
  overflow: hidden;
  width: 100%;
}

ul li::marker {
  color: var(--base-color);
}

.analiticsbox {
  color: #000;
  border: 1px solid rgb(230, 230, 230);
  border-radius: 6px;
  margin-bottom: 25px;
  min-height: 225px;
  background-color: #fff;
}

.analiticsbox img {
  height: 50px;
}

.analiticsbox p {
  height: 130px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  align-self: center;
}

.addTime {
  max-width: 18%;
  margin: 0 20px;
}

.addTime p {
  font-size: 14px;
}

.accLogos img {
  max-width: 100%;
  max-height: 130px;
}

.accLogos .accbox {
  padding: 0px 20px;
  /* box-shadow: 0 0 10px rgb(0 0 0 / 23%); */
  border-radius: 4px;
}

.accLogos>div {
  align-self: center;
}

.yellowboldtxt {
  text-align: center;
  font-size: 33px;
  font-weight: 800;
  padding: 50px 0;
  color: var(--base-color);
  /* text-transform: uppercase; */
}

.imgpreimg {
  width: 120px;
}

.imgpreimg img {
  max-width: 100%;
}

.process-detail ul {
  padding-left: 0px;
}

.cs-technology {
  margin-top: 10px;
}

.cs-technology span {
  border: 1px solid rgba(218, 225, 228, 1);
  border-radius: 12px;
  font-size: 12px;
  color: #81959E;
  font-weight: normal;
  padding: 1px 10px;
  margin-right: 4px;
  display: inline-block;
}

.casestudybox h6 {
  font-weight: 400;
  color: #ccc;
  font-size: 14px;
  text-transform: uppercase;
}

.casestuImg {
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
  height: 270px;
  border-radius: 5px;
}

.casestuImg img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  transition: 0.4s ease;
}

.casestuImg:hover img {
  transform: scale(1.08);
}

.downloadform {
  border: 0px solid #eee;
  border-radius: 4px;
  background: #fff;
  padding: 20px 30px 30px 30px;
}

.leftnav {
  position: -webkit-sticky;
  /* Safari & IE */
  position: sticky;
}

.qanav li a {
  color: #000;
}

.qanav li a.active,
.qanav li a:hover {
  color: var(--base-color);
}

.qacontent h3 {
  color: var(--base-color);
  position: relative;
  padding-left: 25px;
}

.qacontent h3::before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: var(--base-color);
}

.offcanvas-end {
  width: 550px;
}

.videos-con iframe {
  width: 100%;
  height: 600px;
}

.dropdown-menu {
  position: relative;
  background: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
}

.navimgcall {
  width: 100%;
  display: flex;
  align-items: center;
}

/* .navbar-light .navbar-nav .nav-link:hover:before {
  top: 0;
  left: 18%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #000;
  border-width: 10px;
  margin-left: -20px;
} */

/* .dropdown-menu:after {
  bottom: 100%;
  left: 40%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -20px;
} */

.dropdown-menu.arrowpor1:after {
  left: 76%;
}

.dropdown-menu.arrowpor2:after {
  left: 65%;
}

.light_theme .navbar-light .navbar-nav .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar .qanav li.active a {
  color: #07c0fa !important;
}

.scheduleameeting .btn-white {
  padding: 10px 50px;
  font-weight: 600;
}

.qa-ans h5 {
  font-size: 17px;
}

iframe {
  width: 100%;
  height: 600px;
}

.videos-con {
  position: relative;
}

video {
  width: 100%;
  height: 100vh;
  object-fit: fill;
}

.videotestimonials video {
  width: 100%;
  height: 400px;
  object-fit: fill;
}

.evolPlay-btn,
.innovationPay-btn {
  position: absolute;
  background-color: #ffffff;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  color: #ff982f;
  border-radius: 50%;
  line-height: 80px;
  font-size: 30px;
  left: 0;
  right: 0;
  top: 40%;
  box-shadow: 0 0 20px rgb(0 0 0 / 44%);
}

.gradient {
  background-image: linear-gradient(90deg, #1c3f79 0, #07c0fa 51%, #5cd9ff);
  background-size: 200%;
}

.banner-main {
  /* height: 768px; */
  position: relative;
  overflow: hidden;
}

.banner-main:after {
  /* background-image: url(../images/bannerbottom.png); */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
}

.dz-media {
  -webkit-mask-image: url(../images/pic2.png);
  mask-image: url(../images/pic2.png);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 40vw;
}

.banner-inner {
  z-index: 99;
  position: relative;
  padding-top: 130px;
}

.banner-main .img1,
.banner-main .img2,
.banner-main .img3 {
  position: absolute;
}

.banner-main .img1 {
  left: -180px;
  top: 150px;
}

.banner-main .img2 {
  right: 100px;
  bottom: -210px;
}

.banner-main .img3 {
  right: -180px;
  bottom: -220px;
}

.move-2 {
  -webkit-animation: move2 5s infinite;
  animation: move2 5s infinite;
}

.navbar-expand-lg .nav-link {
  color: var(--white-color);
}

.navbar-light .navbar-brand {
  color: #002060;
  font-size: 28px;
  font-weight: 700;
  padding: 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-size: 16px;
  padding-right: 2rem;
  padding-left: 2rem;
  font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #FD6600
}

.navbar-light.bg-white .navbar-nav .nav-link {
  color: #333;
}
nav.fixed-top {
  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar-light.bg-white {
  box-shadow: 0 0px 20px rgb(0 0 0 / 14%);
  border-radius: 50px;
    top: 10px;
    left: 30px;
    right: 30px;
    overflow: hidden;
    margin: 0 auto;
}

.navbar.bg-white .container-fluid {
  padding: 0px 25px;
}

.navbar-light .logo-w {
  display: block;
}

.navbar-light .logo-c {
  display: none;
}

.navbar-light.bg-white .logo-w {
  display: none;
}

.navbar-light.bg-white .logo-c {
  display: block;
}

.office-box {
  border-bottom: 2px solid var(--base-light-color);
  margin-bottom: 30px;
}

.office-box h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.off-con-box {
  padding-bottom: 20px;
}

.btnlink {
  color: var(--base-light-color);
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}

.btnlink .fa {
  position: absolute;
  top: 5px;
  right: -25px;
  opacity: 0;
  color: var(--base-light-color) !important;
  transform: translateX(75%) scaleX(.1);
  transform-origin: right center;
  transition: transform .5s cubic-bezier(.86, 0, .07, 1), opacity .4s cubic-bezier(.86, 0, .07, 1);
}

.btnlink:hover .fa {
  opacity: 1;
  transform: translateX(0) scaleX(1);
  color: #0a58ca !important;
}

p.addres-p {
  min-height: 48px;
}

@media only screen and (max-width: 1400px) {
  .banner-main .dz-media {
    width: 54vw;
  }
}

@media (min-width:1024px) {
  .pt-130 {
    padding-top: 30px;
  }
}

@media(min-width:1600px) {
  .videos-con iframe {
    width: 100%;
    height: 700px;
  }
}

@media(min-width:1368px) {
  .servicestab.dropdown-menu:after {
    left: 40%;
  }

  .industan.dropdown-menu:after {
    left: 48%;
  }

  .technologytab.dropdown-menu:after {
    left: 35%;
  }

  .industan.dropdown-menu:after {
    left: 48%;
  }

  .mathologytab {
    right: 37% !important;
  }

  .insighttab {
    right: 41% !important;
  }

  .abouttab {
    right: 34% !important;
  }
}


/***************************************/

.incorporateno {
  display: flex;
  background: #3077CE;
}

.incorpo-img {
  align-items: center;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 150px;
}

.incorpo-img img {
  position: relative;
  z-index: 9;
  width: 87%;
}

.incorpo-img::before {
  content: "";
  background-color: #030B1B;
  position: absolute;
  top: -23px;
  left: -22px;
  width: 100%;
  height: 130%;
  transform: rotate(14deg);
}

.incorporate-txt h3,
.incorporate-txt p {
  color: #fff;
}

.light-color {
  color: rgba(255, 255, 255, 55%) !important;
}

.incorporate-txt {
  padding: 10px 0;
}

.gov-ind.incorporateno {
  background-color: #F15B25;
}

.gov-ind.incorporateno .incorpo-img::before {
  background-color: #29296E;
}

.gov-ind .incorpo-img img {
  width: 50%;
}

@media (min-width:1601px) {
  .logoscrollbar {
    margin-top: 16%;
  }
}

@media (max-width:1600px) {
  .logoscrollbar {
    margin-top: 10%;
    padding: 15px 0;
  }
}

@media (max-width:991px) {
  .ceoimg {
    height: 346px;
  }
}

@media (max-width:767px) {

  .contact-box .contact-row a,
  .contact-box.show_msg_box .contact-row h4 {
    font-size: 17px;
  }

  .banner-inner {
    padding-top: 30px;
  }

  .hero-banner {
    margin-top: 30px;
  }

  .font-28 {
    font-size: 20px !important;
  }

  video {
    width: 100%;
    height: 50vh;
    object-fit: fill;
  }

  iframe {
    width: 100%;
    height: 400px !important;
  }

  .btn-orange {
    padding: 10px 30px 10px 30px !important;
  }

  .w-45 {
    width: 100%;
    margin-right: 0px;
  }

  .techlogo {
    width: 140px;
  }

  .how-indu {
    padding: 50px 0;
  }

  h3 {
    font-size: 20px;
  }

  .topheadingsection {
    height: inherit
  }

  .how-indu img {
    height: 48px;
  }

  .how-indu ul li {
    font-size: 14px;
  }

  .techwork img {
    height: 40px;
  }

  .techweused a {
    min-height: auto;
  }

  .checklist li {
    width: 100%;
    display: block;
  }

  .interprice-solution,
  .startup-solution,
  .landing-row .banner-text-col,
  .landing-row .banner-img-col {
    width: 100%;
  }

  .landing-row .banner-img-col {
    margin-top: 30px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .hire-developer {
    margin-bottom: 30px;
  }

  .content-section .landing-banner:nth-child(1) {
    padding-top: 30px
  }

  .sliderTopCompany .owl-nav .owl-prev {
    left: 0;
  }

  .sliderTopCompany .owl-nav .owl-next {
    right: 0;
  }

  .landing-row {
    display: block;
  }

  .loader {
    height: 250px;
    width: 100%;
  }

  .loader {
    background-size: 100%;
  }



  .addTime {
    max-width: 100%;
    margin: 0 20px;
  }

  .accLogos>div {
    width: 36%;
    text-align: center;
  }

  .agile-scrum {
    height: auto;
    top: 30px;
  }

  .waterfall-method {
    height: auto;
    top: 0;
  }

  .d-flex.workflow-section {
    display: block !important;
  }

  .workflow-section>div {
    margin: 0 auto 30px auto !important;
  }

  .workflow-section>div::after {
    display: none !important;
  }

  .usecasesbox {
    margin-bottom: 20px;
  }

  .d-flex.colorsty-purple {
    display: block !important;
  }

  .d-flex.colorsty-purple .col-3 {
    width: auto !important;
  }

  .colorsty-purple .usecasesbox .useccolor {
    min-height: auto;
  }

  .effimobileux {
    margin-bottom: 20px;
  }

  .style-checklist.list-50 li {
    width: 100%;
  }

  .process-content {
    margin-top: 30px;
  }

  .process-section {
    margin-bottom: 40px;
  }

  .abgallery-grid .gallery-center-col,
  .abgallery-grid .gallery-infra-col {
    width: auto;
    margin: 0px;
  }

  .abgallery-grid {
    display: block;
  }

  .counters span {
    font-size: 50px;
  }

  .contact-detial {
    display: block;
  }

  .contact-box {
    width: 100%;
    padding-left: 0px;
    border-right: 0;
    border-bottom: 1px solid #EEE;
  }

  .navigatetopbanner {
    background-size: 100%;
    height: auto;
  }

  h1 {
    font-size: 31px;
  }

  .topheadingsection h1 br {
    display: none;
  }

  .banner-text-col.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .topbannersection {
    height: auto;
  }

  .whenchosehead,
  .whenchoseleft {
    text-align: left;
    margin-bottom: 50px;
  }

  .image-gallery .image-row {
    display: block;
  }

  .image-gallery .grid-lg .img-box {
    margin-bottom: 10px;
  }

  .videos-con iframe {
    height: auto;
  }

  .tab-content.border-start {
    border-left: 0px solid #dee2e6 !important;
  }
}

.bookappoint ._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


.rightquote.ceoimg {
  padding-right: 50px;
  padding-left: 0;
}

/* Scroll Animation */

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-710px * 9));
  }
}

.slider {
  margin: 0px 0 0px 0;
  overflow: hidden;
  position: relative;
}

.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.slider::before {
  left: 0;
  top: 0;
}

.slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(710px * 14);
}

.slider .slide {
  height: 50px;
  margin: 0 30px;
  text-align: center;
}

.slider .slide img {
  height: 45px;
  max-width: inherit;
  filter: grayscale(100%);
}

.mediumicon a {
  width: 30px;
}

.mediumicon a:hover {
  filter: invert(43%) sepia(93%) saturate(883%) hue-rotate(2deg) brightness(104%) contrast(105%);
}

.bg2 {
  background: url(../images/bg2.png) no-repeat;
  background-size: cover;
}

.bg3 {
  background: url(../images/bg17.png) no-repeat;
  background-size: cover;
}

.topheadingsection h1,
.topheadingsection p,
.topheadingsection h4 {
  color: #000 !important;
}

.topheadingsection a {
  color: #ffffff;
}

.content-section .landing-banner:nth-child(1) {
  background: #fff url(../images/hero-bg-upper-illo.svg) no-repeat;
  background-size: 100%;
  padding-top: 120px !important;
  margin-top: -5px;
}

.bg-back {
  background: #fff url(../images/hero-bg-upper-illo.svg) no-repeat;
}

.content-section .landing-banner:nth-child(1) h1,
.content-section .landing-banner:nth-child(1) p,
.content-section .landing-banner:nth-child(1) h4 {
  color: #000 !important;
}

.content-section .landing-banner:nth-child(1) a {
  color: #fff;
}

.content-section .landing-banner h1 {
  font-size: 40px;
}

.digitalbusiness {
  display: flex;
  padding: 20px 20px 0px 20px;
}

.digitalbusiness .circle-icon {
  margin-right: 16px;
}

.digitalbusiness .circle-icon img {
  max-width: 50px;
}

.wdoaminscroll .card {
  height: auto;
  background: transparent;
  border: 0px;
}

.domianexpertise {
  margin-top: 0px !important;
  background: var(--base-color) !important;
}

.domianexpertise h2 {
  color: #fff
}

.img-stycurve {
  border-radius: 100px 260px 50px 50px;
  box-shadow: 0 0 30px rgb(0 0 0 / 28%);
}

.img-stycurveleft {
  border-radius: 260px 50px 100px 50px;
  box-shadow: 0 0 30px rgb(0 0 0 / 28%);
}

.bg-light {
  background-color: #f1f4f7 !important;
}

.bg-blue-light {
  background-color: #def6fd !important;
}

.two-column h3 {
  font-size: 28px;
}

.two-column ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-right: -15px;
}

.two-column ul li {
  flex: 0 0 auto;
  width: 50%;
  padding-left: 40px;
  padding-right: 15px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.two-column ul li::marker {
  color: transparent;
}

.two-column ul li::before {
  content: "";
  background: url(../images/box-check.svg) no-repeat;
  position: absolute;
  left: 15px;
  top: 10px;
  width: 22px;
  height: 22px;
  background-size: 15px;
}

.small-container {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.howdeffent {
  box-shadow: 0 0 20px rgb(0 0 0 / 6%);
  border: 1px dashed #ccc;
}

#themeType {
  margin-top: 20px;
  border-radius: 10px;
  color: black;
  width: 300px;
  padding: 10px, 20px;
}

#hourHolder,
#minuteHolder,
#secondHolder,
#phh,
#phm,
#phs {
  display: inline;
}

#time {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto 10px auto;
  background: #ffffff;
  border: 4px solid #07c0fa;
  border-top-color: #1c3f79;
  border-bottom-color: #1c3f79;
}

#time div {
  font-size: 12px;
  color: #085972;
  font-weight: 600;
}

#time div#secondHolder,
#time div#ussecondHolder,
#time div#nzsecondHolder {
  color: #07c0fa;
}

@media (max-width:991px) {
  .domianexpertise {
    margin-top: 0px !important;
  }

  .portfolio-section {
    margin-top: 60px !important;
    margin-bottom: 0px !important;
  }

  .img-stycurve,
  .img-stycurveleft {
    border-radius: 8px;
  }

  .two-column ul li {
    width: 100%;
  }

  .howdeffent h5 {
    margin-top: 30px;
  }

  .digitalbusiness {
    padding: 20px 10px 0px 10px;
  }

  .service-box p {
    height: auto;
  }

  .techonolgywe-work .nav-pills {
    justify-content: center;
  }

  .techonolgywe-work .nav-pills .nav-link {
    min-width: auto;
    background: #fff;
    margin: 8px 10px;
    padding: 10px 30px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 60px;
  }

  .viewportfoliose {
    text-align: center;
  }
}

@media (max-width:767px) {
  footer ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  footer ul.list-unstyled li {
    width: 50%;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footerbottom {
    padding-bottom: 15px;
  }

  .footerbottom .list-inline {
    margin-bottom: 0px;
  }

  .sliderTopCompany.owl-carousel .owl-item img {
    height: auto;
  }
  .contact-box .contact-row {
    padding-left: 20px;
}
.conmap-icon {margin: 0px 6px 0 0; float: none;}
.contact-box .contact-row p {
  margin-bottom: 2px;
}
.quotebox p {display: flex; justify-content: center;margin-top: 5px;}
}


/* New CSS */

.WhyCHoose__us {
  background: var(--base-color) url(../images/about/bg-why.svg) no-repeat;
  background-size: 100%;
  padding: 50px 0 80px 0;
}

.why-choose-container {
  display: flex;
}

.whyimg {
  align-self: center;
  margin-right: 20px;
}

.whyarrows {
  align-self: center;
  margin-right: 60px;
}

.whytxt-con {
  flex: 1;
}

.why-boxes {
  border: 2px solid #fff;
  border-radius: 4px;
  position: relative;
  min-height: 111px;
  margin-bottom: 80px;
  padding-left: 160px;
  padding-top: 13px;
  padding-bottom: 12px;
  color: #fff;
  padding-right: 30px;
}

.why-boxes img.wbox-img {
  position: absolute;
  left: -50px;
  top: -20px;
}

.why-boxes h3 {
  font-size: 24px;
}

.why-boxes ul {
  display: flex;
}

.why-boxes ul li {
  display: flex;
}

.why-boxes ul li img {
  margin-right: 8px;
}

.why-number {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  top: 27px;
  right: -28px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  font-size: 36px;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.why-number.one {
  background-color: #0FD6CA;
}

.why-number.two {
  background-color: #00A2FF;
}

.why-number.three {
  background-color: #EC8C1C;
}

.WhyCHoose__us .container {
  max-width: 1200px;
}

.bannerslider .item img.heroimg {
  width: 760px;
  height: 460px;
  border-radius: 0 500px 500px 0;
  border: 4px solid #fff;
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.hero-banner {
  position: relative;
  min-height: 80vh;
  padding-top: 20px;
}

.hero-banner .hero-b-img {
  position: absolute;
  width: 60%;
  right: 7%;
}

.img-cuircle {
  position: absolute;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgb(7 192 250 / 85%);
  left: 20%;
  top: 15%;
  z-index: 9;
}

.banner-main .banner-inner {
  padding-top: 90px;
  padding-bottom: 40px;
}

.hero-b-txt {
  position: absolute;
  left: 80px;
  text-align: left;
  top: 37%;
  width: 520px;
  z-index: 9;
  text-transform: uppercase;
  z-index: 99;
}

.our-certification {
  padding-top: 50px;
}

.certificate-img {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 40px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certibox p {
  text-align: center;
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--base-color);
}

.our-certification .container {
  max-width: 1070px;
}

.bglight-blue {
  background-color: var(--base-light-color);
  border-radius: 40px;
  color: #fff;
}

.bgdark-blue {
  background-color: var(--base-color);
  border-radius: 40px;
  color: #fff;
}

.digitalbusiness {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  height: 100%;
}

.digitalbusiness .circle-icon {
  margin-right: 0;
  margin-bottom: 10px;
}

.px-150 {
  padding-left: 150px;
  padding-right: 150px;
}

.outsourcing-services {
  background: url(../images/home/gradient-bg.svg) no-repeat;
  background-size: cover;
}

.outsourcing-services ul.nav {
  justify-content: center;
}

.outsourcing-services .nav-pills .nav-link {
  background: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 7%);
  font-family: 'Quicksand', sans-serif;
}

.outsourcing-services .nav-pills .nav-link.active {
  border-bottom: 0px;
  box-shadow: 0 3px 30px rgb(0 0 0 / 14%);
  position: relative;
}

.outsourcing-services .nav-pills .nav-link.active:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FF7700;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  bottom: -3px;
}

.tab-img {
  margin-bottom: 10px;
}

.tab-img img {
  height: 44px;
}

.outsourcing-services .tab-content {
  margin-top: 50px;
}

.outsourcing-services .tab-content>.active {
  display: block;
}

.portfolio-slider .owl-dots {
  text-align: center;
  margin: 20px 0 10px 0;
}

.our-certification .owl-carousel .owl-item img {
  display: block;
  width: inherit;
  max-width: 100%;
}

.container-xxl,
.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

#outsource-tabContent .btn-orange {
  padding: 7px 40px 9px 40px !important;
}

.portflio-box {
  padding: 10px 0;
}

.portflio-box img {
  box-shadow: 0 0 10px rgb(0 0 0 / 18%);
}

.reg-box {
  background: #ebf9ff;
  border-radius: 4px;
  padding: 15px;
  border: 2px solid #29abe2;
}

.reg-box h4 {
  color: #29abe2;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 2px;
}

.reg-box h3 {
  color: var(--base-color);
  font-size: 22px;
}

/* .quotebox {
  position: relative;
  background: rgb(217 246 255);
  border: 2px solid rgb(217 246 255);
  border-radius: 20px;
  padding: 30px 30px 10px 30px;
  margin: 0 0 0 10px;
  display: flex;
  height: 100%;
  align-items: center;
}

.quotebox i {
  color: rgb(7 192 250 / 13%);
  font-size: 10rem;
  position: absolute;
  left: 0px;
  padding: 10px;
  border-radius: 50%;
  top: -60px;
  text-align: center;
  right: 0;
} */

.quotebox p {
  font-style: italic;
}

/* .quotebox:after,
.quotebox:before {
  bottom: 50%;
  left: -5%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: rotate(260deg);
} */

/* .rightquote.quotebox:after,
.rightquote.quotebox:before {
  bottom: 50%;
  right: -11%;
  left: inherit;
  transform: rotate(94deg)
} */

.rightquote.quotebox {
  margin: 0 10px 0 0px;
}

.quotebox:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: rgb(217 246 255);
  border-width: 30px;
  margin-left: -30px;
}

.quotebox:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: rgb(217 246 255);
  border-width: 33px;
  margin-left: -33px;
}

.ceoimg {
  height: 340px;
  border: 0px solid #fff;
  width: 340px;
  background: #e7e7e7;
  padding-left: 50px;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 20px;
}

.quote__msg {
  position: relative;
}

.ceo-social {
  display: flex;
  margin: 20px 0;
}

.ceo-social a {
  margin-right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 26px;
}

.ceo-social a.fa-facebook {
  background-color: #3F55AB;
}

.ceo-social a.fa-linkedin {
  background-color: #0678B6;
}

.ceo-social a.fa-twitter {
  background-color: #5FB7FE;
}

.quotebox {
  display: flex;
  align-items: center;
  height: 100%;
}

.quote__msg h2 {
  color: #000;
  margin-bottom: 0px;
}

.quote__msg h2 span {
  color: var(--secondary-color);
}

.quotebox p {
  font-style: normal;
  color: #000;
  margin-bottom: 7px;
}

header.mobilenavbar.header_area {
  padding: 10px 15px;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 19%);
}

@media (max-width:767px) {
  .reg-box {
    margin-top: 20px;
  }

  .why-choose-container {
    display: block;
  }

  .whyarrows,
  .why-boxes img.wbox-img {
    display: none;
  }

  .why-boxes {
    padding-left: 20px;
    margin-bottom: 40px;
  }

  .why-boxes ul {
    display: block;
    margin-bottom: 8px;
  }

  .why-number {
    top: -24px;
    right: -10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
  }

  .why-boxes ul li {
    padding: 6px 0;
  }

  .whyimg {
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  .hero-banner .hero-b-img {
    position: static;
    width: inherit;
    right: 7%;
  }

  .bannerslider .item img.heroimg {
    width: 100%;
    height: auto;
    border-radius: 0;
    border: 0px solid #fff;
    box-shadow: none;
  }

  .hero-banner {
    padding: 0px;
    min-height: 75vh;
    margin-top: 0;
  }

  .banner-main .banner-inner {
    padding-top: 0px;
    margin-top: 0;
    padding-bottom: 10px;
    overflow: hidden;
  }

  .hero-section .container-xxl {
    padding-left: 0px;
    padding-right: 0px;
  }

  .img-cuircle {
    width: 340px;
    height: 340px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .hero-b-txt {
    top: 31%;
    width: 340px;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
  }

  .bannerslider .owl-nav {
    right: 0 !important;
    bottom: 20px;
    left: 0;
    justify-content: center;
  }

  .nav-search a.btn-outline-primary {
    display: none;
  }

  .px-150 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .digitalbusiness {
    margin-bottom: 20px;
  }

  .owl-dots {
    text-align: center;
  }

  .ceoimg {
    margin-bottom: 25px;
    overflow: hidden;
  }

  .quotebox {
    text-align: center;
  }

  .ceo-social {
    justify-content: center;
  }

  .quotebox:after,
  .quotebox:before {
    bottom: inherit;
    left: 16%;
    transform: rotate(359deg);
    top: -62px;
  }

  .rightquote.quotebox:after,
  .rightquote.quotebox:before {
    bottom: inherit;
    right: inherit;
    transform: rotate(1deg);
    left: 16%;
  }

  .quotebox i {
    top: -10px;
  }

  .outsourcing-services .nav-pills .nav-link {
    width: 100px;
    margin: 0 5px;
    min-width: inherit;
    font-size: 12px;
  }

  .outsourcing-services ul.nav {
    flex-wrap: nowrap;
  }

  .incorporateno {display: block;}
  .incorpo-img::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
  }
  .incorpo-img {width: 100%;}
  .incorpo-img img {width: 40%;}
  .incorpo-img {justify-content: center;}
  .incorporate-txt {
    padding: 10px 15px;
}
.office-box h3 {font-size: 20px;}
.gov-ind .incorpo-img img {
  width: 15%;
}


}

/* End */

.marquee {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  height: 40px;
  border-radius: 22px;
  box-shadow: 4px 4px 0 #000;
  overflow: hidden;
  background: white;
  white-space: nowrap;
}

.marquee--inner {
  display: block;
  width: 200%;
  position: absolute;
  animation: marquee 10s linear infinite;
}

.marquee--inner:hover {
  animation-play-state: paused;
  color: red;
}

.marquee span {
  float: left;
  overflow: hidden;
}

@keyframes marquee {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}
.wrapper{
  max-width:1200px;
  margin:auto;
  background:#fff;
}
.hero{
  padding:40px 24px 20px;
}
.video-box iframe{
  width:100%;
  height:520px;
  background:linear-gradient(135deg,#000,#1f2937);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  border-radius:18px;
  margin-bottom:32px;
}
.content1{
  display:grid;
  grid-template-columns:1fr 320px;
  gap:32px;
  padding:0 24px 40px;
}
@media(max-width:900px){
  .content1{grid-template-columns:1fr;}
}

.main h1{
  font-size:36px;
  line-height:1.3;
  margin-bottom:10px;
}
.main h3{
  color:var(--muted);
  font-weight:500;
  margin-top:0;
}


.section{
  animation:fadeUp .8s ease both;
}


@keyframes fadeUp{
  from{opacity:0; transform:translateY(30px);} 
  to{opacity:1; transform:translateY(0);} 
}


.section{
  margin-top:48px;
}


.section-box{
  background:var(--accent);
  padding:20px 22px;
  border-radius:16px;
  margin-top:20px;
}
h2{
  font-size:26px;
  margin-bottom:10px;
  color:var(--primary);
}
h3{
  font-size:18px;
  margin-top:24px;
}
p{line-height:1.9;font-size:16px;}


ul{
  padding-left:20px;
  line-height:1.9;
}

li{margin-bottom:6px;
	list-style: none}

.img{
  width:100%;
  border-radius:16px;
  margin:32px 0 16px;
  box-shadow:0 12px 30px rgba(0,0,0,0.12);
  transition:transform .6s ease, box-shadow .6s ease;
}

.img:hover{
  transform:scale(1.02);
  box-shadow:0 20px 45px rgba(0,0,0,0.18);
}
.card1{
  background:var(--card);
  border-radius:18px;
  padding:22px;
  box-shadow:0 12px 32px rgba(0,0,0,0.08);
  margin-top:24px;
}
.sidebar{
  position:sticky;
  top:24px;
}
.sidebar .card1 h3{
  margin-top:0;
}
.callout{
  display:flex;
  gap:12px;
  background:#f9fafb;
  border-left:5px solid var(--primary);
  padding:16px 18px;
  border-radius:12px;
  margin:20px 0;
}
.callout strong{color:var(--primary);}
.cta{
  background:linear-gradient(135deg,#0b4da2,#2563eb);
  color:#fff;
  padding:26px;
  border-radius:18px;
  text-align:center;
}
.cta strong{font-size:18px;display:block;margin-bottom:10px;}
.cta a{
  display:inline-block;
  margin-top:14px;
  padding:12px 24px;
  background:#fff;
  color:#0b4da2;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
}

.why
{
	background: #00065e;
}
.read-more-btn {
  background: #ffd200 !important;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  position: relative;
  display: inline-block;
  transition: all .3s ease-in-out;
	border: 1px solid #ffd200;
}
.read-more-btn:hover {
  background: #6ce3fc !important;
	border: 1px solid #6ce3fc;
}
