.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;
    padding-bottom: 15px;
}
.inside-wrapper .title a {
    padding: 0;
    background-color: transparent;
}
.news-image {
    position: relative;
}
.share-block {
    background-color: #fff;
    /*padding: 30px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
}
.share-block h2 {
    margin: 0;
    font-size: 20px;
}
.share-icons {
    margin-right: 20px;
}
.share_icon {
    font-size: 20px;
    border: solid 1px #0031bf;
    min-width: 40px;
    padding: 10px;
    text-align: center;
    display: inline-flex;
}
.share-icons .fa {
    font-size: 20px;
    border: solid 1px #0031bf;
    min-width: 40px;
    padding: 10px;
    text-align: center;
}
.share_icon svg {
    width: 20px;
    height: 20px;
    fill: #0031bf;
}
.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;
}.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: #0031bf;
    margin: 15px 0;
    display: block;
    font-size: 12px;
}

.article p {
    font-weight: 300;
    margin: 0;
    color: #444;
    font-size: 18px;
    text-align: justify;
}

.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: #0031bf
}
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: 14px;
}
.news-detail span svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    transform: translateY(4px);
}
.news-single.style-3 .news-detail .news-by {
    /*margin-right: 20px;*/
    border: solid 1px #0031bf;
    border-radius: 5px;
    padding: 10px 15px;
    color: #0031bf;
    margin-top: 20px;
}
.news-single.style-3 .news-detail .news-month {
    margin-top: 20px;
}
/* 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;
}
.section-item .news {
    display: flex;
    align-items: flex-start;
}
.section-item .news .news-image {
    width: 35%;
    height: auto;
    flex: 0 0 auto;
}
.section-item .news .news-description {
    flex: 1;
    width: 65%;
}
.section-item .news-image img {
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.down-title {
    justify-content: flex-end;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.down-title .share_icon {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    min-width: 35px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.down-title .share_icon svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}
.down-title .share-icons a + a {
    margin-right: 7px;
}
.down-title .facebook .share_icon {
    background-color: #3a5795;
    border-color: #3a5795;
}
.down-title .whatsapp .share_icon {
    background-color: #4caf50;
    border-color: #4caf50;
}
.down-title .twitter .share_icon {
    background-color: #03a9f4;
    border-color: #03a9f4;
}
.down-title .telegram .share_icon {
    background-color: #039be5;
    border-color: #039be5;
}
.section-item .news-title > a {
    color: #0031bf;
}
.section-item .news-time {
    color: #dbb000;
}
@media only screen and (max-width: 1200px) {
    .client-box {
        margin-bottom: 15px;
    }
}
@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 + a {
		margin-right: 0;
    }
    .share-block {
        position: fixed;
        bottom: 0;
        top: auto;
        margin: 0;
        right: 0;
        left: 0;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-direction: row;
        color: #fff;
        border-top: none;
        background-color: rgba(0,0,0,0.9);
    }
    .share-block .share-title {
        margin-left: 15px;
        margin-bottom: 0;
        display: flex;
        align-items: center;
    }
    .share-block .share-icons a {
        margin: 0;
        width: 60px;
        height: 52px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid rgba(255,255,255,0.15);
    }
    .share-block .share-icons a:first-child {
        border-right: 1px solid rgba(255,255,255,0.15);
    }
    .down-title .share-icons a + a {
        margin-right: 0;
    }
    .share-block .share_icon {
        border: none;
        padding: 0;
        min-width: auto;
        background-color: transparent!important;
        border-color: transparent!important;
    }
    .share-block .share_icon svg {
        fill: #fff;
    }
    .share-block .share-title svg {
        fill: #fff;
    }
}
@media only screen and (max-width: 600px){
	.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;
	}
}
@media only screen and (max-width: 480px) {
    .share-block .share-icons a {
        width: 55px;
        height: 48px;
    }
    .share_icon svg {
        width: 18px;
        height: 18px;
    }
}
@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
    }
    .share-block .share-icons a {
        width: 45px;
        height: 45px;
    }
    .share-block .share-iconsa svg {
        width: 15px;
        height: 15px;
    }
    .section-item .news {
        height: auto;
        flex-direction: column;
    }
    .section-item .news .news-description {
        width: 100%;
    }
    .section-item .news .news-image {
        width: 100%;
    }
    .section-item .news-image img {
        border-bottom-right-radius: 0;
    }
    .share-block .share-title {
        font-size: 15px;
    }    
    .share-block .icon {
        margin-left: 7px;
    }
    .share-block .share-title svg {
        width: 13px;
        height: 13px;
    }
}
@media only screen and (max-width: 375px){
	.images-album img {
		height: 200px;
	}
}