@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700");
body {
  font-family: 'Source Sans Pro', sans-serif; }

h1, h2 {
  margin: 0px; }

.container-fluid {
  padding: 0px; }

.centering, .site-wrapper .products-fluid .tab-content .tab-pane img {
  margin: auto;
  display: block; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40, .section-brief {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-100 {
  margin-top: 100px; }

.mt-120, .site-wrapper .products-fluid .cus-nav {
  margin-top: 120px; }

.section-mtb-90 {
  margin: 90px auto; }

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.p0 {
  padding: 0px; }

.site-btn {
  background: #39629d;
  border-radius: 0;
  padding: 15px 25px;
  border: none;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
  color: white;
  text-align: center; }

.section-title {
  font-size: 35px;
  font-weight: 600;
  font-style: normal;
  color: #1a0d00;
  text-align: center;
  letter-spacing: 2px; }

.section-brief {
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  color: #1a0d00;
  text-align: center; }

.border-b-1 {
  border-bottom: 1px solid #dadada; }

.view-all-link {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #5a5a5a;
  text-align: left;
  text-decoration: none !important; }

.grid-item {
  width: 31%;
  margin-bottom: 2%; }
  .grid-item img {
    max-width: 100%; }

.grid-item--width2 {
  width: 400px; }

.cus-input-white {
  padding: 15px;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #dadada;
  width: 100%;
  margin-top: 5px; }

.w100 {
  width: 100%; }

.cus-nav li.active a {
  border-bottom: 4px solid #39629d;
  font-weight: 600 !important;
  background: transparent !important;
  color: #000000 !important; }
.cus-nav li a {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  color: #1a0d00;
  text-align: center;
  background-color: transparent;
  text-transform: uppercase;
  border-radius: 0px;
  line-height: normal;
  padding-bottom: 25px; }

/**************************/
/***********MAP************/
/**************************/
#mapContainer {
  clear: both;
  padding: 0;
  height: 500px; }

#map_canvas {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0; }

@media print {
  #map_canvas {
    height: 500px; } }
.portfolio-container {
  max-width: 900px;
  float: none;
  margin: auto; }

#portfolio-items {
  margin: 1rem 0;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%; }

.tile {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-top: 25px; }

.scale-anm {
  transform: scale(1); }

.tile img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin-bottom: 1rem; }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

.portfolio-grids img.img-responsive {
  transform: scale(1.1) translate(7px) !important; }

.portfolio-grids.cus-width {
  width: 19%;
  padding: 0px 15px;
  border: 1px solid #dadada;
  margin: 10px 6px; }

.portfolio-grids.cus-width {
  min-height: inherit !important; }

