body {
    font-family: 'Poppins';
    font-size: 15px;
    color: #666666;
    line-height: 24px;
    font-weight: 400;
}
*{
    box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins';
    color: #333;
    margin: 0;
}

section.breadcrumb-bottom-area.blog_container-sec {
    padding: 10px;
    background-image: url(https://www.nrichglobal.com/wp-content/themes/nrichglobal/images/banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.breadcrumb-bottom-area li {
    display: inline;
}

section.breadcrumb-bottom-area.blog_container-sec .blog_container-content {
    max-width: 600px;
    text-align: center;
    padding-right: 120px;
}

section.breadcrumb-bottom-area.blog_container-sec .blog_container-content h2 {
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.9em;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    position: relative;
}

section.breadcrumb-bottom-area.blog_container-sec .blog_container-content h2::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 90%;
    height: 2px;
    transform: translateX(-50%);
    background: #007a8a;
}

.blog_container-content p {
    color: #fff;
    margin: 0;
    padding-top: 20px;
}

nav.navigation.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

nav.navigation.pagination .page-numbers {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 2px 0 0;
    border: 1px solid #eee;
    line-height: 1;
    text-decoration: none;
    border-radius: 2px;
    font-weight: 600;
    background: linear-gradient(194deg, #384193 10%, #00b1ec 100%);
    color: #fff;
}

.page-numbers.current,
.page-numbers:hover {
    background: #00b1ec !important;
    color: #fff;
}

/* .row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.col-md-4 {
    width: 33.33333333%;
    float: left;
    box-sizing: border-box;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
} */
.blog-post .row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.blog-post header {
    display: none;
}

.bllog .ol-md-6 {
    border-width: 0px 1px 1px 1px;
    border-color: #fff;
    border-style: solid;
}

.blog-default-area .single-blog-item {
    position: relative;
    overflow: hidden;
    display: block;
    /* min-height: 390px; */
    border-bottom: 1px solid #f4f4f4;
    background: #fdfdfd;
    /* margin-top: -28px; */
}

.blog-default-area .single-blog-item .img-holder {
    overflow: hidden;
    position: relative;
}

.blog-default-area .single-blog-item .img-holder img {
    /* transform: scale(1.1, 1.1); */
    /* transition: all 0.5s ease 0s; */
    width: 100%;
    height: fit-content;
    object-fit: cover;
    padding: 0px 0px;
}

.blog-default-area .single-blog-item:hover .img-holder img {
    transform: scale(1, 1);
}

.blog-default-area .single-blog-item:hover .img-holder .overlay-style-one {
    /* opacity: 1; */
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    /* transform: perspective(400px) rotateX(0deg); */
}

.overlay-style-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 0px;
    color: #ffffff;
    opacity: 0;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-default-area .single-blog-item:hover .img-holder .categories {
    transform: translate3d(0px, -89px, 0px);
}

.single-blog-item .img-holder .categories {
    background: #3E4096;
    position: absolute;
    bottom: 20px;
    left: 15px;
    display: none;
    height: 35px;
    transform: translate3d(0px, 0%, 0px);
    transition: all 500ms ease;
    padding: 0 10px;
}

.single-blog-item .img-holder .categories a {
    text-align: center;
    padding: 6px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
}

.single-blog-item:hover .text-holder {
    bottom: 0;
}

.bllog {
    display: grid;
    grid-template-columns: 75% 25%;
    gap: 30px;
}

.single-blog-item .text-holder {
    width: 94%;
    padding: 20px;
    margin: auto;
    border: 2px solid #007b89;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: -20px;
    z-index: 999;
    position: relative;
    background: #fff;
}

.single-blog-item .text-holder.width_100 {
    width: 100%;
}

.single-blog-item .text-holder.width_100 .elementor-widget-container h2 {
    font-size: 24px;
    padding: 15px 0 15px;
    line-height: 30px;
    font-weight: 500;
}

.single-blog-item .text-holder .meta-info {
    overflow: hidden;
    padding-top: 9px;
    display: flex;
    margin-left: -41px;
    margin-bottom: 3px;
}

.single-blog-item .text-holder .meta-info li {
    display: inline-block;
    float: none;
    line-height: 16px;
    border-right: 1px solid #dfdfdf;
    padding-right: 2px;
    margin-right: 3px;
    text-align: center;
    justify-content: center;
}

section#blog-area {
    margin: 0px 40px !important;
    padding-right: 60px;
}

.single-blog-item .text-holder .meta-info li a {
    color: #555;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Poppins';
}

.single-blog-item .text-holder .meta-info li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.single-blog-item .text-holder .blog-title {
    color: #252525;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    transition: all 500ms ease;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-sidebar h3 {
    /* text-align: center; */
    font-size: 22px;
    font-weight: 400;
}

.single-blog-item .text-holder .blog-title:hover {
    color: #3E4096;
}

