/*
Theme Name:		 My Techinsights
Theme URI:		 https://myTechinsights.com
Description:     Publish B2B whitepapers
Author:			 My Techinsights Team
Author URI:		 http://myTechinsights.com
Version:		 1.0.0
*/

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    src: url('assets/font/FontsFree-Net-Montserrat-SemiBold.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Regular';
    font-style: normal;
    font-weight: normal;
    src: url('assets/font/Montserrat-Regular.ttf') format('truetype');
    font-style: normal;
}

html,
body {
    font-family: 'Montserrat Regular';
    background-color: #F4F5FA;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat';
}

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: 'Montserrat';
}

a,
p,
span {
    font-family: 'Montserrat Regular';
}

a {
    color: #0066FF;
}

a:hover {
    color: #0066FF;
}


/********** Template CSS **********/

:root {
    --primary: #FF800F;
    --secondary: #001064;
    --light: #F6F7F8;
    --dark: #010A35;
}

.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;
}


/*** 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;
}
.default-action{
  text-align: center;
  padding: 60px 0;
}
.default-action i.fa.fa-check {
    color: green;
    font-size: 43px;
}
.default-action .thank-text p, .dwn-form{
  color: #000;
}
#click_download{
      background-color: transparent;
    border: none;
    color: #0066ff;
}
.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: 48px;
    height: 48px;
    background-color: #0066ff;
}

.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;
}

#small_sponser_img img{
    height: auto;
}

/*** Navbar ***/

.navbar.navbar-expand-lg,
.navbar .navbar-nav {
    background-color: #0066ff;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

a.navbar-brand{padding: 12px 0 0 !important;}

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: #0066ff;
    color: #fff;
}

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

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #0066ff;
    color: #fff;
}

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

.navbar .navbar-brand img {
    max-height: 60px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 10px 0;
    color: #fff;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--secondary);
}

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

.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;
    }
@media (max-width: 991.98px) {
    .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: 150%;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/

.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: 472px;
    min-height: 472px;
}

.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 30px;
}

.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;
}

.input-group-btn .serach-button {
    background-color: #fff;
    border: none;
    color: #00a5f1;
    font-size: 18px;
    border-radius: 0 5px 5px 0px;
}

.input-group-btn .serach-button .fa-search {
    color: #000;
}

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

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

.wp-item img {
    width: 356px;
    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: #0066FF;
}

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

.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: #0066FF;
    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%;

}


.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: 260px;
    min-height: 260px;
    width: 100%;
    object-fit: cover;
}

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

.wp-thumb img {
    height: 400px;
    max-height: 400px;
    /*width: 590px;*/
    object-fit: fill;
}

@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;
    }
    .sponsor-logo-acf{
        width: 150px !important;
    }
    #small_sponser_img img{
        width: 25%;
    }

}

.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 {
    position: absolute;
    left: 86px;
    top: 70px;
    width: 90%;
    display: none;
    z-index: 999;
    border-radius: 6px;
}

.mega-menu-none {
    display: none;
}

.mega-menu {
    display: block;
    background: #fff;
}

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

.jsMegaWpCarousel .owl-item img {
    width: 81px;
    object-fit: cover;
    height: 108px;
}

.jsMegaWpCarousel .wp-sidertitle span {
    font-size: 12px;
}

ul.jsMegaTitle li {
    margin-right: 13px;
    border-radius: 16px;
    padding: 3px 11px;
    cursor: pointer;
}

.jsMegaTitle li.active {
    background: #030C04;
    color: #fff;
}

.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 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    background: #fbfbfe;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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


/*** Company Page ***/

.company-page .bredcum ul {
    list-style: none;
    display: flex;
}

.company-page .bredcum ul li {
    margin-right: 5px;
}

.list-of-company .listcompany {
    padding: 20px;
    border-radius: 6px;
    background: #FAFAFA;
    box-shadow: 0px 0px 20px 4px rgb(0 0 0 / 5%);
    margin-bottom: 20px;
}

.list-of-company .related-compant-topics h3 {
    color: #030C04;
    font-size: 16px;
}

.listcompany .related-compant-topics {
    padding-top: 5em;
}

.listcompany .company-link {
    padding-top: 11px;
}

.listcompany p a,
.listcompany li a {
    color: #0066FF;
}


/*** 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: 220px;
    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: #010A35;
    padding: 8px 0px 0px;
    font-family: 'Montserrat';
}

.category-wrp .content {
    color: #010A35;
    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: #0066FF;
    color: #fff;
    font-weight: 500;
    line-height: 17px;
    font-size: 14px;
    border-radius: 5px;
}

.category-wp-wrp .whitepaper-box-content .sponsor-name a {
    color: #0066FF;
    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: 475px;
    background-position: center center;
    background-size: cover;
}

.page-privacy-policy .banner-text h1 {
    color: #fff;
}

.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: #0066ff;
    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: #000;
}

.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: #0066FF;
}

.single-white-paper .single-whitepaper-header .client-log .sponsor-logo-c {
    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: #0066ff;
}

.single-white-paper #block-ip {
    display: none;
}

.single-white-paper .site-logo img {
    width: 180px;
}

.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: 13px;
    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;
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .07);
}

.single-white-paper .or-download {
    text-align: center;
    color: #030C04;
    padding: 0;
    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 {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #262732;
    background-color: #f4f5fa;
    background-image: none;
    box-shadow: none;
    border: 1px solid #d4d4d4;
}

.single-white-paper .form-group {
    margin-bottom: 15px;
}

.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: #0066ff;
    border-color: #0066ff;
    border-radius: 5px;
}

.single-white-paper .jsDwnWPclient .text-center {
    background-color: #0066ff;
    border-color: #0066ff;
    border-radius: 5px;
    padding: 7px;
}
.single-white-paper .jsLPForm.jsDwnWP .text-center a.subscibe_with_linkedin{
    background-color: #0066ff;
    border-color: #0066ff;
    border-radius: 5px;
    padding: 11px;
    display: block;
}
.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;
}

.single-white-paper .fa-linkedin-in {
    padding: 4px 4px;
    background-color: #fff;
    color: #0066ff;
    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: 18%;
}

/* 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: #0066ff;
    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 {
    background-color: #030C04;
}

.footer {
    color: #fff;
}

footer .footer .footer-logo {
    width: 230px;
}

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: #0066FF;
    letter-spacing: 1px;
    box-shadow: none;
}

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

.footer .btn.btn-square:hover {
    color: #0066FF;
}

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

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

.footer .copyright a {
    color: #0066FF;
}

.footer .copyright a:hover {
    color: #0066FF;
}

@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;
    }    
}
