.staff-heading{
    border-top:1px solid black;
    width:100%;
    margin-top:65px;
    padding:60px;
}

.cc  {
    max-width: 100%!important;
    padding: 10px 100px 10px 100px;
}
.ch 
    {
        max-width: 100%!important;
        padding: 10px 73px 10px 73px;
    }
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    padding-left: 28px;
    width: 100%;

}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.iconsets 
	{
		float:left;
	}
	
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}
span.img-demo {
    
    display: block;
    width: 250px;
    height: 250px;
    float: right;
    margin: -108px 0px 60px 38px;
    padding: 0;
    background-size: cover;
    border-radius: 50%;
}
span.img-demo h3 {
    position: unset;
    top: 100%;
    text-align: center;
    margin: 15px auto;
    display: block;
}

  @media only screen and (max-width:768px) {
    span.img-demo h3 {
		position: unset;
		top: 100%;
		text-align: center;
		margin: 15px auto;
		display: block;
		font-size: 17px;
	}
	span.img-demo 
	{
	display: block;
    width: 250px;
    height: 235px;
    float: none;
    margin: 0px auto;
    padding: 0;
    background-size: cover;
    border-radius: 50%;
	}
	.feature {
		margin-top: 100px;
	}
.cc {
    max-width: 100%!important;
    padding: 10px 0px 10px 0px;
}
.lis {
    list-style-type: none;
    margin-bottom: 0px;
    /* margin-left: -51px; */
    color: #1e4169;
    font-size: 12px;

}
  }

  @media screen and (min-width:768px) and (max-width:1024px) and (orientation :landscape)
			{
				.lis {
					list-style-type: none;
					margin-bottom: 0px;
					/* margin-left: -35px; */
					color: #1e4169;
					margin-right: 0%;
				}
				.part img {
					margin: 16px 0px;
					height: 121px;
					padding: 9px 0px;
				}
                span.img-demo {
                    
                    display: block;
                    width: 250px;
                    height: 235px;
                    float: none;
                    margin: 55px auto;
                    padding: 0;
                    background-size: cover;
                    border-radius: 50%;
                }
            }

            @media screen and (min-width:768px) and (max-width:1024px) and (orientation :portrait)
{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 55%;
    }
    .navbar-custom {
        
        box-shadow: none;
        background: #fff;
        margin: 10px;
    }
    .disabled-link 
	{
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: black;
    }
    span.img-demo {
        
        display: block;
        width: 250px;
        height: 235px;
        float: none;
        margin: 55px auto;
        padding: 0;
        background-size: cover;
        border-radius: 50%;
    }
   
}

@media screen and (min-width:1024px) and (max-width:1366px)
{
    .lis {
        list-style-type: none;
        margin-bottom: 0px;
        /* margin-left: -35px; */
        color: #1e4169;
        margin-right: 0%;
    }
    
    .turquoise {
        color: #292B2C;
        font: 700 2rem/3.5rem "Raleway", sans-serif;
    }
   span.img-demo {
    display: block;
    width: 250px;
    height: 235px;
    float: right;
    margin: -33px 0px 40px 30px;
    padding: 0;
    background-size: cover;
    border-radius: 50%;
}
  
}