.sm-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bg-img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


h1.text
{
	font-size:52px;
}
h2.texth2
{
	font-size:39px;
}

p
{
	font-size:16px;
}

.bg-img .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1c1d21;
}

.number {
    text-align: center;
    margin: 15px 0;
}

.number i {
    color: #6195ff;
    font-size: 36px;
    margin-bottom: 20px;
}


/*progress bar*/

.progress-outer{
  
    padding: 5px;

    margin: 10px 0;
 
}
.progress-outer h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.progress{
    height: 20px;
    margin: 0;
    overflow: visible;
    border-radius: 0px;
    background: #eaedf3;
    box-shadow: inset 0 10px  10px rgba(244, 245, 250,0.9);
}

.progress .progress-value{
    position: relative;
    left: -45px;
    top: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.single-service{    
    margin-bottom: 20px;}
	.c1{ background: #e2a599;}
	.c2{ background: #715f69;}
	.c3{ background: #e45447;}
	.c4{ background: #90acd1;}
	.c5{ background: #e2a599;}
	.c6{ background: #e2a599;}
.about-section{padding-top:40px; padding-bottom:40px; background:#f9f9ff;}
.progress-bar.active{
    animation: reverse progress-bar-stripes 0.40s linear infinite, animate-positive 2s;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}

/*counter*/


#counter{padding-top:30px; padding-bottom:30px; position:relative; }
.bg-img1 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: #1c1d21;
}
.counter {
   
    padding: 20px 0;
    border-radius: 5px;
}
.bg-img1 {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.count-title {
   font-size: 32px;
   
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
	color:#fff
}
#counter i {
    color: #6195ff;
    font-size: 36px;
    margin-bottom: 20px;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}
.hover a 
{color:#fff;
	
}
.hover a:hover 
{color:#000;
	
}






read-more {
  margin-bottom: 1.5em;

  p:last-child {
    margin-bottom: 0;
  }

  &__link-wrap {
    display: block;
  }

  &__link {
    font-weight: 700;
  }
}

//--------------------------------------------
// Read More - inline modifier (within original text)
//--------------------------------------------
.read-more.is-inline,
.read-more.is-inline p,
.read-more.is-inline + span  {
  display: inline;
}

.read-more.is-inline + span {
  margin-left: 0.25em
}

.read-more.is-inline.is-expanded + span {
  display: inline-block;
  margin-left: 0;
}

.fc-blog-thumbnail .attachment-post-thumbnail{width:100% !important; max-width:100%;}
.inner-blog{border:1px solid #ddd; }
.vfx-post-body{padding:10px 15px;}
.vfx-post-title{line-height:24px; margin-bottom:10px;min-height: 50px; font-size:21px; padding-top:5px;}
.vfx-post-title a{ color:#000;}
.post-date-full{width:50%; float:left;}
.post-category{width:50%; float:left; text-align:right;}
.postmeta{    margin-bottom: 10px;
    display: block;
    float: left;
    width: 100%;}