.single-blog-item .text-holder .text p {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0px;
}

.single-sidebar ul.popular-post {
    margin: 0;
    padding: 0;
}

.blog-default-area .text-holder .text p {
    overflow: hidden;
    display: -webkit-box;
    text-align: left;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0px;
}


/*_________________Detail Page__________________*/

.blog-single-area .row {
    display: grid;
    grid-template-columns: 75% 25%;
}

.blog-single-area {
    border-top: 1px dashed #ffffff42;
}

.blog-large-area .blog-post {
    border-right: 1px dashed #ffffff42;
    padding-right: 30px;
    /* margin-top: -60px; */
    /* padding-top: 60px; */
    margin-bottom: -50px;
    /* background-color: #d7d7d7; */
    padding-bottom: 20px;
}

.blog-post .post-thumbnail img {

    width: 100%;
    border-radius: 5px;
    background: #e1e1e1;
    object-fit: contain;
    padding: 10px 0;
    height: 420px;
}

.blog-single-area .single-blog-item {
    margin-bottom: 33px;
}

.blog-large-area .single-blog-item {
    margin-bottom: 50px;
    border: none;
    min-height: initial;
}

.blog-single-area .single-blog-item .img-holder {
    overflow: hidden;
    position: relative;
}

.blog-large-area .single-blog-item .img-holder .categories {
    transform: translate3d(0px, 0px, 0px);
    bottom: 52px;
}

.blog-single-area .single-blog-item .text-holder {
    border: none;
    border-top: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: left;
    transition: all 500ms ease;
    position: static;
    background: #ffffff;
}

.blog-large-area .single-blog-item .text-holder .meta-info {
    text-align: left;
    padding-top: 0;
}

.blog-single-area .single-blog-item .text-holder .blog-title {
    font-size: 24px;
    padding: 15px 0 15px;
}

.blog-large-area .single-blog-item .text-holder .blog-title {
    font-size: 24px;
    padding: 15px 0 15px;
    line-height: 30px;
    font-weight: 600;
}

.blog-single-area .text h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 10px !important;
}

.blog-single-area .text ul {
    list-style: disc;
    /* padding-bottom: 15px; */
    padding-left: 0px !important;
}

.blog-single-area .text ul li {
    list-style: inside;
}

.blog-single-area .text ul li::marker {
    color: #009833;
}

.blog-single-area .text ul li::marker {
    color: #787878;
}

.blog-single-area .elementor-widget-text-editor h3 {
    padding: 0 0 10px;
}

.blog-single-area .post-thumbnail {
    margin-bottom: 30px;
}

.blog-single-area h3 strong {
    font-weight: 500;
}

.blog-single-area .text h2 {
    font-size: 18px;
    font-weight: 600;
    padding: 15px 0 10px;
}

.blog-single-area h2 strong {
    font-weight: 500;
}

/*_________________Sidebar Css__________________*/

.sidebar-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    padding-top: 60px;
}

.sidebar-wrapper .single-sidebar form.search-form {
    position: relative;
}

.sidebar-wrapper .single-sidebar {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.sidebar-wrapper .single-sidebar .search-form input.search-field {
    background: #fff;
    border: 1px solid #f4f4f4;
    color: #ababab;
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 44px;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-right: 55px;
    position: relative;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 100%;
    border-radius: 5px;
}

.sidebar-wrapper .single-sidebar .search-form button {
    background: #3E4096 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 45px;
    border-radius: 0 5px 5px 0;
    padding: 3px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    width: 50px;
    border: 0;
}

.sidebar-wrapper .single-sidebar .search-form button:hover {
    background: #740e1c;
}

.sidebar-wrapper .single-sidebar .search-form button::after {
    content: '\e97a';
    font-family: 'elementskit';
    font-size: 20px;
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.single-sidebar .categories {
    background: #ffffff;
    display: block;
    border: 1px solid #f5f4f3;
    padding: 24px 30px 24px;
    list-style: none;
    border-radius: 3px;
}

.single-sidebar .categories li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 12px;
    padding-bottom: 9px;
}

.single-sidebar .categories li a {
    color: #252525;
    transition: all 500ms ease;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
    position: relative;
}

.single-sidebar .categories li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.single-sidebar .categories li a i {
    padding-right: 10px;
    color: #3E4096;
    font-size: 18px;
}

.single-sidebar .categories li a:hover {
    color: #3E4096;
    padding-left: 10px;
}

.sidebar-wrapper .single-sidebar .sec-title {
    overflow: hidden;
    padding-bottom: 25px;
    margin-top: 0;
}

.single-sidebar .popular-post li {
    /* margin-bottom: 25px; */
    padding-left: 0px;
    position: relative;
    border-bottom: 1px solid #ffffff42;
    padding-bottom: 4px;
}

.bloggg .single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    display: none;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.single-sidebar .popular-post li .img-holder {
    display: block;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0px;
    width: 69px;
    height: 55px;
    border-radius: 2%;
}

.single-sidebar .popular-post li .img-holder img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 90px;
    height: 70px;
    object-fit: contain;
}


