body {
  font-family: 'Lato', sans-serif; }

a {
  color: #003a5a; }

a:hover {
  text-decoration: none; }

button:focus {
  outline: 0px !important; }

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 20px;
  font-style: normal;
  margin-left: 0px; }

/*----------------------------*/
h1 {
  font-size: 38px; }

h2 {
  font-size: 36px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px;
  line-height: 32px; }

h5 {
  font-size: 16px;
  line-height: 28px; }

/* -------------- common --------- */
.text-justify{
  text-align: justify;
}


/* ------------- common font size ------------ */
.fnt-14{
  font-size: 14px;
}


/* ------------- common padding ---------- */
.padding-left-90:{
  padding-left: 90px !important;
}


/*-----------custom button-----------------*/
.cust-btn {
  border-radius: 1rem;
  background: #ef473d;
  border: 1px solid #ef473d;
  color: #fff; }
  .cust-btn:hover, .cust-btn:focus {
    background: black;
    border: 1px solid black;
    box-shadow: none;
    color: #fff; }

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background: none;
  box-shadow: none; }

.cust-btn-outline {
  border-radius: 1rem;
  color: #fff;
  background: transparent;
  border: 1px solid #fff; }
  .cust-btn-outline:hover, .cust-btn-outline:focus {
    background: black;
    border: 1px solid black;
    box-shadow: none;
    color: #fff; }

.circle-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  line-height: 80px; }

/*-------------header---------------*/
header { background: #003a5a url(../imgs/banner-circle.png) no-repeat top right; }
.navbar {
  background: #003a5a;
  height: 60px; }
  .navbar a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px; }
  .navbar .dropdown-item {
    color: black; }
  .navbar .color-logo {
    display: none; }
  .navbar .white-logo {
    display: block; }

.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-toggler {
  border: 0px; }

.navbar-dark.scrolled {
  transition: 500ms ease;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  box-shadow: #cccccc 0px 5px 5px -5px; }
  .navbar-dark.scrolled .navbar-brand {
    color: black; }
    .navbar-dark.scrolled .navbar-brand:hover {
      color: black; }
  .navbar-dark.scrolled .nav-link {
    color: rgba(0, 0, 0, 0.8); }
    .navbar-dark.scrolled .nav-link:hover {
      color: black; }
  .navbar-dark.scrolled .navbar-nav .nav-link.active {
    color: black; }
  .navbar-dark.scrolled .color-logo {
    display: block; }
  .navbar-dark.scrolled .white-logo {
    display: none; }

.dropdown-menu {
  background: #f2f2f2;
  border-radius: 0px;
  padding-bottom: 40px;
  margin-top: 0px;
  box-shadow: #cccccc 0px 5px 5px -5px;
  border: 0px; }
  .dropdown-menu .first-nav {
    min-height: 300px; }
  .dropdown-menu p {
    margin-left: 30px;
    padding-top: 5px;
    font-weight: bold;
    padding-bottom: 15px; }
  .dropdown-menu a {
    font-size: 14px;
    border-left: 1px solid #dbdbdb; }
  .dropdown-menu .dropdown-item {
    padding: .25rem 2rem;
    margin-left: 40px;
    position: relative;
    text-transform: capitalize; }
    .dropdown-menu .dropdown-item span {
      width: 15px;
      height: 1px;
      background: #dbdbdb;
      left: 0;
      top: 15px;
      position: absolute; }
button.btn.btn-secondary a {
    color: #FFF;
}
.services .tab-content .middle-area-services{color: #3d3d3d}
/*-------------banner---------------*/
.banner h1 {
  color: #fff;
  padding-bottom: 1rem; }
.banner h4 {
  color: #fff;
  padding-bottom: 1rem;
  line-height: 30px; }
.banner .carousel {
  margin-top: 60px;
  color: #fff; }
  .banner .carousel .carousel-inner {
    background: #003a5a url(../imgs/banner-circle.png) no-repeat top right; }
    .banner .carousel .carousel-inner img {
      width: 100%;
      height: 100%; }
    .banner .carousel .carousel-inner .carousel-item {
      padding: 60px 0; }
      .banner .carousel .carousel-inner .carousel-item h1 {
        padding-top: 15%; }
  .banner .carousel .carousel-control-next, .banner .carousel .carousel-control-prev {
    width: 3%; }

/*-------------orerview---------------*/
.overview .main-tech {
  position: relative;
  padding-right: 60px;
  cursor: pointer; }
  .overview .main-tech [class^="flaticon-"]:before, .overview .main-tech [class*=" flaticon-"]:before,
  .overview .main-tech [class^="flaticon-"]:after, .overview .main-tech [class*=" flaticon-"]:after {
    font-size: 50px;
    color: #003a5a;
    float: left;
    padding-right: 20px; }
  .overview .main-tech .arrow {
    position: absolute;
    right: 0;
    top: 35px;
    display: none; }
  .overview .main-tech:hover .arrow {
    display: block; }

/*--------------services----------------*/
.services h2 {
  padding-left: 15px;
  padding-bottom: 30px; }
.services .services-title {
  background: #003a5a;
  color: #fff;
  padding: 1rem 0; }
  .services .services-title a {
    color: #fff;
    padding: 10px 0;
    display: block;
    padding-left: 15px;
    border-left: 1px solid transparent; }
  .services .services-title .active {
    background: #002539;
    border-left: 1px solid #fff; }
  img.services_imges{min-height:530px;}
/*----------- Portfolio -------------*/
.carousel-indicators .active {
  background-color: #003a5a; }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -30px; }

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(0, 0, 0, 0.3); }

.portfolio .carousel-item {
  min-height: 800px !important; }
.portfolio .industris {
  border: 1px solid #003a5a;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  height: 60px;
  width: 60px;
  font-size: 20px;
  line-height: 50px;
  margin-right: 15px;
  color: #003a5a;
  background: linear-gradient(to left, #fff 50%, #ef473d 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease; }
  .portfolio .industris:hover {
    border: 1px solid #ef473d;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-position: left bottom; }
.portfolio .carousel-control-next-icon, .portfolio .carousel-control-prev-icon {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background: #000 no-repeat center center !important;
  background-size: 100% 100%; }

/*-------------product --------------*/
.product {
  background: #003a5a;
  color: #fff; }
  .product .product-tab .product-logo {
    color: #fff;
    height: 60px;
    width: 60px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 50px;
    background: linear-gradient(to left, #002539 50%, black 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease; }
    .product .product-tab .product-logo [class^="flaticon-"]:before, .product .product-tab .product-logo [class*=" flaticon-"]:before, .product .product-tab .product-logo [class^="flaticon-"]:after, .product .product-tab .product-logo [class*=" flaticon-"]:after {
      line-height: 61px;
      font-size: 30px; }
  .product .product-tab:hover .product-logo {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    background-position: left bottom; }
  .product a {
    color: #fff; }
  .product p {
    font-size: 14px; }

/*--------------- Testimonials------------------------*/
.testimonials {
  background: url(../imgs/testimonials.png);
  text-align: center;
  position: relative;
  min-height: 400px; }
  .testimonials h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    width: 100%;
    color: #003a5a; }
  .testimonials .client-circle {
    width: 200px;
    height: 200px;
    border-radius: 50%; }
    .testimonials .client-circle .client {
      position: absolute;
      cursor: pointer;
      top: 40px;
      right: 20px;
      border-radius: 50%;
      width: 150px;
      height: 150px;
      background: #f2f2f2; }
      .testimonials .client-circle .client h4 {
        color: #4d48b6;
        padding-top: 35px; }
    .testimonials .client-circle .client-text {
      position: absolute;
      cursor: pointer;
      top: 0;
      right: 0;
      border-radius: 50%;
      width: 200px;
      height: 200px;
      background: #f2f2f2;
      opacity: 0.1;
      padding: 0 30px;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(0.01);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(0.01);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(0.01);
      transition: all 200ms ease-in;
      transform: scale(0.01); }
      .testimonials .client-circle .client-text h4 {
        color: #4d48b6;
        padding-top: 10px;
        margin-bottom: 0px; }
      .testimonials .client-circle .client-text p {
        font-size: 12px; }
    .testimonials .client-circle .client-a {
      top: 40%;
      right: 30%; }
      .testimonials .client-circle .client-a h4 {
        color: #17c444; }
    .testimonials .client-circle .client-text-a {
      top: 30%;
      right: 28%; }
      .testimonials .client-circle .client-text-a h4 {
        color: #17c444; }
    .testimonials .client-circle .client-b {
      top: 50%;
      left: 18%; }
      .testimonials .client-circle .client-b h4 {
        color: #df8004; }
    .testimonials .client-circle .client-text-b {
      top: 40%;
      left: 15%; }
      .testimonials .client-circle .client-text-b h4 {
        color: #df8004; }
    .testimonials .client-circle:hover .client-text {
      opacity: 1;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1); }

.our-client {
  margin: 30px 0; }
  .our-client img {
    padding-bottom: 30px;
    cursor: pointer;
    filter: gray;
    /* IE5+ */
    -webkit-filter: grayscale(0);
    /* Webkit Nightlies & Chrome Canary */
    -webkit-transition: all .1s ease-in-out; }
    .our-client img:hover {
      filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1); }

/*--------------- Inner Pages ------------------------*/
.inner-page {
    margin-top: 60px;
}
/*.inner-nav {
    background: #fff;
}
.inner-nav .white-logo{
    display: none;
}
.inner-nav .color-logo{
    display: block;
}
.inner-nav .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.inner-nav .navbar-nav .nav-link.active, .inner-nav .navbar-nav .nav-link.active:hover {
    color: black;
}*/

/*--------------- Inner Pages ------------------------*/

/*--------------- footer------------------------*/

footer {
  background: #003a5a;
  clear: both;
  color: #fff; }
  footer .title {
    margin-bottom: 0.5rem;
    font-size: 18px; }
  footer .border-b {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  footer a {
    display: block;
    font-size: 14px;
    padding-bottom: 10px;
    color: rgba(255, 255, 255, 0.7); }
    footer a:hover {
      color: white; }
  footer .social-icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #002539;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    display: inline-block; }
    footer .social-icon:hover {
      background: black;
      color: #fff; }
  footer .copyright {
    background: #004a74;
    text-align: center; }

@media (max-width: 991.98px) {
  .scrolled .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important; }

  .navbar-nav {
    background: #fff;
    padding: 0 15px;
    border-radius: 5px;
    border: #f2f2f2;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.15); }

  .navbar-dark .navbar-nav .nav-link.active {
    color: black; }

  .navbar-dark .navbar-nav .nav-link {
    color: black; }

  .dropdown-menu {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    background: #fff; }
    .dropdown-menu .first-nav {
      min-height: auto; }
    .dropdown-menu p {
      margin-left: 0px;
      padding-top: 0px;
      font-weight: bold;
      padding-bottom: 0px; }
    .dropdown-menu .dropdown-item {
      margin-left: 0px; }

  .services {
    background: #003a5a; }
    .services .tab-content {
      color: #fff; }

  .testimonials h2 {
    top: 0%;
    padding-bottom: 20px;
    position: static; }
  .testimonials .client-circle {
    width: 100%;
    height: auto; }
    .testimonials .client-circle .client {
      display: none; }
    .testimonials .client-circle .client-text {
      position: static;
      top: 0;
      right: 0;
      border-radius: 0%;
      width: 100%;
      height: auto;
      background: #f2f2f2;
      opacity: 1;
      padding: 30px 30px;
      margin-bottom: 20px;
      transition: all 200ms ease-in;
      transform: scale(1); }
      .testimonials .client-circle .client-text h4 {
        color: #4d48b6;
        padding-top: 10px;
        margin-bottom: 0px; }
      .testimonials .client-circle .client-text p {
        font-size: 12px; }
    .testimonials .client-circle .client-a {
      top: 0%;
      right: 0%; }
    .testimonials .client-circle .client-text-a {
      top: 0%;
      right: 0%; }
    .testimonials .client-circle .client-b {
      top: 0%;
      left: 0%; }
      .testimonials .client-circle .client-b h4 {
        color: #df8004; }
    .testimonials .client-circle .client-text-b {
      top: 0%;
      left: 0%; }
      .testimonials .client-circle .client-text-b h4 {
        color: #df8004; }
    .testimonials .client-circle:hover .client-text {
      opacity: 1;
      -webkit-transition: all 200ms ease-in;
      -webkit-transform: scale(1);
      -ms-transition: all 200ms ease-in;
      -ms-transform: scale(1);
      -moz-transition: all 200ms ease-in;
      -moz-transform: scale(1);
      transition: all 200ms ease-in;
      transform: scale(1); } }
/*banner*/
.inner-navbar {
  margin-top: 60px; }
  .inner-navbar .navbar-dark {
    background: #fff; }
    .inner-navbar .navbar-dark .active > .nav-link {
      color: black; }
    .inner-navbar .navbar-dark .nav-link .active {
      color: black !important; }
  .inner-navbar .navbar a {
    color: black; }
  .inner-navbar .navbar .navbar-brand {
    color: black; }
    .inner-navbar .navbar .navbar-brand:hover {
      color: black; }
  .inner-navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
    .inner-navbar .navbar-nav .nav-link:hover {
      color: black; }
  .inner-navbar .navbar-dark .navbar-nav .nav-link.active {
    color: black; }

/*banner*/
.angular-banner {
  background: #b50a28;
  color: #fff;
  padding: 60px; }
  .angular-banner .angular-logo {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 40px 30px; }
  .angular-banner p {
    padding-top: 10px; }

/*------------------------------------angular----------------------------*/
.service-styel {
  /*services*/
  /*benefites*/
  /*hire*/ }
  .service-styel .services {
    background: url(../imgs/services/angular/services-bg.png) no-repeat top left;
    background-attachment: fixed; }
    .service-styel .services h2 {
      color: #b50a28; }
    .service-styel .services .nav-pills {
      background: #fff;
      margin-left: 40%;
      box-shadow: #cccccc 0px 5px 5px -5px;
      margin-top: 20%;
      border: 1px solid #ddd; }
      .service-styel .services .nav-pills .service-name {
        text-align: center;
        padding: 30px; }
        .service-styel .services .nav-pills .service-name a {
          color: #333; }
        .service-styel .services .nav-pills .service-name img {
          display: block;
          margin-left: auto;
          margin-right: auto;
          text-align: center; }
  .service-styel .benefites {
    background: url(../imgs/services/angular/benefit-bg.png) top left;
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0; }
    .service-styel .benefites img {
      width: 930px;
      margin-left: 80px;
      margin-bottom: 30px; }
    .service-styel .benefites .benefite {
      border: 2px solid #727bb4;
      color: #727bb4;
      font-size: 40px;
      border-radius: 50%;
      height: 120px;
      width: 120px;
      line-height: 120px;
      margin-left: 20px;}
      .service-styel .benefites .benefite:hover {
        background: #727bb4;
        color: #fff;
        transition: background-color 0.5s ease; }
    .service-styel .benefites .two {
      margin-left: 40px; }
      .service-styel .benefites .two .benefite {
        border-color: #e2344f;
        color: #e2344f; }
        .service-styel .benefites .two .benefite:hover {
          background: #e2344f;
          color: #fff; }
    .service-styel .benefites .three {
      margin-left: 40px; }
      .service-styel .benefites .three .benefite {
        border-color: #008dd8;
        color: #008dd8; }
        .service-styel .benefites .three .benefite:hover {
          background: #008dd8;
          color: #fff; }
    .service-styel .benefites .four {
      margin-left: 40px; }
      .service-styel .benefites .four .benefite {
        border-color: #ed1c24;
        color: #ed1c24; }
        .service-styel .benefites .four .benefite:hover {
          background: #ed1c24;
          color: #fff; }
    .service-styel .benefites .five {
      margin-left: 40px; }
      .service-styel .benefites .five .benefite {
        border-color: #13b289;
        color: #13b289; }
        .service-styel .benefites .five .benefite:hover {
          background: #13b289;
          color: #fff; }
    .service-styel .benefites .blockchain-circle {
      border-color: #1c31a4 !important;
      color: #1c31a4 !important; }
      .service-styel .benefites .blockchain-circle:hover {
        background: #1c31a4 !important;
        color: #fff !important; }
    .service-styel .benefites h4 {
      font-weight: bold;
      padding-top: 20px; }

/*------------------------------------------Mean-stack-------------------------*/
.mean-banner {
  background: #00728c;
  padding: 60px 0;
  text-align: center; }
  .mean-banner p {
    color: #fff; }
  .mean-banner .circle-icon {
    color: #fff; }

.service-styel-1 {
  /*overview*/
  /*services*/
  /*benefites*/
  /*hire*/ }
  .service-styel-1 .overview h2 {
    font-size: 32px; }
  .service-styel-1 .services {
    background: #00728c;
    color: #fff;
    text-align: center;
    /* Effect 4b */ }
    .service-styel-1 .services .icon {
      background: #0087a6;
      width: 100px;
      height: 100px;
      border-radius: 50%;
      font-size: 30px;
      line-height: 90px;
      display: block;
      margin: 0 auto; }
    .service-styel-1 .services .hovicon {
      display: inline-block;
      font-size: 45px;
      line-height: 90px;
      cursor: pointer;
      margin: 20px;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      text-align: center;
      position: relative;
      text-decoration: none;
      z-index: 1;
      color: #fff; }
      .service-styel-1 .services .hovicon:after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        content: '';
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box; }
      .service-styel-1 .services .hovicon:before {
        speak: none;
        font-size: 48px;
        line-height: 90px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        display: block;
        -webkit-font-smoothing: antialiased; }
    .service-styel-1 .services .hovicon.effect-4 {
      width: 92px;
      height: 92px;
      box-shadow: 0 0 0 2px white; }
    .service-styel-1 .services .hovicon.effect-4:before {
      line-height: 92px; }
    .service-styel-1 .services .hovicon.effect-4:after {
      top: -2px;
      left: -2px;
      padding: 0;
      z-index: 10;
      border: 2px dashed #fff; }
    .service-styel-1 .services .hovicon.effect-4:hover {
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      color: #fff; }
    .service-styel-1 .services .hovicon.effect-4:hover i {
      color: #fff; }
    .service-styel-1 .services .hovicon.effect-4.sub-b:hover {
      -webkit-transition: box-shadow 0.2s;
      -moz-transition: box-shadow 0.2s;
      transition: box-shadow 0.2s; }
    .service-styel-1 .services .hovicon.effect-4.sub-b:hover:after {
      -webkit-animation: spinAround 9s linear infinite;
      -moz-animation: spinAround 9s linear infinite;
      animation: spinAround 9s linear infinite; }
@keyframes spinAround {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
  .service-styel-1 .benefites .benefit-box {
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    padding-left: 40px; }
    .service-styel-1 .benefites .benefit-box:before {
      background: #d4dee2;
      border-radius: 100%;
      content: url(../imgs/services/mean-stack/globe-tick.png);
      height: 31px;
      left: 2px;
      margin-top: -20px;
      padding: 2px;
      position: absolute;
      top: 60%;
      width: 31px; }
  .service-styel-1 .hire {
    background: #f2f2f2; }
    .service-styel-1 .hire .hire-box {
      width: 100%;
      float: left;
      margin-top: 50px;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 20px 1px rgba(0, 0, 0, 0.15);
      border-radius: 10px;
      background-color: #fff;
      min-height: 455px; }
      .service-styel-1 .hire .hire-box img {
        width: 60px;
        padding-top: 20px; }
      .service-styel-1 .hire .hire-box p {
        text-align: left;
        border-top: 1px solid #ccc;
        padding-top: 15px;
        margin-top: 15px; }

/*------------------------------------------blockchian-------------------------*/
.blockchain-banner {
  color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  /*background-color: #1c31a4;*/
  background: #60aef2;
  background: -moz-linear-gradient(left,  #60aef2 0%, #0276f2 32%, #0f228a 100%);
  background: -webkit-linear-gradient(left,  #60aef2 0%,#0276f2 32%,#0f228a 100%);
  background: linear-gradient(to right,  #60aef2 0%,#0276f2 32%,#0f228a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60aef2', endColorstr='#0f228a',GradientType=1 );

  /*background-image: linear-gradient(141deg, #1c31a4 0%, #1278c2 51%, #07cbe5 75%); */
}
  .blockchain-banner p {
    color: #59e0ff; }

@media (max-width: 991.98px) {
  .carousel-item {
    text-align: center;
}
  .service-styel .benefites .blockchain-circle {
    border-color: #1c31a4 !important;
    color: #1c31a4 !important;
    text-align: center;
    margin: 0 auto; }
  .service-styel .benefites .two {
    margin-left: 0px; }
  .service-styel .benefites .three {
    margin-left: 0px; }
  .service-styel .benefites .four {
    margin-left: 0px; }
  .service-styel .benefites .five {
    margin-left: 0px; }

  .mean-banner {
    text-align: left; }

  .service-styel-1 .hire .hire-box {
    min-height: auto; }

  .angular-banner {
    padding: 60px 0; } }
/*banner*/
.inner-navbar .navbar-dark {
  background: #fff; }
  .inner-navbar .navbar-dark .active > .nav-link {
    color: black; }
  .inner-navbar .navbar-dark .nav-link .active {
    color: black !important; }
.inner-navbar .navbar a {
  color: black; }
.inner-navbar .navbar .navbar-brand {
  color: black; }
  .inner-navbar .navbar .navbar-brand:hover {
    color: black; }
.inner-navbar .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .inner-navbar .navbar-nav .nav-link:hover {
    color: black; }
.inner-navbar .navbar-dark .navbar-nav .nav-link.active {
  color: black; }

/*banner*/
.angular-banner {
  background: #b50a28;
  color: #fff; }
  .angular-banner .angular-logo {
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 40px 30px; }
  .angular-banner p {
    padding-top: 10px; }

/*--------------------about-us------------------*/
.about-banner {
  background: url(../imgs/company/about-us.png); }
  .about-banner p {
    color: #fff; }

.about-us .overview {
  background: #f2f2f2; }
  .about-us .overview .items {
    background: #003a5a;
    padding: 15px;
    border-radius: 3px;
    text-align: center;
    color: #fff; }

.team .team-member {
  border: 1px solid #f2f2f2;
  padding: 10px;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px; }
  .team .team-member img {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 10px; }
  .team .team-member a {
    color: #ef473d;
    padding: 5px; }
    .team .team-member a:hover {
      color: black; }

/*# sourceMappingURL=style.css.map */
