.wordpress_banner{    background-image: url(../images/wordpress_banner.jpg);}

/*===================
Wordpress page 
====================*/
.wdps_main_feature_wrap{
    background-image: url(../images/wordpress_img.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left 98px;
}

.wdps_main_feature_area {
    display: block;
    overflow: hidden;
}
.wordpress_txt {
    padding: 0 140px 0 50px ;
}
.wdps_main_feature_area ul{
    margin: 0;
}
.wordpress_txt ul li{}
.wordpress_txt ul li .wdps_main_feature_text{
    margin: 0 0 15px ;
}
.wordpress_txt ul li .wdps_main_feature_text .wd_img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.wordpress_txt ul li .wdps_main_feature_text .wd_img img {
    margin: 0 auto;
    width: 50px;
}
.wordpress_txt ul li .wdps_main_feature_text h4 {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 400;
    color: #3e3e3e;
    font-size: 16px;
}
.btn_grp {
    margin-top: 40px;
    text-align: center;
}

.btn_grp a, .btn_grp button {
    margin: 0;
    vertical-align: top;
    border: 0;
    font-size: 16px;
    line-height: 26px;
    border-radius: 5px ;
    text-decoration: none;
    background-color: #ea5555;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.btn_grp a:first-child  {
    margin-right: 10px;
    background-color: #0884d3;
}
.btn_grp a:hover,.btn_grp button:hover,
.btn_grp a:focus,.btn_grp button:focus {
    background-color: #1b1b1b;
    color: #fff;
    text-decoration: none;
}
/*----*/
.wdps_service_wrap{
    background-color: #767676;
    background-image: linear-gradient( 90.2deg,  rgba(75,68,229,1) 2%, #6e4099 98.3% );
}
.wdps_service_wrap h2, .wdps_service_wrap h4, .wdps_service_wrap .heading_center span, .wdps_service_wrap .heading_center h3 {
    color: #fff;
}
.wdps_service_wrap .sub_content p {
    color: #eeeeee;
}
.wdps_service_wrap .heading_center:after {
    background: url(../images/heading_line_white.png) no-repeat;
}
.wdps_srvc_area{}
.wdps_srvc_area ul{
    margin: 0;
    font-size: 0;
}
.wdps_srvc_area ul li{
    position: relative;
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
.wdps_srvc_area ul li:after {
    position: absolute;
    content: " ";
    /* border: 0; */
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    border-width: 1px;
    border-style: solid;
    -webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(bottom, black, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(to top,rgba(0, 0, 0, 0), #ffffff, rgba(0, 0, 0, 0)) 1 100%;
}
.wdps_srvc_area ul li:last-child:after{
    display: none;
}
.wdps_srvc_area ul li .wdps_srvc_box{
    text-align: center;
}
.wdps_srvc_area ul li .wdps_srvc_box .wdps_srvc_icon{
    width: 225px;
    display: inline-block;
    vertical-align: top;
}
.wdps_srvc_area ul li .wdps_srvc_box .wdps_srvc_icon img{}
.wdps_srvc_area ul li .wdps_srvc_box .wdps_srv_txt{
    margin-top: 35px;
    padding: 0 40px;
    color: #eee;
}
.wdps_srvc_area ul li .wdps_srvc_box .wdps_srv_txt h3{
    font-size: 22px;
    /*    text-transform: uppercase;*/
    color: #ffffff;
    margin: 0 0 15px;
}
.wdps_srvc_area ul li .wdps_srvc_box .wdps_srv_txt h3 strong{
    display: block;
    font-size: 30px;
}
.wdps_srvc_area ul li .wdps_srvc_box .wdps_srv_txt p{
    color: #eee;
}
.wdps_srvc_area ul li .wdps_srvc_box .wdps_srv_txt a {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: #fff;
    text-decoration: underline; 
}
/*-- .wdps price ---*/
.wdps_price_wrap{
    background-color: #f5f5f5;
}
.wdps_price_area{
    margin-top: 36px; 
}
.wdps_price_area ul{
    margin:0;
}
.wdps_price_area ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);   
    width: 23.7%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.wdps_price_area ul li:hover{
    transform: translateY(-10px);
    -ms-transform: translateY(-10px); /* IE 9 */
    -webkit-transform: translateY(-10px); /* Safari */    
}
.wdps_price_area ul li:nth-child(4n){
    margin-right: 0;
}
.wdps_price_area ul li:nth-last-child(-n+4){
    margin-bottom: 0;
}
.wdps_price_area ul li:hover.wdps_price_itembox h2 {
    color: #000000;
}
.wdps_price_area ul li .wdps_price_itembox{
    min-height: 399px;
    padding: 50px 30px 30px;
}
.wdps_price_area ul li .wdps_price_itembox .wdps_price_iconbox{}
.wdps_price_area ul li .wdps_price_itembox .wdps_price_iconbox img{}
.wdps_price_area ul li .wdps_price_itembox h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #0884d3;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.wdps_price_area ul li .wdps_price_itembox.wdps_price_active  h2 {
    color: #000000;
}
.wdps_price_area ul li .wdps_price_itembox .wdps_price_content {
    text-align: left;
    min-height: 174px;
}
.wdps_price_area ul li .wdps_price_itembox h2 b{
    margin-top: 16px ;
    display: block;
    color: #0884d3;
    font-size: 32px;
    font-weight: 500;
}

.wdps_price_btnwrap {
    display: block ;
    border-top: 1px solid #eeeeee;
    padding-top: 17px;
    margin: 35px 0 0 ;
}
.wdps_price_btnwrap a{
    display: block;
    width: 100%;
    padding: 14px 20px;
    text-align: center;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.wdps_price_itembox:hover .wdps_price_btnwrap a{
    background: #ec5555;
    color: #ffffff;
}
.wdps_price_active{}
.wdps_not_sure{}
.wdps_price_area ul li .wdps_price_itembox.wdps_not_sure h2 {
    font-size: 20px;
    margin: 14px 0 20px;
}
.wdps_not_sure_iconbox{
    /*    margin-top: 12px;*/
}
.wdps_not_sure  .wdps_price_btnwrap button,
.wdps_not_sure  .wdps_price_btnwrap a,
.wdps_price_itembox.wdps_price_active .wdps_price_btnwrap a,
.wdps_price_itembox.wdps_price_active .wdps_price_btnwrap button{
    background: #ec5555;
    color: #ffffff;
}
.wdps_price_itembox.wdps_price_active .vc_column-inner > .wpb_wrapper{
    transform: translateY(-10px);
    -ms-transform: translateY(-10px); /* IE 9 */
    -webkit-transform: translateY(-10px); /* Safari */    
}
.wdps_not_sure  .wdps_price_btnwrap button,
.wdps_not_sure  .wdps_price_btnwrap a{
    background: #1b1b1b;
}
.wdps_price_itembox.wdps_not_sure:hover .wdps_price_btnwrap button,
.wdps_price_itembox.wdps_not_sure:hover .wdps_price_btnwrap a{
    background: #1b1b1b;
    color: #ffffff;
}
.wdps_not_sure .wdps_price_content {
    min-height: 42px;
}



/*-- wdps feature ---*/
.wdps_why_choose_wrap {
    background-color: #0884d3;
}
.wdps_why_choose_wrap .heading_center h4,
.wdps_why_choose_wrap .heading_center h2,
.wdps_why_choose_wrap .heading_center h3,
.wdps_why_choose_wrap .heading_center span{
    color: #fff;
}
.wdps_why_choose_wrap .heading_center:after {
    background: url(../images/heading_line_white.png) no-repeat;
}
.wdps_why_choose_area{}
.wdps_why_choose_area ul {
    margin: 0;
    font-size: 0;
}
.wdps_why_choose_area ul li {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.wdps_why_choose_area ul li:nth-child(4n){
    margin-right: 0;
}
.wdps_why_choose_area ul li:nth-last-child(-n+4){
    margin-bottom: 0;
}
.wdps_why_choose_area ul li .wdps_why_choose_itembox{
    padding: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
.wdps_why_choose_area ul li .wdps_why_choose_itembox:hover {
    /*    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.12);  */
    background: rgba(0, 0, 0, 0.30);
    transform: translateY(-10px);
    -ms-transform: translateY(-10px); /* IE 9 */
    -webkit-transform: translateY(-10px); /* Safari */ 
}
.wdps_why_choose_area ul li .wdps_why_choose_itembox .wdps_why_choose_iconbox{}
.wdps_why_choose_area ul li .wdps_why_choose_itembox .wdps_why_choose_iconbox img{}
.wdps_why_choose_area ul li .wdps_why_choose_itembox .wdps_feature_box_content{
    margin-bottom: 14px ;
}
.wdps_why_choose_area ul li .wdps_why_choose_itembox .wdps_feature_box_content h3 {
    color: #fff;
}
.wdps_why_choose_area ul li .wdps_why_choose_itembox .wdps_feature_box_content p{
    color: #c3eaff;
}

.hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #065c93;
    z-index: -3;
    opacity: 0;
    transition: all 0.3s linear;
}
.hover-content:before {
    content: '';
    width: 300px;
    height: 300px;
    background: #0879c1;
    border-radius: 50%;
    position: absolute;
    top: -182px;
    left: -118px;
    z-index: 1;
    transform: translate(-50% , -50%);
    opacity: 0;
} 
.hover-content:after {
    content: '';
    width: 500px;
    height: 500px;
    background: #1b76b1;
    border-radius: 50%;
    position: absolute;
    top: -218px;
    left: -170px;
    z-index: -1;
    transform: translate(-50% , -50%);
    opacity: 0;
} 
.wdps_why_choose_itembox:hover .hover-content {
    opacity: 1;
}
.wdps_why_choose_itembox:hover .hover-content:before {
    opacity: 1;
    transform: translate(0% , 0%);
    transition: all 0.9s linear;
}
.wdps_why_choose_itembox:hover .hover-content:after {
    opacity: 1;
    transform: translate(0% , 0%);
    transition: all 1.3s linear;
}