/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
.content_list {
	width: 440px;
	float: left;
	background-color: #f5f5f5;
	box-shadow: 0 0 7px #ccc;
	padding: 10px;
	display: block;
	margin: 10px 0;
}

.content_list li {
	list-style: url('http://statworkz.com/wp-content/uploads/2012/11/tick_list1.png') outside;
	margin-left: 20px;
}

.enquire_btn {
	margin: 10px 0;
}

.enquire_now {
	background: url('http://emarketzindia.com/statzwork/enquire_btn.png') left top;
	width: 210px;
	height: 70px;
	float: left;
	cursor: pointer;
	cursor: hand;
	display: block;
}

.enquire_now:hover {
	background: url ("http://emarketzindia.com/statzwork/enquire_btn.png") left top;
	width: 210px;
	height: 70px;
	cursor: pointer;
	cursor: hand;
	display: block;
	background-position: bottom;
}

.pushbutton-wide {
    background: #010000;
    padding: 10px 15px 10px 15px;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 5px;
	border:none;
}
.pushbutton-wide:hover {
    background: #f7df2b !important;
    color: #252525 !important;
}

.wpcf7-submit {
    background: #010000;
    padding: 10px 15px 10px 15px;
    color: #fff !important;
    font-size: 15px;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 5px;
	border:none;
}
.wpcf7-submit:hover {
    background: #f7df2b !important;
    color: #252525 !important;
}


#header .about {
    padding: 8px 0 0 0;
    width: 262px!important;
}
.about p{font-size: 14px!important;}
.parts2 .wp-block-column {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    padding: 15px;
	text-align:justify;
}

.parts2 .wp-block-column p{
	margin-bottom:0;
}
.parts2 .wp-block-column i {
    font-size: 36px;
    margin-bottom: 10px;
    color: rgba(0, 153, 255, .8);
}
.pointtr p {
    margin-bottom: 9px;
    display: inline-flex;
}

.pointtr p i {
    margin-right: 6px;
    margin-top: 5px;
}
.partt .wp-block-column {
    text-align: center;
    border: 1px dashed lightgray;
    padding: 10px;
}

.partt .wp-block-column .fa {
    color: #f66526;
    font-size: 35px;
    font-weight: 100 !important;
    font-family: 'FontAwesome';
	margin-bottom: 20px;
}
.partt .wp-block-column h5{
	padding-bottom:0;
}
.secttn .wp-block-column {
    border: 1px dashed lightgray;
    padding: 10px;
}
.secttn .wp-block-column h5{
	padding-bottom:0;
	text-transform: capitalize;
}


.left-number{width: 39px;
    background: rgba(0, 153, 255, .8);
    margin-top: -23px;
    float: left;
    border-radius: 50px;
    height: 38px;
    text-align: center;
    line-height: 33px !important;
    font-size: 19px;
    color: #FFF;
    margin-left: -20px;}

p.border-left-div {    width: 100%;
    border-left: 2px solid #00d6ff;
    background: #FFF;
    padding: 5px;
    box-shadow: 3px 3px 2px -1px #f0f0f0;
    margin-bottom: 14px;
}p.border-left-div i {
    color: #ec4c00;
    font-size: 15px;
}.entry h4 {
    padding-bottom: 10px;
   
    text-align: left;
    font-weight: bold;
}

ul.point-list li {
    background: #FFF;
    box-shadow: 1px 3px 3px 0px #f2f2f2;text-align: justify;
    padding: 10px;
    margin-bottom: 20px;
}
ol.point-lst li {
    background: #FFF;
    box-shadow: 1px 3px 3px 0px #f2f2f2;
    text-align: justify;
    padding: 10px;
    margin-bottom: 20px;
}.wp-block-column.partt {
    margin-top: -50px;
}

