/*
Theme Name:      Proinsights360 New
Theme URI:       https://proinsights360.com
Description:     Publish B2B whitepapers
Author:          Proinsights360 Team
Author URI:      http://proinsights360.com
Version:         1.1.1
*/


html,
body {
    font-family: "Lato", sans-serif;
    background-color: #F4F5FA;
    overflow-x: hidden;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "DM Sans", sans-serif;
    color: #080812;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    font-family: "DM Sans", sans-serif;
}

a,
p,
span {
    font-family: "Lato", sans-serif;
}

a {
    color: #175f7d;
}

a:hover {
    color: #175f7d;
}
#custom-nav{
/*    padding-left: 4rem !important;*/
    height: 75px;
    padding: 15px 0;
}
.site-logo #client-logo{
    width: 200px;
    margin-top: -17px;
    height: 40px;
}
.footer-content{
    color: white;
    padding: 15px;
}
.jsDownloadLnk{
    background-color: transparent !important;
    border: none;
    color: #175f7d;
    font-weight: 600;
}
.privacy-policy-text p, .privacy-policy-text h1, .privacy-policy-text h2, .privacy-policy-text h3, .privacy-policy-text h4, .privacy-policy-text h5, .privacy-policy-text h6, .privacy-policy-text span, .privacy-policy-text ul li, .privacy-policy-text ol li, .privacy-policy-text div {
    color: #333 !important;
}
.ccpa-class p, .ccpa-class h3, .form-group label, .requred-form-ccp p, .form-control, .que_2 label {
    color: #333 !important;
}
/********** Template CSS **********/
.heateor_sl_login_container{
        opacity: 0;
    position: absolute;
    top: -250px;
}
.logged-in .jsDownloadLnk {
        background-color: #175f7d !important;
    color: #fff;
    border-radius: 4px;
    padding: 8px 24px;
}
:root {
    --primary: #FF800F;
    --secondary: #001064;
    --light: #F6F7F8;
    --dark: #333333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.single-white-paper .block-wp-post .h1-single, .single-white-paper .block-wp-post p{
    color: #333333;
}

/*** Button ***/

.cky-classic-bottom{
    bottom: 60px !important;
}
.cky-consent-container .cky-consent-bar{
    padding: 9.5px 15px !important;
}
.cky-notice .cky-title{
    margin: 0 0 2px 0 !important;
}
.cky-btn{
    font-size: 13px !important;
}
.cky-notice-des *{
    font-size: 13px !important;  
}
.btn {
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 40px;
    height: 40px;
    background-color: #F05B57 !important;
}

/*.rounded-circle{
    border-radius: 0px !important;
}*/

.btn-lg-square .bi-arrow-up {
    color: #fff;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.alert{
    padding: 0rem 1rem !important;
}
.text-center .subscibe_with_linkedin .fa-brands, .fab{
    font-weight: 400;
    padding: 4px;
    border: 1px solid;
    border-radius: 10px;
    background-color: white;
    color: #175f7d;
}
/*** Navbar ***/
.navbar.navbar-expand-md{
    padding-top: 0;
    padding-bottom: 0;
}
.navbar.navbar-expand-md,
.navbar .navbar-nav {
    background-color: #ffffff;
}
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

body.sticky-header .navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

body.sticky-header .mega-menu {
    position: sticky;
    /*left: 86px;*/
    top: 85px;
    padding: 5px 0px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #175f7d;
    color: #fff;
}

.navbar-nav .dropdown-menu,
.social-icons .dropdown-menu {
    border-radius: 6px;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #175f7d;
    color: #fff;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
}

.navbar .navbar-brand img {
    max-height: 60px;
    width: 250px;
}
.navbar .navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
    outline: none;
}

.mega-dropdown:hover .mega-menu {
  display: block;
}

/*.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  background: #fff;
  padding: 2rem;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}*/

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000;
}

.navbar .social-icons a .fab,
.navbar .social-icons .fa-x-twitter {
    color: #175f7d;
}

.navbar .dropdown-toggle::after {
    border: none;
    /*content: "\f107";
    font-family: "Font Awesome 5 Free";*/
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar .login-buttons{
    display: flex;
}
.navbar #mobile-cate{
        display: none;
    }
.mega-dropdown:hover .mega-menu {
  display: block;
}
#home-page .updated-post{
    color: #080812;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 24px;
}
#home-page{
    padding: 35px 0 40px;
}
@media (max-width: 991.98px) {
      .mega-menu {
        position: static;
        transform: none;
        width: 100%;
        padding: 1rem;
        box-shadow: none;
      }
    .navbar .navbar-brand img {
        max-height: 45px;
    }
    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .navbar .nav-item .dropdown-menu {
        padding-left: 30px;
    }
    .navbar .social-icons .navbar-form{
        display: inline-flex;
        padding-bottom: 15px;
    }
    .navbar .social-icons .login, .navbar .social-icons .register{
        display: inline;
    }
    .navbar .login-buttons{
        padding-bottom: 10px;
    }
    .navbar #desk-cat{
        display: none;
    }
    .navbar #mobile-cate{
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 74%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 74%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.jsThanksWrp .default-action #thank-you-icon{
        text-align: center;
}
.jsThanksWrp .default-action #thank-you-icon .fa-check{
    font-size: 30px;
    color: #175f7d;
}
.jsThanksWrp .default-action{
    color: #333333;
    text-align: center;
}
.jsThanksWrp .default-action h1{
    text-align: center;
    color: #333333;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    text-align: center;
    background: rgb(1 10 53 / 22%);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    opacity: unset;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 40px;
    height: 40px;
    padding: 8px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: unset;
}

