header .header-inner .logo img{
	height: 72px;
	width: auto !important;
}
.dummy_img img{
	opacity: 1 !important;
}
.dummy_img .fallback-img {
    display: none;
}
.banner-img {
    position: relative !important;
    width: 100%;
    height: auto !important;
    display: block;
    overflow: hidden;
}

/* Inside image */
.banner-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
header .header-inner .right_sec .navbar-collapse {
    width: 450px !important;
}
.general_sec .repeat_bx .inner .blog-pic{
	aspect-ratio: 16 / 9;
}
.general_sec .repeat_bx .inner .blog-desc .addthis_tool{
	height: 0 !important;
}
.greySec .content h3{
	text-overflow: unset !important;
    white-space: unset !important;
	line-height: 32px;
}
header .header-inner .right_sec .navbar-collapse .top ul li a.header_srv_btn {
    background: #32a0c5;
    padding: 0px 15px !important;
    color: #fff;
    position: relative;
    border: 2px solid#32a0c5;
	line-height:30px;
}
header .header-inner .right_sec .navbar-collapse .top ul li a.header_srv_btn:hover {
    background: none;
    color: #32a0c5;
    border: 2px solid#32a0c5;
}
header .header-inner .right_sec .navbar-collapse .top ul li a.header_srv_btn::before {
    position: absolute;
    right: -3px;
    bottom: -3px;
    width: 11px;
    height: 11px;
    border-radius: 100px;
    content: "";
    background: #fff;
}
header .header-inner .right_sec .navbar-collapse .top ul li:first-child {
    margin-left: 0 !important;
}
header .header-inner .right_sec .navbar-collapse .top ul li a.header_srv_btn::after {
    position:absolute;
    right: -2px;
    bottom: -2px;
	width:7px;
	height:7px;
	border-radius:100px;
	content:"";
	background:#32a0c5;
}
@media (min-width: 768px){
header .header-inner .right_sec .navbar-collapse .top ul li {
    margin-left: 30px !important;
    line-height: 34px;
}
}
.microsoft{
	padding: 5px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    justify-content: space-between;
    width: 50%;
    margin-top: 20px;
    column-gap: 10px;
	@media (max-width: 1570px){
		width: 50%;
	}
	@media (max-width: 1750px){
		width: 45%;
	}
	@media (min-width: 1750px){
		width: 38%;
	}
}
.swift{
/* 	border-left: 1px solid #898989; */
    padding-left: 10px;
    display: block;
}
.swift img{
	width: 100px;
	height: auto;
}
.article-info.article-info p:not(:last-child),
.article-info.article-info h2:not(:last-child),
.article-info.article-info h3:not(:last-child),
.article-info.article-info h4:not(:last-child),
.article-info.article-info h5:not(:last-child),
.article-info.article-info figure:not(:last-child),
.article-info.article-info img:not(:last-child) {
	margin-bottom: 15px;
}
.article-info.article-info h2{
	font-weight: 600 !important;
}
.article-info.article-info h3{
	font-size: 20px !important;
	font-weight: 600 !important;
}
.single.single-post .article-info table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.single.single-post th, .single.single-post td {
  border: 1px solid #ddd;
  padding: 12px;
  text-align: left;
}
.single.single-post th {
  background-color: #f4f4f4;
}
.single.single-post h1 {
  font-weight: 600;
  font-size: 30px !important;
}
.article-info.article-info ol{
	list-style: decimal;
    padding-left: 20px;
	margin-bottom: 15px;
}
.article-info.article-info ol li{
	list-style: decimal;
}	