/*bootstrap override*/
 .container-fluid {
     padding-right: 120px;
     padding-left: 120px;
     margin-right: auto;
     margin-left: auto;
}
@media(max-width: 1440px){
     .container-fluid {
         padding-right: 90px;
         padding-left: 90px;
         margin-right: auto;
         margin-left: auto;
    }
}
@media(max-width: 1366px){
     .container-fluid {
         padding-right: 70px;
         padding-left: 70px;
         margin-right: auto;
         margin-left: auto;
    }
}
@media(max-width: 1280px){
     .container-fluid {
         padding-right: 40px;
         padding-left: 40px;
         margin-right: auto;
         margin-left: auto;
    }
}

 @media(max-width: 1024px){
     .container-fluid {
         padding-right: 20px;
         padding-left: 20px;
         margin-right: auto;
         margin-left: auto;
    }
}

 @media(max-width: 767px){
     .container-fluid {
         padding-right: 15px;
         padding-left: 15px;
         margin-right: auto;
         margin-left: auto;
    }
}


.row-0{
     margin-right: 0;
     margin-left: 0;
}
 .padLR0{
     padding-left:0;
     padding-right:0;
}
 .padL0{
     padding-left:0;
}
 .padR0{
     padding-right:0;
}
 .padL20{
     padding-left:20px;
}
 .padL25{
     padding-left:25px;
}
 .padLR90{
     padding-left: 90px;
     padding-right: 90px;
}
 .padL20{
     padding-left:20px;
}
 .marB10{
     margin-bottom: 10px;
}
 .marB20{
     margin-bottom: 20px;
}
 .marB40{
     margin-bottom: 40px;
}
 .marT10{
     margin-top: 10px;
}
 .marT20{
     margin-top: 20px;
}
 .marT40{
     margin-top: 0px;
}
 .marBT20{
     margin-top:20px;
     margin-bottom: 20px;
}
 .marBT40{
     margin-top: 40px;
     margin-bottom: 40px;
}
 .marT-50{
     margin-top: -50px;
}
 span.red{
     color:red;
     font-weight: 700;
     cursor: pointer;
}
 .width100{
     width:100%;
     max-width: 100%;
}


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


.call-to-action {
    width: 100%;
    display: inline-block;
    margin: 40px 0;
    background: url('https://www.futurismtechnologies.com/wp-content/themes/futurism/images/sphere-bg.png') no-repeat;
    background-position: left;
    z-index: 0;
    min-height: 300px;
}
.call-to-action .btn {
    min-height: 0;
    color: #fff;
    padding: 10px;
    font-size: 14px;
}
.call-to-action .form-control {
    height: auto;
    background-color: #fff;
    border-color: transparent;
    display: inline-block;
    min-width: 300px;
    padding: 10px;
    border: 1px solid #637be0;
    border-right: 0;
}

.call-to-action .explore-section {
    padding: 20px!important;
}


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

section.clearfix.intro-sec {
    padding: 40px 0 120px;
    background: url(https://www.futurismtechnologies.com/wp-content/themes/futurism/images/challenges-bg.jpg) no-repeat;background-size:cover; background-position:center;
    width: 100%;
} 



.intro-title p{
    margin: 0;
    line-height: normal;
    text-align: center;
}
.intro-title h1 {
    margin: 10px 0 0;
    line-height: normal;
    text-align: center;
}
.intro-title hr{
    max-width: 150px;
    margin: 0 auto;
    border-top:3px solid #FFD034;
}

.intro-desc p {
    margin: 20px auto 40px;
    max-width: 100%;
    text-align: center;
    font-size: 1.250em; color:#fff;
}

.intro-desc ul li {
    line-height: 1.75;
    font-size: 1.150em;
}

.intro-desc ul{
    margin:20px 0;
}


.higlight-box {
    background: transparent;
    -webkit-box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
    box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
    border-radius: 6px;
    letter-spacing: 0;
    padding: 20px;
    margin-bottom: 15px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-align: left;
}

.higlight-box:hover,
.higlight-box:active,
.higlight-box:focus{
    cursor: pointer;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
    box-shadow: 0 0 30px 0 rgba(101,105,167,.4);
}

.higlight-text h3,.higlight-text p{
	color:#fff;
}

.progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 7px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}

.progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 7px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progress.red .progress-right .progress-bar,
.progress.red .progress-left .progress-bar{
    border-color:  #FF4C3B;
}
.progress.blue1 .progress-right .progress-bar,
.progress.blue1 .progress-left .progress-bar{
    border-color: #0072BB;
}
.progress.yellow .progress-right .progress-bar,
.progress.yellow .progress-left .progress-bar{
    border-color:  #FFD034;
}

.progress .progress-value {
  display: flex;
  border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 300;
}
.progress .progress-value div {
  margin-top: 10px;
}
.progress .progress-value span {
  font-size: 12px;
  text-transform: uppercase;
}

/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: loading-1 1s linear forwards 1s;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1s linear forwards 1s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1s linear forwards 1s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1s linear forwards 1s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1s linear forwards 1s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}
.progress {
  margin-bottom: 1em;
}




	progressbar {
    display: inline-block;
    width: 100px;
    margin: 1em 5em;
}
	.circle, .circle2, .circle3 {
    width: 90px;
    height: 90px;
    margin: 0 auto 20px;
    margin-top: 10px;
    display: block;
    position: relative;
    text-align: center;
}
	.circle:after,.circle2:after,.circle3:after {
	    width: 120px;
		height: 120px;
		content: "";
/*		border: 2px solid #fb4f14;*/
		border-radius: 50%;
		display: block;
		position: absolute;
		top: 30px;
		left: 30px;
	}
	
	.circle canvas ,.circle2 canvas ,.circle3 canvas {
		vertical-align: middle;
/*		border: 2px solid #fb4f14;*/
		border-radius: 50%;
	}
	
    .circle div, .circle2 div, .circle3 div {
        position: absolute;
        top: 33%;
        left: 48%;
        margin: 1px 0 0 -42px;
        width: 100%;
        text-align: center;
        line-height: 1.5;
        font-size: 18px;
        color: #fff;
    }
	.circle strong i,.circle2 strong i,.circle3 strong i {
		font-style: normal;
		font-size: 0.6em;
		font-weight: normal;
	}
	.circle span,.circle2 span,.circle3 span {
		display: block;
		color: white;
		margin-top: 12px;
	}