.carousel-control-next {
    right: 120px;
    bottom: 125px;
}

.carousel-control-prev {
    right: 60px;
    bottom: 125px;
}

.carousel-control-prev,
.carousel-control-next {
    top: inherit;
    width: 0;
}

.carousel-control-prev {
    left: unset;
}

#header-carousel .carousel-item {
    height: 427px;
    min-height: 427px;
}

.silder-wp {
    text-align: start;
    padding-left: 22px;
}

.silder-wp h1.display-4 {
    font-size: 42px;
}

.silder-wp .inner-wp {
    margin-top: 80px;
    padding-left: 70px;
}

.silder-wp .inner-wp .cattitle,
.silder-wp .inner-wp .sponsor-name {
    margin-bottom: 0.5rem;
}

.wp-item .block-wp .box-col {
    margin-top: 10px;
}

.wp-item .block-wp .title-block h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 10px 0px 15px;
    min-height: 75px;
}

.wp-item {
    height: 350px;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 6px;
    margin-bottom: 21px;
}

.header-serach {
    border: none;
    box-shadow: none;
    border-radius: 5px 0px 0px 5px;
}

.social-icons a.login {
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
}

.nav-link {
    color: #fff;
}

.social-icons .register {
    border-radius: 5px;
    background: #030C04;
    color: #fff;
}

.navbar-form .input-group .input-group-btn {
    margin-right: 10px;
}
.navbar-form{
    padding: 0;
    margin: 0;
    border-radius: 16px;
    border: 2px solid var(--Purple-90, #B0B3DD);
}
.navbar-form:focus{
    border-color: #EE391EE;
}
.navbar-form .header-serach:focus {
    color: #131220;
    background-color: #fff;
    border-color: #EC1B69;
    outline: 0;
    box-shadow: none;
    border-right: none;
}
.navbar-form .form-control:focus{
 border-color: #EC1B69;
    outline: 0;
    box-shadow: none;
    border-right: none;
}
.navbar .btn.login_with_linkedin, .navbar .btn.login-u{
    border-radius: 16px;
    background: linear-gradient(31deg, #EC1B69 1.74%, #F05B57 75.83%);
    padding: 10px 18px;
    margin-left: 14px;
    border: 1px solid #EC1B69;
    transition: all 0.5s ease-in-out;
    color: #fff;
    font-family: 'DM Sans';
    font-weight: 600;
}
.btn.login_with_linkedin:hover{
    color: #ffffff;
    background: #696EBF;
    border-color: #696EBF;
    text-decoration: none;
}
.input-group-btn .serach-button {
    background-color: #fff;
    border: none;
    color: #00a5f1;
    font-size: 18px;
    border-radius: 0 5px 5px 0px;
/*    padding: 12px;*/
}
.navbar-form .header-serach{
    border-radius: 16px;
}
.input-group-btn .serach-button .fa-search {
    color: #000;
}

.input-group-btn .serach-button .fa-search, .form-control.header-serach::placeholder {
    color: #b0b3dd !important;
}

.wp-item .block-wp {
    padding: 0px 11px;
}

.all-wp .see-more .btn-seemore {
    background-color: #175f7d;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    border-radius: 5px;
}

.wp-item img {
    width: 100%;
    height: 181px;
    object-fit: cover;
}

.wp-listpost .cat-wp span,
.wp-listpost .sponser-wp span,
.wp-item .block-wp .cat-block span {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    color: #175f7d;
}

.wp-item .block-wp .box-col .sponser-wp a {
    font-size: 12px;
    font-weight: 600;
    line-height: 14.63px;
    color: #175f7d;
}

.wp-item .block-wp .box-col .sponser-wp span {
    color: #000;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
}

.silder-wp .inner-wp .cattitle span a,
.silder-wp .inner-wp .sponsor-name span a {
    font-size: 14px;
    color: #fff;
}

.inner-wp .postwp-title .btn-wplink,
.wp-listpost .btn-wplink,
.wp-item .block-wp .read-more-link .btn-wplink {
    background-color: #175f7d;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    border-radius: 5px;
}

.wp-item .block-wp .box-col {
    display: inline-block;
    width: 90%;
    text-transform: uppercase;
}


.wp-item .block-wp .box-col .cat-block{
    float: left;
}

.wp-item .block-wp .box-col .sponser-wp{
    float: right;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
    outline: none;
}

.silder-wp .inner-wp .postwp-title h2,
.wp-listpost .title-wp h3 {
    font-size: 26px;
    font-weight: 600;
    line-height: 31.69px;
    color: #fff;
}

.wp-listpost .title-wp h3 {
    color: #000;
    margin-bottom: 22px;
}

.wp-listpost .sponser-wp {
    margin-bottom: 16px;
}

.sponser-page .category-wp-wrp .block1 {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    margin-bottom: 15px;
}

.wp-col-list {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    margin-bottom: 30px;
    border-radius: 4px;
}

#wp-slied-2 .wp-thumb {
    text-align: end;
}

.inner-wp {
    position: absolute;
    bottom: 0px;
    padding: 12px;
    left: 0;
    right: 0;
    min-height: 80px;
    background: linear-gradient(180deg, rgba(27, 28, 30, 0) 0%, rgb(11 14 21 / 80%) 90%);
}

#wp-slied-3 .wp-thumb img {
    height: 225px;
    min-height: 320px;
    width: 100%;
    object-fit: cover;
}