.skill-box > h3 {
  margin-bottom: 15px;
  color: #333; }

.skill-box > .skills-circle > ul {
  padding: 0;
  text-align: center;
  list-style-type: none; }

.skill-box > .skills-circle > ul > li {
  width: 150px;
  height: 150px;
  background-color: #ddd;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px; }

.skill-box > .skills-circle > ul > li > span {
  color: #272727;
  font-size: 16px;
  font-weight: 600; }

.skill-box > .skills-circle > ul > li > span.text, .skill-box > .skills-circle > ul > li > span ~ b {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  margin-top: -8px;
  z-index: 1; }

.skill-box > .skills-circle > ul > li > span.text ~ b, .skill-box > .skills-circle > ul > li > span ~ b ~ b {
  margin-top: 19px;
  font-size: 25px;
  font-weight: 600;
  color: #39629d; }

.skill-box > .skills-circle > ul > li > span.bar-circle-right, .skill-box > .skills-circle > ul > li > span.bar-circle-left {
  border-radius: 50%;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #39629d;
  clip: rect(0, 75px, 150px, 0); }

.skill-box > .skills-circle > ul > li > span.bar-circle-left {
  background: #ddd; }

.skill-box > .skills-circle > ul > li > span.bar-circle-cover {
  display: block;
  width: 93%;
  height: 93%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.site-wrapper {
  min-height: 100vh; }
  .site-wrapper .banner-wrapper .navbar-fluid {
    position: fixed;
    z-index: 9;
    width: 100%;
    padding: 15px 0px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s; }
    .site-wrapper .banner-wrapper .navbar-fluid.active {
      background-color: #ffffff;
      -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
      -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
      box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
      transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s; }
      .site-wrapper .banner-wrapper .navbar-fluid.active .navbar-inverse #cus-main-navbar li a {
        color: #1a0d00 !important; }
    .site-wrapper .banner-wrapper .navbar-fluid .navbar-container .navbar-inverse {
      background-color: transparent;
      border: 0px;
      border-radius: 0px;
      margin-bottom: 0px; }
      .site-wrapper .banner-wrapper .navbar-fluid .navbar-container .navbar-inverse #cus-main-navbar li.active a {
        background-color: transparent; }
      .site-wrapper .banner-wrapper .navbar-fluid .navbar-container .navbar-inverse #cus-main-navbar li a {
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        color: white;
        text-align: left; }
  .site-wrapper .banner-wrapper #myCarousel .carousel-inner .item .cus-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
    .site-wrapper .banner-wrapper #myCarousel .carousel-inner .item .cus-caption h1 {
      font-size: 50px;
      font-weight: 600;
      font-style: normal;
      color: white;
      text-align: center;
      text-transform: uppercase; }
    .site-wrapper .banner-wrapper #myCarousel .carousel-inner .item .cus-caption p {
      font-size: 20px;
      font-weight: 500;
      font-style: normal;
      color: white;
      text-align: center;
      margin-top: 35px; }
  .site-wrapper .banner-wrapper #myCarousel .carousel-inner .item img {
    min-height: 100vh; }
  .site-wrapper .products-fluid .cus-nav li.active a {
    border-bottom: 4px solid #39629d;
    font-weight: 600; }
  .site-wrapper .products-fluid .cus-nav li a {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #1a0d00;
    text-align: center;
    background-color: transparent;
    text-transform: uppercase;
    border-radius: 0px;
    line-height: normal;
    padding-bottom: 25px; }
  .site-wrapper .products-fluid .tab-content {
    border-bottom: 1px solid #dadada; }
    .site-wrapper .products-fluid .tab-content .tab-pane.active {
      padding: 0px !important; }
    .site-wrapper .products-fluid .tab-content .tab-pane a {
      font-size: 15px;
      font-weight: 400;
      font-style: normal;
      color: #1a0d00;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    .site-wrapper .products-fluid .tab-content .tab-pane .cus-row {
      margin: 0px;
      padding: 65px 0px; }
      .site-wrapper .products-fluid .tab-content .tab-pane .cus-row.bg-grey {
        background-color: #e4e4e4; }
    .site-wrapper .products-fluid .tab-content .tab-pane img {
      height: 250px;
      max-width: 100%;
      width: auto;
      object-fit: contain;
      margin-bottom: 10px; }
    .site-wrapper .products-fluid .tab-content .content-title {
      font-size: 20px;
      font-weight: 700;
      font-style: normal;
      color: #1a0d00;
      text-align: left;
      margin-bottom: 15px; }
    .site-wrapper .products-fluid .tab-content .content-brief {
      font-size: 15px;
      font-weight: 300;
      font-style: normal;
      color: #212121;
      text-align: left;
      line-height: 28px; }
  .site-wrapper .hire-fluid .nodejs-row, .site-wrapper .hire-fluid .ror-raw {
    padding-bottom: 40px;
    border-bottom: 1px solid #dadada; }
  .site-wrapper .hire-fluid .content-title {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #39629d;
    text-align: left;
    margin-bottom: 10px; }
  .site-wrapper .hire-fluid .view-all-link {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    color: #5a5a5a;
    text-align: left;
    margin-bottom: 10px; }
  .site-wrapper .hire-fluid .devs-slider .dev-wrapper .thumb-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden; }
    .site-wrapper .hire-fluid .devs-slider .dev-wrapper .thumb-wrapper .thumb {
      height: 100%; }
      .site-wrapper .hire-fluid .devs-slider .dev-wrapper .thumb-wrapper .thumb img {
        height: 100%;
        object-fit: cover; }
  .site-wrapper .hire-fluid .devs-slider .dev-wrapper .dev-name {
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    color: #1a0d00;
    text-align: left;
    margin-top: 10px; }
  .site-wrapper .hiw-fluid .hiw-row .counter span {
    font-size: 37px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    text-align: center;
    background-color: #39629d;
    padding: 5px 20px; }
  .site-wrapper .hiw-fluid .hiw-row .thumb-wrapper {
    width: 100%;
    height: 220px;
    overflow: hidden; }
    .site-wrapper .hiw-fluid .hiw-row .thumb-wrapper .thumb {
      height: 100%;
      width: 100%;
      object-fit: cover;
      margin: auto;
      display: block;
      border: 5px solid #eff1f5; }
  .site-wrapper .hiw-fluid .hiw-row .content-title {
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    color: #1a0d00;
    text-align: left;
    text-transform: uppercase;
    line-height: 20px;
    margin-top: 30px; }
  .site-wrapper .hiw-fluid .hiw-row .cus-col-margin-2 {
    margin: 0 2%;
    width: 21%; }
  .site-wrapper .customer-fluid {
    background-color: #f1f2f4; }
    .site-wrapper .customer-fluid .customer-row .flex {
      flex: 1;
      margin: 0px 1.3%;
      flex-basis: 30.33%; }
    .site-wrapper .customer-fluid .customer-row .item-wrapper {
      background: white;
      padding: 70px 25px;
      border: 1px solid #ededed;
      min-height: 500px;
      transition: all ease-in-out 0.3s;
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -ms-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s; }
      .site-wrapper .customer-fluid .customer-row .item-wrapper:hover {
        transform: scale(1.1);
        box-shadow: 0px 18px 35px #ededed;
        transition: all ease-in-out 0.3s;
        -webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        -ms-transition: all ease-in-out 0.3s;
        -o-transition: all ease-in-out 0.3s; }
        .site-wrapper .customer-fluid .customer-row .item-wrapper:hover .thumb-wrapper .thumb {
          transform: scale(1.2);
          transition: all ease-in-out 0.3s;
          -webkit-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -ms-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s; }
      .site-wrapper .customer-fluid .customer-row .item-wrapper .thumb-wrapper {
        width: 144px;
        height: 144px;
        border-radius: 50%;
        margin: auto;
        display: block; }
        .site-wrapper .customer-fluid .customer-row .item-wrapper .thumb-wrapper .thumb {
          margin: auto;
          display: block;
          transition: all ease-in-out 0.3s;
          -webkit-transition: all ease-in-out 0.3s;
          -moz-transition: all ease-in-out 0.3s;
          -ms-transition: all ease-in-out 0.3s;
          -o-transition: all ease-in-out 0.3s; }
      .site-wrapper .customer-fluid .customer-row .item-wrapper .customer-details {
        text-align: center; }
        .site-wrapper .customer-fluid .customer-row .item-wrapper .customer-details .name {
          font-size: 20px;
          font-weight: 600;
          font-style: normal;
          color: #1a0d00;
          text-align: center; }
        .site-wrapper .customer-fluid .customer-row .item-wrapper .customer-details .designation {
          font-size: 15px;
          font-weight: 400;
          font-style: normal;
          color: #1a0d00;
          text-align: center; }
      .site-wrapper .customer-fluid .customer-row .item-wrapper .video-play {
        margin-top: 50px; }
        .site-wrapper .customer-fluid .customer-row .item-wrapper .video-play .js-video-button {
          height: auto;
          display: block;
          width: 82px;
          margin: auto;
          cursor: pointer; }
  .site-wrapper .blog-fluid .item-row {
    margin-top: 95px; }
    .site-wrapper .blog-fluid .item-row:nth-child(1) {
      margin-top: 0px; }
  .site-wrapper .blog-fluid .thumb-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden; }
    .site-wrapper .blog-fluid .thumb-wrapper .thumb {
      height: 100%;
      object-fit: cover; }
  .site-wrapper .blog-fluid .content-wrapper .blog-title {
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    color: #1a0d00;
    text-align: left;
    letter-spacing: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .site-wrapper .blog-fluid .content-wrapper .date_and_author {
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    color: #5a5a5a;
    text-align: left;
    letter-spacing: 2px; }
  .site-wrapper .blog-fluid .content-wrapper .description {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    color: #000000;
    text-align: left;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 30px; }
  .site-wrapper .blog-fluid .content-wrapper .read_more {
    font-size: 15px;
    font-weight: 300;
    font-style: normal;
    color: #1a0d00;
    text-align: left;
    text-decoration: none; }
  .site-wrapper .blog-fluid .content-wrapper .fa-icon {
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    color: #39629d;
    text-align: left;
    vertical-align: middle;
    margin-left: 10px; }
  .site-wrapper .blog-fluid .content-wrapper .img-icon {
    margin-left: 15px;
    vertical-align: middle; }
  .site-wrapper .work-fluid {
    margin-top: 120px; }
    .site-wrapper .work-fluid .portfolio-title {
      margin-top: 20px !important;
      margin-bottom: 10px !important;
      display: inline-block; }
      .site-wrapper .work-fluid .portfolio-title a {
        text-decoration: none;
        font-size: 20px;
        font-weight: 500;
        font-style: normal;
        color: #1a0d00;
        text-align: left;
        letter-spacing: 1px; }
    .site-wrapper .work-fluid .auction-type {
      font-size: 13px;
      font-weight: 400;
      font-style: normal;
      color: #5a5a5a;
      text-align: left;
      letter-spacing: 2px;
      margin-bottom: 15px;
      display: block; }
    .site-wrapper .work-fluid .cus-nav li a {
      font-size: 14px;
      font-weight: 500; }
    .site-wrapper .work-fluid .tab-content {
      background-color: #f1f2f4;
      padding: 50px 0px; }
  .site-wrapper .contact-fluid {
    background-color: #f1f2f4;
    padding: 65px 0px; }
  .site-wrapper .about-fluid .description {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color: #1a0d00;
    text-align: left;
    line-height: 32px; }

footer {
  background-color: #35373a;
  padding-top: 40px;
  margin-top: 60px; }
  footer .title {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    color: #ffffff;
    text-align: left; }
  footer ul {
    padding: 0px; }
    footer ul li {
      list-style: none; }
      footer ul li a {
        font-size: 14px;
        font-weight: 600;
        font-style: normal;
        color: #7d7d7d;
        text-align: left;
        line-height: 30px;
        text-decoration: none !important; }
        footer ul li a:hover {
          color: #ffffff; }
  footer address {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: #7d7d7d;
    text-align: left;
    line-height: 30px;
    text-decoration: none !important; }
    footer address .fa {
      color: #ffffff;
      margin-right: 7px; }
  footer .social-icons {
    margin-top: 20px; }
    footer .social-icons li {
      display: inline-block;
      padding: 0px 10px; }
      footer .social-icons li:nth-child(1) {
        padding-left: 0px; }
      footer .social-icons li .fa {
        color: #ffffff;
        font-size: 20px; }
  footer .copyrights {
    margin-top: 15px;
    background-color: #303235;
    padding: 15px 0px; }
    footer .copyrights p {
      font-size: 16px;
      font-weight: 600;
      font-style: normal;
      color: #7d7d7d;
      text-align: left;
      margin-bottom: 0px; }
    footer .copyrights ul {
      padding: 0px;
      margin: 0px; }
      footer .copyrights ul li {
        display: inline-block;
        margin: 0px 3px; }

@media (max-width: 1199px) {
  .nav-justified.cus-nav > li {
    width: auto; } }
@media (max-width: 991px) {
  .portfolio-grids {
    min-height: 280px; }

  .portfolio-grids.cus-width {
    width: 23%; } }
@media (max-width: 550px) {
  .portfolio-grids.cus-width {
    width: 100%; }

  .portfolio-grids {
    width: 100%; } }

/*# sourceMappingURL=developscripts.css.map */
