.widget {
    border: solid 1px #cecece;
    border-radius: 4px;
    margin-bottom: 30px;
}

.widget-title {
    background: #134E78;
    padding: 10px;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.widget ul {
    margin: 20px;
}
.feedback-form.form-02{
	background: rgb(35, 175, 168);
    overflow: hidden;
    width: 85%;
    margin: auto;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 50px;
    color: #fff;
    text-align: left;
}

.widget li{padding-left: 20px; position: relative; margin-bottom: 8px;}
.widget li a{color: #6a6a6a;}
.widget li a:hover{color: #94c06c;}

.widget li:before{
	position: absolute;
	left: 0px;
	top: 0px;
	/*content: '→';
	content: '►';
	content: '•';*/	
	font-family:'FontAwesome';
	content: '\F105';
	font-size: 22px;
	color: #94c06c;
}


.comment-form input[type="text"], 
.comment-form input[type="url"], 
.comment-form input[type="email"]{
	border: none;
	border-bottom: solid 1px #cecece;
	/*border-left: solid 1px #cecece;*/
	background: none;
	padding: 7px;
	width: 100%;
}

.comment-form textarea{	
	padding: 7px;
	width: 100%;
	height: 150px;
	border: none;
	border-bottom: solid 1px #cecece;
	/*border-left: solid 1px #cecece;*/
	background: none;
}
.comments-area{
background-color: #f6f6f6;
padding: 30px 20px;
margin-bottom: 20px;
border-radius: 4px;
border:solid 1px #cecece;
}

.comment-form input[type="submit"]{
	background-color: #94c06c;
	color: #fff;
	margin-top:10px;
	padding: 10px 55px;
	border: none;
	border-radius: 30px;
}
.comment-form-cookies-consent label{padding-left: 7px;}

.comments-area .comments-title{
	font-size: 21px;
	display: none;
}
.fn a{color: #000;}

.comment-list .children{
	background: #e9e8e8;
	padding: 30px;
    margin: 25px 0 0px 35px;
    border-radius: 4px;
    border: solid 1px #e7e7e7;
}

.comment-respond{
	/*margin-top: 40px;*/
}

.ptblr-25{padding: 25px;}
.entry-content {
    text-align: justify;
}


.blog-section .blog-wrapper .link {
	font-size: 16px;
	font-weight: 500;
	padding: 6px 10px;
	border-bottom: solid 1px #23afa8;
	border-radius: 12px 0;
	border-top: solid 1px #23afa8 ; 
}
h2.mb0{margin-bottom:0!important;}

.pagination h2.screen-reader-text{display:none;}
a.page-numbers, .pagination span{padding: 6px 15px; border: 1px solid #ddd; width: 30px; color:#94c06c;}
a.page-numbers:hover, .pagination span:hover{background:#94c06c; color:#fff;}
.pagination span.current {background-color: #94c06c; color:#fff; border: 1px solid #94c06c; }

.justify_p p{
    text-align: justify;
}

.footer-section .footer-wrapper .widget{
    border: none;
}
.footer-section .footer-wrapper .widget .menu-footer-menu-container .menu li a{
    color: black;
    font-weight: bold;
}

.footer-section .footer-wrapper .widget .menu-footer-services-container .menu li a{
    color: black;
    font-weight: bold;
}

.widget_logo{
    text-align: center;
}
.footer-section .footer-container .footer-wrapper .textwidget p{
      font-size: 15px;
      line-height: 40px;
      color: black;
      font-weight: bold;
      margin-top: 0;
}
h1
{
	font-size:35px !important;
     color: #24587f !important;
}
.section-title.hmpage-service h1 {
    color: #24587f !important;
}
hr.team-line {
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background-color: #94c06c;
    margin-bottom: 10px;
}