a:hover {
    text-decoration: none;
}

input[type="button"], input[type="submit"], li.parallelogram {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a.blog {
    position: absolute;
    top: 4em;
    background: #386ecf;
    padding: 0.3em 1.8em;
    color: #fff;
}

.blog-radius {
    border-radius: 10px;
}

.comment h3, .comment-top h2 {
    color: #f53f1a;
    font-size: 2.5em;
    text-align: left;
    padding: 0 0 0.5em;
    font-weight: 400;
}

.comment {
    padding: 3em 0 0;
}

.blog-big-title {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

    .display-panel p strong {
        font-size: 24px;
        line-height: 32px;
        display: block;
        margin-bottom: 32px;
    }

    .display-panel p img {
        width: 100% !important;
        height: auto !important;
    }

@media only screen and (max-width: 438px) {
    .display-panel iframe {
        width: 100% !important;
        height: auto !important;
    }

    .min-media18 {
        font-size: 18px !important;
    }

    .min-media16 {
        font-size: 16px !important;
    }

    .min-media14 {
        font-size: 14px !important;
    }

    .mobile-slider {
        display: flex;
        min-width: 100%;
        overflow-x: auto;
        position: relative;
    }

        .mobile-slider::-webkit-scrollbar {
            width: 8px;
            height: 8px;
        }

        /* Track */
        /*.mobile-slider::-webkit-scrollbar-track {
    background: ;
}*/

        /* Handle */
        .mobile-slider::-webkit-scrollbar-thumb {
            background: #888;
            border-radius: 10px;
        }

            /* Handle on hover */
            .mobile-slider::-webkit-scrollbar-thumb:hover {
                background: #555;
            }
}

@media only screen and (max-width: 768px) {
    .topPostTitle h5 {
        font-size: 12px;
    }
}

.tch-parent,
.tch-parent2 {
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem;
    min-height: 275px;
}

.tch-parent {
    border: 1px solid #D2D2D2;
}

@media only screen and (max-width: 438px) {
    .tch-parent {
        margin: 0 auto;
    }
}

.tch-footer {
    border-radius: 0 0 10px 10px;
    min-height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.tch-img-block-footer {
    min-height: 123px;
}

.tch-img-block {
    width: 100%;
    height: 130px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.tch-img-block {
    height: 130px;
    border-radius: 10px;
}

.tch-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.blog-link {
    color: #007AE9;
}

.blog-arrow {
    position: relative;
    transition: 1s all;
}

.blog-link:hover .blog-arrow {
    right: -5px;
}

.blog-text-line {
    line-height: 35px;
}

.blog-btn {
    height: 42px;
    padding: 10px 15px;
    background: #0D66D0;
    border-radius: 4px;
    color: white !important;
}

    .blog-btn:hover .btn-left-hover,
    .blog-btn:hover .btn-right-hover {
        display: inline;
    }

.btn-left-hover,
.btn-right-hover {
    position: absolute;
    top: -18px;
    display: none;
}

.btn-right-hover {
    right: -18px;
}

.btn-left-hover {
    left: -18px;
}

.blog-tag {
    display: inline-block;
    min-width: max-content;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    padding: 2px 0px;
    cursor: pointer;
    margin-right: 24px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.50);
    font-size: 16px;
}

    .blog-tag:hover {
        color: rgba(0, 0, 0, 0.4);
    }

    .blog-tag.active {
        border-bottom: 2px solid #0E46A1;
        color: #0E46A1;
        font-weight: 700;
    }

.nowrapSpan {
    left: 0;
    bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: wheat;
}

.topPostImgBlock {
    height: 481px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}

    .topPostImgBlock::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.3);
    }

.overflow-hidden {
    overflow: hidden;
}

.top-img {
    transition: all .5s;
}

.blogBigBlock,
.blogBigBlockRight {
    position: relative;
    background-color: white;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.blogBigBlockRight {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

/*.blogBigBlock:hover .top-img,
.brogPostsTop4:hover .top-img {
    transform: scale(1.15);
}*/

.secondChild {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.block-partial {
    width: 160px;
    height: 160px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: normal;
}

.block-partial-small {
    width: 123px;
    height: 123px;
}

.fatured-blog {
    overflow: hidden;
}

div.fatured-blog .fatured-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
}

div.fatured-blog:nth-child(1) .fatured-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-top-right-radius: 10px;
}

div.fatured-blog:nth-last-child(1) .fatured-footer {
    border-bottom-right-radius: 10px;
}

div.fatured-blog:nth-child(1) {
    border-radius: 10px 10px 0px 0px;
}

div.fatured-blog:nth-last-child(1) {
    border-radius: 0px 0px 10px 10px;
}

.img-panel,
.img-panel-small,
.tch-img2 {
    height: 100%;
}

.topPostTitle {
    height: 116px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 10px 10px;
    padding: 1rem;
    left: 0;
    bottom: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1270px;
    }

        .container.resaize {
            max-width: 1330px;
        }
}

@media (min-width: 1519px) {
    .container {
        max-width: 1395px;
    }

        .container.resaize {
            max-width: 1485px;
        }
}
/*----blog posts-----*/
.text-teaser {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*
.display-block img, img {
    max-width: 100%;
    height: auto;
}*/

.display-block img {
    display: block;
}
/*---featured posts---*/
.right-img-block {
    width: 70px;
    height: auto;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.blog-bottom-section {
    padding-bottom: 80px;
}

.blog-bottom-section-m {
    margin-bottom: 80px;
}

.blog-m-bottom-section {
    margin-bottom: 80px;
}

.blog-top-section {
    padding-top: 80px;
}

/*----sliders----*/
.blog-army .slick-prev,
.blog-popular .slick-prev {
    right: 60px !important;
}

.blog-army .slick-next,
.blog-popular .slick-next {
    right: 15px !important;
}

.blog-popular .slick-next,
.blog-popular .slick-prev,
.blog-army .slick-next,
.blog-army .slick-prev {
    top: 15px;
    left: inherit;
    background: #FFFFFF;
    border: 1px solid #000000;
    width: 31px;
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-popular .slick-next,
.blog-popular .slick-prev,
.blog-army2 .slick-next,
.blog-army2 .slick-prev {
    top: -25px;
}
/*.blog-popular .slick-prev,*/
.blog-army2 .slick-prev {
    pointer-events: none;
    opacity: .5;
}

.blog-army2 .slide-nums {
    line-height: 40px;
    color: rgba(0, 0, 0, 0.5);
}

.blog-popular .slick-next:before,
.blog-popular .slick-prev:before,
.blog-army .slick-next:before,
.blog-army .slick-prev:before {
    color: black;
    position: relative;
    top: 1px;
}

.blog-army .slick-prev:before,
.blog-popular .slick-prev:before {
    content: url(/Content/css/icons/left.svg);
    left: -1px;
}

.blog-army .slick-next:before,
.blog-popular .slick-next:before {
    content: url(/Content/css/icons/right.svg);
    right: -1px;
}

.blog-army .slick-dots {
    bottom: 0px !important;
}

    .blog-army .slick-dots li {
        margin: 0 1px;
    }

        .blog-army .slick-dots li button:before {
            font-size: 11px;
            opacity: 1;
            color: white;
        }

        .blog-army .slick-dots li.slick-active button:before {
            font-size: 14px;
            color: #0D66D0;
            border: none;
        }
/*--------------------------*/
.blog-grids {
    max-width: 300px;
    min-width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 5px 14px 2px rgba(0, 0, 0, 0.07);
    background: white;
    margin: 20px 16px;
}

.blog-grid {
    height: 168px;
    overflow: hidden;
}

/*.blog-grids:last-child {
    margin-right: auto;
    margin-left: 15px;
}
*/
@media (max-width: 1200px) {
    .blog-grid {
        height: 133px;
    }
}

.blog-grids-img {
    height: auto;
    width: 100%;
}

.blog-grid-footer {
    padding: 12px 20px;
    background-color: white;
    min-height: 198px;
}


.blog-teaser,
.blog-text-panel p {
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-text-panel {
    min-height: 25px;
}
/*-------------------*/
/*------search------*/

.search-box {
    transition: all 0.6s;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    background-color: white;
    padding: 0 15px;
    pointer-events: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .search-box:active,
    .search-box:focus {
        outline: none;
    }

    .search-box.active {
        width: 100vw !important;
        pointer-events: auto;
        max-width: 1311px;
        padding: 0 50px;
    }

.search-container {
    position: absolute;
    right: 0;
    top: -18px;
}

.search-icon {
    position: absolute;
    color: white;
    display: flex;
    cursor: pointer;
    margin: 0;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #0D66D0;
    border-radius: 50%;
}

.clean-blog-search {
    position: absolute;
    right: 14px;
    top: 9px;
    cursor: pointer;
}

#search-submit {
    display: none;
}

.podcast-panel {
    position: relative;
}

.podcast-panel-child {
    width: 100%;
    position: absolute;
    bottom: -120px;
}

.blog-podcast-divider {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(0,0,0, .6);
    color: white;
    width: 100%;
    pointer-events: none;
}

    .blog-podcast-divider span {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        width: 100%;
        text-overflow: ellipsis;
    }

.blog-grid-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.blog-item-grid:nth-child(1) {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    height: 540px !important;
    overflow: hidden;
}

.blog-item-grid {
    border-radius: 12px;
    height: 256px;
    overflow: hidden;
}

    .blog-item-grid img {
        border-radius: 12px;
        height: 100% !important;
        overflow: hidden;
    }

    .blog-item-grid::after {
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        left: 0;
        top: 0;
        background: #14162466;
    }

.content-blog-item {
    bottom: 24px;
    z-index: 9;
    padding: 0 24px;
}

.tag-itemblog {
    padding: 5px 10px;
    margin-bottom: 6px;
    display: inline-block;
    border-radius: 4px;
}

.blog-item-grid:first-child h2 {
    font-size: 32px !important;
}

.blog-item-grid h2 {
    font-size: 20px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blog-tags {
    flex-wrap: nowrap;
    display: flex;
}

.all-blogscats {
    margin-bottom: 64px;
    flex-wrap: wrap;
    width: 100%;
}
.title-blog-details{
    font-size: 32px;
}

@media (max-width: 1400px) {
    .blog-page .main-container {
        margin-left: unset !important;
    }
}

@media (max-width: 992px) {
    .hd-blogtilte{
        padding: 15px 5px;
    }
    .tag-date {
        flex-direction: column;
        align-items: start !important
    }
    .blogtag {
        margin-bottom: 10px;
        padding: 8px 8px;
        font-size: 12px;
    }
    .title-blog-details {
        font-size: 24px;
    }
    .blog-item-grid:first-child h2 {
        font-size: 20px !important;
    }
    .blog-item-grid h2 {
        font-size: 20px !important;
    }
    .all-blogscats {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .blog-tags {
        overflow-x: auto;
        overflow-y: hidden;
    }

        .blog-tags::-webkit-scrollbar {
            display: none;
        }

    .hd-blog {
        box-shadow: 1px 5px 20px 0px rgba(3, 2, 41, 0.05);
        margin-bottom: 32px !important;
        margin-top: 0px !important;
        padding-top: 15px;
        padding-bottom: 13px;
    }

    .blog-grid-main {
        display: grid;
        grid-template-columns: repeat(1, 3fr);
        gap: 10px;
    }

    .blog-item-grid:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3;
        height: unset !important;
    }

    .blog-item-grid {
        border-radius: 12px;
        height: 258px;
    }
}

@media (max-width: 576px) {
    .blog-item-grid:nth-child(1) {
        grid-column-start: unset;
        grid-column-end: unset;
        grid-row-start: unset;
        grid-row-end: unset;
        height: 258px !important;
    }

    .blog-item-grid {
        border-radius: 12px;
        height: 258px;
        margin-bottom: 24px;
    }

    .blog-grid-main {
        gap: 0px;
    }
}

.all-blogscats::-webkit-scrollbar {
    display: none;
}

.blog-cover {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 21px;
    width: 100%;
}

.hd-blogtilte {
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.blogtag {
    text-decoration: none !important;
    border-radius: 100px;
    border: 1px solid #7688EF;
    background: rgba(118, 136, 239, 0.10);
    color: #000 !important;
    padding: 8px 12px;
}

.soc-blog {
    width: 25px;
    height: 25px;
}

.more-blogshare-box.active {
    width: 210px;
    border-radius: 20px;
    border: 1px solid #CFCFCF;
    background: #FFF;
    padding: 1px;
}

.more-blogshare-box {
    width: 30px;
    transition: width 0.5s ease;
}

.seeall-blogbtn:hover img {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(14deg) brightness(102%) contrast(198%);
}

.blog-grids-img {
    transition: transform 0.3s ease;
}

.scale-effect:hover .blog-grids-img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.hd-blog {
    margin-top: 48px;
    margin-bottom: 40px;
}

.group-keytag {
    margin-bottom: 22px;
}

.hover-decoratione:hover {
    text-decoration: underline !important;
}

.interest-blogitem {
    min-width: unset !important;
    max-width: unset !important
}

.container-1330 {
    max-width: 1330px;
    margin: auto;
    padding: 3px 15px;
}

.custom-prevblog-arrow {
    z-index: 9;
}

.custom-nextblog-arrow {
    right: -5px;
}

.blog-grid:hover .blog-grids-img {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

.display-panel > blockquote {
    font-style: italic;
    position: relative;
}

.display-panel > blockquote > p{
   color: #666;
   display: flex;
}

.display-panel > blockquote > p::before{
    content: "";
    width: 23px;
    height: auto;
    background: #7688EF;
    display: flex;
    margin-right: 20px;
}

.all-blogacatshome {
    padding-bottom: 64px;
}

@media (max-width: 1330px){
    .all-blogacatshome {
        padding-bottom: 64px;
        overflow-x: auto;
    }
    .all-blogacatshome::-webkit-scrollbar {
        height: 6px;
    }

    .all-blogacatshome::-webkit-scrollbar-track {
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .all-blogacatshome::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #e6e6e6;
    }
}

@media (max-width: 992px) {
    .all-blogacatshome::-webkit-scrollbar {
        display: none;
    }
}
.jobcast{
    height: 475px;
    width: 100%;
    background: url(/Content/blog/jobcast-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow:hidden;
}
.job-cast-title {
    font-size: 45px;
    color: #060647;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.job-cast-text > p {
    font-size: 18px;
    color: black;
}

.cast-right {
    top: -150px;
    max-width: 470px;
}
@media (max-width: 1200px) {

    .job-cast-title {
        font-size: 40px;
    }
    .job-cast-text > p {
        font-size: 16px;
        color: black;
    }

}
@media (max-width: 992px) {

    .job-cast-title {
        font-size: 30px !important;
    }
    .cast-right {
        top: -75px;
    }
}
@media (max-width: 768px) {

    .jobcast{
        overflow: unset !important;
        height: unset !important
    }

    .cast-right {
  position:unset !important;
    }
    .job-cast-text{
        position: relative;
        z-index: 99;
    }
}
@media (max-width: 576px) {
    .cast-right {
        max-width: 300px;
    }
    .jobacast-logo {
        width: 120px;
    }
    .job-cast-title {
        font-size: 22px !important;
    }
}