.bs-blue{ background-color:#2c63ca}
.bs-sky{ background-color:#a7cee6}
.bs-ash{ background-color:#bccae4}
.bs-light{ background-color:#fefefe}
.bs-gray{ background-color:#f6f7f9}
.bs-light-1{background-color: #a0aabb;}


/* Title Style */
.title{     
    text-align: center;
    font-size: 30px;
    padding: 10px;
    margin: 15px;
    font-weight: bold;
}

/* * *
 * * Card Style * * * *
 *
 * */


/* Dev-service */

.dev-service.card{ 
    margin-bottom: 15px; 
    text-align: center;
    border: none;
    border-bottom:1px solid #a7cee6;   
}

.dev-service .heading{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgb(53, 51, 57);
    text-align: center;
    margin: 20px 0;
}

.dev-service p{
    font-size: 16px;
}

.dev-service .dev-img{
    padding: 40px;
    padding-bottom:0px;
}

.dev-service .btn{
   padding: 5px 10px;
   font-size: 14px;
}


/* Card style One */


.card-style-1 .card{ 
    margin-bottom: 15px; 
    text-align: center;
}

.card-style-1 .heading{
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
 color: rgb(85, 85, 85);
 text-align: center;
 margin-bottom: 15px;
}

.card-style-1 p{
    font-size: 16px;
}



/* Card Style 2 */
.card-style-2 .card{ 
    margin-bottom: 25px; 
}

.card-style-2 .heading{
    font-size: 18px;
    font-weight: bold;
    color: rgb(85, 85, 85);
}


/* * * * 
 * Icon Sytles * * *
 * */
.icon{color: white;}
.icon-circle {
    padding: 0;
    border-radius: 100%!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.icon-lg{
    width: 4.2rem;
    height: 4.2rem;
}
.icon-lg i, .icon-lg span{font-size: 2.2rem;}
.icon-m{
    width: 3.2rem;
    height: 3.2rem;
}
.icon-m i, .icon-m span{font-size: 1.5rem;}
.icon-sm{
    width: 2rem;
    height: 2rem;
}
.icon-sm i, .icon-sm span{font-size: 1rem;}


/* * * * 
 * Section Titles * *
 */

 .section-title{
    text-align: center;
    letter-spacing: .2px;
    margin: 25px 0 35px 0;
    font-size: 2em;
    color:#494949;
    position:relative
 }
 .section-title::before, .section-title::after{
    content: "";
    position: absolute;
    width: 30%;
    height: 1px;
    right:50%;
    border-top:1px solid rgb(174, 172, 183);
 }
 .section-title::after{
    bottom: 0px;
    left: 50%;
 }

 

/* * * * 
 * Pricing Table Style * *
 * */

 /* Price Table Default */
.price-table {
	border: 1px #e4e4e4 solid;
	text-align: center;
}
.price-table .head{
	text-transform: uppercase;
	font-weight: bold;
    padding: 20px 0;
}
.price-table .price .symbol{
    font-size: 16px;
}
.price-table .price .figure{
    font-size: 25px;
}
.price-table .price .pay-cycle{
    font-size: 13px;
    font-weight: bold;
}

.price-table li {
	padding: 7px 0;
	font-size: 14px;
}
.price-table li .aname {
    font-weight: bold;
}

.price-footer {
	padding-top: 20px !important;
	border-bottom: 0 !important;
}


/* Dev Pricing tables */

.price-table-dev {
    border-radius: 8px;
}
.price-table-dev .head {
    padding: 30px 0 0 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
}
.price-table-dev .price {
    border-bottom:1px solid rgb(230, 229, 238);
    padding: 10px 0 20px 0;
}

.price-table .price .symbol{
    font-size: 14px;
    vertical-align: super;
    font-weight: bold;
    color: #4a515f;
}
.price-table .price .figure{
    font-size: 30px;
    color:#2553a8
}
.price-table .price .pay-cycle{
    color: #909090;
    text-transform: uppercase;
}

.price-table-dev i.fa, .price-table-dev em.fa {
	position: absolute;
	left: 50%;
	font-size: 26px;
	width: 90px;
	height: 84px;
	z-index: 9999;
	text-align: center;
	line-height: 23px;
	margin-left: -45px;
	margin-bottom: -48px;
	bottom: 0;
	padding: 10px 25px 39px;
	border-radius: 50%;
	background: #fff;
}
.price-table-dev li:nth-child(2n+1) {
}
.price-table-dev.selected {
	position: relative;
	z-index: 66 !important;
	background: #494949;
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.price-table-dev.selected li {
	background: #373737;
}
.price-table-dev.selected li {
	border-color: #585858;
	color: #949494;
}
.price-table-dev.selected i.fa,.price-table-dev.selected em.fa {
	background: #494949;
}
.highInd {
	z-index: 99 !important;
}




