/* ======================
Banner Style Sheet
 ====================== */
 /* Hero Section */
.about-hero-section {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin-bottom: 50px;
}
.about-hero-left {
    text-align: center;
}
.about-hero-left h1 span {
    color: #2da9e4;
}
/* .about-hero-left h1::before {
    position: absolute;
    content: "";
    height: calc(100% - 16px);
    width: 8px;
    background-color: #fff;
    left: -30px;
    top: 8px;
} */
.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;
}
/* ======================
Banner Style Sheet
 ====================== */

.single-main-content-wrap {
    padding-bottom: 70px;
    padding-top: 30px;
}
 .ie-blog-wrap {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
 }
 .thumb {
    /* padding: 20px;
    background-image: url(/wp-content/uploads/2020/04/bg-border.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    margin-bottom: 30px;
}
.ie-blog-wrap img {
    height: auto;
    width: 100%;
}
.ie-main-content-wrap {
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    padding-top: 10px;
    border-top: 1px solid #f2f2f2;
}
.ie-date {
    color: #8a8a8a;
    text-transform: uppercase;
}
.ie-single-post-title h2 {
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0;
    padding-bottom: 20px;
}
.ie-blog-wrap .info {
    margin-bottom: 18px;
}
.ie-blog-wrap .content a {
    color: #2da9e4;
    text-decoration: none;
}
.author-react .auth {
    font-weight: 500;
    color: #2da9e4;
}

.comment-author.vcard {
    color: #8a8a8a;
    margin-bottom: 10px;
}
.comment-metadata a,
.reply a {
    color: #2da9e4;
    text-decoration: none;
}
#comments.comments-area {
    width: 100%;
    max-width: 1020px;
    margin: 0px auto 0px;
    text-align: center;
    padding: 70px 0;
}
.ie_single_blog #comments form {
    display: flex;
    flex-wrap: wrap;
}
.ie_single_blog #comments #reply-title {
    font-size: 20px;
    text-transform: uppercase;
}
.ie_single_blog #comments .comment-notes,
.ie_single_blog #comments form label,
.ie_single_blog #comments .comment-form-cookies-consent,
.ie_single_blog #comments .logged-in-as,
.ie_single_blog #comments .comment-form-url,
.ie_single_blog #comments .form-submit i {
    display: none;
}
.ie_single_blog #comments form .comment-form-author {
    order: 1;
    width: calc( 50% - 15px );
    margin-right: 30px;
}
.ie_single_blog #comments form .comment-form-email {
    order: 2;
    width: calc( 50% - 15px );
}
.ie_single_blog #comments form .comment-form-comment {
    order: 4;
    width: 100%;
}
.ie_single_blog #comments form .form-submit {
    order: 5;
    width: 100%;
}
.ie_single_blog #comments form p input,
.ie_single_blog #comments form p textarea {
    width: 100%;
    padding: 5px 50px 5px 25px;
    height: 55px;
    border: 1px solid #eaeaea;
    border-radius: 34px;
    text-align: center;
    color: #8a8a8a;
    transition: all .3s ease-in-out;
}
.ie_single_blog #comments form p input:focus, 
.ie_single_blog #comments form p textarea:focus {
    outline: 0;
    border-color: #2da9e4;
}
.ie_single_blog #comments form p input::placeholder, 
.ie_single_blog #comments form p textarea::placeholder {
    text-transform: uppercase;
}
.ie_single_blog #comments form p textarea {
    padding: 25px;
    height: 120px;
}
.ie_single_blog #comments .form-submit #submit {
    width: 100%;
    max-width: 210px;
    height: 55px;
    padding: 2px 0px 0px 0px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    background-color: #2da9e4;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 0px 10px rgba(45, 169, 228, 0.5);
    border: 1px solid #2da9e4;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.ie_single_blog #comments .form-submit #submit:hover {
    background-color: #fff;
    color: #2da9e4;
}
#comments.comments-area ol {
    list-style: none;
}

.ie-related-head {
    text-align: center;
    margin-bottom: 70px;
}
.ie-articles {
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
    flex-wrap: wrap;
}
.ie-articles .ie-blog-post-items {
    width: calc(50% - 60px);
    margin-left: 30px;
    margin-right: 30px;
}
/* .ie-articles .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-articles .ie-blog-thumbnail a {
    display: flex;
    overflow: hidden;
    height: 260px;
    border: 5px solid #fff;
}
.ie-articles .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-articles .ie-blog-content {
    margin-top: 20px;
}
.ie-articles .ie-blog-content a {
    text-decoration: none;
}
.ie-articles .ie-blog-content h3 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: "Museo Sans",sans-serif;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
}
.ie-blog-post-items a:hover h3 {
    color: #2da9e4;
}
.ie-articles .ie-blog-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #4a4a4a;
    margin: 0;
    margin-bottom: 15px;
}
.ie-articles .ie-blog-content span {
    font-size: 18px;
    color: #8a8a8a;
    margin-bottom: 10px !important;
    display: block;
    text-transform: capitalize;
}

section.ie-section.about-hero-section {
    overflow: hidden !important;
}
.related_articles {
    overflow: hidden;
    margin-top: 30px;
}
.ie-blog-wrap .content p {
    color: #4a4a4a;
	margin-top: 0px;
}
.ie-blog-wrap .content ul li {
    color: #4a4a4a;
    line-height: 1.5;
    margin-bottom: 10px;
}
.ie-blog-wrap .content h3 {
    margin-bottom: 5px;
}
.text-em {
    font-size: 25px;
    text-align: center;
    line-height: 1.2 !important;
}
.ie-blog-wrap .content table tr {
    vertical-align: baseline;
}
.ie-blog-wrap .content table tr ul {
    padding-left: 20px;
    padding-right: 20px;
}
.single-main-content-wrap table,
.single-main-content-wrap th,
.single-main-content-wrap td {
    border: 1px solid black;
    border-collapse: collapse;
    padding: 12px 20px;
}



@media only screen and (min-width: 2201px) {
    .about-hero-section {
        background-position: right bottom;
    }
    .single-main-content-wrap {
        padding-top: 100px;
    }
}
@media only screen and (max-width: 2200px) and (min-width: 1367px) {
    .about-hero-section {
        background-size: contain;
    }
}
@media only screen and (max-width: 1366px) {
    .about-hero-section {
        margin-bottom: 0px;
    }
    .single-main-content-wrap {
        padding-top: 70px;
    }
}
@media only screen and (max-width: 992px) {
    .about-hero-section {
        padding: 50px 0;
    }
    .single-main-content-wrap {
        padding-top: 50px;
    }
    .ie-related-head {
        margin-bottom: 50px;
    }
    .ie-articles .ie-blog-content h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 768px) {
    .ie-blog-wrap .content {
        font-size: 18px;
    }
    .ie-blog-wrap .content p,
    .ie-blog-wrap .content ul li {
        line-height: 1.6;
    }
}
@media only screen and (max-width: 767px) {
    .about-hero-section {
        background-position: 42%;
        padding: 50px 0;
    }
    .about-hero-right {
        margin-right: 0;
    }
    .single-main-content-wrap {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .ie-single-post-title h2 {
        font-size: 24px;
    }
    .ie-articles .ie-blog-post-items {
        width: 100%;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .ie-articles .ie-blog-content h3 {
       font-size: 24px;
    }
    .ie_single_blog #comments form .comment-form-author {
        width: 100%;
        margin-right: 0;
    }
    .ie_single_blog #comments form .comment-form-email {
        width: 100%;
    }
    .ie_single_blog #comments form .comment-form-author,
    .ie_single_blog #comments form .comment-form-email,
    .ie_single_blog #comments form .comment-form-comment {
        margin: 10px 0;
    }
    .about-hero-right img {
        display: none;
    }
    /* section.ie-section.about-hero-section {
        background-position: 50%;
        padding-bottom: 90px;
    } */
}
@media only screen and (max-width: 575px) {
    .about-hero-left p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0px;
    }
    .ie-articles .ie-blog-thumbnail a {
        height: 220px;
    }
    .ie-articles .ie-blog-content h3 {
        font-size: 20px;
    }
	.text-em {
		font-size: 20px;
	}
}