@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
#MagicWheel {
  position: relative;
  height: 450px;
  width: 450px;
  font-size: 13px;
  font-family:'Lato', sans-serif;
}
#MagicWheel, #MagicWheel * {
  box-sizing: border-box;
}
#MagicWheel .node {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 27.5%;
  height: 27.5%;
  text-align: center;
  border-radius: 50%;
  background-color: #333;
  box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: box-shadow 0.25s;
  transition: box-shadow 0.25s;
  overflow: hidden;
}
#MagicWheel .node span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  width: 100%;
  padding: 8px;
  color: #eee;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
#MagicWheel .node span b {
  font-size: 16px;
}
#MagicWheel .node--current {
  top: 50%;
  left: 50%;
  width: 36.66667%;
  height: 36.66667%;
  text-transform: uppercase;
  background: #333;
}
#MagicWheel .node--current span {
  font-size: 20px;
  color: #eee;
}
#MagicWheel .node--current span b {
  font-size: 18px;
  color: #aaa;
}
#MagicWheel .node--child:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
#MagicWheel .node-bar {
  position: absolute;
  top: 50%;
  left: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 150px;
  background-color: transparent;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
#MagicWheel .node--parent {
  width: 18.33333%;
  height: 18.33333%;
  background: #fff;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#MagicWheel .node--parent span {
  color: #aaa;
  text-transform: uppercase;
}
#MagicWheel .node--parent:hover {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.23), 0 3px 12px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
#MagicWheel .node--parent:hover span {
  color: #888;
}
#MagicWheel .node--parent .node-bar {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#MagicWheel .node--0 {
  background-color: #4CAF50;
}
#MagicWheel .node--1 {
  background-color: #303F9F;
}
#MagicWheel .node--2 {
  background-color: #607D8B;
}
#MagicWheel .node--3 {
  background-color: #E91E63;
}
#MagicWheel .node--4 {
  background-color: #448AFF;
}
#MagicWheel .node--5 {
  background-color: #5D4037;
}
#MagicWheel .node--6 {
  background-color: #FF5722;
}
#MagicWheel .node--7 {
  background-color: #9C27B0;
}

#MagicWheel {
  margin: 3em auto;
}

/*---tabs---*/

 #accordion .panel-title a,#accordion1 .panel-title a{display:block;font-weight:700;margin-bottom:15px;transition:all .5s ease 0s}a:focus,a:hover{text-decoration:none;outline:0}#accordion .panel{border:none;box-shadow:none;border-radius:0;margin-bottom:15px}#accordion .panel-heading{padding:0;border-radius:0;border:none}#accordion .panel-title a{padding:14px 60px;font-size:16px;color:#232323;background:#fff;position:relative;box-shadow:3px 3px 20px rgba(0,0,0,.15)}#accordion .panel-title a.collapsed{background:#eee;box-shadow:none}#accordion .panel-title a.collapsed:before,#accordion .panel-title a:before{content:"";width:20px;height:1px;background:#ddd;position:absolute;top:23px;left:0}#accordion .panel-title a.collapsed:before{background:#ddd}#accordion .panel-title a.collapsed:after,#accordion .panel-title a:after{content:"\f068";font-family:FontAwesome;width:27px;height:27px;line-height:27px;border-radius:50%;background:#ddd;position:absolute;top:10px;left:25px;font-size:14px;color:#fff;text-align:center;z-index:1}#accordion .panel-title a.collapsed:after{content:"\f067";color:#aaa;background:#ddd}#accordion .panel-body{font-size:13px;color:#737373;line-height:25px;padding:0 15px;margin-left:35px;border:none;border-left:2px dashed #eee}#accordion1 .panel{border:none;box-shadow:none;border-radius:0;margin-bottom:15px}#accordion1 .panel-heading{padding:0;border-radius:0;border:none}#accordion1 .panel-title a{padding:14px 60px;font-size:16px;color:#232323;background:#fff;position:relative;box-shadow:3px 3px 20px rgba(0,0,0,.15)}#accordion1 .panel-title a.collapsed{background:#eee;box-shadow:none}#accordion1 .panel-title a.collapsed:before,#accordion1 .panel-title a:before{content:"";width:20px;height:1px;background:#0760dc;position:absolute;top:23px;left:0}#accordion1 .panel-title a.collapsed:before{background:#ddd}#accordion1 .panel-title a.collapsed:after,#accordion1 .panel-title a:after{content:"\f068";font-family:FontAwesome;width:27px;height:27px;line-height:27px;border-radius:50%;background:#ddd;
 
 position:absolute;top:10px;left:25px;font-size:14px;color:#fff;text-align:center;z-index:1}#accordion1 .panel-title a.collapsed:after{content:"\f067";color:#aaa;background:#ddd}#accordion1 .panel-body{font-size:13px;color:#737373;line-height:25px;padding:0 15px;margin-left:35px;border:none;border-left:2px dashed #eee}
   
