
/******************************************************************************
  General 
*******************************************************************************/
html {
  font-size: 14px;
  overflow: auto; }
body { background:#fff;}
.title{ color:#fff;}
img,svg {
  height: auto;
  max-width: 100%; }
.section-content{ padding-bottom:15px;}

/******************************************************************************
  Skills
*******************************************************************************/
.skill-wrap {
  background: #f2f2f2;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 500px;
  display: inline-block;
  padding: 2px;
  position: relative;
  text-align: center; }
  .skill-wrap .skill-percent {
    font-size: 3.125em;
    left: 10px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 40px; }
  .skill-wrap .skill-name {
    color: #fff;
    font-size: .8125em;
    font-weight: 500;
    left: 10px;
    line-height: 1;
    position: absolute;
    right: 10px;
    top: 95px; }
  .skill-wrap canvas {
    vertical-align: top; }
/******************************************************************************
  Services
*******************************************************************************/
.services-wrap {
  display: table;
  position: relative;
  width: 100%;
  z-index: 0; }
  @media (max-width: 767px) {
    .services-wrap {
      display: block;
      padding: 317px 0 25px; } }
  @media (max-width: 767px) {
    .services-wrap.services-opened {
      z-index: inherit; } }
  .services-wrap .wrap-container {
    display: table-row; }
    @media (max-width: 767px) {
      .services-wrap .wrap-container {
        display: block;
        margin: 0 auto;
        width: 290px; } }
    .services-wrap .wrap-container .column {
      display: table-cell;
      vertical-align: middle;
      width: 25%; }
      @media (max-width: 767px) {
        .services-wrap .wrap-container .column {
          display: block;
          width: 100% !important; } }
      .services-wrap .wrap-container .column .circle-wrap {
        border-radius: 500px;
        height: 170px;
        position: relative;
        width: 150px; }
        @media (max-width: 991px) {
          .services-wrap .wrap-container .column .circle-wrap {
            width: 112px; } }
        @media (max-width: 767px) {
          .services-wrap .wrap-container .column .circle-wrap {
            height: 120px;
            margin: 0;
            width: 100%; } }
        .services-wrap .wrap-container .column .circle-wrap .skill-wrap {
          background: none;
          cursor: pointer;
          display: block;
          height: 170px;
          margin-left: -10px;
          padding: 12px;
          -webkit-transition: padding 0.2s ease-in-out;
                  transition: padding 0.2s ease-in-out;
          width: 170px; }
          @media (max-width: 767px) {
            .services-wrap .wrap-container .column .circle-wrap .skill-wrap {
              margin: 0;
              top: -25px; } }
          .services-wrap .wrap-container .column .circle-wrap .skill-wrap:before {
            background: rgb(153, 180, 51) none repeat scroll 0 0;
            border-radius: 500px;
            bottom: 10px;
            content: "";
            display: block;
            left: 10px;
            position: absolute;
            right: 10px;
            top: 10px;
            -webkit-transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, top 0.2s ease-in-out;
                    transition: bottom 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out, top 0.2s ease-in-out; }
          .services-wrap .wrap-container .column .circle-wrap .skill-wrap:hover {
            padding: 8px; }
            .services-wrap .wrap-container .column .circle-wrap .skill-wrap:hover:before {
              bottom: 0;
              left: 0;
              right: 0;
              top: 0; }
          .services-wrap .wrap-container .column .circle-wrap .skill-wrap canvas {
            height: 100%;
            position: relative;
            width: 100%; }
          .services-wrap .wrap-container .column .circle-wrap .skill-wrap .skill-percent {
            display: none; }
          .services-wrap .wrap-container .column .circle-wrap .skill-wrap .skill-name {
            color: #fff;
            font-size: 1.2em;
            font-weight:normal;
            left: 15px;
            margin-top: -9px;
            right: 15px;
            /*text-transform: uppercase;*/
            top: 50%; }
          .services-wrap .wrap-container .column .circle-wrap .skill-wrap .double-name + .skill-percent + .skill-name {
            margin-top: -18px; }
          .services-wrap .wrap-container .column .circle-wrap .skill-wrap .line {
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
            height: 1px;
            left: 50%;
            margin: -.5px 0 0;
			background:#fc64a1;
            position: absolute;
            top: 50%;
            -webkit-transform-origin: left top;
                -ms-transform-origin: left top;
                    transform-origin: left top;
            z-index: -1; }
            @media (max-width: 767px) {
              .services-wrap .wrap-container .column .circle-wrap .skill-wrap .line {
                -webkit-transform: rotate(-45deg) !important;
                    -ms-transform: rotate(-45deg) !important;
                        transform: rotate(-45deg) !important;
                width: 169px !important; } }
            .services-wrap .wrap-container .column .circle-wrap .skill-wrap .line .default {
              background: rgba(0, 0, 0, 0.03);
              height: 100%;
              left: 0;
              position: absolute;
              top: 0;
              width: 100%; }
            .services-wrap .wrap-container .column .circle-wrap .skill-wrap .line .active {
              background: rgba(0, 0, 0, 0.1);
              height: 100%;
              left: 0;
              position: absolute;
              width: 0; }
              @media (max-width: 767px) {
                .services-wrap .wrap-container .column .circle-wrap .skill-wrap .line .active {
                  display: none; } }
        .services-wrap .wrap-container .column .circle-wrap.active .skill-wrap {
          padding: 10px; }
          .services-wrap .wrap-container .column .circle-wrap.active .skill-wrap:before {
            bottom: 0;
            left: 0;
            right: 0;
            top: 0; }
        .services-wrap .wrap-container .column .circle-wrap .description {
          display: none; }
      .services-wrap .wrap-container .column.column-two .circle-wrap {
        margin: 0 0 120px auto; }
        @media (max-width: 991px) {
          .services-wrap .wrap-container .column.column-two .circle-wrap {
            margin-bottom: 252px; } }
        @media (max-width: 767px) {
          .services-wrap .wrap-container .column.column-two .circle-wrap {
            margin-bottom: 0; } }
        .services-wrap .wrap-container .column.column-two .circle-wrap + .circle-wrap {
          margin-bottom: 0; }
      .services-wrap .wrap-container .column.column-three {
        min-width: 400px;
        padding: 0 8px;
        position: relative;
        width: 400px; }
        @media (max-width: 1229px) {
          .services-wrap .wrap-container .column.column-three {
            min-width: 340px;
            width: 340px; } }
        @media (max-width: 991px) {
          .services-wrap .wrap-container .column.column-three {
            min-width: 172px;
            width: 172px; } }
        @media (max-width: 767px) {
          .services-wrap .wrap-container .column.column-three {
            min-width: inherit;
            padding: 0;
            position: static;
            width: inherit; } }
        .services-wrap .wrap-container .column.column-three .circle-wrap {
          margin: 0 auto;
          width: 170px; }
          @media (max-width: 767px) {
            .services-wrap .wrap-container .column.column-three .circle-wrap {
              margin: 0;
              width: 100%; } }
          .services-wrap .wrap-container .column.column-three .circle-wrap .skill-wrap {
            margin-left: 0; }
            .services-wrap .wrap-container .column.column-three .circle-wrap .skill-wrap .line {
              margin: 0;
              -webkit-transform: rotate(-90deg);
                  -ms-transform: rotate(-90deg);
                      transform: rotate(-90deg); }
          .services-wrap .wrap-container .column.column-three .circle-wrap:first-child .skill-wrap .line {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg); }
        .services-wrap .wrap-container .column.column-three .main-circle {
          background: #2b5797;
          height: 260px;
          margin: 70px auto;
          min-height: 260px;
          padding: 55px 25px;
          text-align: center;
          width: 260px;
          z-index: 1; }
          @media (max-width: 767px) {
            .services-wrap .wrap-container .column.column-three .main-circle {
              left: 50%;
              margin: 0 0 0 -130px;
              position: absolute;
              top: 0; } }
          .services-wrap .wrap-container .column.column-three .main-circle:before {
            border-radius: 500px;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            -webkit-animation: pulse 2s ease-in-out infinite;
            animation: pulse 2s ease-in-out infinite;
            z-index: -1; }
          .services-wrap .wrap-container .column.column-three .main-circle .circle-content {
           /* display: table-cell;*/
            height: 150px;
            vertical-align: middle;
            width: 100%; }
            .services-wrap .wrap-container .column.column-three .main-circle .circle-content .title {
              font-size: 1.8em;
              margin: 0px;line-height:7px; padding:0px;}
			  .services-wrap .wrap-container .column.column-three .main-circle .circle-content .title  h3 {margin: 0px; padding:0px;line-height:20px;}
			  
          .services-wrap .wrap-container .column.column-three .main-circle .opened-content {
            background: #2d89ef;
            border-radius: 500px;
            bottom: -70px;
            font-size: 1em;
            line-height: 1.5;
            left: -70px;
            opacity: 0;
            padding: 59px 50px 59px 70px;
            position: absolute;
            right: -70px;
            top: -70px;
            visibility: hidden;
            z-index: -1; }
            @media (max-width: 1229px) {
              .services-wrap .wrap-container .column.column-three .main-circle .opened-content {
                bottom: -60px;
                left: -60px;
                right: -60px;
                top: -60px; } }
            @media (max-width: 991px) {
              .services-wrap .wrap-container .column.column-three .main-circle .opened-content {
                bottom: -55px;
                left: -55px;
                right: -55px;
                top: -55px; } }
            @media (max-width: 767px) {
              .services-wrap .wrap-container .column.column-three .main-circle .opened-content {
                bottom: 0;
                border-radius: 0;
                left: 0;
                position: fixed;
                right: 0;
                top: 0; } 
				.services-wrap .wrap-container .column.column-three .main-circle .opened-content.opened{margin-top:0px;}		
				}

            .services-wrap .wrap-container .column.column-three .main-circle .opened-content.opened {
              visibility: visible;
              -webkit-transform: translateZ(0);
              z-index: 1100; }
            .services-wrap .wrap-container .column.column-three .main-circle .opened-content .close {
              border: 0 none;
              color: #768088;
              display: block;
              fill: #768088;
              font-size: 2em;
              height: 30px;
              left: 50%;
              line-height: 1;
              margin-left: -7.5px;
              opacity: 1;
              position: absolute;
              top: 20px;
              text-shadow: none;
              -webkit-transition: fill 0.2s ease-in-out;
                      transition: fill 0.2s ease-in-out;
              width: 30px; }
              .services-wrap .wrap-container .column.column-three .main-circle .opened-content .close:hover {
                fill: #d73e4d; }
            .services-wrap .wrap-container .column.column-three .main-circle .opened-content .description {
              display: block; }
              .services-wrap .wrap-container .column.column-three .main-circle .opened-content .description .title {
                font-size: 1.5em;
                margin-bottom: 18px;
                padding-right: 20px; }
              .services-wrap .wrap-container .column.column-three .main-circle .opened-content .description .text {
                height: 190px;
                text-align: left; }
                @media (max-width: 767px) {
                  .services-wrap .wrap-container .column.column-three .main-circle .opened-content .description .text {
                    height: auto; } }
              .services-wrap .wrap-container .column.column-three .main-circle .opened-content .description p {
                margin-bottom: 21px;
                color: #fff; }
                .services-wrap .wrap-container .column.column-three .main-circle .opened-content .description p:last-child {
                  margin-bottom: 0; }
      .services-wrap .wrap-container .column.column-four .circle-wrap {
        margin: 0 0 120px 0; }
        @media (max-width: 991px) {
          .services-wrap .wrap-container .column.column-four .circle-wrap {
            margin-bottom: 252px; } }
        @media (max-width: 767px) {
          .services-wrap .wrap-container .column.column-four .circle-wrap {
            margin-bottom: 0; } }
        .services-wrap .wrap-container .column.column-four .circle-wrap + .circle-wrap {
          margin-bottom: 0; }
        @media (max-width: 991px) {
          .services-wrap .wrap-container .column.column-four .circle-wrap .skill-wrap {
            margin-left: -48px; } }
        @media (max-width: 767px) {
          .services-wrap .wrap-container .column.column-four .circle-wrap .skill-wrap {
            margin: 0; } }
      .services-wrap .wrap-container .column.column-five .circle-wrap {
        margin: 0 0 0 auto; }
        @media (max-width: 991px) {
          .services-wrap .wrap-container .column.column-five .circle-wrap .skill-wrap {
            margin-left: -48px; } }
        @media (max-width: 767px) {
          .services-wrap .wrap-container .column.column-five .circle-wrap .skill-wrap {
            margin: 0; } }
        .services-wrap .wrap-container .column.column-five .circle-wrap .skill-wrap .line {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      @media (max-width: 767px) {
        .services-wrap .wrap-container .column .even .skill-wrap {
          margin-left: auto !important; } }
      @media (max-width: 767px) {
        .services-wrap .wrap-container .column .even .skill-wrap .line {
          -webkit-transform: rotate(-135deg) !important;
              -ms-transform: rotate(-135deg) !important;
                  transform: rotate(-135deg) !important; } }
      @media (max-width: 767px) {
        .services-wrap .wrap-container .column .first .skill-wrap .line {
          -webkit-transform: rotate(-76deg) !important;
              -ms-transform: rotate(-76deg) !important;
                  transform: rotate(-76deg) !important;
          width: 256px !important; } }
  .services-wrap.inverse .wrap-container .column .circle-wrap .skill-wrap .line .default {
    background: rgba(255, 255, 255, 0.15); }
  .services-wrap.inverse .wrap-container .column .circle-wrap .skill-wrap .line .active {
    background: #000; }
  .services-wrap.inverse .wrap-container .column .circle-wrap.main-circle:before {
    -webkit-animation: pulse-inverse 2s ease-in-out infinite;
    animation: pulse-inverse 2s ease-in-out infinite; }
	
.services-wrap .wrap-container .column .circle-wrap.service-1 .skill-wrap::before{
	background:rgb(45, 137, 239) none repeat scroll 0 0 / cover ;}
.services-wrap .wrap-container .column .circle-wrap.service-2 .skill-wrap::before{
	background:rgb(227, 162, 26) none repeat scroll 0 0;}
.services-wrap .wrap-container .column .circle-wrap.service-3 .skill-wrap::before{
	background:rgb(238, 17, 17) none repeat scroll 0 0;}
.services-wrap .wrap-container .column .circle-wrap.service-4 .skill-wrap::before{
	background:rgb(0, 171, 169) none repeat scroll 0 0;}
.services-wrap .wrap-container .column .circle-wrap.service-5 .skill-wrap::before{
	background:rgb(153, 180, 51) none repeat scroll 0 0;}
.services-wrap .wrap-container .column .circle-wrap.service-6 .skill-wrap::before{
	background:rgb(96, 4, 122) none repeat scroll 0 0;}