.new p {
    color: #7e7e7e;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.header-top_new {
    position: relative;
    background: #072d5a;
    font-family: 'Poppins', sans-serif;
    padding: 8px 0px;
}

.header-top_new .top-left p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin: 0px;
    padding: 5px 0px;
}

.header-top_new .top-left p i {
    color: #16bae1;
    font-size: 16px;
    line-height: 20px;
    margin-right: 7px;
}

.header-top_new .form-group {
    margin: 0px;
}

.header-top_new .top-left p span {
    color: #16bae1;
}

.header-top_new .top-right ul {
    position: relative;
    float: right;
    padding: 5px 0px;
    margin: 0px;
}

.header-top_new .top-right ul li {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 26px;
    margin-right: 20px;
}

.header-top_new .top-right ul li a span {
    color: #ffffff;
}

.header-top_new .top-right ul li:last-child {
    margin: 0px;
}

.header-top_new .search-box-outer {
    float: right;
    margin-left: 30px;
    position: relative;
}

.header-top_new .form-group input {
    background: transparent;
    border: 0px;
    box-shadow: none;
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
}

.header-top_new .form-group input::placeholder {
    color: #4b6584;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.header-top_new .form-group::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #16bae1;
    left: -9px;
    opacity: .3;
    top: 4px;
}

.header-top_new .form-group .search-btn {
    background: transparent;
    border: 0px;
    box-shadow: none;
    color: #16bae1;
}


/*---.main-header---*/

.main-header .info-box.new li span {
    color: #1e1e29;
    font-weight: 500;
}

.main-header .info-box.new li {
    color: #7e7e7e;
    font-size: 16px;
    line-height: 26px;
}

.main-header .info-box.new .icon-box {
    color: #16bae1;
}

.header-upper.new {
    padding: 8px 0px 7px;
}


/*-----.main-slider------*/

.main-slider .owl-dots {
    display: none;
}


/*---welcome-section_new----*/

.welcome-section_new {
    position: relative;
	padding:100px 0 70px;
    z-index: 99;
}

.welcome-section_new .welcome_outer_nw {
    padding: 30px 30px 30px;
    position: relative;
	background:#eaf2f8;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 5px;
    text-align:center;
}

.welcome-section_new .welcome_outer_nw::before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    left: -100%;
    top: 0;
    height: 5px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.welcome-section_new .welcome_outer_nw:hover::before {
    background: #16bae1;
    left: 0;
}

.welcome-section_new .welcome_outer_nw .icon_nw {
    position: relative;
    margin-bottom: 30px;
    text-align:center;
}

.welcome-section_new .welcome_outer_nw .icon_nw span {
    font-size: 50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    display: inline-block;
    background: #ffffff;
    color: #16bae1;
    transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
}