.single-sidebar .categories li a i {
    padding-right: 10px;
}

.single-sidebar .popular-post li .title-holder {
    padding-left: 70px;
    padding-right: 0;
}

.single-sidebar .popular-post li .title-holder a .post-title {
    color: #222;
    font-size: 14px;
    line-height: 20px;
    border-width: 0px 0px 1px 0px;
    position: relative;
    border-style: solid;
    height: 34px;
    font-weight: 300;
    border-color: #d5d5d5;
    padding-bottom: 10px;
    margin: 6px 0px 0px;
    font-family: Poppins;
    transition: all 500ms ease;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.single-sidebar .popular-post li .title-holder a .post-title:focus {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    border-left: 3px solid #007a8a !important;
    font-weight: 300;
    margin: 6px 0px 7px;
    border: 4;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    background: #f8f8f8;
    width: 100%;
    border-bottom: 1px solid #dedede !important;
    font-family: Poppins;
    transition: all 500ms ease;
}

.title-holder a .post-title:hover {
    border-left: 2px solid #007a8a !important;
    background-color: #e7e7e7 !important;
    color: black !important;
}

.single-sidebar {
    margin-bottom: 1px;
    background: white !important;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.single-sidebar {
    padding: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: fit-content;
}

.single-sidebar h5.post-title {
    color: #333;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    /* border-left: 3px solid #007a8a!important; */
    font-weight: 300;
    margin: 6px 0px 7px;
    border: 4;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 0;
    /* background-color: transparent; */
    box-shadow: none;
    /* background: #f8f8f8; */
    width: 100%;
    border-bottom: 1px solid #dedede !important;
    font-family: Poppins;
    transition: all 500ms ease;
}

.single-sidebar ul.popular-post li {
    text-decoration: none !important;
    list-style: none;
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
    color: #3E4096;
}

.single-sidebar .popular-post li .title-holder .post-date {
    color: #3E4096;
    display: block;
    transition: all 500ms ease;
    font-weight: 400;
    font-size: 14px;
    display: none;
    font-family: Poppins;
}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
    color: #009833;
}

.single-sidebar .popular-post li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*---------------------------Responsive Css-----------------------------*/
@media screen and (min-device-width: 320px) and (max-device-width: 767px) {
    .blog-post .row {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .blog-single-area .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-large-area .blog-post {
        border-right: 0px dashed #ffffff42;
        padding-right: 0px;
    }

    .sidebar-wrapper {
        padding-left: 00px;
        padding-top: 50px;
        border-top: 1px dashed;
        margin-top: 25px;
    }

    .sidebar-wrapper .single-sidebar:last-child {
        margin-bottom: 20px;
    }

    .sidebar-wrapper .single-sidebar {
        margin-bottom: 40px;
    }
}


@media screen and (min-device-width: 768px) and (max-device-width: 991px) {
    .blog-post .row {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
    }

    .blog-single-area .row {
        grid-template-columns: repeat(1, 1fr);
    }

    .blog-large-area .blog-post {
        border-right: 0px dashed #ffffff42;
        padding-right: 0px;
    }

    .sidebar-wrapper {
        padding-left: 00px;
        padding-top: 50px;
        border-top: 1px dashed #ffffff42;
        margin-top: 25px;
    }

    .single-sidebar .popular-post li:last-child {
        padding-bottom: 20px;
    }

    .dgwt-wcas-search-wrapp {
        margin-left: 0;
    }
}

@media(max-width:767px){
    section#blog-area {
    margin:0px !important;
    padding:30px 15px;
}
.bllog{
    grid-template-columns: 100%;
}
.blog-post .col-md-6:not(:last-child) {
    margin-bottom: 20px;
}
section.breadcrumb-bottom-area.blog_container-sec .blog_container-content {
    max-width: 100%;
    text-align: right;
    padding-left: 120px;
    padding-right:0px;

}
section.breadcrumb-bottom-area.blog_container-sec {
    padding: 28px 15px;
    height: auto;
    background-position-x: 30% !important;
}
.blog-post .post-thumbnail img{
    height:auto;
    padding:0px;
}
}

@media(min-width:768px) and (max-width:992px){
    section#blog-area {
    margin: 0px !important;
    padding:30px !important;
    box-sizing: border-box;
}
.bllog{
    width:calc(100% - 30px)
}
section.breadcrumb-bottom-area.blog_container-sec{
    margin-bottom:0px;
}
section.breadcrumb-bottom-area.blog_container-sec .blog_container-content{
    padding-right:30px;
    text-align: right;
    padding-left:60px;
}
.client_succ .swiper-navigation-button.swiper-button-prev {
    left: 65%!important;
}
}
