.button.more {
    padding-left: 30px;
    padding-right: 30px;
}
.button.primary:hover{
	
      background: #ec2027; 
}
.cnv-about {
    background-image: url(images/bg-dot1.png);
    background-position: right 115px bottom 100px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.cnv-services {
    background-color: #f8f9fb;
    padding-top: 1px;
    background-image: url(images/bg-dot1.png);
    background-position: left 117px bottom 48px;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}
.cnv-project {
    padding-bottom: 50px;
    background-image: url(images/bg-dot2.png);
    background-position: bottom;
    background-repeat: repeat-x;
    background-color: #f8f9fb;
    padding-top: 1px;
}
.img_caption {
    margin-top: 0px;
    margin-left: -15px;
    text-align: center;
    position: relative;
}
.img_caption .caption {
    width: 170px;
    height: 170px;
    background-image: url(images/ab-img-bg.png);
    background-size: cover;
    position: absolute;
    right: -34px;
    max-width: 40%;
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    bottom: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cnv-head {
    margin-bottom: 45px;
}
.cnv-head .title {
  
    color: var(--primary-color);
    font-size: 40px;
    line-height: 1.3;
   
}
.cnv-head .desc {
    font-size: 16px;
    font-style: italic;
	font-weight:bold;
}
.content_footer p{
	
	margin:0px;
	padding:0px;
	line-height:26px;
}
.copyright{
	font-size: 13px;
}
.copyright span:first-child{
	color: #ec2027;
}
.square_icon .icon {
	border-radius:0px !important;
}
/* Project */
.project {
  position: relative;
  margin-bottom: 30px; }

  .project .img img {
    display: block;
    width: 100%; }
  .project .i-title {
	  margin-bottom:0px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px 10px 15px 30px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .project .i-title i {
      color: var(--fs-color-secondary);
      margin-right: 5px; }
  .project .caption {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 15px 10px 15px 30px;
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }
    .project .caption .title {
		color:#fff;
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 12px; }
      .project .caption .title i {
        color: var(--fs-color-secondary);
        margin-right: 5px; }
    .project .caption p {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 11px; }
    .project .caption .more {
      color: var(--fs-color-secondary); }
      .project .caption .more i {
        font-size: 18px;
        margin-left: 6px;
        display: inline-block;
        vertical-align: middle;
        margin-top: -2px; }
  .project:hover .i-title {
    opacity: 0; }
  .project:hover .caption {
    opacity: 1; }
@media (max-width: 849px){
	.img_caption {margin-left: 0px;}
}
@media (max-width: 549px){
	.img_caption .caption{
		right:0px;
	}
}