.icon {
    display: inline-flex;
	margin-left: 10px
}
.icon svg {
	width: 15px;
	height: 15px
}
.inside-wrapper .title {
    right: 0;
    width: 100%;
    margin: 0 0 30px 0;
}
.news-image {
    position: relative;
}
.icon-hov svg {
    width: 22px;
    height: 22px;
    fill: #fff;
}
.icon-hover .icon-hov.icon-play svg {
    width: 18px;
    height: 18px;
    transform: translateX(2px);
}
.icon-hover:hover .icon-hov {
    background: #db2d29;
}
.share-block {
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.share-block h2 {
    margin: 0;
    font-size: 20px;
}
.share-icons {
    margin-right: 20px;
}
.share_icon {
    font-size: 20px;
    border: solid 1px #db2d29;
    min-width: 40px;
    padding: 10px;
    text-align: center;
    display: inline-flex;
}
.share-icons .fa {
    font-size: 20px;
    border: solid 1px #db2d29;
    min-width: 40px;
    padding: 10px;
    text-align: center;
}
.share_icon svg {
    width: 20px;
    height: 20px;
    fill: #db2d29;
}
.share-icons a {
    display: inline-flex;
}
.share-icons a + a {
    margin-right: 15px;
}
.images-album {
    position: relative;
}
.images-album img {
	width: 100%;
    height: 550px;
}
.images-album .slick-next.slick-arrow {
    left: 10px;
}
.images-album .slick-prev.slick-arrow {
    left: 47px;
}
@media only screen and (max-width: 991px){
	.images-album img {
		height: 500px;
	}
}
@media only screen and (max-width: 768px){
	.share-block {
		flex-direction: column;
		align-items: flex-start;
	}
	.share-icons {
		margin-right: 0;
	}
	.images-album img {
		height: 400px;
	}
	.share-icons a {
		margin-left: 5px;
		margin-top: 10px;
	}
	.share-icons a + a {
		margin-right: 0;
	}
}
@media only screen and (max-width: 425px){
	.images-album img {
		height: 300px;
	}
	.share_icon {
		min-width: 25px;
		padding: 10px;
	}
	.share_icon svg {
		width: 17px;
		height: 17px
	}
}
@media only screen and (max-width: 375px){
	.images-album img {
		height: 200px;
	}
}

.client-box {
    padding: 30px;
    background-color: #FFFFFF;
}
.client-box img {
    height: 120px;
    width: 120px;
    margin: 0 auto;
}
.client-box .share-icons {
    margin: 0;
    margin: 20px 0;
}
.client-box .share-icons .fa {
    font-size: 20px;
    border: none;
    padding: 10px;
    text-align: center;
}
.client-box .share-icons a + a {
    margin: 0px;
}
.circle {
    border-radius: 50%;
}

.article-time {
    margin: 20px 0;
    font-size: 14px;
    color: #db2d29;
    margin: 15px 0;
    display: block;
    font-size: 12px;
}

.article p {
    font-weight: 300;
    margin: 0;
    color: #444;
    font-size: 18px;
    text-align: justify;
}

@media only screen and (min-width: 991px){
    .client-box {
        width: 90%;
        margin: 0 auto;
        margin-left: 110px;
    }
}

.client-name h4 {
    color: dimgray;
    margin: 0;
    padding: 0;
}

.client-name h3 {
    margin: 0;
    padding: 0;
}

.article-image .circle {
    height: 120px;
    width: 120px;
    margin: 0 auto;
}
.archive-item {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}
.archive-item .news {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.archive-item .news .news-image {
	width: 35%;
	height: 100%;
	flex: 0 0 auto;
}
.archive-item .news .news-image img {
	height: 100%;
}
.contact {
    background-color: #fff;
    overflow: hidden;
}
.contact-detail {
    padding: 70px 40px;
    overflow: hidden;
}
.contact-detail .title {
    color: #444;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.contact-detail p {
    color: #69777f;
    font-size: 17px;
	display: flex;
    align-items: center;
}
.contact-detail .address {
    margin-top: 30px;
}
.contact-detail .address .fa {
    margin-left: 10px;
}
.contact_icon {
    display: flex;
    margin-left: 10px;
}
.contact_icon svg {
    width: 20px;
    height: 20px;
    fill: #8b8b8b;
}
.form-group {
    position: relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

}
.form-label {
	color: #8c8484;
    font-size: 16px;
    right: 0;
    padding-right: 15px;
    pointer-events: none;
    position: absolute;
    display: block;
    top: 11px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
    -webkit-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    -ms-transition: .2s ease-out;
    transition: .2s ease-out;
}
.form-label {
    text-align: right;
}
.form-label.active{
	transform: translateY(-130%);
	color: #db2d29
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control {
	background-color: transparent;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 30px 0;
	border-radius: 3px;
    border: 1px solid #c7c7c7;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
}
input[type="text"].form-control {
    padding: 0 15px;
}
textarea.form-control {
    min-height: 8rem;
	resize: none;
	overflow-y: hidden;
}
.contact-detail .btn.primary-btn {
    margin: 0;
}
.news-single.style-3 .news-detail .news-by a, .news-single.style-3 .news-detail .news-by label, .news-single.style-3 .news-detail .news-month {
    font-size: 17px;
}
.news-single.style-3 .news-detail .news-by {
    margin-right: 20px;
}
@media only screen and (max-width: 600px){
	.section-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		padding: 5px 0!important;
	}
	.section-item .news {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.section-item .news .news-image {
		width: 35%;
		height: 100%;
		flex: 0 0 auto;
	}
	.section-item .news .news-image img {
		height: 100%;
	}
	.news-time {
		margin-bottom: 5px;
	}
	.news-title > a {
		font-size: 17px
	}
	.news-single.style-3 .news-detail .news-by a, .news-single.style-3 .news-detail .news-by label, .news-single.style-3 .news-detail .news-month  {
		font-size: 15px;
	}
	.news-single.style-3 .news-detail .news-by a, .news-single.style-3 .news-detail .news-by label, .news-single.style-3 .news-detail .news-month {
		font-size: 15px;
	}
}
/* writer social */
.writer_socials {
    margin: 20px 0;
}
.writer_socials a {
    display: inline-flex;
}
.writer-social-facebook, .writer-social-twitter {
    font-size: 20px;
    min-width: 40px;
    padding: 10px;
    text-align: center;
    display: inline-flex;
}
.writer-social-facebook svg {
    width: 20px;
    height: 20px;
    
    fill: #3C5A99;
}
.writer-social-twitter svg {
    width: 20px;
    height: 20px;
    
    fill: #38A1F3;
}