/*---clients----*/   
p {
  margin: 0px;
}

a:focus, a:hover {
  text-decoration: none;
}

.btn {
  border: none;
}


.circle-container {
  position: relative;
  width: 30em;
  height: 30em;
  padding: 0;
  border-radius: 50%;
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  background:#333;
  border: solid 2px #70D6FE;
}
.circle-container > * {
  display: block;
  position: absolute;
  top: 48%;
  left: 48%;
  margin: -2em;
}
.circle-container > *:nth-of-type(1) {
  -webkit-transform: rotate(0deg) translate(9.5em) rotate(0deg);
  transform: rotate(0deg) translate(9.5em) rotate(0deg);
}
.circle-container > *:nth-of-type(2) {
  -webkit-transform: rotate(55deg) translate(9.5em) rotate(-55deg);
  transform: rotate(55deg) translate(9.5em) rotate(-55deg);
}
.circle-container > *:nth-of-type(3) {
  -webkit-transform: rotate(105deg) translate(9.5em) rotate(-105deg);
  transform: rotate(105deg) translate(9.5em) rotate(-105deg);
}
.circle-container > *:nth-of-type(4) {
  -webkit-transform: rotate(155deg) translate(9.5em) rotate(-155deg);
  transform: rotate(155deg) translate(9.5em) rotate(-155deg);
}
.circle-container > *:nth-of-type(5) {
  -webkit-transform: rotate(205deg) translate(9.5em) rotate(-205deg);
  transform: rotate(205deg) translate(9.5em) rotate(-205deg);
}
.circle-container > *:nth-of-type(6) {
  -webkit-transform: rotate(255deg) translate(9.5em) rotate(-255deg);
  transform: rotate(255deg) translate(9.5em) rotate(-255deg);
}
.circle-container > *:nth-of-type(7) {
  -webkit-transform: rotate(305deg) translate(9.5em) rotate(-305deg);
  transform: rotate(305deg) translate(9.5em) rotate(-305deg);
}
.circle-container > *:nth-of-type(8) {
  -webkit-transform: rotate(355deg) translate(9.5em) rotate(-355deg);
  transform: rotate(355deg) translate(9.5em) rotate(-355deg);
}
.circle-container a {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #70D6FE;
  background: #FFF;
  height: 64px;
  width: 64px;
  font-size: 250%;
}
.circle-container i {
  display: block;
  padding: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  border-radius: 50%;
}
.circle-container .active i {
  color: #F9A732;
}
.circle-container:before {
  content: 'Our Clients';
  position: absolute;
  z-index: 100;
  top: 50%;
  text-align: center;
  width: 70%;
  font-size: 32px;
  margin: 0 auto;
  left: 0;
  right: 0;
  line-height: 1;
  display: block;
  margin-top: -10px;
   font-family:'Lato', sans-serif;
  color: #FFF;
  font-weight: 300;
}

.services-container li {
  display: none;
}
.services-container li.active {
  display: block;
}

.service-item {
  background: rgba(255, 255, 255, 0.34);
  padding: 0;
  margin-top: 11.26%;
  width: 100%;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  line-break: auto;
}
.service-item .header {
  background: #009FE3;
  padding: 10px 20px;
  border-radius: 4px 4px 0 0;
}
.service-item .body {
  padding: 20px 20px;
  color: #000;
}
.service-item .header .icon {
  float: left;
  display: table;
}
.service-item .header .icon i {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  position: relative;
  top: -7px;
  left: -10px;
  display: table-cell;
  color: #000;
  font-size: 200%;
  vertical-align: bottom;
  text-align: center;
}
.service-item .header h4 {
  margin: 0px;
  color: #000;
}
.service-item .footer {
  background: rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #5CC2EA;
}

@media screen and (max-width: 480px) {
  .circle-container {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}


.our-team{
    background: #222;
    padding:15px;
    border:1px solid #333;
    transition: all 0.30s linear 0s;
}
.our-team:hover{
    background:#262626;
}
.our-team .ourteam-pic img{
    width: 100%;
    height: auto;
}
.our-team .team-prof{
    padding:20px 10px 0;
}
.our-team .post-title{
    color: #e67e22;
    font-size:22px;
    text-transform:capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}
.our-team .post{
    font-size: 13px;
    color:#bbb;
    display: block;
    margin: 3px 0 5px 0;
    text-transform: capitalize;
}
.our-team .description{
    color:#808080;
    padding:28px 0 15px;
    border-top: 1px solid #333;
    margin:0;
    font-size:15px;
}
@media screen and (max-width: 990px){
    .our-team{
        margin-bottom: 30px;
    }
}










