@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Light.eot");
    src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto-medium";
    src: url("../fonts/Roboto-Medium.eot");
    src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff"), url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Thin.eot");
    src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Thin.woff2") format("woff2"), url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nexa";
    src: url("../fonts/Nexa-Thin.eot");
    src: url("../fonts/Nexa-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Thin.woff2") format("woff2"), url("../fonts/Nexa-Thin.woff") format("woff"), url("../fonts/Nexa-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nexa-light";
    src: url("../fonts/Nexa-Light.eot");
    src: url("../fonts/Nexa-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Light.woff2") format("woff2"), url("../fonts/Nexa-Light.woff") format("woff"), url("../fonts/Nexa-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nexa-xbold";
    src: url("../fonts/Nexa-XBold.eot");
    src: url("../fonts/Nexa-XBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-XBold.woff2") format("woff2"), url("../fonts/Nexa-XBold.woff") format("woff"), url("../fonts/Nexa-XBold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "NexaRegular";
    src: url("../fonts/NexaRegular.eot");
    src: url("../fonts/NexaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/NexaRegular.woff2") format("woff2"), url("../fonts/NexaRegular.woff") format("woff"), url("../fonts/NexaRegular.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Nexa-Bold";
    src: url("../fonts/Nexa-Bold.eot");
    src: url("../fonts/Nexa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Bold.woff2") format("woff2"), url("../fonts/Nexa-Bold.woff") format("woff"), url("../fonts/Nexa-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.header.header_minus100{
    top:0;
}
.blog-section{
	padding: 100px 0 0;
}
.articles-description .right-side {
    padding-top: 3px;
}
.articles-description{
    padding: 100px 0 0;
}
.subtitle .theme{
	font-family: 'Nexa-xbold';
    font-weight: bold;
    color: #000;
    font-size: 50px;
    line-height: 53px;
}
.titel p {
    color: #5b5b5b;
        display: grid;
        text-transform: capitalize;
}
.article-type-item {
    background-color: #f4f5fc;
    float: left;
    width: 46.3%;
    border-radius: 7px;
    margin-bottom: 20px;
}
.article-type-yelow-btn:hover {
    color: #fff;
    text-decoration: none;
}

.article-type-item:nth-of-type(odd) {
    margin-right: 30px;
}

.article-type-inner-content {
    padding: 15px 0 25px;
    position: relative;
    width: 100%;
}

.article-type-item-image {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
}

.article-type-short-desc {
    font-size: 17px;
    margin: 0 0 15px;
    height: 40px;
    text-transform: capitalize;
    font-family: 'Roboto';
    font-weight: 300;
    color: #5b5b5b;
}

.article-type-yelow-btn {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    background-color: rgb(40, 108, 162);
    border-radius: 38px;
    padding: 3px 17px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    line-height: 31px;
    height: 35px;
    margin-top: 20px;
}

.article-type-item-caption-wrapper {
    padding: 20px 15px;
}

.article-type-item-btn-wrapper {
    padding: 1px;
    border-top: 1px solid #ccc;
}

.article-category-btn-wrapper {
    clear: both;
}

.article-type-item-btn-left {
    float: left;
}

.article-type-item-btn-right {
    float: right;
    padding-top: 20px;
    color: #5b5b5b;
}

.recentpost .image {
    width: 20%;
    float: left;
    margin-right: 10px;
    border-radius: 5px;
}

.recentpost a {
    margin-bottom: 10px;
    display: block;
    text-decoration:none;
}

.blogsidebar h3,
.blogsidebar h2 {
    border-bottom: 1px solid #009daf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 22px;
}

.left-side {
    width: 75%;
}

.right-side {
    width: 25%;
        padding-top: 15px;
}

.articles-info-subdiv {
    float: left;
    margin-right: 20px;
}

.articles-date-info-div {
    margin: 0 0 13px 0;
    float: left;
    padding: 0;
}

.article-comments {
    font-weight: 500;
    color: #23a2b3;
}

h1.article-title {
    font-size: 28px;
    text-transform: uppercase;
    padding-right: 30px;
}

.return-article-btn {
    background: #23a2b3;
    color: #fff;
    padding: 10px 25px;
    float: left;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.article-desc-content p {
    margin-bottom: 15px;
}

.article-desc-content strong {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.single-article-type-item-image {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
    overflow: hidden;
    margin-bottom: 20px;
}

@media all and (max-width:768px) {
    .single-article-type-item-image {
        height: 258px;
    }
}

@media all and (max-width:700px) {
    .article-type-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .left-side,
    .right-side {
        width: 100%;
        margin: 20px;
    }
    .article-type-item-image {
        background-position: center;
    }
    .single-article-type-item-image {
        height: 168px;
        background-position: center;
    }
    .articles-description {
    padding: 60px 0 0;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .article-type-item:nth-of-type(odd) {
    margin-right: 18px;
}
}