/*
Template Name: It Comp
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
/*********************about****************/
#about{
padding-top:40px;
padding-bottom:40px; 
 }
.about_1li .nav_1 {
margin-bottom: 20px;
}
.about_1li .nav_1 li {
display: inline-block;
font-size:18px;
}
.nav_1>li.active>a, .nav_1>li.active>a:hover, .nav_1>li.active>a:focus {
background: #ff3c00;
color: #fff;
margin-top:10px;
}
.about_1li .nav_1 li a {
background: #f4f4f4;
color: #000;
font-size: 16px;
margin-right: 2px;
margin-left: 2px;
border-radius: 3px;
padding: 15px 30px;
display: block;
}
.about_1li .nav_1 li a:hover {
background: #ff3c00;
color: #fff;
}
.nav_1>li.active>a, .nav_1>li.active>a:hover, .nav_1>li.active>a:focus {
background: #ff3c00;
color: #fff;
}
.about_1l .tab-content ul {
list-style:disc;
margin-left:20px;
 }
.about_1l .tab-content ul li {
margin-bottom:5px;
 }
 
#chart{
background:#f4f4f4;
padding-top:50px;
padding-bottom:50px;
 }
.chart_1{
margin-top:10px; 
 }
.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: 12px solid #fff;
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: 12px;
border-style: solid;
position: absolute;
top: 0;
}
.progress .progress-left .progress-bar{
left: 100%;
border-top-right-radius: 80px;
border-bottom-right-radius: 80px;
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: 80px;
border-bottom-left-radius: 80px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
width: 90%;
height: 90%;
border-radius: 50%;
background: #44484b;
font-size: 24px;
color: #fff;
line-height: 135px;
text-align: center;
position: absolute;
top: 5%;
left: 5%;
}
.progress.blue .progress-bar{
border-color: #049dff;
}
.progress.blue .progress-left .progress-bar{
animation: loading-2 1.5s linear forwards 1.8s;
}
.progress.yellow .progress-bar{
border-color: #fdba04;
}
.progress.yellow .progress-left .progress-bar{
animation: loading-3 1s linear forwards 1.8s;
}
.progress.pink .progress-bar{
border-color: #ed687c;
}
.progress.pink .progress-left .progress-bar{
animation: loading-4 0.4s linear forwards 1.8s;
}
.progress.green .progress-bar{
border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar{
animation: loading-5 1.2s linear forwards 1.8s;
}
@keyframes loading-1{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
}
@keyframes loading-2{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(144deg);
transform: rotate(144deg);
}
}
@keyframes loading-3{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}
@keyframes loading-4{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(36deg);
transform: rotate(36deg);
}
}
@keyframes loading-5{
0%{
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100%{
-webkit-transform: rotate(126deg);
transform: rotate(126deg);
}
}
@media only screen and (max-width: 990px){
.progress{ margin-bottom: 20px; }
}

.history_2 {
background: #f4f4f4;
margin-top: 70px;
padding-top: 40px;
padding-bottom: 40px;
margin-left: 15px;
margin-right: 15px;
}
.history_2i {
border-right: 1px solid #ff3c001c;
}
#team_h{
padding-bottom:40px!important;
 }
/*********************about_end****************/


@media screen and (max-width : 767px){
#about{
text-align:center; 
 }
.about_1li .nav_1 li{
margin-bottom:8px; 
 }
.about_1li .nav_1 li a{
padding:10px; 
 }
.about_1l .tab-content ul{
text-align:left; 
 }
.click_il{
margin-bottom:15px; 
 }
.chart_1i{
margin-top:15px; 
 }
.history_2 {
margin-top: 20px;
}
.history_2i{
border:none;
margin-top:10px;
 }
.about_1r {
margin-top:10px; 
 }
}

@media (min-width:768px) and (max-width:991px) {
.about_1li .nav_1 li{
margin-bottom:8px; 
 }
.about_1r img{
min-height:660px; 
 }
.history_2i  h5{
font-size:14px; 
 }
 }
@media (min-width:992px) and (max-width:1200px) {
.about_1r img{
min-height:660px; 
 }

  }
@media (min-width:1201px) and (max-width:1350px) {

 }