.industry-list .col-md-4{
background-size: cover!important;
    background-repeat: no-repeat !important;
}


.industry-list:first-child .title .main-title{
	height:300px;
}

#industry-section .content h3.sub-heading{
	font-weight:600;
	font-size:18px;
	margin: 0 0 10px;
}

.industry-list p{

	margin: 0 0 10px;
}


#industry-section  ul li, .industry-list p{
	font-size:14px;
}

.industry-list{
     border: 1px solid #e3e3e3;
     border-radius: 15px;
     margin-bottom: 50px;
     overflow: hidden;

}

.industry-list .col-md-8 {
    padding:30px 35px 0;
}

.title .main-title{
	color:#fff;
	font-size:24px;
	font-weight:600;
	display: table-cell;
	vertical-align:middle;
	height: 230px;
	line-height: 32px;
}

.title{
	display: table;
    width: 100%;
}

.industry-list:nth-child(2) .title .main-title{height:420px;}

#industry-section i {
    font-family: fontawesome;
    color: #008ed7;
    font-size: 20px;
}

.address-details a{
	font-size:14px;
	color:#444;
}

.address-details .address-info{
	display:flex;
}

.address-details .address-info i{
	margin-right:5px;
}

.counter-fss {
    padding: 0 15px;
    margin: 0;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}
.counter-circle {
    width: 80px;
    height: 80px;
    display: block;
    text-align: center;
    border-radius: 100%;
    background-color: #0093cc;
    margin: 0 auto;
    line-height: 80px;
    color: #fff;
    font-size: 39px;
    font-weight: 300;
    box-shadow: 0 0 0px 7px rgba(0,0,0,0.1);
}
.counter-fss li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
}

.counter-fss li:nth-child(even) .counter-circle{
order: 3;
}
.counter-fss li:nth-child(even) .border-counter{
order: 2;
}
.counter-fss li:nth-child(even) .title-fss {
    order: 1;
    margin-bottom: 20px;
}
.counter-fss li:nth-child(odd) .title-fss {
    margin-top: 20px;
}
.title-fss {
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: bold;
    color: #015b7d;
    width: 100%;
    text-transform: capitalize;
}
.border-counter {
    height: 100px;
    background-color: #01729e;
    position: absolute;
    width: 100px;
    border-radius: 100%;
    z-index: -1;
    bottom: 30px;
    left: 3px;
    opacity: 0.15;
}
.sec-padding {
	padding: 100px 0 50px;
}
.graph-container {
    width: 100%;
    margin: 0 auto;
    /*border: 1px solid #0093cc;*/
    border-radius: 20px;
    text-align: center;
    /*height: 125px;*/
    /*margin-bottom: 150px;*/
}
.legend-center {
    text-align: center;
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #0093cc;
    top: -20px;
    position: relative;
    padding: 5px 45px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
    position: relative;
}
.graph-pointers {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    text-align: left;
    margin-top: 100px;
    justify-content: center;
}
.points > ul {
    font-size: 14px;
    text-align: left;
}
.graph-pointers > li:not(.heading-box) {
    width: 33.33%;
    text-align: center;
}
.graph-title {
    border: 1px solid #0093cc;
    display: inline-block;
    width: 130px;
    line-height: 1;
    padding: 5px 0px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}
.heading-box span::before {
    content: "";
    display: block;
    position: absolute;
    left: -10px;
    top: 30px;
    width: 15px;
    height: 15px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;
}
.heading-box span::after {
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 30px;
    width: 15px;
    height: 15px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;
}
/*.graph-title::before{
	content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;	
}
.graph-title::after{
	content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;	
}*/
.heading {
    color: #0093cc;
    font-size: 23px;
    font-weight: bold;
}
.graph-pointers > li:nth-child(2) {
    position: absolute;
    top: -30px;
    width: auto;
    text-align: center;
    left: 50%;
    margin-left: -65px;
}
.graph-pointers > li:nth-child(2) .points {
    display: inline-block;
    vertical-align: top;
}
.heading-box span {
    display: inline-block;
    border: 1px solid #0093cc;
    padding: 25px 25px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
}
.graph-pointers > li:nth-child(3), .graph-pointers > li:nth-child(4) {
    width: 50%;
    margin-top: 18px;
}
.graph-pointers > li:nth-child(3) .graph-title::after{
    content: "";
    display: block;
    position: absolute;
    right: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;    
}
.graph-pointers > li:nth-child(4) .graph-title::before{
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;    
}
.graph-pointers > li:nth-child(2) .graph-title::before{
    content: "";
    display: block;
    position: absolute;
    left: -5px;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;    
}
.graph-pointers > li:nth-child(2) .graph-title::before {
    content: "";
    display: block;
    position: absolute;
    left: 45%;
    bottom: -6px;
    width: 10px;
    height: 10px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;
}
.graph-pointers > li:nth-child(3) .graph-title::before {
    width: 58px;
    height: 1px;
    background-color: #015e82;
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 20px;
}
.graph-pointers > li:nth-child(4) .graph-title::after {
    width: 58px;
    height: 1px;
    background-color: #015e82;
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 20px;
}
.graph-pointers > li:nth-child(2) .graph-title::after {
    width: 1px;
    height: 70px;
    background-color: #015e82;
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    top: 50px;
}
.heading-box {
    position: relative;
}
.heading-box::after {
    content: "";
    display: block;
    position: absolute;
    left: 42%;
    top: -6px;
    width: 15px;
    height: 15px;
    background-color: #015e82;
    border-radius: 100%;
    box-shadow: 0 0 0px 3px #ffffff;
}
.graph-pointers > li:nth-child(3) .points > ul, .graph-pointers > li:nth-child(4) .points > ul {
    margin-left: 45px;
}