#wp-slied-1 .wp-listpost,
#wp-slied-2 .wp-listpost,
#wp-slied-3 .wp-listpost, 
#wp-slied-4 .wp-listpost {
    padding: 30px 60px;
}

#wp-slied-4{
    display: none;
}
.wp-thumb img {
    height: 400px;
    max-height: 400px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .wp-thumb img {
    height: 230px;
    max-height: 230px;
    width: 590px;
    object-fit: fill;
}
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(1, 10, 53, .8), rgba(1, 10, 53, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
    color: var(--primary);
}


/* Mega Menu */

.mega-menu .mega-block {
    min-height: 232px;
    position: relative;
    z-index: 999;
    background-color: #fff;
}
.mega-menu .mega-block .item-title {
    padding: 0 0 0 15px;
}
/*.jsMegaTitle li.active {
    background: #ed2864;
    color: #fff;
}*/
.mega-menu .mega-block .item-title li.main-cat {
    margin-right: 10px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: inline-block;
}
.mega-menu .mega-block .item-title li span {
    padding: 10px;
    display: block;
}
.mega-menu .mega-block .item-title li .child-cat {
    position: absolute;
    min-width: 200px;
    background-color: #fff;
    z-index: 9;
    border: solid 2px #eee;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    transition: all ease .3s;
    padding-left: 0px;
}
.mega-menu .mega-block .item-title li .child-cat li {
    display: block;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    padding: 0;
}
.mega-menu .mega-block .item-title ul.child-cat li {
    margin-right: 0;
}
.mega-menu {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 1000;
  background: white;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    width: 70%;
}

.mega-menu .mega-block .item-title ul.child-cat li.active{
    color: #000;
    background-color: transparent;
}
.mega-menu .mega-block .item-title li:hover .child-cat {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.mega-menu .mega-block .item-title li span.active{
    background: #ed2864;
    color: #fff;
}

/* Show mega menu on hover */
.nav-item.dropdown:hover .mega-menu {
  display: block;
}
.mega-menu-none {
    display: none;
}

ul.jsMegaTitle {
    list-style: none;
    display: flex;
    justify-content: center;
    background-color: #F4F5FA;
    border-radius: 16px;
    width: auto;
    margin: 12px auto;
    padding: 0px;
}

.jsMegaWpCarousel .owl-item img {
    width: 100%;
    object-fit: cover;
    height: 150px;
}
.mega-menu .load-wp-data .owl-carousel h4 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 10px;
}
.mega-menu .load-wp-data .owl-carousel h4 a{
    color: #000;
}
.jsMegaWpCarousel .wp-sidertitle span {
    font-size: 12px;
}
.mega-menu .mega-block.active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffffbf;
    z-index: 9
}
ul.jsMegaTitle li {
    margin-right: 13px;
    border-radius: 16px;
    padding: 3px 11px;
    cursor: pointer;
}

.jsMegaWpCarousel .owl-nav {
    position: absolute;
    top: -52px;
    right: 0;
}

.jsMegaWpCarousel .owl-nav .owl-prev,
.jsMegaWpCarousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border: 1px solid #030C04 !important;
    border-radius: 4px;
    margin-right: 7px;
}

.jsMegaWpCarousel .owl-nav .disabled,
.jsMegaWpCarousel .owl-nav .disabled {
    background-color: #ffffff;
    border: 1px solid #EBEBEB !important;
}

.jsMegaWpCarousel .owl-nav .disabled .fa-arrow-right,
.jsMegaWpCarousel .owl-nav .disabled .fa-arrow-left {
    color: #fff;
}

