
/*-- Welcome section --*/
h2.heading,h3.heading {
    font-size: 45px;
    font-weight: 700;
    color: #232323;
}
p.heading-bottom {
    color: #a6a6a6;
    letter-spacing: 2px;
    font-size: 15px;
}
.welcome_right p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 28px;
    color: #666;
}
.icon span.fa,.icon span.fas {
    font-size: 20px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background: #17a2b8;
    color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.icon span.fa:hover, .icon span.fas:hover {
    background: #fd5c63;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.grid_info {
    padding-left: 0;
}
.grid_info h3 {
    font-size: 22px;
    color: #333;
     letter-spacing: 1px;
}
.head_part {
    padding-left: 1em;
    border-left: 4px solid #17a2b8;
}
.welcome_left p {
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 28px;
    color: #666;
}
.welcome_left h3 {
    font-size: 24px;
    color: #222;
    letter-spacing: 1px;
	text-transform: capitalize;
}
.welcome_left a {
    padding: 12px 35px;
    color: #fff;
    background: #17a2b8;
    font-size: 15px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 1.5em;
    border-radius: 35px;
}
.welcome_left a:hover {
    background: #fd5c63;
}

.welcome_left h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    color: #888;
    letter-spacing: 5px;
}
.grid2 {
    margin-top: 2em;
    margin-bottom: 2em;
}
.about-grids h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
     color: #fd5c63;
    letter-spacing: 3px;
	margin-bottom: 5px;
	margin-top: 15px;
}
.about-grids {
    border-top: 1px solid #fd5c63;
    margin-top: 2em;
}
.about-grid1 {
    padding-top: 1em;
    border-top: 2px solid #fd5c63;
}
.about-hover-grid{
    padding-top: 1em;
    border-top: 2px solid transparent;
}
.about-hover-grid:hover{
    border-top: 2px solid #fd5c63;
}

/*-- pricing --*/
.pricing {
}
.pricing-layer {
    background: #17a2b8;
}
.pricing h3.heading {
    color: #fff;
}
.pricing p.heading-bottom,.stats p.heading-bottom {
    color: #ccc;
}
.pricing .head_part,.stats .head_part {
    border-left: 4px solid #fff;
}
.pricing-grid1 h3 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    color: #fd5c63;
    letter-spacing: 3px;
    margin-bottom: 15px;
}
.pricing-grid1 h4 {
    font-size: 18px;
    letter-spacing: 2px;
     margin-bottom: 25px;
}
.pricing-grid1 p {
    font-size: 15px;
    color: #888;
    margin: 10px 0;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.pricing-info {
    padding: 1em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.pricing-grid1{
	background: #fff;
     padding: 2em;
}
.pricing-grid1 a {
    padding: 10px 35px;
    color: #fff;
    background: #17a2b8;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    margin-top: 2em;
    border-radius: 35px;
}
.pricing-grid1 a:hover {
    background: #fd5c63;
}
/*-- //pricing --*/
@media screen and (max-width: 375px) {
	.welcome_left h3 {
		font-size: 23px;
		letter-spacing: 0px;
	}
	.welcome_left h4 {
		letter-spacing: 3px;
	}
	.about-grids h3 {
		font-size: 16px;
	}
	a.contact {
		font-size: 13px;
	}
}
