/* Hero Section */
.about-hero-section {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    margin-bottom: 50px;
}
.about-hero-left {
    text-align: center;
}
.about-hero-left p {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    max-width: 1080px;
    margin: 5px auto 26px auto;
}
.about-hero-left a {
    background-color: #2da9e4;
    color: #fff;
    border: 1px solid #2da9e4;
}
.about-hero-left a:hover {
    color: #2da9e4;
    background: #fff;
}
.about-hero-right {
    margin-right: -70px;
}



.ie-blog-post-wrap {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
    flex-wrap: wrap;
}
.ie-blog-post-items {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}
.ie-blog-thumbnail a {
    display: flex;
    overflow: hidden;
    height: 260px;
}
.ie-blog-thumbnail a img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
/* .ie-blog-thumbnail {
    padding: 20px;
    background-image: url(/wp-content/uploads/2020/04/bg-border.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.ie-blog-content h3 {
    margin: 0;
    margin-bottom: 10px;
    font-size: 23px;
    font-family: "Museo Sans",sans-serif;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.ie-blog-post-items:hover .ie-blog-thumbnail a img {
    transform: scale(1.1);
}
.ie-blog-post-items:hover .ie-blog-content h3 {
    color: #38a9e4;
}
.ie-blog-content a {
    text-decoration: none;
}
.ie-blog-content {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.ie-blog-content p {
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    margin: 0;
    margin-bottom: 15px;
}
.blog-new-btn-wrapp {
    margin-bottom: 15px;
}
.blog-new-btn-wrapp a.blog-btn {
    color: #2da9e4;
    font-weight: 400;
    text-decoration: underline;
}
.ie-blog-content span {
    font-size: 17px;
    font-weight: 400;
    color: #8a8a8a;
}
section.blog-post-shortcode-section {
    padding-bottom: 70px;
}
.ie-blog-post-wrap .ie-blog-post-items {
    margin-bottom: 50px;
    box-shadow: 0px 0px 9px 0px #f0edf0;
}
.blog-pagination {
    text-align: center;
    display: flex;
    justify-content: center;
}
.blog-pagination .page-numbers {
    border: 1px solid #8a8a8a;
    width: 35px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    color: #17abe7;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.blog-pagination .page-numbers.current, .blog-pagination .page-numbers:hover {
    background-color: #17abe7;
    color: #fff;
    border-color: #17abe7;
}

@media only screen and (min-width: 2201px) {
    .about-hero-section {
        background-position: right bottom;
    }
    .blog-post-shortcode-section {
        padding-top: 100px;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 2200px) {
    .about-hero-section {
        background-size: contain;
    }
}
@media only screen and (max-width: 1600px) {
    .about-hero-right {
        margin-right: 0px;
    }
}
@media only screen and (max-width: 1366px) {
    section.ie-section.blog-archive-page-banner {
        margin-bottom: 0px;
    }
    .blog-post-shortcode-section {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 991px) {
    .about-hero-left {
        padding-top: 0;
        padding-bottom: 50px;
    }
    .about-hero-section {
        padding-bottom: 0;
    }
    .about-hero-right {
        margin-bottom: -15%;
    }
    .blog-post-shortcode-section {
        padding-top: 70px;
    }
    .ie-blog-content h3 {
        font-size: 20px;
    }
    .ie-blog-post-items {
        width: calc(50% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    .ie-blog-post-wrap {
        margin-left: -20px;
        margin-right: -20px;
    }
    .blog-post-sidebar {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media only screen and (max-width: 767px) {
    .about-hero-left {
        padding-bottom: 0px;
    }
    .about-hero-right {
        margin-bottom: -15%;
    }
    .blog-post-shortcode-section {
        padding-top: 50px;
    }
    .about-hero-section {
        padding-top: 50px;
    }
    .ie-blog-post-items {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .ie-blog-post-wrap {
        margin-left: 0;
        margin-right: 0;
    }
    .ie-blog-post-wrap .ie-blog-post-items {
        padding-bottom: 30px;
    }
    .ie-blog-thumbnail {
        padding: 10px;
    }
    .about-hero-right img {
        display: none;
    }
    section.ie-section.about-hero-section {
        background-position: 42%;
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 575px) {
    section.ie-section.blog-archive-page-banner {
        padding-top: 70px;
        padding-bottom: 30px;
    }
    .about-hero-left p {
        font-size: 16px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 479px) {
    .ie-blog-thumbnail a {
        height: 220px;
    }
}