/*--------------- About Page Design ------------------*/
.about-bg {
    position: relative;
    display: block;
}
.about-bg:before {
    position: absolute;
    content: "";
    background: linear-gradient(to left, transparent 25%, #101219);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.abt-caption {
    display: block;
    position: relative;
    width: 100%;
}
.abt-caption-head {
    display: block;
    position: relative;
    width: 100%;
}
.abt-caption-head h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 60px;
    line-height: 1.1;
    margin-bottom: 1.2rem;
}
.abt-caption-head h6 {
    color: #ffffff;
    font-weight: 500;
    line-height: 1.8;
}
.abt-bt-info {
    display: block;
    position: relative;
    margin-top:1.5rem;
	margin-bottom:2rem;
}
.wrk-pro-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    margin-bottom: 30px;
    border: 1px solid #e7e4e4;
    padding: 2rem 2.5rem;
    text-align: center;
}
.wrk-pro-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5rem;
    width:70px;
    height:70px;
    border-radius: 50%;
    background: #ffffff;
    font-size: 25px;
}
.wrk-pro-box-caption {
    position: relative;
    display: block;
    text-align: justify;
}
.wrk-pro-box-caption h4 {
    font-size: 18px;
    font-weight: 500;
}
.wrk-pro-box-caption p{
    margin:0;
	padding:0;
}
.wrk-pro-box.first .wrk-pro-box-icon{
    background: rgba(39, 183, 55,0.1);
    border: 1px solid rgba(39, 183, 55,0.1);
}
.wrk-pro-box.sec .wrk-pro-box-icon{
    background: rgba(244, 27, 59,0.1);
    border: 1px solid rgba(244, 27, 59,0.1);
}
.wrk-pro-box.thrd .wrk-pro-box-icon{
    background: rgba(0, 150, 136,0.1);
    border: 1px solid rgba(0, 150, 136,0.1);
}
.biiling-wrap {
    display: flex;
    flex-direction: column;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
    overflow: hidden;
}
.billing-item-head {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.billing-item-middle {
    margin:0 0.5rem 1rem;
    display: flex;
    flex-direction: column;
    position: relative;
}
.billing-its-title {
    padding:0.7rem 1rem;
    background: #f1f4f7;
	margin-bottom:10px;
}
.billing-its-title h4 {
    font-weight: 500;
    margin: 0;
    font-size: 16px;
}
.billing-item-foot {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-top: 1px solid #f4f4f7;
}
.blg-fgty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.billing-item-lists ul {
    margin: 0;
    padding: 0;
}
.billing-item-lists ul li {
    display: flex;
    align-items: center;
    list-style: none;
	padding:0.5rem 1rem;
    justify-content: space-between;
}
.billing-item-lists ul li .prt-value {
    font-weight: 500;
    color: #0a0d12;
    font-size: 13px;
}


/*-------------------------------------------------
  why us Design block Start
--------------------------------------------------*/

.why-us-image {
	width: 150px;
}
.why-us-content {
    padding: 20px;

}


/*--------------------- fmb Author Designs --------------*/
.fmb-author-wrap{
    position: relative;
    display: block;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #f4f4f7;
    margin-bottom: 30px;
    background: #ffffff;
	text-align:center;
}
.fmb-author-tag{
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 11px;
    font-weight: 500;
    color: #ffffff;
    background: #252525;
    padding: 4px 12px;
    border-radius: 50px;
}
.fmb-author-tag.new {
    background:#4caf50;
}
.fmb-author-tag.popular{
    background:#9e69fc;
}
.fmb-author-tag.featured{
    background:#ff6922;
}
.fmb-author-thumb {
    padding: 0.5rem;
    background: #ffffff;
    border: 2px dashed #ececf0;
    border-radius: 50%;
    margin: 3rem auto 0.5rem;
    width: 160px;
}
.fmb-author-links {
    padding: 0;
    margin: 2rem auto 2.5rem;
}
.fmb-author-links .fmb-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.fmb-author-links .fmb-social li {
    list-style: none;
    margin: 0;
    padding: 0 7px;
}
.fmb-author-links .fmb-social li a {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f4f4f7;
    border-radius: 50%;
    color: #838384;
	transition:all ease 0.4s;
}
.fmb-author-links .fmb-social li a:hover, .fmb-author-links .fmb-social li a:focus, .fmb-author-links .fmb-social li a:active{
	color:#ffffff;
	background:#f41b3b;
}
.fmb-author-lists {
    position: absolute;
    right: 15px;
    top: 12px;
    padding: 2px 8px;
    background: rgb(244 27 59 / 10%);
    border-radius: 2px;
    color: #fe610c;
}



.fmb-author-links .fmb-social.colored li a {
	color: #fe610c;
	background: #eaeaeaed;
}
