.lft-side-cnt img {
    width: 170px;
}
.lft-side-cnt h5 {
    font-weight: 700;
    font-size: 18px;
}
.lft-side-cnt p {
    font-size: 20px;
    color: gray;
}
.lft-side-cnt h3 {
    line-height: 35px;
}
.carousel-inner {
    position: relative;
    width: 50%;
    overflow: hidden;
    margin: auto;
}
a.left.carousel-control {
    position: absolute;
    top: 50%;
    left: 70px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: none;
    color: #3980FF;
    opacity: 1;
}
a.right.carousel-control {
    position: absolute;
    top: 50%;
    right: 70px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: none;
    color: #3980FF;
    opacity: 1;
}
.right-side-cnt {
    padding: 60px 25px;
}
.news-landing-pg{
	background:linear-gradient(to right, #fff 50%, #f5f5f5 50%);
}
ul.left-side-list li {
    display: inline-block;
    margin-right:30px;
}
ul.left-side-list {
    list-style: none;
    padding: 0;
}
ul.left-side-list li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.nwed{
	display:flex;
	align-items:center;
}
.google-pl-logo img {
    width: 200px;
}
