/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #262626;
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
}
a {
  color: #1bb1dc;
  transition: 0.5s;
}
::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}
::-webkit-scrollbar-thumb {
  background: #666;
}
::-webkit-scrollbar-track {
  background: none;
}
a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

/***font-face cocogoose *************/

@font-face {
  font-family: "Cocogoose_trial";
  src: url("../assets/lib/fonts/Cocogoose_trial.otf");
  src: url("../assets/lib/fonts/Cocogoose_triald41dd41d.otf?#iefix") format("embedded-opentype"),
    url("../assets/lib/fonts/Cocogoose_trial.otf") format("otf"), url("../assets/lib/fonts/Cocogoose_trial.otf") format("woff"),
    url("../assets/lib/fonts/Cocogoose_trial.otf") format("truetype"),
    url("../assets/lib/fonts/Cocogoose_trial.html#svgFontName") format("svg");
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ce041a;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

.quickform{
  position: fixed;
bottom: 0;
right: 0;
color: #ffffff;
z-index: 99;
}

.quickform a{
  background: #e50914;
  padding: 15px 35px;
  border-radius: 6px;
}
.quickform a img{margin-bottom: 5px;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.top-menu{background: #282828;}
.top-menu .container{padding: 6px 0px !important;}

.top-menu span{font-weight: 500; padding-right: 1px; display: inline-block; color: #ffffff; font-size: 14px;}
.top-menu span .fa{font-size: 14px; padding: 0px 4px 0px 0px;color: #ffffff;}
.top-menu a.consale{font-size: 14px; font-weight: 500;color: #ffffff;}
.top-menu a.tpmail{color: #ffffff; font-size: 14px; font-weight: 500;}
.top-menu .fa{font-size: 14px; padding: 0px 6px;}
.top-menu .pr{padding-right:0px;}

.top-menu ul{margin:0px; padding:0px; list-style: none;}
.top-menu ul li{display: inline-block; padding-left: 15px;}
.mob-ss-li a{font-size: 18px !important;}
.btn-callback{display: block;padding: 4px 6px;background: #ce041a;color: #fff;font-size: 16px;border-radius: 6px;margin-left: -7px;}
.btn-callback:hover{background:#e2041d; color:#ffffff;}


.btn-req-callback{display: block; padding: 4px 10px; background: #ce041a; color: #fff; font-size: 16px; border-radius: 2px; border:none;}
.btn-req-callback:hover{background:#e2041d; color:#ffffff;}


.btn-contact-call{display: inline-block; padding: 6px 14px; background: #ce041a; color: #fff; font-size: 18px; border-radius: 2px;
  border: none; width: auto; margin-top: 10px; text-transform: uppercase;}
.btn-contact-call:hover{background:#e2041d; color:#ffffff;}

#header {
  height: auto;
  background-color: #000;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 0;
  position: fixed !important;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
header.small-header {
  background-color: #fff;
  height: auto; !important;
  padding: 0px 0 !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25) !important;
}
header.small-header .separator {
  opacity: 0;
}
.index .logo h1 span {
  color: #fff;
  font-size: 37.5px;
  display: none;
  font-weight: 400;
}
.small-header .logo h1 span,
.logo h1 span {
  color: #333;
  font-size: 37.5px;
  font-weight: 400;
}
.small-header .logo h1 {
  padding-top: 0;
  margin-top: 0px;
}
.separator {
  background-color: #fff;
  width: 100%;
  height: 1px;
  opacity: 0.3;
}
#header .container {
  padding-top: 0.6rem;
}
div#myCarousel {
  /*height: 100vh;*/
  overflow: hidden;
}
.pd-1 {
  padding-bottom: 1.1rem;
}

.findform{padding: 40px 0px; background: #ce041a;}

.findform h1{color: #fff; font-size: 30px; padding-bottom: 30px; margin: 0px;}

.form-control-h{height: 40px; padding: 6px 15px;
    border-radius: 2px;
    outline: none;
    border: none;
    background: #F6F7F9;
    color: #656565;
    font-size: 14px;
    width: 100%;
    box-shadow: none;
}

.btn-submit{height: 40px; padding: 6px 40px; border-radius: 2px; outline: none; border: none; background: #222222;
    color: white; font-size: 20px;}
.btn-submit:hover{background:#000000;}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #ffffff;
  padding: 16px 10px;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  text-transform: unset;
  font-weight: 500;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ffffff;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0; border-radius: 2px;
  top: calc(100% - 30px);
  z-index: 99;
  display: none;
  visibility: hidden;
  padding-top: 10px;
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 1s;
}
.menu-ul-1 {
  display: block;
  position: absolute;
  left: -63% !important;
  top: calc(100% - 30px);
  z-index: 99;
}
.menu-ul-2 {
  display: block;
  position: absolute;
  left: -25% !important;
  top: calc(100% - 30px);
  z-index: 99;
}
.menu-ul-3 {
  display: block;
  position: absolute;
  left: -18% !important;
  top: calc(100% - 30px);
  z-index: 99;
}
.menu-ul-4 {
  display: block;
  position: absolute;
  left: -18% !important;
  top: calc(100% - 30px);
  z-index: 99;
}

.main-nav .drop-down:hover > ul {
  display: block;
  top: 100%;
  visibility: visible;
  transition: ease all 1s;
}

.main-nav .drop-down li {
  min-width: 400px;
  position: relative;
}

.main-nav .drop-down ul a {
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #424242;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #000;
  opacity: 0.7;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left:3px;
  font-size: 20px;
  position: relative;
  top: 3px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections slider
--------------------------------*/

.carousel-inner img {
  width: 100%;
  object-fit: cover;
}

/* Sections service-framework
--------------------------------*/

h2.head2 {
  color: #101010;
  font-size: 30px;
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: "Roboto";
  text-align: center;
}
h2.head6 {
  color: #101010;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
  font-family: "Roboto";
}
.row-centered {
  text-align: center;
  /*padding-top: 6rem;*/
}
.col-centered {
  display: inline-block;
  float: none;
  margin-right: -4px;
}
.row.row-centered p {
  font-size: 16px;
  color: #696969;
  padding-left: 7rem;
  padding-right: 7rem;
  text-align: center;
  margin-bottom: 30px;
}
.bg-img {
  background-image: url(../assets/img/images/ellipse.png);
  height: 75vh;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  background-size: contain;
}
.head3 {
  display: block;
  font-size: 30px;
  color: #424242;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 3.5rem;
  font-family: "Roboto";
}

.ourpro-head3 {
  display: block;
  font-size: 30px;
  color: #424242;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 3.5rem;
  font-family: "Roboto";
  text-align: left !important;
  position: relative;
}

.ourpro-head3:before{content: '';
    position: absolute;
    background-color: red;
    width: 12%;
    height: 3px;
    bottom: -4px;
    left: 0%;}



.smartcity-head3 {
  display: block;
  font-size: 30px;
  color: #424242;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 3.5rem;
  font-family: "Roboto";
  text-align: left !important;
  position: relative;
}

.smartcity-head3:before{content: '';
    position: absolute;
    background-color: red;
    width: 12%;
    height: 3px;
    bottom: -4px;
    left: 0%;}


.p-5 {
  padding: 3rem !important;
}
.head4 {
  display: block;
  font-size: 14px;
  color: #353a48;
  font-weight: 600;
}
.mid-icon-head {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  height: 300px;
  width: 300px;
}
.mid-icon-head > .tier1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.mt-4 {
  margin-top: 4rem;
}
.relative {
  position: relative;
}
.tier2 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-132%, -50%);
  text-align: right;
  display: inline-flex;
  text-align: right;
  align-items: center;
}
i.icon {
  font-size: 4.5rem;
}
i.icon.icon-crypto-market,
i.icon.icon-hyperledger {
  color: #fff;
}
.section-deeptrace {
  background-color: #f2bf22;
  margin-top: 5rem;
  padding-top: 2rem;
}
span.bg-yellow {
  background-color: #f2bf22;
  height: 80px;
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  padding: 1.3rem;
  padding-top: 1.5rem;
  text-align: center;
}
.tier3 .bg-yellow {
  width: 125px;
}
.tier3 {
  position: absolute;
  bottom: -40%;
  left: 30%;
  transform: translate(-143%, -20%);
  display: inline-flex;
  text-align: right;
  align-items: center;
}
.tier4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 165%);
  display: block;
  text-align: center;
  align-items: center;
}
.tier5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(74%, 140%);
  display: inline-flex;
  text-align: left;
  align-items: center;
}
.tier6 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(82%, -50%);
  display: inline-flex;
  text-align: left;
  align-items: center;
  width: 100%;
}
span.sp-text {
  padding: 20px;
}
.m-0{margin:0px !important}

.mb-15px {margin-bottom: 15px;}

.mb-80px {margin-bottom: 80px;}

.p-0 {
  padding: 0 !important;
}
.tier3 .bg-yellow,
.tier5 .bg-yellow {
  background-color: #262626;
}
.mt-10 {
  margin-top: 10.5rem;
}
button.btn.myBtn {
  background-color: #f2bf22;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  outline: unset;
  font-weight: 600;
}
.main-bg {
  background-image: url(../assets/img/images/first-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 140vh;
}
.tier3 .icon {
  color: #fff;
}
span.block + .sp-text {
  font-size: 14px;
  color: #696969;
  padding: 3px;
  padding-top: 5px;
}
.service-btn[aria-expanded="false"]:before {
  content: " Show Services > ";
}

span.bg-icon + span.block {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-weight: 700;
}
.service-btn[aria-expanded="true"]:before {
  content: " Hide Services > ";
}
/* Sections deeptrace
--------------------------------*/

.f-10 {
  font-size: 10px;
}
.first-sec img {
  width: 100px;
}
.mt-6 {
  margin-top: 5rem;
}
.second-sec {
  background-color: white;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  margin: 4rem;
  border-radius: 10px;
  height: 170px;
  width: 248px;
  padding: 5rem 2rem;
  text-align: center;
}
.first-sec {
  position: absolute;
  left: 50%;
  transform: translate(-60%, -17%);
}
.second-sec p {
  font-size: 16px;
  color: #424242;
  font-weight: 700;
}
.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.block {
  display: block;
}
.percent-sec span:first-child {
  font-size: 41px;
  font-family: "Roboto";
  color: #fff;
  font-weight: normal;
}

.percent-sec1 span:first-child {
  font-size: 41px;
  font-family: "Roboto";
  color: #fff;
  font-weight: normal;
}

.per-text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.bg-y-b {
  background-color: #524727;
  padding: 1rem;
}
.bg-black {
  background-color: #292929;
  padding: 1rem;
}
.head3 + p {
  color: #696969;
  font-size: 16px;
  text-align: justify;
}
ul {
  list-style-type: none;
  padding-left: 0px;
}
.ul-col {
  column-count: 2;
}
ul.ul-col li {
  display: inline-flex;
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  color: #696969;
}

ul.ul-col li i{line-height: 32px; margin-right: 5px;}

ul.ul-col li span:first-child {
  margin-right: 10px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.p-2 {
  padding: 2rem;
}

/* Sections parallax-section
--------------------------------*/

.scrollmagic-container {
  height: 100vh;
  display: flex;
}
.scrollmagic-container .left-panels,
.scrollmagic-container .right-panels {
  margin: 0;
  padding: 0;
  width: 50%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.auto-abs {
  position: absolute;
  bottom: 0%;
  left: 10%;
  right: 10%;
  top:50%;
}
.auto-abs .head3 {
  color: #fff;
}
.bg-automobile {
  background-image: url(../assets/img/images/Hospitality.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  height: 80vh;
  width: 100%;
}
.scrollmagic-container .left-panels li,
.scrollmagic-container .right-panels li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 40px;
  transform: translateY(100%);
}
.scroll-section {
  padding: 7rem;
}
.scroll-section img {
  width: 70%;
}
.scrollmagic-container .left-panels li:nth-child(1),
.scrollmagic-container .right-panels li:nth-child(1) {
  background-color: #dde9ff;
  transform: translateY(0);
}
.scrollmagic-container .left-panels li:nth-child(2),
.scrollmagic-container .right-panels li:nth-child(2) {
  background-color: #6458d5;
}
.scrollmagic-container .left-panels li:nth-child(3),
.scrollmagic-container .right-panels li:nth-child(3) {
  background-color: #d3d3d3;
}
.scrollmagic-container .left-panels li:nth-child(4),
.scrollmagic-container .right-panels li:nth-child(4) {
  background-color: pink;
}
.scrollmagic-container .left-panels li:nth-child(5),
.scrollmagic-container .right-panels li:nth-child(5) {
  /* background-color: red; */
}
.scrollmagic-container .right-panels {
  margin-left: auto;
}
.scrollmagic-container .right-panels li:nth-child(1) {
   background-color: #77018a; 
}
.scrollmagic-container .right-panels li:nth-child(2) {
  background-color: #d3d3d3;
}
.scrollmagic-container .right-panels li:nth-child(3) {
  background-color: #d95151;
}
.scrollmagic-container .right-panels li:nth-child(4) {
  background-color: black;
}
.scrollmagic-container .right-panels li:nth-child(5) {
  background-color: pink;
}
li#left-panel-2 .head3,
li#left-panel-2 p {
  color: #fff;
}
#right-panel-1 p,
#right-panel-3 p,
#right-panel-3 .head3 {
  color: #fff;
}
.read-more {
  color: #244dee;
}

/* Sections blockchain-grid-section
--------------------------------*/

.grid-content h2 {
  color: #3a3f4e;
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.grid-content p {
  color: #9096a9;
  font-size: 18px;
  margin-bottom: 15px;
}
.grid-img img {
  width: 100%;
  object-fit: cover;
}
.grid-layout {
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 6px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.two-grid-box .grid-content p {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 0;
}
.two-grid-box .grid-content p::before {
  content: "...";
  float: right;
  margin-top: 1.5em;
}
.two-grid-box .grid-img img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}
.mt-2 {
  margin-top: 1.7rem;
}
.clearfix.grid-content {
  padding: 3rem;
  padding-top: 0rem;
}
.grid-img img {
  height: 280px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.single-grid .grid-img img {
  height: 153px;
}
.upper-text-grid h3 {
  font-size: 22px;
  color: #fff;
}
.upper-text-grid p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 1rem;
}
.upper-text-grid {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}

/* Sections partner-section
--------------------------------*/

.partner-section {
  background-color: #f5f5f5;
}
.partner-section p {
  font-size: 16px;
  margin-top: 1rem;
  color: #424242;
}
.w-100 {
  width: 100%;
}
.partner-logo img {
  padding: 0;
  object-fit: contain;
  height: auto;
}
.float-left {
  float: left;
  margin-left:-75px;
}
.float-right {
  float: right;
}
.logo h1 {
  padding-top: 0;
  margin: 0px 0px 6px 0px;
}
.add-value {
  overflow: hidden;
}
.mt-8 {
  margin-top: 8rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.pl-0 {
  padding-left: 0 !important;
}
.p-4 {
  padding: 2rem;
}
.mb-5 {
  margin-bottom: 20px;
}
.second-sec p {
  margin-top: 3rem;
  padding: 1rem;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
@media (max-width: 990px) {
  .scroll-section {
    padding: 2rem;
  }
}
.percent-project {
  text-align: center;
  font-size: 55.5px;
  color: #424242;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
}
blockquote p {
  color: #9096a9;
  font-size: 14px !important;
  text-align: left;
}
.quote {
  color: rgba(0, 0, 0, 0.1);
  text-align: left;
  margin-bottom: 0;
  padding: 2rem;
  font-size: 10px;
  padding-bottom: 0;
}
i.fa.fa-quote-left {
  color: #f2bf22;
}
section#carousel {
  padding: 2rem;
}
/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #f2bf22;
  border: 3px solid #f2bf22;
}
#fade-quote-carousel.carousel .carousel-indicators > li.active {
  background-color: #fff;
  border: 2px solid #f2bf22;
}
.profile-circle {
  background-color: rgba(145, 169, 216, 0.2);
}
#fade-quote-carousel blockquote {
  text-align: center;
  border: none;
}
#fade-quote-carousel .profile-circle {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100px;
  overflow: hidden;
}
.review-carousal {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 6px;
  margin-bottom: 1rem;
  overflow: hidden;
  position: absolute;
}
.test-name {
  font-size: 30px;
  color: #424242;
}
.test-company {
  font-size: 16px;
  color: #696969;
}
.testimonial {
  display: inline-flex;
  width: 100%;
  align-items: center;
}
.abs-media {
  position: absolute;
  width: 100%;
  left: 0;
}
ul.media-ul {
  display: inline-flex;
  align-items: center;
}
ul.media-ul li {
  padding-right: 4rem;
}
ul.media-ul li img {
  width: 85%;
}
.mt-14 {
  margin-top: 24rem;
}
.media-mention.relative {
  height: 35vh;
}
.tech-expert {
  background-color: #f5f5f5;
}
.tech-expert p {
  font-size: 18px;
  color: #262626;
  padding-right: 2rem;
}

.expert-logo span.block {
  font-size: 16px !important;
  color: #696969;
  margin-top: 15px;
  margin-bottom: 15px;
}
.expert-logo {
  display: inline-flex;
  column-count: 8;
}
.expert-logo li {
  text-align: center;
  padding-right: 2.6rem;
}
.expert-logo li img {
  width: 75%;
  height: 60px;
}
.box-modal {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  border-radius: 6px;
  margin-bottom: 1rem;
  overflow: hidden;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 3rem;
}
.speak-img img {
  width: 50px;
  margin-bottom: 2rem;
  margin-top: 3rem;
}
.speak-img span.block {
  color: #696969;
  font-size: 16px !important;
}

/*-------------------------------*/
/*    documents   */
/*-------------------------------*/

.w-75 {
  width: 75%;
}
.docs p {
  color: #9096a9;
  font-size: 18px;
}
ul.doc-ul li span:nth-child(2) {
  color: #9096a9;
  font-size: 20px;
  margin-left: 2rem;
}
ul.doc-ul li {
  line-height: 30px;
}
ul.doc-ul li {
  line-height: 5.5rem;
  /* display: inline-flex; */
}
i.icon.icon-cloud-computing {
  color: #395ef0;
  font-size: 45px;
}
.form-inline .form-control {
  width: 100%;
}
input.form-control {
  border: 1px solid #b9b9b9;
  box-shadow: unset;
  padding: 25px 10px;
  box-shadow: 0px 0px 6px #e3e3e3;
  margin-bottom: 15px;
}

input[placeholder] {
  color: #9096a9;
  font-size: 13px;
}

.con-btn-sub{    background: #d10d0d;
    border: none;
    padding: 5px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 6px;}
.con-btn-sub:hover{background: #db0909;}

select.form-control {
  border: 1px solid #b9b9b9;
  box-shadow: unset;
  height: 42px;
    color: #9096a9;
    box-shadow: 0px 0px 6px #e3e3e3;
}
.form-control:focus {
  border-color: #0000004a !important;
  outline: 0;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.mt-3 {
  margin-top: 3.5rem;
}
.mt-33 {
  margin-top: 3.1rem;
}
.form-group textarea,
.form-group textarea:focus {
  width: 100%;
  height: 200px;
  padding: 1.5rem;
  border: 1px solid #b9b9b9;
  box-shadow: 0px 0px 6px #e3e3e3;
}
.form-group textarea[placeholder] {
  color: #9096a9;
  font-size: 13px;
}
.submit-btn {
  width: 250px;
  font-weight: 600;
}



.modal-body form{
  background: rgb(247, 247, 247);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 #0000003d;
}

.phonegroup{
  display:flex;
  justify-content:start;
}

.phonegroup select{
  width: 10%;
    padding: 5px 0;
    height: 36px;
    margin-right: 5px;
}


/**
------------founder ---------------***/

.founder {
  background-color: #262626;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.founder p {
  font-size: 16px;
  color: #aeb2c0;
  line-height: 26px;
}
.founder .head6 {
  color: #fff;
}
ul.social-ul {
  display: inline-flex;
}
ul.social-ul li img {
  width: 40px;
  margin-right: 1rem;
}
.connect {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
.ph-em span {
  color: #9096a9;
  font-size: 16px;
}
.choose-team p {
  color: #696969;
  font-size: 16px;
}
.choose-team span:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
  padding-left: 2rem;
  text-align: left;
  line-height: 24px;
  padding-right: 2rem;
  color: #424242;
}

.display-flex {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.choose-team .box-modal span {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  line-height: 24px;
  color: #424242;
}
.choose-team .box-modal {
  height: 35vh;
}

/**
------------footer ---------------***/
.foot-bg-black1 {
  background-color: #262626;
}
.foot-bg {
  background-color: #262626;
}
footer {
  /* background-color: #262626; */
  width: 100%;
  overflow-x: hidden;
  /*background-image: url(../img/images/footer-bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;*/
}
footer p {
  color: #fff;
  font-size: 18px;
  margin-top: 2rem;
}
footer span.block {
  color: #fff;
  font-size: 14px;
  margin-top: 2rem;
}
footer span.block:nth-child(2) {
  margin-top: 1rem;
}
footer span.icon.icon-corum8 {
  color: #fff;
  display: block;
}
p.address {
  color: #fff;
  font-size: 14px;
  margin-top: 2rem;
  line-height: 28px;
}
.head7 {
  color: #353a48;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 27px;
}
.head7 span {
  color: #353a48;
  font-size: 16px;
  font-weight: 600;
}
.subscribe p {
  font-size: 18px;
  color: #9096a9;
  margin-top: 2.5rem;
}
.subscribe .in-f {
  display: inline-flex;
}
.subscribe .form-group button.btn {
  border-radius: 0px 5px 5px 0px;
  width: 55px;
}
.subscribe .form-group input {
  border-radius: 5px 0px 0px 5px;
}
.subscribe.box-modal {
  margin-top: 0;
  margin-bottom: 0;
}
.foot-link ul {
  margin-bottom: 60px;
}
.foot-link{
  margin-bottom: 0px;
}
.foot-link h4 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1rem;
}
.foot-link ul li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 26px;
}
.foot-link ul li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 26px;
}
.foot-link-address {
  margin-bottom: 70px;
}

.foot-link-address h4 {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1rem;
}

.foot-link-address ul li {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 20px;
}

.foot-bg-black {
  background-color: #1e1e1e;
  padding: 10px;
}
.foot-bg-black .mt-25 {
    margin-top: 8px;
}

ul.foot-link-bot {
  display: inline-flex;
}
ul.foot-link-bot li a {
  padding-right: 2rem;
  font-size: 13px;
  color: #fff;
}
.copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}
.percent-sec span.counter:after {
  content: "+";
}

.percent-sec1 span.counter:after {
  content: "%";
}

.active_slide span.counter:after {
  content: "%+";
}
#myCarousel .carousel-inner {
 /* height: 100vh !important;*/
  background-color: #000;
}
#myCarousel .carousel-indicators {
  position: absolute;
  bottom: 10px;
  right: 10%;
  z-index: 15;
  width: 75%;
  /*padding-left: 0;
  margin-left: -30%;*/
  text-align: right;
  list-style: none;
}
a .btn.myBtn {
  color: #333;
}
.c-brown {
  color: #da9e49;
}
.slider_content .inline-flex {
  display: inline-flex;
  width: 100%;
}
.mt-25 {
  margin-top: 1.5rem;
}
.right-status img {
  width: 55px;
}

.ml-1.right-status.pull-right {
  margin-top: -4%;
}
.right-status .col-xs-12 {
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding-bottom: 15px;
}
.right-status h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.right-status i.fa.fa-check-circle,
.right-status .fa-spinner {
  color: #dd8f46;
}
.right-status .row span:nth-child(2) {
  font-size: 13px;
  color: #fff;
  margin-left: 7px;
}
.right-status span.counter {
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 11px;
}
.ppl {
  font-size: 18px;
  color: #696969;
  padding-left: 7rem;
  padding-right: 7rem;
  text-align: center;
  margin-bottom: 10px;
}

/**********  ------------

hyperledger

-------------- ********/

.bg-grey {
  background-color: #ededed;
}
.w-60 {
  width: 60px;
}
.hyperledger > div.mt-6.pt-5 {
  margin-top: 13rem;
  margin-bottom: 2.5rem;
}
.hyper-head {
  font-size: 35px;
  color: #2c2331;
  font-weight: 100;
  font-family: "Roboto";
  line-height: 49px;
}
.ban-hyper {
  position: absolute;
  top: 50%;
  left: 42.5%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.hyperledger p {
  font-size: 18px;
}
/* .h-395 {
  position: relative;
  height: 395px;
  background-color: #262626;
  margin-bottom:15px;
} */
.ban-hyper .hyper-head {
  color: #fff;
}
.hyperledger span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 0;
  line-height: 23px;
}
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #333;
  top: 11%;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  height: 75.5%;
}

/* Container around content */
.time-design {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.time-design::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -4px;
  background-color: #f0be23;
  top: 44%;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -11px;
}

/* The actual content */
.content {
  padding: 0px;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .time-design {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .time-design::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
.timeline p.sp-text {
  margin-bottom: 0;
  padding-bottom: 0px !important;
  padding-top: 0 !important;
}
.timeline ul {
  list-style-type: disc;
  padding-left: 0px;
  line-height: 23px;
  margin-top: 5px;
}
.timeline ul li {
  position: relative;
  display: block;
}
.timeline ul li span {
  font-size: 35px;
  margin-right: 10px;
}
span.bg-icon .icon {
  font-size: 60px;
}
.time-design.left .content {
  text-align: right;
}
.time-design.left .content span.block + .sp-text {
  text-align: right;
  padding-right: 0rem;
}
.principal-uses span.icon {
  font-size: 50px;
}
.principal-uses span.bg-icon + span.block {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 4rem;
  font-weight: 700;
}
.main-nav.small-header ul li a {
  color: #262a2d !important;
  transition: 1s ease;
}
header.small-header1 ul li a {
  color: #ffffff !important;
  transition: 1s ease;
}

.inner-main-container header ul li a {
  color: #2c2331 !important;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.6s cubic-bezier(0.4, 0.25, 0, 1);
  transition: all 0.6 cubic-bezier(0.4, 0.25, 0, 1);
  transform-origin: top;
}
.eth span.bg-icon + span.block {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.eth-second span.block {
  font-size: 20px;
  padding-top: 0;
  padding-bottom: 5px;
  font-weight: 700;
  margin-top: -7px;
}
.eth-second span.bg-icon .icon {
  font-size: 70px;
}
.section-deeptrace {
  background-color: #f2bf22;
  margin-top: 5rem;
  padding-top: 2rem;
  overflow-x: hidden;
  overflow-y: hidden;
}
.d-lg-none {
  display: none;
}

/*********** smart-contract *****************/

.h-40vh {
  height: 40vh;
}

.h-100vh {
  height: 55vh;
}
.smart-contract .ban-hyper .hyper-head {
  font-size: 65px;
  color: #2c2331;
  font-weight: 100;
  font-family: "Cocogoose_trial";
  line-height: 65px;
  color: #6378f7 !important;
}
.abs-img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10%, 30%);
}
.smart-contract span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 0;
}
.eth span.block {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}
.smart-contract .ban-hyper p {
  color: #333;
}
footer .icon-corum8 {
  color: #fff;
}
footer {
  /* background-color: #262626; */
  width: 100%;
  overflow-x: hidden;
  /*background-image: url(../img/images/footer-bg.png);*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.ethereum footer {
  background-color: #ededed;
}
.s-c-bgethe {
  background-image: url("../assets/img/images/smart-contract-ethereum.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bghyper {
  background-image: url("../assets/img/images/hyperledger.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bgic-markt {
  background-image: url("../assets/img/images/ico-sto-marketing-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bgservices {
  background-image: url("../assets/img/images/service4-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.color-black {
  color: #333 !important;
}
/* .hyperledger .ban-hyper {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: #fff;
} */
.color-puple-eth {
  color: #754bec !important;
}

/****************wallet-app*************/

.bg-black {
  background-color: #262626;
}
.bg-black .hyper-head {
  font-size: 35px;
  color: #fff;
  font-weight: 100;
  font-family: "Cocogoose_trial";
  line-height: 49px;
}
.bg-black .eth span.block {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  color: #fff;
}
.bg-black span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 0;
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 15px;
}
ul.bg-black-ul li {
  color: #fff;
  line-height: 26px;
  font-size: 16px;
}
i.fa.fa-angle-right {
  padding-right: 8px;
  font-weight: bold;
}
.bit-icon img {
  width: 35px;
}
ul.last-ul-bit li {
  line-height: 35px;
  font-size: 16px;
}
.smart-contract p {
  font-size: 16px;
}
.main-bg .head3 {
  display: block;
  font-size: 22px;
  color: #353a48;
  font-weight: 100;
  margin-bottom: 0rem;
  line-height: 3.5rem;
  font-family: "Cocogoose_trial";
}
.s-c-bg {
  background-image: url("../assets/img/images/smart-contract-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.docs {
  margin-top: 10%;
}
.mmn {
  position: absolute;
  right: 0;
}
.partner-logo img.owl-lazy {
  width: 100% !important;
}
.owl-dots {
  text-align: center;
  padding-top: 2rem;
}
.owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc !important;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000 !important;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.logo-c-color {
  width: 180px;
 /* background-color: #ffffff;*/
  border-radius: 3px;
  padding-bottom: 0px;
  height:70px;
}
.index .icon-corum8 {
  display: none;
}
.index .small-header .icon-corum8 {
  display: block !important;
}
.index .logo-c-color {
  display: block;
}
.section-deeptrace .icon-corum8 {
  display: inherit;
}
.index .small-header .logo-c-color {
  display: block;
}
.bg-white {
  background-color: #fff;
}
.owl-carousel .owl-item img.owl-lazy {
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  border: 1px solid #eee;
}
.sm-b .smart-contract .ban-hyper .hyper-head {
  font-size: 55px;
  color: #2c2331;
  font-weight: 100;
  font-family: "Cocogoose_trial";
  line-height: 65px;
  color: #287cbc !important;
}

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /*padding: 5px;*/
}

/********************contact-us*************************/

.contact-bg {
  background-image: url(../assets/img/images/contact-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: inherit;
  height: 120vh;
}
.contact-bg .hyper-head {
  color: #fff;
}
.contact-bg h3 {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.contact-bg h4::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #f2c03b;
  background-color: #f2c03b;
  width: 15%;
  height: 4px;
  left: 0;
  bottom: 0;
}
.contact-bg p {
  color: #fff;
  font-size: 14px;
}
.contact-bg h4 {
  font-size: 22px;
  font-family: "Roboto";
  font-weight: normal;
  padding-bottom: 20px;
  position: relative;
}
ul.add-status li {
  color: #fff;
  font-size: 14px;
  line-height: 35px;
}
ul.add-status li span img {
  width: 22px;
  margin-right: 15px;
}
.br-right {
  border-right: 1px solid #ccc;
}
.color-b {
  color: #333 !important;
  margin-top: 5%;
}
.box-shadow {
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.mt-14 {
  margin-top: 14%;
}
.ggh .hyper-head {
  color: #333;
}
.ggh .hyper-head::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #f2c03b;
  background-color: #f2c03b;
  width: 11%;
  height: 4px;
  left: 43%;
  top: 13%;
}
.circle-c {
  background-color: #f2bf22;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  margin-bottom: 15px;
}
.circle-d {
  background-color: #4676bd;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  margin-bottom: 15px;
}
.circle-e {
  background-color: #32c17f;
  height: 130px;
  border-radius: 50%;
  width: 130px;
  margin-bottom: 15px;
}
.circle-c span,
.circle-d span,
.circle-e span {
  color: #fff;
  font-size: 35px;
  font-weight: 800;
  position: absolute;
  left: 47%;
  top: 38%;
  transform: translate(-50%, -50%);
}
.circle-c + span,
.circle-d + span,
.circle-e + span {
  font-family: "Roboto";
  font-weight: 700;
}
.map-container {
  width: 100%;
  height: 25vh;
  overflow: hidden;
}
.circle-c,
.circle-d,
.circle-e {
  cursor: pointer;
}
.datetimepicker {
  display: none;
}
.datepicker-days table {
  display: table;
  width: 100%;
}
.datepicker-days table td.day {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 0 0;
  font-size: 16px;
  width: 45px;
  height: 45px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  color: var(--text-color-level2);
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
  text-align: center;
}
.table-condensed > thead > tr > th {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
table.table-condensed thead tr:first-child {
  margin-bottom: 2rem !important;
  height: 50px;
}
table.table-condensed tr td {
  color: #00a2ff !important;
  font-weight: 600;
  cursor: pointer;
}
.cal-head {
  text-align: center;
  font-weight: normal;
  font-family: "Cocogoose_trial";
  font-size: 16px;
}
table.table-condensed tr td.active {
  background: #eee !important;
}
.cal-head {
  display: none;
}
.timepicker {
  display: none;
}
.spot-list {
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spot-list .spot {
  margin-bottom: 10px;
  font-size: 16px;
}
.spot-list .spot {
  margin-bottom: 10px;
  font-size: 16px;
}
.spot-list .spot.is-available .time-button,
.spot-list .spot.is-available .confirm-button {
  height: 52px;
}

.spot-list .time-button {
  vertical-align: top;
  width: 100%;
  border: 1px solid #f2bf22 !important;
  color: #000;
}
.spot-list .time-button,
.spot-list .confirm-button {
  padding: 13px 10px;
  border: none;
  background-color: transparent;
  border-radius: 4px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  transition-property: width, transform;
}
.spot-list .spot.is-available .time-button-title {
  line-height: 10px;
}
.spot-list .confirm-button {
  line-height: 24px;
  margin-left: 3%;
  width: 46.5%;
  background-color: #f2bf22;
  color: #000;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  transform: translateX(0px);
}
.timepicker {
  max-height: 350px;
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
.time-button {
  width: 100%;
}
.time-button.submit-btn {
  width: 48.5%;
  transition: 0.5s width;
}
.datepicker-inline {
  width: 100% !important;
}
.has-shrinkable-items {
  display: none;
}
.details {
  font-size: 14px;
  font-weight: normal;
  font-family: "Cocogoose_trial";
  color: #4d505599;
  line-height: 26px;
}
.details-item.active {
  display: block;
}
.details-item {
  display: none;
}

/*********mobile-dev-app**********/

.s-c-bg1 {
  height: 100vh;
  background-color: #5674b9;
}
h1.c-w {
  color: #ffffff !important;
}
.s-c-bg1 p {
  color: #fff !important;
}
.mob-dev span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 3rem;
  margin: 0;
  height: 20vh;
}
.mob-dev .box-shadow {
  padding: 3rem;
  margin-bottom: 3rem;
}
.mob-dev .eth span.block {
  font-size: 18px;
  padding-top: 1px;
  padding-bottom: 10px;
  font-weight: 700;
}
.box-border {
  border: 1px solid #5674b9;
  padding: 3rem;
  height: 25vh;
  padding-top: 5.5rem;
  background-color: #fff;
  border-radius: 4px;
}
.box-border span.bg-icon {
  height: 100px;
  width: 100px;
  border: 1px solid #5674b9;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: white;
}
.mb-bg {
  background-color: #d0d0d085;
}

.box-border span.icon {
  line-height: 9.5rem;
  font-size: 50px;
  color: #5674b9;
}
.mob-dev header .logo h1 span {
  color: #fff;
}
.mob-dev header.small-header ul li a,
.mob-dev header ul .drop-down li a {
  color: #2c2331 !important;
}
.mob-dev header ul li a {
  color: #fff !important;
}

.mob-dev header.small-header .logo h1 span {
  color: #333 !important;
}

/*************************ico-app-development************************/

.box-border-ico {
  border: 1px solid #5674b9;
  padding: 2rem;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 3rem;
  padding-left: 10rem;
}
.box-border-ico span.bg-icon .icon {
  font-size: 55px;
  line-height: 9rem;
  margin-left: 2rem;
}
.box-border-ico .icon {
  color: #5674b9;
}
.b-icon .icon {
  color: #5874b9;
  font-size: 40px;
  margin-left: 1.9rem !important;
  line-height: 7.5rem !important;
}
.box-border-ico .bg-icon {
  height: 100px;
  width: 100px;
  border: 1px solid #5674b9;
  position: absolute;
  top: 46%;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: white;
}
.ico-dev span.block + .sp-text {
  font-size: 16px;
  color: #696969;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
  margin: 0;
  padding-bottom: 1rem;
}
.bg-blue {
  background-color: #4273d4;
}
.color-white {
  color: #fff !important;
}
.ico-dev .box-shadow {
  padding: 3rem;
}
ul.mob-dev-ul span.bg-icon {
  height: 80px;
  width: 80px;
  border: 1px solid #5674b9;
  border-radius: 50%;
  position: absolute;
  background-color: white;
}
ul.mob-dev-ul span.bg-icon .icon {
  font-size: 45px;
  margin-left: 2rem;
  line-height: 8rem;
}
ul.mob-dev-ul span.block {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 2px;
  font-weight: 700;
}
ul.mob-dev-ul span.block + .sp-text {
  height: 15vh;
  padding-left: 0;
}
.token-dev span.block + .sp-text {
  height: auto;
  padding-left: 0;
}

/**********white-paper-dev************/

.color-or {
  color: #f99740 !important;
}
.white-dev .ban-hyper {
  position: absolute;
  top: 50%;
  left: 51%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.s-c-bgw {
  background-image: url("../assets/img/images/vector-smart.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.s-c-bgb {
  background-image: url("../assets/img/images/web-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.white-dev .mb-3 {
  margin-bottom: 4rem;
}
.w-eth span.block {
  font-size: 18px;
  padding-top: 3px;
  padding-bottom: 10px;
  font-weight: 700;
}
.s-c-bgb .ban-hyper p {
  color: #fff;
}
ul.mob-dev-ul span.block + .sp-text {
  font-size: 15px;
  line-height: 19px;
}
.sq-bg-ul .bg-icon {
  background-color: #dff3fe;
}
.sq-bg-ul .bg-icon {
  background-color: #dff3fe !important;
  border: unset !important;
  border-radius: 3px !important;
}
.sq-bg-ull .bg-icon {
  background-color: #dff3fe !important;
  border: 1px solid #8dd4fd !important;
}

/************cryptocurrency exchange**************/

.cryto-dev .ban-hyper {
  left: 0;
  position: relative;
  transform: unset;
  top: 30%;
}
.crpt-e .box-border span.icon {
  margin-left: 22%;
}
.crpt-e .box-border {
  border: 1px solid #5674b9;
  padding: 3rem;
  height: 75vh;
  padding-top: 5.5rem;
  background-color: #fff;
  border-radius: 4px;
}
.crpt-e i.fa.fa-check {
  color: #5874b9;
}
.crpt-e span.block + .sp-text {
  line-height: 29px;
}
.crpt-e span.block + ul.sp-text {
  height: 21vh;
  line-height: 30px;
}
.crpt-e .sp-text {
  padding-left: 0 !important;
}
.crpt-e .mb-8 {
  margin-bottom: 9rem;
}
.s-c-bgcrypto {
  background-image: url("../assets/img/images/cryptocurrency-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.cryto-dev ul.sp-text li .fa {
  margin-right: 1rem;
}
.crpt-e .sp-text {
  padding-left: 0 !important;
  color: #2c2331;
}

/*******************block-chain-consultation*******************/

.color-purple {
  color: #7878a4;
}
.block-dev span.block + .sp-text {
  height: auto;
}
.block-dev ul.sp-text li {
  line-height: 29px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.block-dev ul.sp-text li .fa {
  margin-right: 1rem;
}
.s-c-bgblock {
  background-image: url("../assets/img/images/blockchain-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.block-dev .crpt-e .box-border {
  border: 1px solid #5674b9;
  padding: 3rem;
  height: 88vh;
  padding-top: 5.5rem;
  background-color: #fff;
  border-radius: 4px;
}
.h-100vh h1.hyper-head + p {
  font-weight: 600;
}
.block-dev ul.mob-dev-ul span.block + .sp-text {
  height: 23vh;
  padding-left: 0;
}
.block-dev .sq-bg-ul .bg-icon {
  background-color: #ffffff !important;
  border: unset !important;
  border-radius: 3px !important;
}
.grid-view-box span.block + .sp-text {
  height: 30vh;
}

/********************marketing-dev*******************/

.s-c-mbg {
  background-image: url("../assets/img/images/marketing-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.col-half-offset {
  margin-left: 4.166666667%;
}
.col-img img {
  width: 100%;
}
.markt-e span.block {
  padding-top: 2px;
}
.markt-ee span.block + .sp-text {
  height: auto !important;
}
.ic-neo span.bg-icon .icon {
  font-size: 40px !important;
  margin-left: 1.9rem !important;
  line-height: 7.9rem !important;
}
/**********************ico-sto- marketing***************/

.ic-st-grid span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
}
.ic-st-grid span.block {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
.ic-st-grid .box-shadow {
  padding-top: 3rem;
}
.ic-st-grid span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
  min-height: 25vh;
}
.ic-st-grid span.block + .sp-text {
  min-height: 25vh;
}
span.block + .sp-text.h-mc {
  min-height: 32vh;
}
.y-ico span.bg-icon .icon {
  font-size: 60px;
  color: #f99740;
  margin-left: 1.7rem !important;
}
.y-icob span.bg-icon .icon {
  font-size: 49px;
  color: #f99740;
}

/***************applications***************/

.s-c-bgapp {
  background-image: url("../assets/img/images/app-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  height: 100vh;
}
.app-p.ban-hyper {
  position: absolute;
  top: 50%;
  left: 53.5%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.app-box .box-shadow {
  padding: 0;
}
.app-box .box-shadow img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.app-box span.block {
  margin-top: 1.5rem;
  padding-left: 3rem;
}
img.w-50 {
  width: 70%;
}
.s-c-bgservices .ban-hyper {
  position: absolute;
  top: 50%;
  left: 34.5%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.services span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-left: 3rem;
  height: 20vh;
}
.services span.block {
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 10px;
  font-weight: 700;
}
.services .box-shadow {
  padding-top: 3rem;
}
.mob-dev .hyperledger span.block + .sp-text {
  font-size: 16px;
  color: #2c2331;
  line-height: 22px;
  padding: 3rem;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 0rem;
  margin: 0;
  height: 20vh;
}
.markt-ee span.block + .sp-text {
  height: auto !important;
  padding-left: 0;
}
.tier5 span.bg-yellow {
  width: 130px;
}
.tier5 span.bg-yellow i {
  color: #fff;
}

/*************about-us**************/

.about-us-t h4 {
  color: #3f5acf;
  margin-top: 20%;
}
.p-8 {
  padding: 15%;
}
.ab-f .connect {
  color: #3f5acf;
}
.ab-f .ph-em span {
  color: #202020;
  font-size: 16px;
}
h5.emp-name {
  color: #3f5acf;
  font-size: 20px;
  font-weight: 600;
}
.advisor-b h5.emp-name {
  color: #eb8a22;
  font-size: 20px;
  font-weight: 600;
}
span.emp-deg {
  color: #2c2331;
  font-size: 16px;
}
span.emp-exp {
  color: #77717a;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
p.emp-text {
  height: 20vh;
  margin-top: 2rem;
}
.p-box {
  border: 1px solid #5674b9;
  border-radius: 4px;
  padding: 6%;
}
span.emp-img {
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translate(-50%);
}
p.emp-text {
  height: 20vh;
}
.people-o h2.head6 {
  margin-bottom: 10rem;
}
.img-responsive1 {
  max-width: 100%;
}
.deep-img {
  width: 25%;
}
.icon-corum8 {
  display: none;
}

/* custom css start */

/* common menu css */
.inner-main-container {
  padding-left: 5%;
  margin-top: 10px;
  padding-right: 10px;
}
.innerleft {
  float: left;
  width: 15%;
}
.innerleft img {
  margin-top: 5px;
}
.innerright {
  float: left;
  width: 85%;
}
.innerright:hover {
  background-color: #eeeeee;
}

.innerright a {
  font-weight: bold !important;
}

.innerright p {
  font-size: 14px;
  color: #696969;
  font-weight: normal;
}
.sub-heading {
  position: absolute;
  left: 10px;
  font-size: 20px;
  display: none;
  top: 30px;
  left: 20px;
  font-weight: bold;
  color: #ffc400;
}
.line {
  background-color: #546e7a;
  height: 1px;
  width: 34px;
  display: none;
  float: left;
  position: absolute;
  top: 60px;
  left: 20px;
}
.main-ind {
  padding: 20px;
  width: 450px;
}

/* industry menu css */
.ind-left {
  float: left;
  width: 50%;
  padding-left: 0;
  padding-bottom: 10px;
}
.main-ind .ind-left b {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px !important;
  /* float: left; */
  width: 100%;
  display: block;
}
.main-ind .ind-left p {
  margin-bottom: 10px;
  padding-left: 10px;
}
.main-ind .ind-right b {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px !important;
  /* float: left; */
  width: 100%;
  display: block;
}
.main-ind .ind-right p {
  margin-bottom: 10px;
  padding-left: 10px;
}

/* development menu css */
.ind-right {
  float: left;
  width: 50%;
}
.clr-flx {
  height: 20px;
  display: block;
  width: 100%;
}
.contact-btn {
  margin-top: 10px;
}
.main-nav {
  margin-left: 80px;
	  margin-top: 0px;
}
.main-dev {
  padding: 20px 10px;
  width: 800px;
  padding-bottom: 20px;
}
.ind-left {
  float: left;
  width: 50%;
  padding-right: 10px;
  padding-left: 20px;
}
.main-dev .dev-left b {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px !important;
  /* float: left; */
  width: 100%;
  display: block;
}
.main-dev .dev-right b {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px !important;
  /* float: left; */
  width: 100%;
  display: block;
}
.table-view {
  width: 100%;
}
.table-view tr {
  padding: 10px;
}
.table-view td {
  padding: 10px;
  border: 1px solid #d0d0d0;
}

.sub-container {
  background-color: #000;
  color: #000;
  padding: 30px 0;
}
.sub-container .detail-box h5 {
  color: #5f5f5f;
  font-size: 18px;
  font-weight: 700;
}
.sub-container .detail-box p {
  color: #696969;
  font-size: 16px;
  margin-bottom: 10px;
}
.sub-container .detail-box a {
  color: #007db8;
  font-size: 16px;
}

.tab-container {
  padding: 50px 0;
}
.tab-container .section-headline h2 {
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  line-height: 1.2;
}
.tab-container .section-subTitle p {
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  color: #696969;
}
.sub-container .detail-box a:after {
  content: ">";
  margin-left: 3px;
  margin-right: -10px;
  display: inline-block;
  transform: scaleX(0.4);
}

.tab-container h3 {
  color: hsl(0, 0%, 0%);
  font-size: 28px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.3;
}
.tab-container ul {
  list-style: square;
  float: left;
  margin-top: 6px;
}
.tab-container ul li {
  padding-left: 16px;
  padding-right: 0;
  position: relative;
  padding-left: 0.5rem;
  padding-bottom: 0.75rem;
  color: #696969;
  line-height: 25px;
  font-size: 16px;
}
.tab-container .explore-btn {
  display: block;
  width: 100%;
  float: left;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding: 10px;
  margin-top: 15px;
  width: 70%;
  text-align: center;
}

.data-container .section-headline h2 {
  font-size: 44px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  line-height: 1.2;
}
.data-container .section-subTitle p {
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  color: #696969;
}

.data-container img {
  height: 250px;
}

.data-container .tab-box b {
  font-size: 23px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}
.data-container .tab-box ul li {
  line-height: 32px;
  font-size: 16px;
}

.analytics-container {
  padding: 20px 0;
}
.analytics-container .section-headline h2 {
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  line-height: 1.2;
  color: #424242;
}
.analytics-container .section-subTitle p {
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  color: #696969;
}
.analytics-container .tab-details b {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  color: #424242;
}
.analytics-container .tab-box img {
  width: 100%;
}
.analytics-container .tab-details p {
  font-size: 16px;
  color: #696969;
  font-weight: normal;
}
.padding-0{
  padding: 0;
}
.common-slider {
  background-image: url("../assets/img/images/land-digital-tranformation.jpg");
  background-repeat: no-repeat;
  background-position: center top -80px;
  background-size: cover;
  height: 58vh;
  padding-top: 40px;
  background-color: #020002;
}
.common-slider .ban-hyper1 {
  position: absolute;
  top: 64%;
  left: 200px;
  transform: translate(-50%, -50%);
  color: #fff;
}
.common-slider .ban-hyper2 {
  position: absolute;
  top: 50%;
  left: 155px;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #0000006b;
    padding: 0 30px;
    border-radius: 4px;
}




.contact-slider {
  background-image: url("../assets/img/images/land-digital-tranformation.jpg");
  background-repeat: no-repeat; background-position: center top -70px;
  background-size:cover; height:50vh; padding-top:40px; background-color:#020002;
}


.contact-slider .ban-hyper1 {
  position: absolute;
  top: 64%;
  left: 200px;
  transform: translate(-50%, -50%);
  color: #fff;
}
.contact-slider .ban-hyper2 {
  position: absolute;
  top: 64%;
  left: 155px;
  transform: translate(-50%, -50%);
  color: #fff;
  background: #0000001c;
    padding: 0 30px;
    border-radius: 4px;
}




.section-headline p{
  font-size: 16px;
  color: #696969;
  font-weight: normal;
}

.sp-text{
  font-size: 16px;
  color: #696969;
  font-weight: normal;
}

.common-slider .color-or1 {
  color: #ffffff !important;
}
.common-slider p {
  font-size: 16px;
  font-weight: normal !important;
}
.common-slider .hyper-head {
  font-size: 35px;
  color: #2c2331;
  font-weight: 700;
  font-family: "roboto";
  line-height: 40px;
  margin: 12px 10px;
}
.common-slider .slider-btn {
  background-color: #fbc02d;
  color: #000000;
  padding: 12px;
}
.hrms-bk-images {
  background-image: url("../assets/img/images/enterprise-hrms.jpg") !important ;
  background-size: 65% 75%;
}
.box-container {
  padding: 50px 0;
}
.box-container .section-headline h2 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  line-height: 1.2;
  color: #424242;
}
.box-container .section-subTitle p {
  line-height: 1.5;
  font-size: 18px;
  text-align: center;
  color: #696969;
}

.box-container img {
  height: 250px;
}

.box-container .tab-box .tab-box-border {
  border: 1px solid #e0e0e0;
}

.box-container .tab-box .text-center img {
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
}

.box-container .tab-box b {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
  color: #424242;
}

.box-container .tab-box ul {
  padding-left: 15px;
  padding-bottom: 15px;
  min-height:120px;
}
.box-container .tab-box ul li {
  font-size: 16px;
  color: #696969;
  font-weight: normal;
  padding-right: 10px;
  text-align: justify;
}
.page-template-skill_development .box-container .tab-box ul{
	min-height:323px;
}

.slideInUp span {
  color: #424242;
  font-size: 18px !important;
}

.common-slider-option {
  margin-top: 105px;
}
.sub-container {
  background-color: #eee;
  color: #2f2f2f;
  padding: 30px 0;
}

.background-color {
  background-color: #f6f6f6;
}
.form-container {
  background-color: #7fd0e3;
  border-radius: 3px;
  padding-bottom: 20px;
}
.form-container .form-control {
  color: #9096a9;
  font-size: 14px;
  height: 35px !important;
}
.form-container h4 {
  padding: 15px;
  text-align: center;
  font-size: 24px;
}
.form-container .form-group label {
  font-weight: normal;
  font-size: 13px;
}
.tab-control ul {
  list-style: none;
  margin-top: 33px;
}
.tab-control ul li {
  float: left;
  padding: 15px;
}
.color-bk {
  color: #23527c;
}
.tab-control ul li a {
  font-weight: bold;
  color: #23527c;
}

/* contact page css */
.contact-container h2 {
  text-align: center;
}
.location-tabs {
  margin-top: 25px;
  margin-bottom: 40px;
}
.location-tabs ul {
  list-style: none;
  float: none;
  width: 50%;
  clear: both;
  margin: 0 auto;
}
.location-tabs ul li {
  padding: 8px 25px;
  border: 1px solid #f2bf22;
  float: left;
  margin-right: 15px;
  color: #424242;
  font-size: 16px;
  font-weight: bold;
}

.address-details ul {
  list-style: none;
  line-height: 25px;
}

.address-details ul li{font-size:16px;}
.address-details ul li i{    font-size: 18px;
    height: 60px;
    float: left;
    margin-right: 7px;
    padding-top: 4px;}

.address-details b {
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
}

.contact-form-container {
  margin-top: 55px;
  padding: 31px;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.contact-form-container h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-form-container input[placeholder] {
  color: #9096a9;
  height: 45px;
  font-size: 14px;
}
.contact-form-container select {
  height: 45px;
  border: 1px solid #e1e1e1;
}
.contact-form-container #comment {
  height: 45px;
}

.contact-form-container-footer {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #5d5d5d;
  border-radius: 3px;
  position: absolute;
  /* top: -115px; */
  top: -120px;
  padding-top: 10px;
  padding-bottom: 10px;
}
style.foot-link {
  margin-bottom: 15px;
}
.contact-form-container-footer button.btn.myBtn {
  background-color: #f2bf22;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  outline: unset;
  font-weight: 600;
  width: 100%;
  padding: 12px;
  margin-top: 0px;
}

.contact-form-container-footer input[placeholder] {
  color: #9096a9;
  height: 45px;
  font-size: 14px;
  text-align: center;
}

.box-width {
  width: 20%;
  margin-bottom: 20px;
  padding: 15px;
  float: left;
}

.social-icons {
  font-size: 25px !important;
  margin-right: 15px;
  margin-top: 15px;
}


.fa-facebook {color: #0c83e9;}
.fa-twitter {color: #4da6e9;}
.fa-linkedin {color: #0085c7;}
.fa-youtube {color: #df2d28;}

.fa-facebook:hover{color: #0c83e9;opacity:0.9;}
.fa-twitter:hover{color: #4da6e9;opacity:0.9;}
.fa-linkedin:hover{color: #0085c7;opacity:0.9;}
.fa-youtube:hover{color: #df2d28;opacity:0.9;}



/* privacy policy css */
.detail-container .sp-text {
  float: left;
  font-size: 14px;
  font-family: "Roboto" !important;
  display: block;
  width: 100%;
}
.detail-container .fa-check {
  float: left;
  display: block;
  font-family: "Roboto" !important;
  margin-bottom: 15px;
  width: 100%;
}
.logo-c-color1 {
  height: 60px;
}

.fluid-container {
  padding-left: 45px;
  padding-right: 45px;
}
.mt-12{
  margin-top: 140px;
}

@media (min-width: 230px) and (max-width: 1040px) {
  .location-tabs ul {
    width: 100%;
    clear: both;
    margin: 0 auto;
  }
  .location-tabs ul li {
    margin-bottom: 15px;
    width: 100%;
  }
  .social-url {
    display: none;
  }
  .logo-c-color {
    margin-top: 15px;
  }
  .mobile-nav-toggle i {
    margin: 35px 18px 0 0 !important;
    color: #ffffff;
  }
  .box-width {
    width: 100%;
    padding-top: 0 !important;
    margin-bottom: 0;
    padding: 15px;
    float: left;
  }
  .foot-link h4 {
    margin-bottom: 5px !important;
  }
  .inner-main-container {
    padding-left: 0%;
    margin-top: 5px;
  }
  .mobile-nav {
    background: rgb(40, 38, 70);
    transition: 0.4s;
    width: 300px;
    left: -360px;
  }
  .main-dev {
    padding: 20px 10px;
    width: 100%;
    padding-bottom: 20px;
  }
  .innerright:hover {
    background-color: #1d1b31;
  }
  .innerleft {
    float: left;
    width: 20%;
  }
  .sub-heading {
    position: static;
    /* top: 70px; */
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 20px;
    padding-left: 20px;
  }
  .line {
    position: absolute;
    top: 108px;
    left: 20px;
    display: none;
  }
  footer .container.mt-4 {
    margin-top: 0;
    padding: 0;
  }
  .main-dev {
    width: 100%;
    padding-bottom: 20px;
  }
  .ind-left {
    float: left;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .ind-right {
    float: left;
    width: 100%;
  }
  .common-slider {
    background-image: url(../assets/img/images/land-digital-tranformation.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    background-color: #020002;
    height: 45vh;
    padding-top: 13px;
  }
  .common-slider .ban-hyper1 {
    position: absolute;
    top: 49%;
    transform: translate(-50%, -50%);
    color: #fff;
    left: 37%;
  }

  #header {
    height: 88px !important;
  }
  #header .float-right {
    display: none;
  }
  .tab-box {
    margin-bottom: 20px;
  }
  .analytics-container .section-headline h2 {
    font-size: 24px;
  }
  .section-headline h2 {
    font-size: 24px !important;
  }
  .bg-icon img {
    width: 20% !important;
    height: auto;
  }
  .expert-logo li img {
    width: 75%;
    height: 60px;
  }
  .box-container .tab-box .text-center img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .hyper-head {
    font-size: 20px !important;
  }
  .ban-hyper1 p {
    font-size: 16px !important;
  }
  .top-space {
    margin-top: 5px;
  }
  .box-container .tab-box .text-center img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .foot-bg-black1 {
    background-color: #262626;
    padding-top: 30px;
  }
  .fluid-container {
    padding-left: 0;
    padding-right: 0;
  }
  .foot-link-address {
    margin-bottom: 30px;
  }
  .contact-form-container-footer {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #5d5d5d;
    border-radius: 3px;
    position: inherit;
    top: 0;
    /* padding-top: 40px; */
    /* padding-bottom: 40px; */
  }
  .common-slider .ban-hyper2 {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: #fff;
  }
  .hrms-bk-images {
    background-image: none !important;
    background-size: 63% 90%;
    background-position: 435px 70px;
    background-color: #020002 !important;
}
}
@media (max-width: 992px) and (min-width: 230px) {
  .foot-bg-black1 {
    background-color: #262626;
    padding-top: 0;
  }
  .menu-ul-1 {
    display: block;
    position: inherit;
    left: initial !important;
    top: initial !important;
    z-index: 99;
  }
  .menu-ul-2 {
    display: block;
    position: inherit;
    left: initial !important;
    top: initial !important;
    z-index: 99;
  }
  .menu-ul-3 {
    display: block;
    position: inherit;
    left: initial !important;
    top: initial !important;
    z-index: 99;
  }
  .menu-ul-4 {
    display: block;
    position: inherit;
    left: initial !important;
    top: initial !important;
    z-index: 99;
  }
}

h2:not(.nobrd) {

  text-align: center;
  width: auto;
  margin: auto;
  line-height: 2;
}
h2:not(.nobrd){
  position: relative;
 margin-bottom:30px !important;
  line-height:1.2em;
  font-weight: 600;

}

/* top line */
h2:not(.nobrd)::before {
    content: '';
    position: absolute;
    background-color: red;
    width: 10%;
    height: 3px;
    top: 1.5em;
    left: 45%;
    text-align: center;
}



h2.NewPageHead:not(.nobrd) {text-align: left; width: auto; margin: auto; line-height: 2; font-size: 20px;}
h2.NewPageHead:not(.nobrd){position: relative; margin-bottom:20px !important; line-height:1.2em; font-weight: 600;}
h2.NewPageHead:not(.nobrd)::before {content: ''; position: absolute; background-color: red; width: 10%;
    height:2px; top: 1.3em; left:0%; text-align: left;}

ul.canada-list {list-style-type: disc; padding-left:30px; margin: 0 auto; color: #333;}
ul.canada-list li {margin-bottom: 4px; line-height: 1.6; font-size: 14px; list-style-type: disclosure-closed; border-radius: 10px;}

.mb-0{margin-bottom:0px}


input.btn.myBtn {
    background-color: #f2bf22;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    outline: unset;
    font-weight: 600;
}
input.wpcf7-file.form-control{padding: 5px 10px;}

.kotakbanner{
  margin: 39px 0 0 0;
    height: 423px;
    object-fit: contain;
}

.blue-btn {
    color: #fff;
    background: #006495;
    padding: 0.5em 0.7em;
    border-radius: 4px;
}



.contact-box{padding: 10px 20px;
    background: #f5f5f5; display: inline-block;
    border-radius: 4px;}


.contact-head{font-size: 30px; position: relative; padding-bottom:15px;}
.contact-head:before{content: ""; position: absolute; left:0px; bottom:12px; width:100px; background:#ff0000; height:2px;}

.add-box{background: #fff;box-shadow: none;padding: 0;margin-bottom: 20px;border-radius: 4px;}
.request-form-head{margin-bottom: 15px; background-color: #3d3d3d; border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%); padding: 10px; box-shadow: 0 1px 1px rgb(0 0 0 / 5%);}
.request-border{border-color: #ddd;}

.request-border>.request-panel-heading {color: #333;background-color: #f5f5f5;border-color: #ddd;}

.request-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.request-panel-heading h4{margin: 0px;}
.request-panel-body {padding: 2px 3px;}

.request-panel-body .form-group{margin-bottom:7px;}

.about-box{text-align: left;background: #f5f5f5;padding: 10px;}
.about-box ul{padding-left: 0px !important;padding-bottom: 0px !important;} 
.about-box-img img{margin-bottom: 0px !important;}
.our-leadership-bx{display: flex;}
.our-leadership-bx .leadership-item{padding: 20px 15px !important;background: #f5f5f5;margin: 5px;}
.our-leadership-bx .leadership-item .bg-icon img{border-radius: 50%;}
.our-leadership-bx .leadership-item .sp-text{font-size: 16px;margin-bottom: 0px;}
.choose-team{margin-top: 50px;}
.about-contact-form-box{background-color: #f5f5f5;margin-bottom: 30px;}
.contact-form-container.about-contact-form-box select{height: 50px;border: 1px solid #b9b9b9;}
.contact-form-container.about-contact-form-box .contact-btn-new{background-color: #d10d0d !important;border: none;padding: 10px 30px;font-size: 16px !important;color: #fff;border-radius: 2px;font-family: inherit;line-height: inherit;font-family: "Roboto", sans-serif !important;font-weight: 500;float: left;}
.contact-form-container.about-contact-form-box .contact-btn-new:focus, .contact-form-container.about-contact-form-box .contact-btn-new:active{outline: none;}
.contact-office-locations{background: #ce041a;padding: 50px 0;}
.contact-office-locations h2{color: #fff;}
.contact-office-locations h2:before{background-color: #fefefe;}
.contact-office-locations .location-tabs ul li{border: 1px solid #ffffff;color: #ffffff;border-radius: 2px;letter-spacing: .6px;}
.contact-office-locations .address-details b{color: #fff;}
.contact-office-locations .address-details ul li{color: #fff;}
.contact-office-locations .location-tabs ul li i{margin-right: 3px;}
.choose-team.choose-team-box{background: #f5f5f5;padding: 50px 0;}
.box-modal-main .box-modal{margin-bottom: 0rem;} 
.box-panel-3{position: absolute;top: 0;}
.box-panel-3 h2:before{top: 2.8em;}
.right-panel-3box h2.head3{display: inline-block;width: 100%;}
.right-panel-3box h2.head3:before{top: 2em;}
.p-img-box img{margin: auto;}
.ul-col-practices ul li i{color: red;}
.para-font{font-size: 18px;color:#696969;}
.ul-col-practices{margin-bottom: 10px;}
.hotal-section-bx img{width: 80%;margin: auto;}
.hotal-section-bx{position: absolute;top:-80px;padding: 7rem;}
.hotal-section-bx .head3{font-size: 26px;color: #fff;}
.para-font-16 p{font-size: 15px;height: 70px;}
.head2-competency{margin-top:30px !important;}
.main-btn-group{display: flex;flex-wrap: nowrap;justify-content: center;
    align-items: center}
.main-btn-group .btn-group-bx{margin-top: -90px;margin-left: 35px;}
.main-btn-group .btn-group-bx a{font-size: 13px;background: #566fa4;color: #fff;padding: 5px 12px;border-radius: 2px;margin-right: 5px;}
.main-btn-group{padding: 0px !important;}
.main-btn-group .view-more-btn{background: #5a5a5a !important;}
.btn-group-bx.bt-lft-second a{font-size: 13px;background: #4238a4;color: #fff;padding: 5px 12px;border-radius: 2px;margin-right: 5px;}
.btn-group-bx.bt-lft-second{margin-top: -10px;text-align: center;}
.scroll-second{position: absolute; top: 0px;}
.scroll-second .head3:before{display: none;}
.box-panel-3 .head3:before{display: none;}
.right-scroll-second .head3:before{display: none;}
.right-scroll-three .head3:before{display: none;}
.btn-group-bx.bt-lft-second .view-more-btn{background: #5a5a5a !important;}
.btn-group-bx.bt-lft-three{margin-top: -30px;
    margin-bottom: 30px;text-align: center;}
.rgt-img-pad {padding-bottom: 0px !important;}
.rgt-text-pad{padding: 0px !important;}

.right-panel-3box .scroll-section{position: absolute;top: 0px;}

.main-btn-group .btn-group-bx.bt-lft-three .contact-us-btn {background: #939393 !important;}
.btn-group-bx.right-btn-group a{font-size: 13px;background: #4238a4;color: #fff;padding: 5px 12px;border-radius: 2px;margin-right: 5px;}
.left-scroll-one{position: absolute;top: 0;}
.left-scroll-one .head3{margin-top: 0px;}
.btn-group-bx.btn-set-bx a{font-size: 13px;color: #fff;padding: 5px 12px;border-radius: 2px;
    margin-right: 5px;}
.btn-group-bx.btn-set-bx .view-more-btn{background: #5a5a5a !important;}
.btn-group-bx.btn-set-bx .contact-us-btn{background: #516999 !important;}
.btn-group-bx.btn-set-bx{text-align: center;margin-top: -35px;margin-bottom: 30px;}

.btn-group-bx.bt-lft-three a{font-size: 13px;color: #fff;padding: 5px 12px;border-radius: 2px;
    margin-right: 5px;}

.btn-group-bx.bt-lft-three .view-more-btn {
    background: #5a5a5a !important;
}

.btn-group-bx.bt-lft-three .contact-us-btn {
    background: #939393 !important;
}

.btn-group-bx.right-btn-group{text-align: center;margin-top: -10px;}
.btn-group-bx.right-btn-group .view-more-btn{background: #5a5a5a;}
.btn-group-bx.right-btn-group .contact-us-btn{background: #460351 !important;}
.right-scroll-second{position: absolute;top: -50px;}
.second-img-right img{width: 60%;margin: auto}
.right-scroll-second .btn-group-bx.right-btn-group .contact-us-btn{background: #939393 !important;}
.right-scroll-three .btn-group-bx.right-btn-group .contact-us-btn {background: #b31e1e !important;}
.leadership-item.leadership-item2{display: block;width: 100%;}
.leadership-item.leadership-item2 .left-img-bx{width: 27%;float: left;display: inherit;}
.leadership-item.leadership-item2 .right-text-bx{float: right;width: 73%;text-align: left;}
.our-row-bx{display: flow-root;}

.leadership-item.leadership-item2 .left-img-bx .bg-icon img {
    border-radius: 50%;
    height: 250px;
    padding: 12px;
    background: #d6d6d670;
    position: relative;
}


.leadership-new-bx .left-img-bx{width: 30%;float: left; }
.leadership-new-bx .left-img-bx img{max-width: 100%;}
.leadership-new-bx{padding: 0;border-bottom: 4px solid #f5f5f5;padding-bottom: 20px;}
.leadership-new-bx .right-text-bx{width: 70%;float: left;display: flow-root;margin-left: -15px;}
.leadership-new-bx .right-text-bx .block{font-size: 24px !important;padding-top: 10px;padding-bottom: 0px;font-weight: 500;
    text-align: left;}
.leadership-new-bx .right-text-bx .sp-text{font-size: 16px;margin-bottom: 0px;text-align: left;}
.leadership-new-bx .right-text-bx .block small{color: #616161;  font-size: 18px;}
.rwd-media{background: #f5f5f5;border-radius: 2px;}
.rwd-media h4{margin: 0;padding: 10px;font-size: 18px;height: 54px;display: flex;align-items: center;}
.rwd-media h4 a{    color: #000;}
.rwd-media-video{margin-bottom: 30px;}
.ban-hyper1.ban-hyper-media{background: #00000063;border-radius: 3px;top: 54%;padding: 5px 10px;}
.tab-box-media{margin-top: 30px;}
.mediaimgbox {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 2px;
}
.mediaimgbox img {
    transition: all .5s ease;
}
.mediaimgbox img {
    max-width: 100%;
    width: 100%;
    height: 300px;
}

.mediahovercontent {
    position: absolute;
    left: 30px;
    right: 15px;
    bottom: -30px;
    transition: all .5s ease;
    z-index: 9;
}
.medissmalimg .mediahovercontent p {
    width: 100%;
}
.medissmalimg .mediahovercontent p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px;
}
.mediahovercontent p a {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    display: inline-block;
}
.mediahovercontent p a i {
    margin: 0 0 0 5px;
    transition: all .5s ease;
}
.mediaimgbox:hover .mediahovercontent {
    bottom: 0px;
}
.mediaimgbox:hover img {
    transform: scale(1.2);
}
.medissmalimg .mediahovercontent p {
    font-size: 20px;
    line-height: 22px;
    color: #ffffff;
}

.mediaimgbox:before{content: '';
position: absolute;
top:0px;
right:0px;
background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 67%));
height: 100%;
width: 100%;
    z-index: 1;


}

.coming-soon-bx{text-align: center;margin-top: 70px;}
.coming-soon-bx  .error-big-text {
   position: relative;
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 1em;
    
}
.coming-soon-bx h3 {
    position: relative;
    color: #26292d;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 30px;
    font-family: 'Open Sans', sans-serif;    
    margin-top: 5px;
}
.leadership-new-bx{display: flex;flex-wrap: nowrap;align-items: center;flex-direction: row;align-content: center;
    justify-content: center;}

.case-btn-study {
    background: #d10d0d;
    border: none;
    padding: 5px 30px;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
}

.case-study-content{background: rgb(247, 247, 247);padding: 10px 30px;border-radius: 5px;box-shadow: 0 0 6px 0 #0000003d;}
.case-study-content .modal-header{padding: 0;border-bottom: none;}
.case-study-content .modal-body{padding: 0px;}

.case-study-content .modal-body form {
    background: none;
    padding: 0;
    border-radius: 5px;
    box-shadow: none;
}
.case-study-content .modal-header{margin-bottom: 10px;margin-left: -7px;}
.case-study-content  input.form-control{    padding: 20px 10px;
    box-shadow: 0px 0px 6px #e3e3e3;
    margin-bottom: 0px;}
.case-study-content .form-group{margin-bottom: 8px;padding-left: 5px;
    padding-right: 5px;}
.caseStudyModalBox .modal-dialog {width: 450px;margin: 100px auto;}

.case-study-content .modal-header .close {
    margin-top: -2px;
    margin-right: -16px;
}

.benefits-section-bx{background: #f5f5f5;padding: 40px 0;margin-top: 30px;}
.benefits-section-bx .tab-details h3{margin-bottom: 10px;margin-top: 0px;font-size: 20px;}
.some-the-payroll-bx{background: #f5f5f5;padding: 20px 0;margin-top: 30px;}
.bg-icon-box .bg-icon{background: #fff;
   
    border-radius: 50%;
    height: 80px;
    margin-bottom: 55px;
    width: 80px;
    border: 1px solid #ddd;
    display: block;
    margin: auto;
    line-height: 78px;}
    .bg-icon-box .bg-icon img{width: 40px !important;}
.bg-icon-box .block{margin-top: 5px;}
.top-menu.top-menu-new{position: relative;}
.top-menu.top-menu-new:before{position: absolute;
                              content: '';
                              width: 44%;
                              height: 100%;
                              background: #000;
                              top: 0px;
                              left: 0px;}


.top-menu.top-menu-new:after{    position: absolute;
    content: '';
    width: 50px;
    height: 43px;
    background: #000;
    top: -14px;
    left: 42%;
    transform: rotate(27deg);}                              

.logo.float-left.logo-new-pos{margin-top: -24px;}
.homefindform{background: #dde9ff;padding: 7px 0 5px 0;}
.homefindform h1 {color: #000;
    font-size: 26px;
    padding-bottom: 20px;
    margin: 0px;
    font-family: "Roboto", sans-serif;
    margin-top: 5px;}


.checkbox-form-group .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox-form-group .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 15px;
}
.checkbox-form-group .styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  background: white;
  border: 1px solid #c7c7c7;
}
.checkbox-form-group .styled-checkbox:hover + label:before {
  background: #ce041a;
}
.checkbox-form-group .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}
.checkbox-form-group .styled-checkbox:checked + label:before {
  background: #ce041a;
}
.checkbox-form-group .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox-form-group .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox-form-group .styled-checkbox:checked + label:after {
 content: "";
    position: absolute;
    left: 3px;
    top: 8px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg);
}


.checkbox-form-group .unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 82px;
}

.checkbox-form-group li {
  margin: 6px 0;
}

.number-form-group input{
    display: block;
    width: 75%;
    height: 30px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #898989;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 3px;}
.form-inline .form-group label{  font-family: "Roboto", sans-serif;
    margin-bottom: 2px;
    font-weight: 400;
    display: inline-block;
    
    font-size: 15px;
    line-height: 23px;
    color: #000000;}
.how-large-box select{
   display: block;
    width: 75%;
    height: 30px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #898989;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 3px;}
.form-group-con-input input{display: block;
    width: 100%;
    height: 30px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #898989;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 4px;}

  .form-group-con-input select{display: block;
    width: 100%;
    height: 30px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    color: #898989;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(112,112,112,0.2);
    border-radius: 6px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 3px;}  
.service-item-box .block{font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0px;
    font-weight: 700;}
.form-group.number-form-group{width: 100%;}
.form-group-bt-submit .btn-submit {
    height: 39px;
    padding: 6px 40px;
    border-radius: 6px;
    outline: none;
    border: none;
    background: #222222;
    color: white;
    font-size: 16px;
    margin-top: 52px;
}
.numbr-of-box{margin-left: -9px;}
.form-group-con-input{margin-top: 0px;}
.form-group.how-large-box label{color: #000000;}
.form-inline .form-group select option{font-size: 14px;}
.number-form-group input{margin-bottom: 10px;}

.ckeck-box-list li{display: block;margin-right: 10px;width: 48%;float: left;}
.ckeck-box-list li label{font-weight: 500;font-size: 14px;line-height: 23px;
    color: #656565;    display: flex;}
.ckeck-box-list li input[type=checkbox]{margin-right: 3px;height: 15px;width: 15px;}

.form-add-cont-bx input{padding: 18px 10px}
.form-add-cont-bx select{    height: 39px;}

.form-add-cont-bx textarea[placeholder] {
    color: #9096a9;
    font-size: 13px;
    height: 100px;
}

.checkbox-form-group .wpcf7-list-item{margin: 0 0 0 0em;}
.checkbox-form-group .wpcf7-list-item label{margin-bottom: 0px;}
.form-group.how-large-box{width: 100%;}
.form-add-cont-bx{margin-bottom: 0px;}
.form-inline-main{ margin-left: auto;
    margin-right: auto;
    display: flow-root;
    background: none;
    padding: 15px;
    border-radius: 5px;
    border: none;
    width: 100%;
    }
.pd-right{padding-right: 0px;}
.homeNewSlider{display: flow-root;margin-top: 80px;padding-bottom: 0px;padding-top: 30px;}
.homeNewSlider .column12{height: 350px;}
.ban-hyper3{position: absolute;top:40%;}
.ban-hyper3 h1{line-height: 35px; margin-bottom:0px;}

.common-slider.title-header-box10{position: relative;height: 55vh;}
.common-slider.title-header-box10:before{
    position: absolute; content: ''; width:100%; height:100%; left:0; top:0px; 
    background: -webkit-linear-gradient(110deg, #000000a1 50%, #00000054 50%);
    background: -o-linear-gradient(110deg, #000000a1 50%, #00000054 50%);
    background: -moz-linear-gradient(110deg, #000000a1 50%, #00000054 50%);
    background: linear-gradient(110deg, #000000a1 50%, #00000054 50%);
  }

.common-slider.title-header-box{position: relative;height: 45vh;}
.common-slider.title-header-box:before{
    position: absolute; content: ''; width:100%; height:100%; left:0; top:0px; 
    background: -webkit-linear-gradient(110deg, #000000a1 50%, #000000a1 50%);
    background: -o-linear-gradient(110deg, #000000a1 50%, #000000a1 50%);
    background: -moz-linear-gradient(110deg, #000000a1 50%, #000000a1 50%);
    background: linear-gradient(110deg, #000000a1 50%, #000000a1 50%);
  }

.ban-hyper3 p{color: #fff;}                     

.common-slider.title-header-box10 .hyper-head {font-size:40px; color: #2c2331; font-weight: 700;
    font-family: "roboto"; line-height: 40px; margin: 0; margin-bottom: 10px;
}

.common-slider.title-header-box10 p{font-size: 18px;}

.common-slider.title-header-box .hyper-head {font-size: 30px; color: #2c2331; font-weight: 700;
    font-family: "roboto"; line-height: 40px; margin: 0; margin-bottom: 10px;
}

.common-slider.title-header-box .h-100vh{height: 45vh;}
.common-slider.title-header-box10 .h-110vh{height: 55vh;}
.request-panel-body .wpcf7-form .wpcf7-spinner{display: none;}
.request-panel-body .wpcf7-form .wpcf7-response-output{border-color: #ffb900;color: #ffb900;}
.payrol-list-details p{font-size: 16px;color: #696969;font-weight: normal;margin-bottom: 10px;display: flex;}


.payrol-list-details p:before {
    font-size: 14px;
    content: "\f058";
    font-weight: 700;
    margin-right: 20px;
    color: red;
    font-family: 'FontAwesome';
}

.single-box-cos-bx{background: #f5f5f5;padding: 50px 0;margin-top: 30px;}
.box-padd-50{ padding: 50px 0;}
.box-padd-50 p{padding-top: 10px;line-height: 26px;}
.usp-main-item{display: flex;}
.usp-main-item .usp-item-box{background: white;
    padding: 35px 35px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 10px 50px rgb(0 0 0 / 7%);
    box-shadow: 0px 10px 50px rgb(0 0 0 / 7%);    margin-left: 15px;
    margin-right: 15px;    width: 33.3%;border-radius: 80px 10px 80px 10px;}

.feature-line {
    width: 80px;
    height: 2px;
    position: relative;
    background: #FF6600;
    margin: 10px 0 10px;
    display: inline-block;
}

.feature-line .animate-bar {
    height: 100%;
    width: 10px;
    left: -5px;
    top: 0;
    background: white;
    position: absolute;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: moveLeftRight;
    animation-name: moveLeftRight;
}

.color-two .feature-line {
    background: #2F97F7;
}
.color-three .feature-line {
    background: #12B571;
}
.usp-item-box h4{color: #000000;font-weight: 800;margin-bottom: 0;line-height: 23px;}
.usp-item-box p{line-height: 25px;font-size: 16px;}

.usp-item-box .icon-img{
    border-radius: 50%;
   
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    color: #FF6600;
    font-size: 30px;
    padding-top: 3px;
   
        width: 100px;
    height: 100px;
 
    text-align: center;}
  .usp-item-box .icon-img img{ width: 100%;}
/*.usp-item-box.color-two .icon-img{background: #2F97F71f;}
.usp-item-box.color-three .icon-img{background: #12B5711f;}*/
.main-head-box h3{margin-bottom: 0px;margin-top: 0px;font-size: 30px;color: #000;font-weight: 600;}
.main-head-box h3 span{color:#777}
.main-head-box .feature-line {
    width: 80px;
    height: 2px;
    position: relative;
    background: #FF6600;
    margin: 5px 0 5px;
    display: inline-block;
}
.main-head-box{margin-bottom: 25px;    text-align: center;}
.pdtb50{padding-top: 50px;padding-bottom: 50px;}
.content-page-box .main-head-box{text-align: left;margin-bottom: 10px;}
.content-page-box p{line-height: 25px;font-size: 16px;}
.content-page-box ul.list-offer li{line-height: 25px;font-size: 16px;position: relative;display: flex;
   margin-bottom: 10px;}

.content-page-box ul.list-offer li:before {
    font-size: 14px;
    content: "\f058";
    font-weight: 700;
    margin-right: 20px;
    color: red;
    font-family: 'FontAwesome';}

.pddding-top-btm{padding-top: 50px; padding-bottom: 50px;}
.secrtion-bg-gray{background: #f5f5f5;}
.content-page-box h4{font-weight: 600;color: #000;}
.one-side-image-bx img{max-width: 100%;}
.one-side-image-bx-bpo img{max-width: 80%;}




.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  color: #000;
  position: relative;
  background: #f5f5f5;
  margin: 0;
  padding: 15px 10px 15px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
}

.answers {
  font-weight:300;
  background: #f5f5f5;
  padding: 0px 15px;
  margin: 0px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  color:red;
  position: absolute;
  margin-left: 10px;
  margin-top: 15px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}



.cmt-row {
    padding: 80px 0;
}
.section-title.style2, .section-title.style3 {
    margin-bottom: 10px;
}
.section-title {
    position: relative;
    margin-bottom: 12px;
    margin-top: -7px;
}
.section-title.style2 .title-header {
    width: 56%;
    padding-right: 30px;
    padding-bottom: 0;
    position: relative;
}
.section-title.style2 .title-header, .section-title.style2 .title-desc, .section-title.style3 .title-header, .section-title.style3 .title-desc {
    display: table-cell;
    vertical-align: middle;
}
.section-title h3 {
    font-weight: 700;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 10px;
    position: relative;
    color: #ff382f;
}
.section-title h4.title {
   font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.section-title.style2 .title-header, .section-title.style2 .title-desc, .section-title.style3 .title-header, .section-title.style3 .title-desc {
    display: table-cell;
    vertical-align: middle;
}
.cmt-btn.btn-inline {
    text-transform: capitalize;
    padding: 0;
    border: 0;
    overflow: visible;
    font-style: italic;
    background-color: transparent;
}
.featured-icon-box.style4 {
       border: 1px solid rgba(102, 102 ,102 , 0.24);
    padding: 20px 30px;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
    height: 170px;
    background: #fff;box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
    border-radius: 16px;
}

.featured-icon-box.icon-align-before-content .featured-icon, .featured-icon-box.icon-align-before-content .featured-content, .featured-icon-box.icon-align-before-title .featured-title, .featured-icon-box.icon-align-before-title .featured-icon {
    display: table-cell;
    vertical-align: middle;
}
.cmt-icon.cmt-icon_element-onlytxt {
    height: auto;
    width: auto;
    line-height: 1;
}
.featured-icon-box .cmt-icon {
    margin-bottom: 0;
}
.featured-icon-box.style4 .cmt-icon i {
    font-size: 45px;
}
.featured-icon-box.icon-align-before-content .featured-icon i {
    display: inline-block;
    vertical-align: middle;
}
.cmt-icon.cmt-icon_element-onlytxt i {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
    -ms-transform: unset;
    -o-transform: unset;
    transform: unset;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    transform: translate(0,0);
}



.featured-icon-box.style4.benefits-box .featured-content .number {
    position: absolute;
    content: "";
    top: 2px;
    right: 12px;
    color: #f3f3f3;
    z-index: -1;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
    /* -webkit-text-stroke-width: 1px; */
    /* -webkit-text-stroke-color: #f2f2f2; */
    /* -webkit-text-fill-color: transparent; */
}


.container .number:after {
    counter-increment: container;
    content: counter(container,decimal-leading-zero);
    font-family: var(--base-bodyfont);
    font-style: normal;
}
.featured-icon-box.icon-align-before-content.style4 .featured-title h3 {
    margin-bottom: 5px;margin-top: 0;font-family: "Lato", sans-serif; color: #ce041a;
}
.featured-icon-box.icon-align-before-content.style4 .featured-title h3 a{color: #ce041a;}
.featured-title h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.featured-icon-box.style4 .featured-desc p {
    transition: all 0.3s ease 0s;
}
.featured-icon-box.icon-align-before-content .featured-content .featured-desc p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    line-height: 22px;
}
.featured-icon-box {
    position: relative;
    margin: 15px 0;
}





.featured-content .cmt-icon {
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    font-size: 17px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    border: 0;
    border-radius: 0 5px 0 50px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: red;
    text-align: center;
    line-height: 44px;
    color: #fff;
    padding-left: 0px;
}
.featured-icon-box.style2 .cmt-icon .number {
    padding-left: 8px;
}
.benefits-box .featured-content .number.number-one:after {content: '1';}
.benefits-box .featured-content .number.number-two:after {content: '2';}
.benefits-box .featured-content .number.number-three:after {content: '3';}
.benefits-box .featured-content .number.number-four:after {content: '4';}
.benefits-box .featured-content .number.number-five:after {content: '5';}
.benefits-box .featured-content .number.number-six:after {content: '6';}

.featured-icon-box.style4.benefits-box {
    border: 1px solid rgba(102, 102 ,102 , 0.24);
    padding: 20px 30px;
    transition: all 0.5s ease 0s;
    border-radius: 5px;
    min-height: 195px;
    background: #fff;
    box-shadow: 0 6px 25px rgb(0 0 0 / 7%);
}

.usp-item-box.color-one{border-top: 10px solid #ce041a;
    border-bottom: 10px solid #ce041a;}
.usp-item-box.color-two{border-top: 10px solid #d8d8d8;
    border-bottom: 10px solid #d8d8d8;}
.usp-item-box.color-three{border-top: 10px solid #000000;
    border-bottom: 10px solid #000000;}


.featured-icon-box.style4.payrol-height{height: 210px;}

.answers ul li{line-height: 25px;
    font-size: 16px;
    position: relative;
    display: flex;
    margin-bottom: 5px;}
.answers ul{padding-left: 25px;}

.answers ul li:before {
    font-size: 14px;
    content: "\f058";
    font-weight: 700;
    margin-right: 20px;
    color: red;
    font-family: 'FontAwesome';
}


.featured-icon-box.style4.benefits-box.height-box{min-height: 240px;}
.featured-icon-box.style4.staffing-height {height: 250px;}
.hrms-content-bx h5{font-weight: 600;font-size: 16px;margin-bottom: 5px;margin-top: 5px;}
.hrms-content-bx p{margin-bottom: 8px;font-size: 15px;}
.hrms-content-bx p.itexservie{font-size: 18px; padding: 20px 0px; opacity: 0.8;}
.connect-text-box{background: #f5f5f5;padding: 15px;}
.connect-text-box p{margin-bottom: 5px;}
.connect-text-box .main-head-box{text-align: left;margin-bottom: 0px;}
.contact-box .main-head-box{text-align: left;}
.usp-item-box.color-four{border-top: 10px solid #427bbf5e;border-bottom: 10px solid #427bbf5e;}
.color-four .feature-line {background: #1961ac;}
.title-header.leadership-header{ text-align: center !important;display: block !important;width: 100% !important;padding-right: 0 !important;}
.featured-icon-box.style4.aboutus-height {height: 230px;}
.about-section-form{display: flow-root;}
.about-section-form .about-contact-form-box{background-color: #ffffff;border: none;box-shadow: 0 6px 25px rgb(0 0 0 / 7%);}
.usp-top-box.about-usp-box .usp-item-box h4{    font-size: 16px;}
.usp-top-box.about-usp-box .usp-main-item .usp-item-box{padding: 35px 15px;}

.gallery-container {display: flex;flex-wrap: wrap;justify-content: space-between;background-color: #fff;width: 100%;margin: 0 auto;}
.gallery-item {flex-basis: 48%;margin: 10px;opacity: 0.85;cursor: pointer;padding: 15px;background: #efefef;}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: 0.8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 999;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 90%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, 0.25);
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 36px;
    font-size: 30px;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 0.8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.8%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}


.service-item-box .bg-icon img{transition: all .5s;border-radius: 50%;}
.service-item-box:hover .bg-icon img {
   box-shadow: 0 3px 16px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    border-radius: 50%;transition: all .5s;
}
.form-group-con-input{margin-left: -45px;}
.form-group-bt-submit{margin-left: 15px;}
.mob-ss-li{margin-right: -7px;}




@-webkit-keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes moveLeftRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes zoomInOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }


.contact-box-left-panel .map-box-panel img{    width: 100%;height: 180px;
    object-fit: contain;}
.address-details ul li.noida i{color: #ff636f;}
.address-details ul li.usa i{color: #0A3161;}
.address-details ul li.singapore  i{color: #EE2536;}
.address-details ul li.dubai  i{color: #00843D;}
.address-details ul li.canada  i{color: #D80621;}
.form-add-cont-bx p{margin-bottom: 10px;}
.form-add-cont-bx input{margin-bottom: 10px;}
.ckeck-box-list li .wpcf7-list-item{margin: 0 0 0 0em;}

* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000; /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #000000;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */  
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}



.form-inline.form-inline-main .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;display: none;
}
.form-inline.form-inline-main .wpcf7 form.invalid .wpcf7-response-output{
    border-color: #ffb900;display: none;
}
.gallery-box .product-list__img img{border-radius: 10px 10px 0 0;width: 100%;height: 250px;
    object-fit: cover;}
.gallery-title-box{    font-size: 18px;
    line-height: 20px;
    margin: 0 0 0px;
    letter-spacing: 0.3px;
    color: #262626;
    padding: 15px 18px 15px;
    border: 1px solid #eeeeee;
    border-radius: 0 0 10px 10px;}
.gallery-box{box-shadow: 0 6px 25px rgb(0 0 0 / 7%);border-radius: 10px;}


.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    
}



/* Override bootstrap column paddings */
.tz-gallery .row > div {
    margin: 10px;padding: 0;
}

.tz-gallery .row .col-md-3 {width: 23.29%;}

.tz-gallery .lightbox1 img {
    width: 100%;
    border-radius: 0;
    position: relative;
        height: 260px;
    object-fit: cover;
    border-radius: 3px;
}

.tz-gallery .lightbox1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'FontAwesome';
    content: '\f002';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}
#baguetteBox-overlay .full-image img{width: 80% !important;
    height: auto !important;
    max-height: 100% !important;
    max-width: 100% !important;
    vertical-align: middle !important;
    -moz-box-shadow: 0 0 8px rgba(0,0,0,.6) !important;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%) !important;
    object-fit: contain;}


.tz-gallery .lightbox1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgb(0 0 0 / 64%);
    content: '';
    transition: 0.4s;
    border-radius: 3px;
}

.tz-gallery .lightbox1:hover:after,
.tz-gallery .lightbox1:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}
.menu-ul-1-mobile{margin-left: -360px;}

/*Responsive code for mobile*/


@media (min-width: 230px) and (max-width: 580px){

  .top-menu.top-menu-new:before{display: none;}
  .top-menu.top-menu-new:after{display: none;}  
  .mobile-text-right.text-right{text-align: left;}
  .mobile-contact-bx{display: none !important;}
.top-menu ul li{padding-left: 0px;display: block;}
.mobile-text-right ul{display: flex;}
.mobile-text-right ul .mob-ss-li{display: none;}
.float-left.logo-new-pos{margin-left: 0px;}
.float-left.logo-new-pos .logo-c-color{width: auto;height: 50px;margin-top: 28px;object-fit: cover;}
#header {height: 105px !important;}
.top-menu ul li:nth-child(2){margin-left: 15px;}
.top-menu ul li:nth-child(1){margin-left: 10px;}
.mobile-nav-toggle i{margin: 50px 18px 0 0 !important;color: #fff !important;border: 1px solid #fff;padding: 7px 9px; border-radius: 3px;}
.usp-main-item .usp-item-box{width: 100% !important;}
.usp-main-item{display: block;}
.column12container {width: auto !important;display: flow-root;}
.homeNewSlider .column12{width: 100% !important;display: flex;height: 435px;}
.homeNewSlider .column12 .carousel{width: 70% !important;}
.homeNewSlider .column12 .carousel .slides{width: auto !important;}
.homeNewSlider .column12 .carousel .slides .slideItem{width: auto !important;right: auto !important;    height: auto !important;top: 0px !important;}
.homeNewSlider .column12 .carousel .slides .slideItem img{width: 100% !important;    object-fit: contain;max-width: initial !important;height: inherit !important;}
.homefindform h1{font-size: 20px;padding-bottom: 10px}
.numbr-of-box {margin-left: auto;}
.form-group-con-input {margin-left: auto;}
.form-group-bt-submit {margin-left: auto;}
.checkbox-form-group .unstyled{margin-left: 0px;}
.form-inline-main{    padding: 0px}
.form-group-bt-submit .btn-submit{margin-top: 5px;}
.main-head-box h3{font-size: 24px;}
.section-title h4.title{font-size: 24px;}
.cmt-row {padding: 30px 0;}
.number-form-group input{    width: 100%;}
.how-large-box select{width: 100%;}
.number-form-group input {margin-bottom: 5px;}
.form-group.number-form-group{margin-bottom: 5px;}
.form-group.how-large-box{margin-bottom: 5px;}
.form-group-con-input {margin-top: 5px;}

.homeNewSlider .carousel .nextButton {
    position: absolute;
    right: -40px;
    top: 133px;
    width: 35px;
    height: 35px;
    background: url("../assets/img/images/right-arrow-icon2.png") center right no-repeat;
    cursor: pointer;
    z-index: 9999;
}

.homeNewSlider .carousel .prevButton {
    position: absolute;
    left: -40px;
    top: 133px;
    width: 39px;
    height: 35px;
    background: url("../assets/img/images/left-arrow-icon2.png") center right no-repeat;
    cursor: pointer;
    z-index: 9999;
}
.quick-alo-phone-img-circle.shake{bottom: 20px !important;}
.mystickyelements-fixed{top: 70%;}
.column12{background-position: bottom right -46px !important;}
.form-add-cont-bx{padding-right: 15px !important;padding-left: 15px !important;}
.form-add-cont-bx{padding-right: 15px !important;padding-left: 15px !important;}
.ckeck-box-list li{width: 100%;}
.address-details.add-box{padding-right: 15px !important;padding-left: 15px !important;}
.innerright p{color: #d7d7d7;}
h2.head2{font-size: 20px;}
.ourpro-head3{font-size: 20px;}
.service-item-box .bg-icon img {width: 30% !important;height: auto;}
.para-font-16 p{height: auto;}
.section-deeptrace .second-sec{width: 100%;margin-bottom: 35px !important;margin: auto;}
.add-value .ul-col{column-count: 1;}
.menu-ul-1-mobile{margin-left: 0px;}
.innerleft {float: left;width: 15%;}
.mobile-nav .drop-down li {padding-left: 0px;}
.menu-ul-1-mobile .ind-left{padding-right: 0px;padding-left: 0px;}
.menu-ul-1.menu-last-ul-s{padding-left: 10px;}
/*#call-number .foot-bg-black1 .fluid-container{padding-right: 15px !important;padding-left: 15px !important;}*/

.foot-link ul#menu-products{margin-bottom: 10px;}
.foot-link ul.menu{align-items: flex-start !important;}
.foot-link.col-md-3.padding-0{padding-right: 15px;padding-left: 15px;}
.logo .nobrd{font-size: 24px;}
.social .phone-app img{width: 30px !important;}
.social-btn{right: -140px !important;}
.common-slider.title-header-box{background-position: center top 0px !important;}
.innerright:hover {background-color: transparent;}
.leadership-new-bx{display: flow-root;}
.leadership-new-bx .left-img-bx {width: 100%;float: left;}
.leadership-new-bx .left-img-bx img {max-width: 100%;height: 200px;width: 200px !important;
    object-fit: contain;position: relative;}
.leadership-new-bx .right-text-bx {width: 100%;float: left;display: flow-root;margin-left: auto;}
.collapse.in.pt-5 {display: block;padding-top: 10px !important;}
.leadership-new-bx .right-text-bx .sp-text{line-height: 20px;}
.content-page-box{    padding-top: 0px !important;}
.contact-form-container h2{font-size: 20px !important;}
.leadership-new-bx .right-text-bx .block{font-size: 22px !important;}
.leadership-new-bx .left-img-bx .bg-icon:before{position: absolute;content: ''; background: #ffffff;width: 63px;height: 200px;right: -26px;top: 0;z-index: 9;}
.leadership-new-bx .left-img-bx .bg-icon{display: inline-block;position: relative;}
.fluid-container.blog-mobile-container{padding-left: 15px;padding-right: 15px;}
.contact-box{    display: block;}

}


@media (min-width: 230px) and (max-width: 370px){
.top-menu a.consale{    font-size: 13px;}
.top-menu a.tpmail{    font-size: 13px;}
.section-title h4.title {font-size: 20px;}
.featured-icon-box.style4{padding: 20px 20px;}


}

.sitemap{text-align: left;}
.sitemap li ul{padding-left: 40px;}
.sitemap .main-link a{font-size: 16px;color: #000;font-weight: 600;}
.sitemap .main-link ul{margin-top: 10px;margin-bottom: 10px;}
.sitemap .main-link ul li a{font-weight: 400;}
.sitemap .main-link ul li{position: relative;}
.sitemap .main-link ul li:after{position: absolute;
    top: 8px;
    height: 8px;
    width: 8px;
    background: #fff;
   
    left: -13px;
    content: "";
    border-radius: 50%;
    border: 1px solid;}
 

.featured-icon-box.style4.recruitmentManagement-height {
    height: 223px;
}

.submit-your-section form{padding: 10px 20px;background: #f5f5f5;display: inline-block;
    border-radius: 4px;    padding-top: 25px;}
.submit-your-section form input.form-control{margin-bottom: 0px;height: 45px;padding: 15px 10px;}
.submit-your-section form .form-group textarea{height: 120px;}
.submit-your-section form input[type=file]{height: 45px;line-height: 45px;padding: 0 10px;}
.submit-your-section form .mt-3 {margin-top: 0.5rem;margin-bottom: 5px;}
.social {
    position: fixed;
    right: 0;
    top: 350px;
    z-index: 999;
}
.social a {
    text-decoration: none;
}
.social-btn {
       align-items: center;
    border: 1px;
    /* border-bottom-left-radius: 2px; */
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 8px 45px 8px 10px;
    position: relative;
    right: -130px;
    transition: right 1s;
    width: 190px;
    background-color: #1fc55d;
}
.social-btn:hover {
    right: -35px;
    transition: right 1s;
}

.social .phone-app img{width: 40px;transform: rotate(13deg);object-fit: contain;height: 36px;animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;}
.social-btn p{margin-bottom: 0;color: #fff;font-size: 17px;}
.wpcf7 span.wpcf7-not-valid-tip{color:red;font-size:13px !important; text-align:left;}




/*BPO Services Box design*/

.gridBPO-box {
  padding: 50px 0px;
}

.gridBPO {
  display: grid;
  gap: 20px;
  padding: 0px;
  grid-template-columns: repeat(3, 1fr); /* Default: 3 columns for desktop */
}

.grid-itemBPO {
  color: white;
  padding: 0px;
  text-align: center;
  font-size: 1.2rem;
  border-radius: 8px;
}

/* Tablet View (2 columns) */
@media (max-width: 1024px) {
  .gridBPO {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile View (1 column) */
@media (max-width: 768px) {
  .gridBPO {
    grid-template-columns: 1fr;
  }
}

.BPOcard {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  padding: 25px;
  background-color: transparent;
}

.BPOcard .header {
  margin-bottom: 10px;
}

.BPOcard h4 {
  color: #333;
  margin: 0;
  text-align: left;
  font-size: 20px;
}

.BPOcard .animated-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background-color: #3498db;
  margin: 0 auto 15px 0;
  animation: pulse 2s infinite alternate;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.BPOcard .animated-box img {
  max-width: 100%;
  padding: 8px;
}

.BPOcard .feature-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.BPOcard .feature-item {
  display: flex;
  align-items: center;
  padding: 2px 0;
}

.BPOcard .bullet {
  min-width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #d0d0d0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  font-size: 14px;
}

.BPOcard .feature-text {
  font-size: 14px;
  text-align: left;
  color: #333;
}





/*BPM Domain*/


.container-domain {width: 100%; max-width: 1300px; padding-right: 15px;  padding-left: 15px; margin-right: auto; margin-left: auto;
      padding: 40px 40px; background: #f7faff; border-radius: 20px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      transition: all 0.3s ease; border: 1px solid #ededed; }
      .container-domain .title-section {text-align: center; margin-bottom: 40px;}
      .container-domain .main-title {font-size: 30px; font-weight: 700; color: #000; margin: 0px;}
      .container-domain .subtitle {font-size: 16px; color: #718096; max-width: 700px; margin: 0 auto;}
      .container-domain .features-container {display: flex; justify-content: space-between; width: 100%;}
      .container-domain .feature-box {width: 23%; background: white; border-radius: 12px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
      transition: all 0.3s ease; position: relative; margin: 0 1%;}
      .container-domain .feature-box:hover {transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);}
      .container-domain .feature-icon {height: 70px; display: flex; align-items: center; justify-content: center; margin: 20px auto 10px;}
      .container-domain .icon-circle {width: 60px; height: 60px; border-radius: 50%; background: #ffefde; display: flex;
      align-items: center; justify-content: center;}
      .container-domain .feature-content {padding: 0 10px 10px; text-align: center;}
      .container-domain .feature-content h5 {font-size: 14px; color: #f77f00; margin: 4px 0px 4px;}
      .container-domain .feature-title {font-size: 18px; font-weight: 700; color: #f77f00; margin: 0px;}
      .container-domain .feature-description {color: #444; font-size: 14px; line-height: 1.5;}
      .container-domain .icon {width: 30px; height: 30px; fill: #f77f00;}

      @media (max-width: 1200px) {
      body {align-items: flex-start; padding-top: 50px;}
        .container-domain {padding: 20px;}
      }

      @media (max-width: 768px) {
        .container-domain .feature-box {width: 47%; margin-bottom: 12px;}
        .container-domain .features-container {flex-wrap: wrap;}
        .ban-hyper3{left:15px;}
        .common-slider.title-header-box10 .hyper-head{line-height: 26px;}
        .gridBPO-box{padding: 50px 20px;}
        .blog-snippet-2{grid-template-columns: repeat(1, 1fr);}
        .col-md-7.content{ padding:40px 15px;}

      }

      @media (max-width: 400px) {
      .container-domain .feature-box {width: 100%; margin-bottom: 12px;}
      .container-domain .features-container {flex-wrap: wrap;}
      }

      

      


/*Sevices*/

/*section:nth-of-type(odd) {
  background: #fff;
}
section:nth-of-type(even) {
  background: #f4f4f4;
}*/

.bpo-section-bg-white{background: #fff;}

.side-image {
  padding: 0px;
  position: relative;
}
.side-image .image-container {
  overflow: hidden;
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
}
.side-image .image-container.pull-right {
  right: 0px;
}
.side-image .content {
  padding-top: 50px;
  padding-bottom: 50px;
}
.side-image h1 {
  margin-bottom: 40px;
}
.side-image p.lead {
  margin-bottom: 64px;
}
.side-image.text-heavy h1 {
  margin-bottom: 32px;
}
.side-image.text-heavy p.lead {
  margin-bottom: 40px;
}
.side-image.text-heavy .feature {
  margin-top: 64px;
}
.side-image.text-heavy .feature h5 {
  margin-bottom: 40px;
}

.background-image-holder,
.foreground-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50% !important;
}
.background-image-holder.parallax-background {
  height: 120%;
  top: -10%;
}


.blog-snippet-2 {
  overflow: hidden;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.blog-snippet-2 li {
  overflow: hidden;
  margin-bottom: 10px;
  padding: 10px;
}
.blog-snippet-2 li:last-child {
  margin-bottom: 0px;
}
.blog-snippet-2 li .icon {
  width: 12%;
  float: left;
}
.blog-snippet-2 li .icon img {
  color: #01a2a6;
  font-size: 32px;
  position: relative;
  top: 5px;
  max-width: 36px;
  filter: grayscale(100%) sepia(100%) hue-rotate(130deg) saturate(500%);
}
.blog-snippet-2 .title {
  width: 88%;
  float: left;
}
.blog-snippet-2 a {
  color: #333333;
  display: block;
  font-weight: 600;
}
.blog-snippet-2 .sub {
  letter-spacing: 0px;
  opacity: 0.8;
  font-size: 13px;
}


@media (max-width: 768px) {
    .blog-snippet-2{grid-template-columns: repeat(1, 1fr);}
    .col-md-7.content{ padding:40px 15px;}

  }


/*why business proccess*/

.why-business {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.why-business .card {
  max-width: 238px;
  padding: 15px;
  text-align: center;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-business .card:hover {
  transform: scale(0.95);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.why-business .card svg {
  width: 50px;
  height: 50px;
  margin-bottom: 0px;
  fill: #ff758c;
}

.why-business .card h3 {
  font-size: 16px;
  color: #333;
  margin: 10px 0px 8px;
  font-weight: 600;
}

.why-business .card p {
  font-size: 14px;
  color: #666;
  margin: 0px;
}

@media (max-width: 768px) {
  .why-business {
    flex-direction: column; align-items: center; padding: 15px;
  }
  .why-business .card {width:100% !important; max-width: 100%;}
}

.why-choose-mtc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.why-choose-mtc .card {
  max-width: 238px;
  padding: 15px;
  text-align: center;
  background: linear-gradient(135deg, #fff8f8, #ffffff);
  border-radius: 15px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-mtc .card:hover {
  transform: scale(1.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.why-choose-mtc .card svg {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  fill: #007bff;
}

.why-choose-mtc .card h3 {
  font-size: 16px;
  color: #333;
  margin: 0px 0px 8px;
  font-weight: 600;
}

.why-choose-mtc .card p {
  font-size: 14px;
  margin: 0px;
  color: #666;
}

@media (max-width: 768px) {
  .why-choose-mtc {
    flex-direction: column;
    align-items: center; padding:15px;
  }
  .why-choose-mtc .card{width:100% !important; max-width: 100%;}
}




.unique-skills {
    text-align: center;
    padding: 40px 20px;
    background-color:#009e9f !important;
}

.unique-skills h2 {
    font-size:30px;
    margin-bottom: 40px !important;
    color: #fff;
}

.unique-skills h2:not(.nobrd)::before {
    content: '';
    position: absolute;
    background-color: white;
    width: 10%;
    height: 3px;
    top: 1.5em;
    left: 45%;
    text-align: center;
}

.unique-skills .skills-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.unique-skills .skill-box {
    border-radius: 10px;
/*    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    padding: 20px;
    max-width: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.unique-skills .skill-box:hover {
    transform: translateY(-10px);
/*    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);*/
}

.unique-skills .skill-box img {
    width: 100px;
    height: 100px;
    margin-bottom: 2px;
    filter: invert(1);
}

.unique-skills .skill-box h3 {
    font-size:2rem;
    margin-bottom: 10px;
    color: #fff;
}

.unique-skills .skill-box h3 span{font-size: 22px; font-weight: bold;}

.unique-skills .skill-box p {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.5;
}