.welcome-section_new .welcome_outer_nw:hover .icon_nw span {
    color: #fff;
    background-image: -webkit-gradient(linear, top left, top right, from(#16bae1), to(#16bae1));
    background-image: linear-gradient(to bottom, #16bae1, #16bae1, #16bae1, #16bae1, #16bae1);
}

.welcome-section_new .welcome_outer_nw h3 {
    color: #1e1e29;
    margin-bottom: 15px;
    font-weight: 500;
}

.welcome-section_new .welcome_outer_nw h3 a {
    color: #1e1e29;
}

.welcome-section_new .welcome_outer_nw p {
    color: #7e7e7e;
    margin-bottom: 30px;
}

.welcome-section_new .welcome_outer_nw span.icon-right-arrow {
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-weight: 700;
    display: inline-block;
    color: #b8b8b8;
    background: #ffffff;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    position: relative;
}

.welcome-section_new .welcome_outer_nw:hover span.icon-right-arrow {
    transform: translateY(130px);
    -ms-transform: translateY(130px);
    -webkit-transform: translateY(130px);
    -moz-transform: translateY(130px);
    opacity: 0;
}

.welcome-section_new .welcome_outer_nw .read_more_new {
    font-size: 16px;
    font-weight: 500;
    color: #1e1e29;
    text-align: center;
    min-width: 170px;
    min-height: 50px;
    line-height: 50px;
    background: #ffffff;
    border-radius: 30px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    display: inline-block;
}

.welcome-section_new .welcome_outer_nw .read_more_new:hover {
    background: #072d5a;
    color: #fff;
}
.welcome-section_new .welcome_outer_nw .rd_btn{
    left:0px;   
}

.rd_btn {
    position: absolute;
    transform: translateY(130px);
    -ms-transform: translateY(130px);
    -webkit-transform: translateY(130px);
    -moz-transform: translateY(130px);
    opacity: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    width: 100%;
    left: 30px;
}

.welcome-section_new .welcome_outer_nw:hover .rd_btn {
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    opacity: 1;
}


/*** 



====================================================================

	Featured Section

====================================================================



***/

.featured-section_new {
    position: relative;
    padding: 100px 0px 100px;
    background-color: #e8f1f7;
    z-index: 0;
}

.featured-section_new::before {
    position: absolute;
    content: '';
    z-index: -10;
    background: #e8f1f7;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 423px;
}

.featured-block_new {
    position: relative;
    margin-bottom: 30px;
}

.featured-block_new .inner-box {
    position: relative;
}

.featured-block_new .inner-box .lower-content {
    position: relative;
    text-align: center;
    padding-bottom: 50px;
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    padding: 60px 20px 38px;
    z-index: 10;
    border-bottom: 2px solid #16bae1;
}

.featured-block_new .inner-box .lower-content h3 {
    position: relative;
    color: #1e1e29;
    font-weight: 500;
    padding-bottom: 10px;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.featured-block_new .inner-box .lower-content h3 a {
    position: relative;
    color: #1e1e29;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-block_new .inner-box:hover .lower-content h3 {
    transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
    opacity: 0;
}

.featured-block_new .inner-box .lower-content .text {
    position: relative;
    color: #7e7e7e;
    font-size: 1.125em;
    z-index: 1;
    line-height: 1.7em;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.featured-block_new .inner-box:hover .lower-content .text {
    transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -webkit-transform: translateY(-35px);
    -moz-transform: translateY(-35px);
}

.featured-block_new .inner-box .lower-content a.r_btn {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #1e1e29;
    display: block;
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    opacity: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
}

.featured-block_new .inner-box .lower-content a.r_btn:hover {
    color: #16bae1;
}

.featured-block_new .inner-box:hover .lower-content a.r_btn {
    transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    opacity: 1;
}

.featured-block_new .inner-box .lower-content .icon-box_new {
    position: absolute;
    top: -38px;
    width: 100%;
    left: 0;
    z-index: 10;
}

.featured-block_new .inner-box .lower-content .icon-box_new .icon::after {
    width: 90px;
    position: absolute;
    content: '';
    height: 90px;
    background: rgba(22, 186, 225, .2);
    border-radius: 50%;
    z-index: -10;
    left: -10px;
    top: -10px;
}

.featured-block_new .inner-box .lower-content .icon-box_new .icon {
    position: relative;
    font-size: 35px;
    width: 70px;
    height: 70px;
    z-index: 10;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    display: block;
    background: #16bae1;
    color: #fff;
    margin: 0 auto;
    transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
}

.featured-block_new .inner-box .upper-content {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.featured-block_new .inner-box .upper-content .image:before {
    background: rgba(7, 45, 90, .9);
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    content: '';
    z-index: 1;
}

.featured-block_new .inner-box:hover .upper-content .image:before {
    top: 0;
    opacity: 1;
}

.featured-section_new .owl-dots,
.featured-section_new .owl-nav{
    display: none;
}

.featured-section_new .owl-nav {
    position: relative;
    text-align: center;
}

.featured-section_new .owl-nav:before {
    position: absolute;
    content: '';
    left: 50%;
    width: 120px;
    height: 1px;
    bottom: 22px;
    margin-left: -190px;
    background-color: #d2dae0;
}

.featured-section_new .owl-nav:after {
    position: absolute;
    content: '';
    right: 50%;
    width: 120px;
    height: 1px;
    bottom: 22px;
    margin-right: -190px;
    background-color: #d2dae0;
}

.featured-section_new .owl-nav .owl-prev,
.featured-section_new .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    color: #9ab6d7;
    font-size: 24px;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    margin: 0px 5px;
    display: inline-block;
    border: 1px solid #d3dbe1;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.featured-section_new .owl-nav .owl-prev:hover,
.featured-section_new .owl-nav .owl-next:hover {
    color: #16bae1;
    border-color: #16bae1;
}


/*------cleaner-section_new -----*/

.cleaner-section_new {
    position: relative;
    padding: 100px 0px 85px;
}

.cleaner-section_new .upper-section {
    position: relative;
}

.cleaner-section_new .upper-section .text {
    position: relative;
    margin-bottom: 20px;
}

.cleaner-section_new .upper-section .text p {
    position: relative;
    color: #7e7e7e;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 20px;
}

.cleaner-section_new .upper-section .text p:last-child {
    margin-bottom: 0px;
}

.cleaner-section_new .upper-section .images-column {
    position: relative;
}

.cleaner-section_new .upper-section .images-column .inner-column {
    position: relative;
}

.cleaner-section_new .upper-section .image-column {
    position: relative;
}

.cleaner-section_new .upper-section .image-column .image {
    position: relative;
    margin-bottom: 10px;
}

.cleaner-section_new .image-column.left {
    padding-right: 5px
}

.cleaner-section_new .image-column.right {
    padding-left: 5px
}

.cleaner-section_new .upper-section .image-column .image img {
    position: relative;
    width: 100%;
    display: block;
}

.cleaner-section_new .lower-section {
    position: relative;
    margin-top: 30px;
}

.cleaner-section_new .lower-section .video-column {
    position: relative;
    margin-bottom: 40px;
}


/*Accordian Boxed*/

.cleaner-section_new .text_in-column {
    position: relative;
}

.cleaner-section_new .text_in-column .block {
    position: relative;
    margin-bottom: 18px;
    background-color: #ffffff;
}

.cleaner-section_new .text_in-column .block {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 30px;
    color: #0f1341;
    font-weight: 500;
    padding: 0px 10px 0px 40px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

.cleaner-section_new .text_in-column .block .icon-outer {
    color: #16bae1;
}

.cleaner-section_new .text_in-column .block .icon-outer {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 22px;
    color: #9fb7c8;
    padding-right: 20px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.cleaner-section_new .theme-btn {
    position: relative;
    color: #1e1e29;
    margin-top: 13px;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 20px;
    height: 55px;
    line-height: 55px;
    width: 170px;
    text-align: center;
    border-radius: 50px;
    background-color: #e8f1f7;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.cleaner-section_new .theme-btn:hover {
    background: #16bae1;
    color: #fff;
}


/*---process-section-----*/

.process-section.new .process_heding {
    margin: 35px 0px 15px;
    padding: 0px;
    font-weight: 500;
}

.process-section.new .process-block .inner-box .icon {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.process-section.new .process-block .inner-box:hover .icon {
    color: #fff;
}

.process-section.new .process_heding a {
    color: #1e1e29;
}

.process-section.new .inner-box .text {
    margin: 0px;
}


/*--blog-section new---*/

.blog-section.new .news-block .inner-box .lower-content {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    text-align: inherit;
}

.blog-section.new .news-block .inner-box .lower-content h3 {
    margin-bottom: 15px;
}

.blog-section.new .news-block .inner-box .lower-content p {
    padding-top: 15px;
    margin-top: 10px;
    border-top: 1px solid #e8f1f7;
}

.blog-section.new .rd_more {
    font-size: 16px;
    font-weight: 500;
    color: #1e1e29;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
    display: block;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    position: relative;
}

.blog-section.new .rd_more::before {
    position: absolute;
    z-index: 10;
    content: '';
    width: 20px;
    height: 2px;
    background: #16bae1;
    left: 0;
    top: 12px;
    opacity: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
}

.blog-section.new .rd_more:hover {
    color: #16bae1;
    padding-left: 25px;
}

.blog-section.new .rd_more:hover::before {
    opacity: 1;
}

.blog-section.new .news-block .inner-box .image .post-date {
    width: 115px;
    height: 45px;
    line-height: 44px;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    opacity: 1;
}

.blog-section.new .news-block .inner-box:hover .image .post-date {
    transform: translateY(130px);
    -ms-transform: translateY(130px);
    -webkit-transform: translateY(130px);
    -moz-transform: translateY(130px);
    opacity: 0;
}

.blog-section.new .news-block .inner-box .image .post-date span {
    display: initial;
    float: left;
    margin: 0px;
    padding: 0px 12px;
}

.blog-section.new .news-block .inner-box .image .post-date ul li {
    display: inline-block;
}

.blog-section.new .inner-box .image {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.blog-section.new .inner-box .image:before {
    background: rgba(7, 45, 90, .9);
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    left: 0px;
    -webkit-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    opacity: 0;
    content: '';
    z-index: 1;
}

.blog-section.new .inner-box:hover .image:before {
    top: 0;
    opacity: 1;
}

.blog-section.new .inner-box .image .icon_new {
    position: absolute;
    width: 100%;
    left: 0;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    display: inline-block;
    z-index: 100;
    margin: 0 auto;
    top: 39%;
}

.blog-section.new .inner-box .image .icon_new span {
    font-size: 32px;
    display: block;
    margin: 0 auto;
    width: 80px;
    color: #fff;
    height: 80px;
    text-align: center;
    border-radius: 50%;
    transition: all .6s ease;
    -ms-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    line-height: 80px;
    background: #16bae1;
    transform: translateY(330px);
    -ms-transform: translateY(330px);
    -webkit-transform: translateY(330px);
    -moz-transform: translateY(330px);
    opacity: 0;
    bottom: 0;
}

.blog-section.new .inner-box:hover .image span {
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    opacity: 1;
}

.blog-section.new .read_more_new {
    position: absolute;
    right: 0;
    top: 0;
}

.blog-section.new .read_more_new .read-btn {
    position: relative;
    color: #1e1e29;
    font-size: 16px;
    font-weight: 500;
    padding: 0px 20px;
    border-radius: 50px;
    width: 170px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    background-color: #e8f1f7;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.blog-section.new .read_more_new .read-btn:hover {
    background: #16bae1;
    color: #fff;
}

@media(max-width:500px) {
    .blog-section.new .read_more_new {
        position: relative;
        margin: 30px 0px;
    }
}


/*---sponsors-section_new----*/

.sponsors-section_new {
    position: relative;
    background: #e8f1f7;
}

.sponsors-section_new .client_logo {
    position: relative;
    padding: 58px 0px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.sponsors-section_new .client_logo .toop_tip {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sponsors-section_new .client_logo .toop_tip .inner_box {
    background: #fff;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    width: 110px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.sponsors-section_new .client_logo .toop_tip .inner_box::before {
    position: absolute;
    content: '';
    height: 0px;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 0;
    bottom: -20px;
    left: 45px;
}

.sponsors-section_new .client_logo .toop_tip .inner_box h2 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    color: #1e1e29;
    font-weight: 500;
}

.sponsors-section_new .client_logo:hover .toop_tip {
    top: 12px;
    opacity: 1;
}


/*-------main-slider-----*/

.main-slider.new p {
    position: relative;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    opacity: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.main-slider.new .active p {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1000ms;
}

@media(max-width:992px) {
    .header-top_new {
        display: none;
    }
}


/*---------------------------------------blog-single-post-----------------------------------------------*/

.blog-single-section_new {
    position: relative;
}

.blog-single-section_new .outer_section_nw {
    position: relative;
    padding: 100px 0px 60px;
}

@media (max-width:3500px) and (min-width:1000px) {
    .blog-single-section_new .outer_section_nw::after {
        position: absolute;
        content: '';
        background: #e8f1f7;
        width: 1px;
        height: 100%;
        right: -30px;
        top: 0;
    }
}

.blog-single-section_new .inner-section {
    position: relative;
}

.blog-single-section_new .inner-section .upper-box {
    position: relative;
    padding: 45px 0px 0px;
}

.blog-single-section_new .inner-section .upper-box .post-meta {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8f1f7;
}

.blog-single-section_new .inner-section .upper-box .post-meta li {
    position: relative;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 400;
    margin-right: 15px;
    padding-left: 20px;
    margin-bottom: 7px;
    display: inline-block;
}

.blog-single-section_new .inner-section .upper-box .post-meta li:last-child {
    margin-right: 0px;
}

.blog-single-section_new .inner-section .upper-box .post-meta li .icon {
    position: absolute;
    left: 0px;
    top: 5px;
    color: #16bae1;
    line-height: 1em;
}

.blog-single-section_new .inner-section .upper-box h3 {
    position: relative;
    color: #1e1e29;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 18px;
    text-transform: capitalize;
}

.blog-single-section_new .inner-section .upper-box .text {
    position: relative;
    color: #7e7e7e;
    font-size: 1.125em;
    line-height: 1.7em;
}

.blog-single-section_new .inner-section .lower-box {
    position: relative;
    padding: 5px 0px 35px;
}

.blog-single-section_new .inner-section .lower-box .text {
    position: relative;
    border-bottom: 1px solid #e8f1f7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-single-section_new .inner-section .lower-box .text p {
    position: relative;
    color: #7e7e7e;
    font-size: 1.125em;
    line-height: 1.8em;
    margin-bottom: 25px;
}

.blog-single-section_new .inner-section .lower-box .text blockquote {
    position: relative;
    margin-bottom: 30px;
}

.blog-single-section_new .inner-section .lower-box .text blockquote .quote-inner {
    position: relative;
    padding-left: 60px;
    margin-left: 25px;
    border-left: 2px solid #d2dae0;
}

.blog-single-section_new .inner-section .lower-box .text blockquote .quote-text {
    position: relative;
    color: #7e7e7e;
    font-size: 18px;
    line-height: 1.7em;
    margin-bottom: 20px;
}

.blog-single-section_new .inner-section .lower-box .text blockquote .author-name {
    position: relative;
    color: #1e1e29;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.blog-single-section_new .inner-section .lower-box .text blockquote .quote-icon {
    position: absolute;
    left: -25px;
    top: 0px;
    width: 50px;
    height: 50px;
    color: #d2dae0;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #d2dae0;
}

.blog-single-section_new .inner-section .lower-box h3 {
    position: relative;
    color: #1e1e29;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 0px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.blog-single-section_new .inner-section .lower-box ul.new_ul {
    position: relative;
    margin-bottom: 25px;
}

.blog-single-section_new .inner-section .lower-box ul.new_ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
}

.blog-single-section_new .inner-section .lower-box ul.new_ul li::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 30px;
    background: #16bae1;
    left: 0;
    top: 6px;
}

.blog-single-section_new .inner-section .post-share-options {
    position: relative;
    padding-top: 15px;
}

.blog-single-section_new .inner-section .post-share-options .post-share-inner {
    position: relative;
    color: #17b6e6;
}

.blog-single-section_new .inner-section .post-share-options .tags {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.blog-single-section_new .inner-section .post-share-options .tags a {
    position: relative;
    color: #7e7e7e;
    font-size: 16px;
}

.blog-single-section_new .inner-section .post-share-options .tags span {
    position: relative;
    color: #1e1e29;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.blog-single-section_new .inner-section .post-share-options .social-links {
    position: relative;
}

.blog-single-section_new .inner-section .post-share-options .social-links li a {
    margin-right: 10px;
    color: #fff;
}

@media(max-width:992px) {
    .blog-single-section_new .inner-section .post-share-options .social-links li {
        margin-bottom: 10px;
    }
}

.blog-single-section_new .inner-section .post-share-options .social-links li{
	display:inline-block;
}

.blog-single-section_new .inner-section .post-share-options .social-links li a,
.blog-single-section_new .inner-section .post-share-options .social-links li.share {
    position: relative;
    margin-right: 8px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
}

.blog-single-section_new .inner-section .post-share-options .social-links li:nth-child(1) a,
.blog-single-section_new .inner-section .post-share-options .social-links li.share {
    background: #3b5998;
}

.blog-single-section_new .inner-section .post-share-options .social-links li:nth-child(2) a{
    background: #55acee;
}

.blog-single-section_new .inner-section .post-share-options .social-links li:nth-child(3) a{
    background: #0077b5;
}

.blog-single-section_new .inner-section .post-share-options .social-links li:nth-child(4) a{
    background: #bd081c;
}

.blog-single-section_new .inner-section .post-share-options .social-links li:nth-child(5) a{
	background:#e60023;
}

.blog-single-section_new .inner-section .post-share-options .social-links li.share {
    position: relative;
}

.blog-single-section_new .other-posts {
    position: relative;
    margin-top: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e8f1f7;
}

.blog-single-section_new .other-posts h4 {
    position: relative;
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
}

.blog-single-section_new .other-posts .prev-post a {
    position: relative;
    padding-left: 18px;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.blog-single-section_new .other-posts .prev-post a:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: "\f100";
    line-height: 1em;
    font-family: 'FontAwesome';
}

.blog-single-section_new .other-posts .next-post {
    text-align: right;
    padding-right: 120px;
    width:48%;
}

.blog-single-section_new .other-posts .next-post a {
    position: relative;
    padding-right: 18px;
    color: #7e7e7e;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.blog-single-section_new .other-posts .next-post a:after {
    position: absolute;
    right: 0px;
    top: 1px;
    content: "\f101";
    line-height: 1em;
    font-family: 'FontAwesome';
}

.blog-single-section_new .other-posts .prev-post {
    position: relative;
    padding-left: 120px;
    width:48%;
}

.blog-single-section_new .other-posts .prev-post .image {
    position: absolute;
    left: 0px;
    top: 0px;
    background-repeat:none;
    background-size:cover;
    background-position:center center;
    width:90px;
    height:90px;
}

.blog-single-section_new .other-posts .next-post .image {
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat:none;
    background-size:cover;
    background-position:center center;
    width:90px;
    height:90px;
}

.blog-single-section_new .other-posts .prev-post a:hover,
.blog-single-section_new .other-posts .next-post a:hover {
    color: #17b6e6;
}

.blog-single-section_new .text_new {
    position: relative;
    margin-bottom: 13px;
	font-size:1.125em;
}

.blog-single-section_new .text_new span {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1e1e29;
    line-height: 80px;
    font-size: 72px;
    float: left;
}

.blog-single-section_new .text_new p {
    padding-top: 12px;
    padding-left: 56px;
}

@media(max-width:1023px) {
    
	.blog-single-section_new .other-posts .prev-post .image {
        position: relative;
		width:100%;
		margin-bottom:25px;
    }
    .blog-single-section_new .other-posts .prev-post {
        padding: 30px 30px 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 40px;
		background:#fafafa;
    }
    .blog-single-section_new .other-posts .next-post .image {
        position: relative;
		width:100%;
		margin-bottom:25px;
    }
    .blog-single-section_new .other-posts .next-post {
        padding: 30px 30px 20px;
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
		background:#fafafa;
    }
}


/*** 



====================================================================

	Comments Area

====================================================================



 ***/

.comments-area_new {
    position: relative;
    margin-top: 90px;
    margin-bottom: 50px;
}

.comments-area_new .sec-title {
    margin-bottom: 40px;
}

.comments-area_new .comment-box {
    position: relative;
    margin-bottom: 35px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comments-area_new .comment-box:nth-child(1) {
    padding-top: 0px;
}

.comments-area_new .comment-box:hover {
    border-color: #eb5310;
}

.comments-area_new .comment-box.reply-comment {
    margin-left: 50px;
}

.comments-area_new .comment {
    position: relative;
    font-size: 14px;
    padding: 0px 0px 0px 110px;
}

.comments-area_new .comment .comment-inner {
    position: relative;
    padding: 30px 30px;
    border: 1px solid #e8f1f7;
}

.comments-area_new .comment .comment-inner .text {
    position: relative;
    color: #7e7e7e;
    line-height: 1.8em;
}

.comments-area_new .comment-box .author-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    margin-bottom: 20px;
}

.comments-area_new .comment-box .author-thumb .icon {
    position: absolute;
    left: 0px;
    line-height: 80px;
    width: 100%;
    text-align: center;
    top: 0px;
    font-size: 18px;
    transition: all .6s ease;
    opacity: 0;
    color: #fff;
}

.comments-area_new .comment-box .author-thumb::before {
    position: absolute;
    left: 0px;
    top: 100%;
    overflow: hidden;
    background: rgba(7, 45, 90, .9);
    content: '';
    transition: all .6s ease;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.comments-area_new .comment-box:hover .author-thumb::before {
    opacity: 1;
    top: 0;
}

.comments-area_new .comment-box:hover .author-thumb .icon {
    opacity: 1;
}

.comments-area_new .comment-box .author-thumb img {
    width: 80px;
    display: block;
}

.comments-area_new .comment-info {
    position: relative;
    color: #1e1e29;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'Montserrat', sans-serif;
}

.comments-area_new .comment-info a {
    position: relative;
    color: #1e1e29;
}

.comments-area_new .comment-box .text {
    color: #848484;
    margin-top: 12px;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 15px;
}

.comments-area_new .comment-box .reply-comment {
    position: relative;
    color: #16bae1;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.comment-form.new .form-group p {
    padding: 23px 0px 0px;
    margin: 0px;
    line-height: 26px;
    margin-bottom: 50px;
}

.comment-form.new .form-group input[type="radio"] {
    margin-right: 10px;
}


/*-----sidebar new------*/

.sidebar.new {
    position: relative;
    padding: 100px 0px 50px;
}

@media (max-width:3500px) and (min-width:1000px) {
    .sidebar.new {
        margin-left: 30px;
    }
}

@media (max-width:992px) {
    .sidebar.new {
        padding-top: 0px;
    }
}

.sidebar.new .sidebar-widget-two .widget-content {
    position: relative;
    padding-bottom: 45px;
    border-bottom: 1px solid #e8f1f7;
}

.sidebar.new .about-widget .widget-content {
    text-align: inherit;
}

.sidebar.new .about-widget .box_nw h2 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
}

.sidebar.new .about-widget .box_nw h2 a {
    color: #1e1e29;
}
.sidebar.new .authout_det {
    position: relative;
    padding: 20px 0px 1px 96px
}

.sidebar.new .about-widget .text {
    position: relative;
    color: #7e7e7e;
    font-size: 15px;
    line-height: 1.7em;
    padding: 0px 0px;
    margin-bottom: 20px;
}

.sidebar.new .about-widget .read-more {
    position: relative;
    color: #1e1e29;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-family: 'Montserrat', sans-serif;
}

.sidebar.new .about-widget .read-more:before {
    position: absolute;
    content: "\f1c8";
    left: 0px;
    top: 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    font-family: "Flaticon";
}

.sidebar.new .about-widget .read-more:hover {
    color: #16bae1;
}