.jsMegaWpCarousel .wp-sliderpost {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    background: #fbfbfe;
    height: 230px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.jsMegaWpCarousel .wp-sliderload {
    background: #fbfbfe;
    height: 230px;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
}

.jsMegaWpCarousel .wp-sliderpost h4 {
    font-size: 14px;
    color: #030C04;
}

#home-page .home-slider-post .blog-slide-1{
    background-color: #FCD9E6;
    border-radius: 36px;
    padding: 24px;
    height: 440px;
}
#home-page .home-slider-post .blog-slide-2{
    position: relative;
    overflow: hidden;
    border-radius: 32px;
}
#home-page .home-slider-post .blog-test-title-2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    border-radius: 0 0 12px 12px;
}
#home-page .home-slider-post .blog-test-title-2 .blog-title-2 h2{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
    margin-top: 12px;
}
#home-page .home-slider-post .blog-img-2{
    width: 100%;
    height: 440px;
    overflow: hidden;
    border-radius: 32px;
}
#home-page .home-slider-post .blog-img-2 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
    display: block;
}
#home-page .home-slider-post .blog-img-1{
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
}
#home-page .home-slider-post .blog-title-1 h1{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 8px;
}
#home-page .home-slider-post .blog-text-1 p{
    color: #080812;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#home-page .home-slider-post .blog-img-1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
    display: block;
}
.resources-post-tab .resources-title-1 h2{
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
}
.resources-post-tab .resources-title-1 h2 a{
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
}
.resources-post-tab .resources-text p{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.resources-post-tab .resources-img-1{
    flex: 0 0 40%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 20px;
}
.resources-post-tab .resources-img-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}
.resources-post-tab .resources-post-2{
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 14px;
    background-color: #696EBF33;
    border-radius: 36px;
    height: 180px;
    margin-bottom: 20px;
}
.resources-post-tab .resources-title-2 h2{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.resources-post-tab .resources-title-2 h2 a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.resources-post-tab .resources-cat{
    margin-bottom: 12px;
}
.btn-viewall:hover {
    color: #ffffff;
}

.resources-post-tab .resources-text-2 p{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.resources-post-tab .resources-img-2{
    flex: 0 0 40%;
    overflow: hidden;
    border-radius: 20px;
    height: 150px;
}
.resources-post-tab .resources-img-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 36px;
}

.btn-pri-p {
    border: 1px solid #FCE4E3;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #700D0A;
    font-weight: 400;
    background-color: #FCE4E3;
}
.btn-pri-p:hover{
    color: #700D0A;
    text-decoration: none;
    background-color: #FCE4E3;
}
.home .resources-post-tab .btn-pri {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background-color: #000;
}
.btn-pri, a.resource-type.btn-pri {
    border: 1px solid #000;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    background-color: #000;
}
.btn-pri-w {
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 5px 12px;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    background-color: #fff;
}
.btn-pri-w:hover{
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.btn-pri:hover{
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

/*---Single resources---*/
.single-resources .header-bg{
    background-color: #131220;
    padding: 80px 30px;
}
.single-resources .header-wp-lp{
    margin-bottom: 60px;
}
.single-resources .col-md-6.p-left{
    padding-left: 0;
}
.highlight-option .title-high{
    color: #F05B57;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 10px;
}
.highlight-option{
    background-color: #FEF6F6;
    padding: 30px;
    border-radius: 26px;
    margin-bottom: 20px;
}
.single-post .blog-container .highlight p{
    font-size: 16px;
}
.single-post .news-post-hero-container{
        display: flex;
        padding: 35px 80px;
        flex-direction: column;
        align-items: flex-end;
        gap: 35px;
        background: #700D0A;
    }
    .single-post .post-title-single h1{
        color: #FFF;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .single-post #post-single-page p{
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .single-post .position-relative p{
        color: #131220;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .single-post .position-relative p, .single-post .position-relative ul li, .single-post .position-relative table td, .single-post .position-relative table th{
        color: #131220;
    }
    .single-post .position-relative a{
        color: #F05B57;
    }
    .single-post .table{
        border-color: #131220;
    }
    .single-post .sidebar-top .blog-author h4{
        color: #FFF;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .single-post .sidebar-top .meta-info, .blog-author{
        padding-left: 0rem !important;
    }
    .single-post .sidebar-top hr{
        color: #fff !important;
        opacity: 1 !important;
    }
    .single-post .sidebar-top .me-2{
        color: #fff;
        font-family: "DM Sans", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .single-post .sidebar-top .d-flex{
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-content: center;
        align-items: center;
    }
    .single-post .sidebar-top span{
        color: #FFF;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .single-post span.cat-tag:first-child {
        border-radius: 16px;
        background: #000;
        padding: 6px 12px;
    }
    .single-post span.cat-tag:first-child a{
        color: #fff;
        font-weight: 400;
    }
    .single-post span.cat-tag:last-child {
        border-radius: 16px;
        background: #fff;
        padding: 6px 12px;
    }
    .single-post span.cat-tag:last-child a{
        color: #000;
        font-weight: 400;
    }
    .single-post .px-8{
        padding: 0 260px;
    }
    .single-post .news-thumbnail{
        background: #fff;
        border-radius: 36px;
        padding: 15px;
    }
    .single-post .sidebar-left #ez-toc-container{
        border: none !important;
        margin-bottom: 0px !important;
    }
     .single-post .sidebar-left #ez-toc-container .ez-toc-list .ez-toc-page-1{
        padding-bottom: 10px;
    }
    .single-post .sidebar-top .blog-info-table{
        background-color: #FEF6F626;
        padding: 20px;
        border-radius: 26px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .single-post .news-post-hero {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        align-self: stretch;
    }
    .single-post .news-post-hero-images img{
        background-size: cover;
        width: 100%;
        border-radius: 26px !important;
    }
    .single-post .news-post-hero-images{
        margin-bottom: 20px;
    }
    .single-post .grid-title{
        column-gap: 35px;
    }
    .single-post #news-related-section{
        background: #FCE4E3;
        padding: 35px;
        border-radius: 60px;
    }
    .single-post .news-category-text{
        background-color: #700D0A;
    }
    .single-post .news-category-text a{
        color: #fff;
    }
    .single-post .news-category-text a:hover{
        color: #fff;
    }
    .single-post button.btn.btn-outline-dark {
        padding: 4.25px 12.5px;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .single-post .blog-carosole-head {

        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .single-post .blog-carosole-content {

        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .single-post button.btn.btn-outline-dark {
        margin-bottom: 13%;
    }


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

    .single-post .blog-container {
        padding-top: 30px;
        background-color: #fff;
    }
    html.single-post, body.single-post{
        background-color: #fff;
    }
    .single-post h1,
    .single-post p {
        margin-top: 15px;
        padding-bottom: 10px;
    }

    .single-post .feture-image {
        width: 736;
        height: 416;
        opacity: 1;
        border-radius: 4px;
    }

    .single-post img.attachment-feture-image.size-feture-image.wp-post-image {
        width: 100%;
        height: 30%;
        padding: 10px;
    }

    .single-post img.alignnone.size-medium.wp-image-28 {
        margin-top: 20px;
        width: 100%;
    }

    .single-post img.alignnone.size-medium.wp-image-27 {
        width: 100%;
    }

    .single-post .news-post-hero-content p {
        color: #fff;
    }

    .single-post .news-blog {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        margin-bottom: 25px;
        padding: 0 20px;
    }

    .single-post .news-blog-section {
        /*background-color: #F8F8F8;*/
        padding: 60px;
    }
.highlight .ez-toc-container-direction{
    display: none !important;
}
.single-post .blog-container .highlight h2, .single-post .blog-container .highlight h2 strong{
    font-size: 24px;
}
.single-post .blog-container .highlight h3, .single-post .blog-container .highlight h3 strong{
    font-size: 20px;
}
.single-post .blog-container .highlight h4, .single-post .blog-container .highlight h4 strong, .single-post .blog-container .highlight h5, .single-post .blog-container .highlight h5 strong{
    font-size: 20px;
}
.single-resources .wp-pdf-img{
    width: 100%;
    max-width: 457px;
    height: 256px;
    overflow: hidden;
    border-radius: 38px;
}
.single-resources .wp-pdf-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.single-resources .header-wp-lp{
    padding: 25px 0;
}
.single-resources .header-wp-lp .content-wp-lp{
    padding: 20px;
}
.single-resources .wp-title-p h1, .single-resources .wp-title-p .subline{
    color: #fff;
}
.single-resources .header-logo{
        display: flex;
        justify-content: space-between;
        align-items: center;
     }
     .single-resources .header-logo {
        padding: 20px 10px;
     }
     .single-resources .first-col{
          background-color: #F8F8F8;
          border-radius: 38px;
          padding: 24px;
     }
     .single-resources .header-wp-lp .wp-pdf-img img{
        min-height: 220px;
        object-fit: cover;
        object-position: center;
        width: 100%;
     }
     .single-resources .first-col .wp-content-post{
          margin-bottom: 46px;
     }
    .single-resources .block .sub-meta{
        display: inline-block;
    }
    .single-resources .block .sub-meta span{
        display: inline-block;
        padding-bottom: 6px;
    }
    .single-resources .block .sponsor_client_logo{
        padding-bottom: 16px;
    }
    .single-resources .block .sub-meta .share-addtoany{
        padding-top: 16px;
    }
   .download-wp-wrapper.wp-form{
        background-color: #E3DFDF;
        padding: 20px;
        border-radius: 38px;
    }
    
    .download-wp-wrapper.wp-form .form-group .form-control{
        border-radius: 14px;
        border: 1px solid #E3DFDF;
        height: 48px;
        background-color: #fff;
    }
    .download-wp-wrapper.wp-form .form-group .form-control:hover, .download-wp-wrapper.wp-form .form-group .form-control:focus{
        color: #131220;
        box-shadow: none;
        border-radius: 14px;
        border: 1px solid #EC1B69;
        background-color: #fff;
    }
    .download-wp-wrapper.wp-form .form-group span.error{
      color: #DC143C;
      font-size: 14px;
    }
    .download-wp-wrapper.wp-form .form-group {
        margin-bottom: 14px;
    }
    .download-wp-wrapper.wp-form .form-group .opt-in-1 a{
      color: #01A886;
      text-decoration: none;
    }
    .download-wp-wrapper.wp-form .form-group .opt-in-1, .download-wp-wrapper.wp-form .form-group .opt-in-2 label{
      color: #000;
    }
    .download-wp-wrapper.wp-form button.jsSubBtn, .text-right-wp-papers-login .jsDownloadLnk{
      background-color: #131220;
      border: 1px solid #131220;
      border-radius: 14px;
      width: 100%;
      margin-top: 32px;
      padding: 16px;
    }
    .download-wp-wrapper.wp-form .content-wp-lp li{
      color: #131220;
    }

/*** Resources Page ***/
section.resources-tab-section {
    background-color: #080812;
}
.resources-tab-section .resources-tab{
    padding: 35px 0;
}
.resources-all .tag-r h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}
.insights-section .resources-all .tag-r h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #080812;
}
.news-section .resources-all .tag-r h3{
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #080812;
}
.btn-view-w{
    background-color: #F8F8FC;
    padding: 15px 20px;
    border-radius: 14px;
    text-decoration: none;
    color: #131220;
    transition: all 0.5s ease-in-out;
}
.btn-view-w:hover{
    color: #ffffff;
    background-color: #696EBF;
    text-decoration: none;
}
.btn-view-b{
    background-color: #131220;
    padding: 15px 20px;
    border-radius: 16px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease-in-out;
}
.btn-view-b:hover{
    color: #ffffff;
    background-color: #696EBF;
    text-decoration: none;
}
.news-title a:hover{color: #131220;}
.btn-viewall {
    border-radius: 16px;
    background-color: #131220;
    padding: 12px 20px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    text-align: center;
}
.btn-viewall:hover{
    color: #ffffff;
    background-color: #696EBF;
    text-decoration: none;
    text-align: center;
}
.btn-viewall .fa-arrow-right{padding-left: 18px;}
.resources-tab-section .resources-all, .news-section .resources-all, .insights-section .resources-all{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    margin-bottom: 24px;
}
.news-section .news-img-1{
    width: 100%;
    height: 282px;
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 24px;
}
.news-section .news-img-1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}
.news-section .news-post-title-1 h2{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
    color: #080812;
}
.news-section .news-post-title-1 h2 a{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 10px;
    color: #080812;
}
.news-grid:hover .news-title a:hover{
    color: #700D0A !important;
}
.news-section .news-post-content p, .news-section .news-post-content-2 p, .insights-section .news-post-content-2 p{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #080812;
    padding-top: 5px;
}
.news-section .news-all-text-2 .news-cat, .insights-section .news-all-text-2 .news-cat{
    padding-bottom: 14px;
}
.news-section .news-post-1{
    background-color: #fff;
    padding: 14px;
    border-radius: 24px;
    height: 525px;
}
.view-all-resources .fa-arrow-right{
    padding-left: 18px;
}
.resources-tab-section .resources-post-1{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    background-color: #696EBF33;
    padding: 14px;
    border-radius: 24px;
    height: 385px;
}
.home .news-section{
    background-color: #E2E3F3;
    padding: 35px 0;
}

.insights-section{
    background-color: #fff;
    padding: 35px 0;
}
.insights-section .resources-all{
    background-color: #fff;
    padding: 0 5px;
}
.home .news-section .news-post-count, .home .insights-section .news-post-count{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    padding: 15px;
    background-color: #fff;
    border-radius: 24px;
    height: 160px;
    margin-bottom: 20px;
}
.home .insights-section .news-post-count{
    height: 180px;
}
.home .news-section .news-img-2, .home .insights-section .news-img-2{
    flex: 0 0 30%;
    overflow: hidden;
    border-radius: 20px;
    height: 140px;
}
.home .news-section .news-img-2 img, .home .insights-section .news-img-2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 24px;
}
.home .news-section .news-postall-title h2, .home .insights-section .news-postall-title h2{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #080812;
}
.home .news-section .news-postall-title h2 a, .home .insights-section .news-postall-title h2 a{
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #080812;
}
.home .news-section .news-post-title-1{
    padding-top: 14px;
}
.subscribe-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
    background: var(--Gradient-1, linear-gradient(91deg, var(--Orange-50, #F05B57) -0.3%, var(--Red-Pink-50, #EC1B69) 60.16%));
    padding: 35px 0px;
  color: #fff;
  flex-wrap: wrap;
}
.subscribe-section .subscribe-text{
    width: 495px;
height: 62px;

}
.subscribe-section .subscribe-text h3 {
    font-size: 24px;
    font-weight: 400;
    color:#fff;
}
.subscribe-section .form-submit {
  display: flex;
  align-items: center;
   justify-content: center;
}
.subscribe-section .form-submit input[type="email"] {
  padding: 10px 15px;
  width: 492px;
  height: 48px;
  color:#fff;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #fff;
  border-radius: 16px 0 0 16px;
  outline: none;
  font-size: 16px;
  font-weight:400;
}
.subscribe-section .form-submit input[type="email"]::placeholder {
    color:#fff;

}
.subscribe-section .form-submit .subscribe-btn {
  display: inline-block;
  padding: 10px;
  width:97px;
  height: 48px;
  background: #fff;
  color: #080812;
  font-weight: 400;
  border-radius: 0 16px 16px 0;
  text-decoration: none;
  transition: 0.3s;
}
.subscribe-section .form-submit .subscribe-btn:hover {
  background: #ffe3eb;
}
@media screen and (max-width: 768px){
    .subscribe-section .form-submit input[type="email"] {
        width: 100%;
        margin: 20px auto;
    }
    .subscribe-section .subscribe-text{
        width: 400px;
    }
}
/*** Quote ***/

@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }
    .container.quote .quote-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
    .container.quote .quote-form {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .container.quote .quote-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
    .container.quote .quote-form {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .container.quote .quote-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
    .container.quote .quote-form {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.container.quote .quote-text {
    background: rgba(1, 10, 53, .8);
}

.container.quote .quote-form {
    background: rgba(255, 255, 255, .8);
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
    padding: 6rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*** Category page ***/

.category-wp-wrp .wp-catname-tag h1 {
    font-size: 26px;
    line-height: 36px;
    padding: 20px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    margin-top: 10px;
}

.category-wrp main .img-wrp {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 225px;
/*    box-shadow: rgb(17 17 26 / 10%) 0px 1px 0px;*/
}

.category-wrp main .img-wrp img {
    width: 100%;
}

.category-wrp .block .post-content-wrp h3 {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #333333;
    padding: 8px 0px 0px;
    font-family: "Work Sans", sans-serif;
}

.category-wrp .content {
    color: #333333;
    line-height: 22px;
    font-size: 14px;
    min-height: 90px;
}

.category-wrp a,
.category-wrp a:focus,
.category-wrp a:hover {
/*    color: #333;*/
    text-decoration: none;
}

.category-wrp a,
.category-wrp a:focus,
.category-wrp a:hover {
    text-decoration: none;
}

.category-wp-wrp .block .post-content-wrp,
.category-wrp .block .post-content-wrp {
    padding: 0 15px 0;
}

.category-wp-wrp main .block {
    margin-bottom: 15px;
    height: 477px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .28);
    border-radius: 0 0 3px 3px;
}

.category-whitepaper {
    margin-top: 20px;
}

.category-wp-wrp .read-more-wrp .btn-wplink {
    background-color: #175f7d;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    border-radius: 5px;
}

.category-wp-wrp .whitepaper-box-content .sponsor-name a {
    color: #175f7d;
    font-weight: 600;
}

.category-wp-wrp .whitepaper-box-content .sponsor-name strong {
    font-weight: 600;
    color: #000;
}

.all-category-whitepaper .by_wp_category h4 {
    font-size: 16px;
    font-weight: 600;
}

.category-wrp .wp-h1-tag h1 {
    font-size: 32px;
}

.category-wp-wrp .whitepaper-box-content {
    padding: 10px 0;
}

@media (max-width: 1366px) {
    .category-wrp .meta img {
        width: 70px;
        height: 70px;
    }
}


/*** Privacy policy ***/

.page-privacy-policy {
    background-repeat: no-repeat;
    height: 427px;
    background-position: center center;
    background-size: cover;
}

.page-privacy-policy .banner-text h1 {
    color: #fff;
    text-transform: uppercase;
}
#page-donotsells h1{
    text-transform: uppercase;
}
.page-privacy-policy .banner-text {
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    color: #fff;
}


/*** Single whitepaper ***/

.single-white-paper nav.navbar {
    display: none;
}
.download-wp-wrapper .text-right-wp-papers-login{
    text-align: center;
}
.download-wp-wrapper .text-right-wp-papers-login form a{
    color: #fff;
    background-color: #175f7d;
    border-radius: 4px;
    font-size: 14px;
    border: none;
}
.single-white-paper .block-info-wrp .meta .sub-meta {
    font-size: 14px;
    padding: 10px 0px;
}

.single-white-paper .block-info-wrp .meta .sponsor-name strong,
.single-white-paper .block-info-wrp .meta .author strong,
.single-white-paper .block-info-wrp .meta .date strong {
    color: #333333;
}

.single-white-paper .block-info-wrp .meta .sponsor-name a,
.single-white-paper .block-info-wrp .meta .sponsor-name span,
.single-white-paper .block-info-wrp .meta .author span,
.single-white-paper .block-info-wrp .meta .date span {
    color: #333333;
}

.single-white-paper .single-whitepaper-header .client-log .sponsor-logo-c, 
.single-white-paper .single-whitepaper-header .client-log .sponsor-logo-acf {
    width: 85px;
    padding: 5px;
}

.single-white-paper .single-whitepaper-header .wp-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.single-whitepaper-header {
    background-color: #175f7d;
}

.single-white-paper #block-ip {
    display: none;
}
#insights_toc{
    border-radius: 16px;
    background-color: #F4F5FA;
}
.single-white-paper .site-logo img {
    width: 172px;
/*    padding-top: 12px;*/
}

.single-white-paper .jsDownloadWPForm .error {
    color: red;
    font-size: 13px;
}

.single-white-paper .img-wrp img {
    width: 100%;
}

.single-white-paper .h1-single {
    font-size: 28px;
    margin: 15px 5px;
}

.single-white-paper .category-wrp .block-wp-post {
   /* border-radius: 6px;
    background-color: #FAFAFA;
    box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 5%);
    padding: 22px 22px;*/
}

.single-white-paper .download-block .frm-privacy-policy {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.single-white-paper .acceptance .wpcf7-list-item-label {
    /*text-indent: -17px;*/
    display: inline-block;
    /*padding-left: 16px;*/
    font-weight: 500;
    font-size: 12px;
    /*margin: 0 0 0 1em;*/
}

.single-white-paper .form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-control:disabled,
.form-control:read-only {
    background-color: #f4f5fa;
    opacity: 1;
}

.single-white-paper .acceptance .wpcf7-list-item-label input {
    margin-right: 4px;
}

.single-white-paper .download-block .frm-privacy-policy #first-privacy {
    margin: 8px 16px;
    font-size: 13px;
}

.single-white-paper .category-wrp .content {
    margin: 10px 0;
}

.single-white-paper .block-info-wrp .meta {
    margin-top: 14px;
}

.single-white-paper .download-block {
    padding: 20px;
    background: white;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07);
}

.single-white-paper .or-download {
    text-align: center;
    color: #030C04;
    padding: 10px;
    font-size: 14px;
    margin: 5px;
}

.single-white-paper .form-group.new-form-fild.width-50.left {
    padding-right: 5px;
}

.single-white-paper .form-group.new-form-fild.width-50.right {
    padding-left: 5px;
}

.single-white-paper .form-group.new-form-fild.width-50 {
    width: 50%;
    float: left;
    padding-right: 0;
}

.single-white-paper .sub-form .new-form-fild input, .single-white-paper .sub-form .new-form-fild select, .single-white-paper .jsDownloadWPForm  .form-group select{
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    background-color: #f4f5fa;
    background-image: none;
    box-shadow: none;
    border: 1px solid #d4d4d4;
}
.single-white-paper .form-control{
    height: 48px;
}
.form-control{
    font-family: 'Lato', sans-serif;
}

/*.download-wp-wrapper #downlaod_linkedin{
    cursor: pointer;
}*/
.single-white-paper .form-group {
    margin-bottom: 15px;
    font-size: 14px;
}

.single-white-paper .form-group.text-right-wp-papers {
    text-align: center;
}

.single-white-paper .frm-privacy-policy l {
    font-size: 14px;
    padding: 6px 14px
}

.single-white-paper .wpcf7-list-item-labe {
    font-size: 14px;
}

.single-white-paper .addtoany_shortcode {
    margin-top: 15px;
}

.single-white-paper .btn.btn-primary,
.single-white-paper .btn.btn-outline-primary:hover,
.single-white-paper .btn.btn-secondary,
.single-white-paper .btn.btn-outline-secondary:hover {
    background-color: #ed2864;
    border-color: #ed2864;
    border-radius: 5px;
}

.single-white-paper .jsDwnWPclient .text-center {
    background-color: #ed2864;
    border-color: #ed2864;
    border-radius: 5px;
    padding: 7px;
}
.single-white-paper .jsLPForm.jsDwnWP .text-center a.subscibe_with_linkedin{
    background-color: #ed2864;
    border-color: #ed2864;
    border-radius: 5px;
    padding: 11px;
    cursor: pointer;
    display: block;
}
.the_champ_login_container{
    opacity: 0;
    position: absolute;
    top: -250px;
}
.single-white-paper .jsLPForm.jsDwnWP .text-center .subscibe_with_linkedin, .single-white-paper .jsDwnWPclient .text-center .subscibe_with_linkedin {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    display: block;
    cursor: pointer;
}

.single-white-paper .fa-linkedin-in {
    padding: 4px 4px;
    background-color: #fff;
    color: #175f7d;
    border-radius: 25px;
}

.single-white-paper .block-info-wrp .meta .sponsor-logo {
    height: 79px;
}
.single-white-paper .block-info-wrp .meta .sponsor-logo img{
            width: 80px;
    height: 80px;
    object-fit: contain;
    border: solid 2px #eee;
    padding: 2px;
    vertical-align: top;
    margin-right: 10px;
}

/* navigation pagination */

.navigation.pagination {
    display: block;
    text-align: center;
    font-size: 20px;
}

span.page-numbers.current {
    background-color: #bbc2cd;
    padding: 7px 12px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    border-radius: 5px;
}

.navigation.pagination .nav-links .prev,
.navigation.pagination a.page-numbers {
    background-color: #ed2864;
    padding: 7px 12px;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    border-radius: 5px;
}

.listcompany .company-logo {
    height: 79px;
}


/*** Footer ***/
footer .footer-social .fa-facebook-f{
    color: #F8F8F8;
    border: 1px solid #F8F8F8;
    padding: 7px 12px;
    border-radius: 14px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}
footer .footer-social .fa-linkedin-in{
    color: #F8F8F8;
    border: 1px solid #F8F8F8;
    padding: 7px 12px;
    border-radius: 14px;
    margin-right: 10px;
    transition: all 0.5s ease-in-out;
}
footer .copyright-div .copy-right p a{
    color: #EC1B69;
}
footer .copyright-div{
    padding: 16px 0px;
    border-top: 1px solid #fff;
}
footer {
    background-color: #080812;
    padding: 15px;
}
footer .site-footer-logo, footer .footer-second-flex{
    padding-bottom: 33px;
}
.footer {
    color: #fff;
}
footer .quick-links h6, footer .resources-links h6{
    color: #fff;
    font-size: 20px;
}
footer .quick-links ul, footer .resources-links ul{
    padding: 0;
    list-style: none;
}
footer .quick-links ul li a, footer .resources-links ul li a{
    color: #fff;
}
footer .quick-links ul li, footer .resources-links ul li{
    padding-bottom: 8px;
}
footer .footer .footer-logo {
    width: 265px;
    max-height: 60px;
}

footer .footer .info-site {
    width: 368px;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 0px;
}

footer .footer .social-icons {
    display: flex;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #175f7d;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: #000;
    border: 1px solid #7F8499;
}

.footer .btn.btn-square:hover {
    color: #175f7d;
}

.single-white-paper .footer .copyright {
    border: none;
}

.footer .copyright {
    padding: 25px 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    border-top: 1px solid #fff;
}

.footer .copyright a {
    color: #ed2864;
}

.footer .copyright a:hover {
    color: #ed2864;
}


@media only screen and (max-width: 480px) {
.wp-item{
    height: 400px;
}
    .page-privacy-policy{
            background-repeat: no-repeat;
            height: 200px;
            background-position: center center;
            background-size: cover;
      }
      .page-privacy-policy .banner-text{
        left: 40%;
    top: 25%;
      }
      .container-fluid .page-header{
        height: 145px;        
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat;
      }
      .container-fluid .page-header .content .tag-h1 h1{
        font-size: 22px !important;
        margin-top: 10px !important;
      }
}

@media only screen and (max-width: 768px) {
    .mega-menu-none, .slider-btn, .mega-menu{
        display: none;
    }
    .mega-menu {
        background: #fff;
    }
    .single-white-paper .tag-wrapper {
        display: block;
      }
      .single-white-paper .tag-label{
        width: fit-content;
      }
      .single-white-paper .tag-label{
        margin-bottom: 10px;
      }
    .single-white-paper .single-whitepaper-header .wp-header{
        display: block;
        text-align: center;
        padding-top: 13px;
    }
    .single-white-paper .single-whitepaper-header #home-logo #client-logo-a{
        display: block !important;
    }
    .client-lp-logo img{
        width: 130px;
    }
    .wp-logos .wp-lp-logo img {
        width: 170px !important;
    }
    
}
