
/**********************************************
Sidebar Services
**********************************************/

.sidebar{
	border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.sidebar h1{
	background: #0063b1;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    padding: 14px 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-family: 'Playfair Display', serif;
	margin:0px;
	text-transform:uppercase;
}
.sidebar ul{
	padding:0px;
	margin:0px;
}
.sidebar ul li{
	list-style:none;
}
.sidebar ul li a{
	color: #414141;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 10px 0 10px 32px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #dfdfdf;
	background:#efefef;
}
.sidebar ul li a:hover,
.sidebar ul li a.active{
	color:#ed7887;
	font-weight:600;
}
.sidebar ul li a:hover:before,
.sidebar ul li a.active:before {
	background:#ed7887;
}
.sidebar ul li a:before{
	content: "";
    background: #0063b1;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 17px;
}
.sidebar_img{
	padding-bottom:20px;
}
.sidebar_img img{
	width:100%;
}
.sidebar_btn{
	padding-top:20px;
}
.sidebar_btn h2{
	margin:10px 0;
	width:100%;
}
.sidebar_btn h2 a{
	font-size:16px;
	background:#404040;
	padding:15px 20px;
	color:#fff;
	width:100%;
	display:block;
	line-height:28px;
}
.sidebar_btn h2 a span{
	font-weight:500;
	text-transform:uppercase;
	font-size:18px;
}

/* Services */

.services_inner{
	padding:50px 0;
}
.serv_title{}
.serv_title img{
	width:100%;
	border:8px solid #ddd;
}
.serv_title h1{
	
	color: #0063b1;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    margin: 0px;
    padding-bottom: 10px;
}
.serv_title p{
	color:#282828;
	/* text-align:justify; */
	line-height:28px;
    font-family: 'Poppins', sans-serif;
	font-size:16px;
	margin-bottom:1rem;
    text-align: justify;
}
.serv_title p span{
	font-weight:500;
}
.serv_title ul{}

.serv_title h3 {
	color: #a54478;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
	margin: 20px 0 10px;
	/* text-transform:capitalize; */
}

.sidebar_img img {
    width: 100%;
	border-radius:15px;
}

.serv_title ul{padding:0 0 10px;}
.serv_title ul li {
    color: #282828;
    font-size: 16px;
	line-height:29px;
    font-weight: 400;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 5px 0 5px 22px;
    font-family: 'Poppins', sans-serif;
    /* border-bottom: 1px solid #dfdfdf; */
    /* background: #efefef; */
}
.serv_title ul li:before {
    content: "";
    background: #c9685b;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 15px;
}