header.l-header .top-bar-container .top-bar .top-bar-left .logo-wrapper .menu-text a img{
	height: 56px;
}
header.l-header.creative-layout{
	position: relative!important;
}
.titlebar{
	padding: 125px 0!important;
}
.titlebar #page-title{
	padding: 0!important;
	color:#fff!important;
}
.page .body, .wd-comment-text,.wd-heading .sub_title_b,.sub_title_a {
    color: #000;
}
h4.sub_title_a{
	 color: #000!important;
}
.current-menu-item a{
	color: #fb3301!important;
}
.l-header.corporate-layout .top-bar-container .site-navigation.top-bar{
	padding: 0!important;
}
.percentage-circle .single-chart .circle-img{
	width: 80%!important;
}
.titlebar{
	margin:0!important;
	background-position: bottom center;
  background-size: cover;
	background-color: transparent!important;
}
.pricing-table.pricing1 .__pricing-table-body .package-list li{
	padding-right: 16px!important;
}
.pricing-table.pricing1 .__pricing-table-body .package-list li.default:after{
	right:0!important;
}
.page .body h2{
	font-size: 34px!important;
	color: #000!important;
}
.btn-round {
    background: black!important;
    font-size: 14px!important;
	 transition: 0.5s ease;
	 position: relative;
}
.pricing-table.pricing1 .readmore-button a{
	position :relative;
	transition: 0.5s ease;
}
.btn-round:after,.pricing-table.pricing1 .readmore-button a:after{
	content: "";
    height: 49px;
    width: 0%;
    background: #dddddd2e;
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 50px;
    transition: 0.5s ease;
}
.btn-round:hover:after,.pricing-table.pricing1 .readmore-button a:hover:after{
	width:100%;
}
.btn-round:hover,.pricing-table.pricing1 .readmore-button a:hover{
    background: #fd3001!important;
}
.submenu a{
	color: #000!important;
}
.pricing-btn a:first-child{
	animation: Color 4s linear infinite;
  -webkit-animation: Color 4s ease-in-out infinite;
}
.powered .block {
    display: none!important;
}
.pricing-table.pricing1 .__pricing-table-body .package-list li.has-close:after {
     color: #ff0000!important;
}
@keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}

@-moz-keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}

@-webkit-keyframes Color{
  0%{
    color:#A0D468;
  }
  
  20%{
    color:#4FC1E9;
  }
  
  40%{
    color:#FFCE54;
  }
  
  60%{
    color:#FC6E51;
  }
  
  80%{
    color:#ED5565;
  }
  
  100%{
    color:#AC92EC;
  }
}
@media(max-width:768px){
	.page .body h2,.__pricing-table-header-left h3{
		font-size: 22px!important;
	}
	.titlebar #page-title{
		 font-size: 30px!important;
	}
}