@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
    font-family: "remixicon";
    src: url('../fonts/remixicon.eot');
    src: url('../fonts/remixicon.svg') format("svg"),
        url('../fonts/remixicon.ttf') format("truetype"),
        url('../fonts/remixicon.woff') format("woff"),
        url('../fonts/remixicon.woff2') format("woff2");
    font-style: normal;
    font-display: block
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "remixicon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
}

/* normal styling starts here */

/* Font Sizes */
.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-46 {
    font-size: 46px;
}

.fs-50 {
    font-size: 50px;
}

.fs-54 {
    font-size: 54px;
}

.fs-58 {
    font-size: 58px;
}

/* Font weight */

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

/* spacing styling starts here */

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 20px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-5 {
    margin-top: 50px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 20px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mb-4 {
    margin-bottom: 40px;
}

.mb-5 {
    margin-bottom: 50px;
}


* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin-bottom: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h2 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}

p {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
}

a.btn {
    color: #6D6D6D;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 24px;
    border: 1px solid #6D6D6D;
    border-radius: 25px;
    display: inline-block;
}

a.btn:hover {
    background-color: #000000;
    color: #ffff;
}

img {
    max-width: 100%;
}

body {
    font-size: 14px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.custom-container {
    max-width: 1260px;
    padding: 0 15px;
    margin: 0 auto;
}

.container-fluid {
    width: 90%;
}

.subscribe-section .container-fluid {
    width: 100%;
}

/* normal styling end here */


/* header styling starts here */

.header {
    padding: 20px 0 40px 0;
}

.header .logo {
    width: 215px;
    height: 62px;
}

@media (max-width: 58.75em) {
    .header .logo {
        width: 130px;
        height: 29px;
    }
}

.header .row {
    align-items: center;
}

.header.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    padding: 20px 0;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(255, 0, 0, 0.05);
    box-shadow: 0 10px 40px 0 rgba(255, 0, 0, 0.05);
}

.header .top-right-area {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.header .top-right-area .toggle-menu {
    width: 40px;
    height: 36px;
    background: #000;
    border-radius: 5px;
    padding: 5px 7px 2px 8px;
    cursor: pointer;
}

.header .top-right-area .toggle-menu.on {
    position: absolute;
    right: 15px;
    top: 0;
    z-index: 999;
}

.header .top-right-area .toggle-menu span {
    width: 100%;
    height: 2px;
    background: #fff;
    margin: 5px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
    display: block;
    -webkit-font-smoothing: subpixel-antialiased;
    border-radius: 2px;
}

.header .top-right-area .toggle-menu.on span.one {
    transform: rotate(45deg) translate(3px, 5px);
}

.header .top-right-area .toggle-menu.on span.two {
    opacity: 0;
}

.header .top-right-area .toggle-menu.on span.three {
    transform: rotate(-45deg) translate(5px, -8px);
}

.header .top-right-area ul li {
    display: inline-block;
    padding: 0 12px;
}

.header .top-right-area ul li ul {
    list-style-type: disc;
}

.header .top-right-area ul li ul li.child-items {
    display: list-item;
}

.header .dropdown-menu {
    position: absolute;
    top: 37px;
    left: 0;
    background-color: #000000;
    width: 100%;
    padding: 30px 40px;
}

.header .dropdown-menu .main-menu {
    padding: 0;
}

.header .top-right-area .dropdown-menu ul {
    padding-left: 25px;
    list-style: disc;
    color: #ffffff;
}

.header .top-right-area .dropdown-menu ul li {
    padding: 8px 0;
}

.header .top-right-area .dropdown-menu ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}

.header .top-right-area .dropdown-menu ul li a::after {
    display: none;
}

.header .top-right-area .dropdown-menu ul li:hover a::after {
    display: none;
}

.header .top-right-area .dropdown-menu h4 {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 16px;
}

.header .dropdown-menu .inline-menu {
    max-width: 150px;
    padding: 0 10px;
}

.header .dropdown-menu .inline-menu:first-child {
    padding-left: 0;
}

.header .dropdown-menu .inline-menu:last-child {
    padding-right: 0;
}

.header .dropdown-menu .inline-menu h4 a {
    color: #ffffff;
}

.header ul li .dropdown-menu .inline-menu h4 a::after {
    display: none !important;
}

.header .dropdown-menu .inline-menu ul li ul.submenu-level-2 {
    padding: 8px 0 0 27px;
    list-style-type: circle;
}

.header .dropdown-menu .inline-menu ul li ul.submenu-level-2 li {
    display: block;
    padding: 4px 0;
    list-style: circle;
    display: list-item;
}

.header .dropdown-menu .inline-menu ul li ul.submenu-level-2 li a {
    font-weight: 400;
}

.header .dropdown-menu .inline-menu ul li ul.submenu-level-2 li:last-child {
    padding-bottom: 0;
}

.header .top-right-area ul li:first-child {
    padding-left: 0;
}

.header .top-right-area ul li:last-child {
    padding-right: 0;
}

.header .top-right-area ul {
    padding-left: 0;
}

.header .top-right-area ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    position: relative;
}

.header .top-right-area ul li a:hover {
    color: #ff0000;
}

.header .top-right-area ul li.menu_dropdown:hover .dropdown-menu {
    display: block;
}

.header .top-right-area ul li.menu_dropdown:hover a::after {
    display: block;
}

.header .top-right-area ul li:hover .dropdown-menu li a::after {
    display: none;
}

.header .top-right-area ul li a::after {
    content: "\ea63";
    font-family: "remixicon";
    transform: rotate(90deg);
    top: 15px;
    font-size: 24px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    color: #000;
    z-index: 9;
    display: block;
    width: 15px;
    text-align: center;
    height: 15px;
    display: none;
}

.header .top-right-area .search-area {
    margin-left: 40px;
}

.header .top-right-area .search-area a {
    color: #000000;
    font-size: 22px;
}

.header .top-right-area .search-area .search-form-main {
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, .15);
    border-top: 2px solid #000000;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 124%;
    width: 220px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

.header .top-right-area .search-area .search-form-main input[type="search"] {
    width: 100%;
    outline: none;
    padding: 0 30px 0 8px;
}

.header .top-right-area .search-area .search-form-main.active-search {
    opacity: 1;
    visibility: visible;
}

.header .top-right-area .search-area .search-form-main form.search-form {
    position: relative;
}

.header .top-right-area .search-area .search-form-main form.search-form label {
    display: block;
}

.header .top-right-area .search-area .search-form-main form.search-form input.search-submit {
    display: inline-block;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    font-size: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 4px;
}

.header .top-right-area .hamburger-menu {
    margin-left: 30px;
}

.header .top-right-area .hamburger-menu a {
    background: #000;
    width: 40px;
    height: 36px;
    display: inline-block;
    color: #ffff;
    font-size: 27px;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
}

.header .top-right-area .nav__my_account {
    z-index: 99;
}

.header .mega-menu {
    background-color: #000000;
    padding: 40px 10px;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 99;
    max-width: 340px;
    width: 100%;
    right: -100%;
    margin-top: 0;
    transition: right 300ms ease-out;
    -webkit-transition: right 300ms ease-out;
    overflow: auto;
}

.main-menu {
    padding: 40px 10px;
}

.header .mega-menu .inline-menu ul {
    display: none;
}

.header .mega-menu .burger-logo {
    margin-top: 50px;
    text-align: center;
}

.header .mega-menu .burger-social-area ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
}

.header .mega-menu.open {
    right: 0 !important;
}

.header .mega-menu .main-menu {
    display: block;
}

.header .mega-menu .main-menu ul {
    padding-left: 25px;
    color: #ffffff;
    list-style: disc;
}

.header .mega-menu .main-menu ul li ul.sec-submenu-level-1 {
    display: block !important;
    padding: 20px 0 10px 30px;
    margin-bottom: 0;
    list-style-type: circle;
}

.header .mega-menu .main-menu ul li ul.sec-submenu-level-1 li:last-child {
    margin-bottom: 0;
}

.header .mega-menu h4 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
}

.header .mega-menu h4 a {
    color: #ffffff;
}

.header .mega-menu h4 span {
    display: inline-block;
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.header .mega-menu h4 span.active i:before {
    content: "\ea78";
}

.header .mega-menu ul {
    padding-left: 0;
}

.header .mega-menu ul li {
    margin-bottom: 12px;
}

.header .mega-menu ul li a {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.header .mega-menu ul li a:hover {
    color: #ff0000;
}

.header .main-menu {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

/* header styling end here */


/* advertise-section styling starts here */

.advertise-section {
    margin-bottom: 32px;
    text-align: center;
}

.advertise-section img {
    width: 100%;
    height: 90px;
    object-fit: cover;
    max-width: 970px;
    margin: 0 auto;
    display: block;
}

/* advertise-section styling end here */


/* hot-article-section styling starts here */

.hdg-arrow-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.hdg-arrow-area h1 {
    font-size: 30px;
    line-height: 1.5;
    margin-bottom: 0;
}

.hdg-arrow-area h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 0;
}

.hdg-arrow-area a {
    color: #000000;
    font-size: 22px;
}

.hot-article-section .bg-cnt-area {
    padding: 24px 24px 33px 24px;
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    margin-bottom: 24px;
}

.hot-article-section .bg-cnt-area h2 {
    font-weight: bold;
    margin-bottom: 4px;
}

.hot-article-section .bg-cnt-area h2 a {
    font-size: 16px;
    line-height: 24px;
}

.hot-article-section .bg-cnt-area h2.hot-category-title a {
    font-size: 14px;
}

.hot-article-section .bg-cnt-area h3 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 16px;
}

.hot-article-section .bg-cnt-area ul {
    padding-left: 0;
    margin-bottom: 16px;
}

.hot-article-section .bg-cnt-area ul li {
    font-size: 13px;
    display: inline-block;
    padding: 0 9px;
    position: relative;
}

.hot-article-section .bg-cnt-area ul li:first-child {
    padding-left: 0;
}

.hot-article-section .bg-cnt-area ul li:first-child::after {
    content: '.';
    font-size: 20px;
    position: relative;
    top: -3px;
    right: -10px;
}

.hot-article-section .bg-cnt-area ul li:last-child {
    padding-right: 0;
}

.hot-article-section .bg-cnt-area p {
    margin-bottom: 24px;
}

.hot-article-section .bg-cnt-area a {
    color: #000000;
    font-size: 10px;
    line-height: 12.5px;
    font-weight: bold;
}

.hot-article-section .bg-cnt-area a:hover {
    color: #ff0000;
}

.hot-article-section .advertise-vertical-sec {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 600px;
    margin-bottom: 30px;
    /* display: flex; */
    align-items: center;
}

.hot-article-section .bg-center-cnt-area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 500px;
    position: relative;
    margin-bottom: 24px;
    /* background-color: #f3f3f330; */
}

.hot-article-section .center-img-area a.full-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hot-article-section .bg-center-cnt-area .bg-cnt-area {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 24px;
}

.hot-article-section .bg-center-cnt-area .bg-cnt-area ul {
    margin-bottom: 0;
}

/* hot-article-section styling end here */


/* two-column-article-section styling starts here */

.two-column-article-section {
    margin-bottom: 20px;
}

.button-area {
    margin-bottom: 34px;
    max-width: 1230px;
    width: 100%;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 15px;
}

/* Scrollbar Styling */
.button-area::-webkit-scrollbar {
    width: 2px;
    height: 3px !important;
}

.button-area::-webkit-scrollbar:hover {
    height: 3px !important;
}

.button-area::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.button-area::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.button-area ul {
    padding-left: 0;
}

.button-area ul li {
    display: inline-block;
    padding: 0 5px;
}

.button-area ul li:first-child {
    padding-left: 0;
}

.button-area ul li:first-child {
    padding-right: 0;
}

.button-area ul li.active a {
    background-color: #000000;
    color: #ffff;
}

.button-area ul li a {
    color: #6D6D6D;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 24px;
    border: 1px solid #6D6D6D;
    border-radius: 25px;
    display: inline-block;
}

.button-area ul li a:hover {
    background-color: #000000;
    color: #ffff;
}

.two-column-article-section .two-column-img-sec {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 288px;
    margin-bottom: 29px;
    position: relative;
    /* background-color: rgb(243, 243, 243,.5); */
}

.two-column-article-section .two-column-img-sec a.full-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.two-column-article-section .two-column-img-sec span {
    background: #e1e1e1;
    padding: 7px 15px;
    border-radius: 18px;
    bottom: 10px;
    position: absolute;
    left: 10px;
    font-size: 12px;
}

.two-column-article-section .two-column-cnt-area {
    margin-bottom: 25px;
}

.inline-cnt-area ul {
    padding-left: 0;
}

.inline-cnt-area ul li {
    padding: 0 15px;
    display: inline-block;
    color: #000;
}

.inline-cnt-area ul li:first-child {
    padding-left: 0;
}

.inline-cnt-area ul li:first-child::after {
    content: '.';
    font-size: 20px;
    position: relative;
    top: -4px;
    right: -10px;
}

.inline-cnt-area ul li:last-child {
    padding-right: 0;
}

/* .two-column-article-section .two-column-cnt-area ul li:last-child::before{
    content: '.';
    font-size: 28px;
    position: relative;
    top: -3px;
    left: -6px;
} */
.two-column-cnt-area h2 a {
    color: #000000;
}

.inline-cnt-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inline-cnt-area a.more-icon {
    color: #000000;
    font-size: 24px;
}

/* .two-column-article-section .img-area{
    background-color: rgb(243, 243, 243,.5);
} */
.two-column-article-section .img-area a {
    display: inline-block;
}

.two-column-article-section .img-area a img {
    min-height: 136px;
    object-fit: contain;
    border-radius: 10px;
    object-position: center;
}

/* two-column-article-section styling end here */

/* box slider section styling starts here */
.box-slider-area.slick-dotted.slick-slider {
    margin-bottom: 70px;
}

.box-slider-area .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.box-slider-area .slick-dots {
    bottom: -25px;
}

.box-slider-area .box-slider-bg-sec {
    /* background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 100%; */
    padding-bottom: 40px;
    border-radius: 25px;
    position: relative;
}

.box-slider-area .box-slider-bg-sec .two-column-cnt-area {
    position: relative;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    padding: 20px 32px;
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    border-radius: 0 0 25px 25px;
}

.box-slider-area .box-slider-bg-sec .box-slider-img-area {
    height: 250px;
    /* background-color: rgba(243, 243, 243, 0.2); */
}

.box-slider-area .box-slider-bg-sec .box-slider-img-area img {
    border-radius: 16px 16px 0 0;
    /* height: 100%; */
    object-fit: inherit;
    width: 100%;
}

.box-slider-area .box-slider-bg-sec .two-column-cnt-area h2 {
    min-height: 88px;
}

.box-slider-area .box-slider-bg-sec .two-column-cnt-area h5 {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    min-height: 75px;
}

.box-slider-area .box-slider-bg-sec .two-column-cnt-area p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.box-slider-area .slick-slide {
    margin: 0 20px;
    height: auto;
}

.slick-dots {
    bottom: 20px;
}

.slick-dots li {
    margin: 0 2px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

.slick-dots li button::before {
    font-size: 24px;
}

/* box slider section styling end here */


/* categories-main-section styling starts here */

.categories-main-section {
    margin-bottom: 38px;
}

.categories-main-section .bg-section {
    background-color: #000000;
    padding: 40px 20px;
}

.categories-main-section .categories-clmn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.categories-main-section .categories-clmn-area .categories-main-area {
    max-width: 195px;
    margin: 0 auto;
    text-align: center;
}

.categories-main-section .categories-clmn-area .categories-img-sec {
    margin-bottom: 24px;
}

.categories-main-section .categories-cnt-area h2 {
    color: #ffffff;
    margin-bottom: 16px;
}

.categories-main-section .categories-cnt-area p {
    color: #ffffff;
    margin-bottom: 15px;
}

.categories-main-section .categories-cnt-area a {
    color: #ffffff;
    font-size: 10px;
    line-height: 12.5px;
    font-weight: bold;
}

.events-counter-section {
    background-color: #000000;
    padding: 43px 0 129px 0;
    text-align: center;
    margin-top: 90px;
}

.events-counter-section .three-cnt-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.events-counter-section .three-cnt-section .column-three-sec {
    width: 100%;
    border-right: 4px dotted #ffffff;
}

.events-counter-section .three-cnt-section .column-three-sec:last-child {
    border-right: none;
}

.events-counter-section .three-cnt-section .img-area {
    display: inline-block;
    font-size: 32px;
    background-color: #000000;
    color: #ffffff;
    border: 2px solid #ffffff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    position: relative;
    top: -70px;
}

.events-counter-section .three-cnt-section .img-area img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.events-counter-section .column-three-sec .cont-sec h2 {
    font-size: 44px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: bold;
    color: #ffffff;
}

.events-counter-section .column-three-sec .cont-sec h4 {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

/* categories-main-section styling end here */


/* inline-slider-section styling starts here */

.inline-slider-section {
    margin-bottom: 60px;
}

.inline-column-sec .inline-column-img-area {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* background-color: rgb(243, 243, 243,.5); */
    min-height: 175px;
    margin-bottom: 16px;
    position: relative;
}

.inline-column-sec .inline-column-img-area a.full-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.inline-column-sec .inline-column-img-area span {
    background: #e1e1e1;
    padding: 7px 15px;
    border-radius: 15px;
    bottom: 10px;
    position: absolute;
    left: 10px;
    font-size: 12px;
}

/* .inline-column-sec .inline-column-img-area a.full-sec{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
} */
.inline-slider-area .slick-slide {
    margin: 0 10px;
    height: auto;
}

.inline-column-sec .inline-clm-cnt-sec h5 {
    font-size: 12px;
    line-height: 18px;
    min-height: 54px;
}

.inline-column-sec .inline-clm-cnt-sec h5 a {
    color: #000000;
}

.inline-column-sec .inline-clm-cnt-sec .inline-cnt-area ul li {
    font-size: 10px;
    padding: 0 10px;
}

.inline-column-sec .inline-clm-cnt-sec .inline-cnt-area ul li:first-child {
    padding-left: 0;
}

.inline-column-sec .inline-clm-cnt-sec .inline-cnt-area ul li:last-child {
    padding-right: 0;
}

.inline-column-sec .inline-clm-cnt-sec .inline-cnt-area ul li:first-child::after {
    top: -2px;
}

.inline-column-sec .inline-clm-cnt-sec .inline-cnt-area ul li i {
    position: relative;
    top: 2px;
}

.category-two-column-area .inline-column-sec .inline-clm-cnt-sec h2 {
    min-height: 66px;
}

.inline-slider-section .slick-dots {
    bottom: -40px;
}

/* inline-slider-section styling end here */


/* content-advertise-section styling starts here */

.content-advertise-section {
    margin-bottom: 35px;
}

.content-advertise-section .left-cont-area {
    display: flex;
    align-items: flex-start;
}

.content-advertise-section .left-cont-area .left-img-sec {
    max-width: 172px;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 160px;
    border-radius: 15px;
    position: relative;
    /* background-color: rgb(243, 243, 243,.5); */
}

.content-advertise-section .left-cont-area .left-img-sec span {
    background: #e1e1e1;
    padding: 7px 15px;
    border-radius: 15px;
    bottom: 10px;
    position: absolute;
    left: 10px;
    font-size: 12px;
}

.content-advertise-section .left-cont-area .left-img-sec a.full-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}

.content-advertise-section .left-cont-area .right-cont-sec {
    width: 50%;
    padding-left: 16px;
}

.content-advertise-section .left-cont-area .right-cont-sec h4 {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.content-advertise-section .left-cont-area .right-cont-sec h5 {
    font-size: 11px;
    line-height: 16.5px;
    margin-bottom: 8px;
}

.content-advertise-section .left-cont-area .right-cont-sec ul {
    padding-left: 0;
}

.content-advertise-section .left-cont-area .right-cont-sec ul li {
    padding: 0 10px;
    font-size: 10px;
    line-height: 15px;
}

.content-advertise-section .left-cont-area .right-cont-sec ul li:first-child {
    padding-left: 0;
}

.content-advertise-section .left-cont-area .right-cont-sec ul li:last-child {
    padding-right: 0;
}

.content-advertise-section .advertis-right-sec {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    /* background-color: rgb(243, 243, 243,.5); */
    width: 100%;
    min-height: 280px;
    height: 100%;
    text-align: center;
}

.content-advertise-section .advertis-right-sec img {
    width: 100%;
}

/* content-advertise-section styling end here */


/* subscribe-section styling starts here */
.subscribe-section {
    margin-bottom: 32px;
}

.subscribe-section .subscribe-main-area {
    background-color: #000000;
    padding: 30px 0;
    position: relative;
}

.subscribe-section .subscribe-main-area::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.subscribe-section .subscribe-two-sec {
    max-width: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    height: 100%;
    position: relative;
    z-index: 9;
}

.subscribe-section .subscribe-two-sec .subscribe-img-area {
    position: relative;
}

/* .subscribe-section .subscribe-two-sec .subscribe-img-area::after{
    content: '';
    width: 104px;
    height: 0px;
    border: 1px solid;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 33.85%, #FFFFFF 66.15%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(90deg);
} */
.subscribe-section .subscribe-cnt-area {
    padding-left: 32px;
}

.subscribe-section .subscribe-cnt-area h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    color: #ffffff;
}

.subscribe-section .subscribe-cnt-area label input[type="text"] {
    background: #E4E4E4;
    border-radius: 8px 0px 0px 8px;
    color: #000000;
    padding: 11px 16px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    border: none;
    outline: none;
}

.subscribe-section .subscribe-cnt-area form.wpcf7-form label {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.subscribe-section .subscribe-cnt-area label input[type="submit"] {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 9px 16px 10px 16px;
    font-size: 14px;
    line-height: 21px;
    border: none;
    outline: none;
    margin-left: -11px;
    position: relative !important;
    top: 0;
}

/* subscribe-section styling end here */


/* footer styling starts here */
.footer {
    margin-top: 30px;
}

.footer .footer-logo-section a {
    display: inline-block;
    margin-bottom: 28px;
    width: 136px;
}

.footer .footer-logo-section p {
    font-size: 16px;
    line-height: 24px;
}

.footer .footer-link-sec {
    margin-bottom: 40px;
}

.footer .footer-link-sec ul {
    padding-left: 0;
}

.footer .footer-link-sec h5 {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.footer .footer-link-sec.two-column ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.footer .footer-link-sec ul li {
    padding: 8px 0;
    flex: 0 50%;
}

.footer .footer-link-sec ul li a {
    font-size: 14px;
    line-height: 21px;
    color: #000000;
}

.footer .footer-link-sec ul li a:hover {
    color: #ff0000;
}

.footer .social-icon-sec {
    background: #D9D9D9;
    padding: 22px 0;
    margin-bottom: 30px;
}

.footer .social-icon-sec .social-area {
    max-width: 210px;
    margin: 0 auto;
    text-align: left;
}

.footer .social-icon-sec .social-area h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 40px;
    margin-bottom: 0;
}

.footer .social-icon-sec .social-area ul {
    padding-left: 0;
}

.footer .social-icon-sec .social-area ul li {
    display: inline-block;
    padding: 0 10px
}

.footer .social-icon-sec .social-area ul li:first-child {
    padding-left: 0;
}

.footer .social-icon-sec .social-area ul li:last-child {
    padding-right: 0;
}

.footer .social-icon-sec .social-area ul li a {
    color: #000000;
    font-size: 30px;
}

.footer .footer-bottom-sec {
    margin: 10px 0 25px 0;
    text-align: center;
}

.footer .terms-area ul {
    padding-left: 0;
}

.footer .terms-area ul li {
    display: inline-block;
    padding: 0 10px;
}

.footer .terms-area ul li:first-child {
    padding-left: 0;
}

.footer .terms-area ul li:last-child {
    padding-right: 0;
}

.footer .terms-area ul li a {
    color: #000000;
    font-size: 14px;
    line-height: 21px;
}

.footer .terms-area ul li a:hover {
    color: #ff0000;
}

/* footer styling end here */


/* events page styling starts here */

.full-bg-slider .full-bg-sec {
    height: 450px;
    position: relative;
}

.full-bg-slider .full-bg-sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.full-bg-slider.slick-initialized .slick-slide {
    height: auto;
}

.full-bg-slider .bg-content {
    max-width: 500px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}

.full-bg-slider .bg-content h2 {
    color: #ffffff;
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 15px;
}

.full-bg-slider .bg-content h3 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 10px;
}

.full-bg-slider .bg-content p {
    color: #ffffff;
    margin-bottom: 25px;
}

.full-bg-slider .bg-content a.btn {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.full-bg-slider .bg-content a.btn:hover {
    background-color: #ffffff;
    color: #000000;
}

/* events page styling end here */

/* strategy-leadership page styling starts here */

.banner-two-column-area {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.banner-two-column-area .banner-cnt-left-area {
    width: 40%;
    padding: 24px 24px 33px 24px;
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 40%);
    border-radius: 15px 0 0 15px;
    min-height: 528px;
    margin-bottom: 24px;
    position: relative;
}

.banner-two-column-area .banner-cnt-left-area .banner-cnt-sec {
    max-width: 325px;
    text-align: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner-two-column-area .banner-right-bg-area {
    width: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 528px;
    /* border-radius: 15px; */
}

.banner-two-section {
    margin-bottom: 25px;
}

/* strategy-leadership page styling end here */


/* article page styling starts here */

.inline-page-section ul {
    padding-left: 0;
}

.inline-page-section ul li {
    display: inline-block;
    padding: 0 2px;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
}

.inline-page-section ul li a {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}

.full-bg-banner-section {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 320px;
    margin-bottom: 30px;
}

.full-bg-banner-section .full-bg-cnt-sec {
    display: flex;
    flex-direction: column;
    min-height: 320px;
    justify-content: center;
    max-width: 100%;
    text-align: left;
    height: 100%;
}

.full-bg-banner-section .full-bg-cnt-sec h1 {
    color: #ffffff;
    margin-bottom: 24px;
    font-size: 35px;
}

.full-bg-banner-section .full-bg-cnt-sec h3 {
    color: #ffffff;
    margin-bottom: 24px;
}

.full-bg-banner-section .full-bg-cnt-sec p {
    color: #ffffff;
    margin-bottom: 24px;
}

.full-bg-banner-section .full-bg-cnt-sec a.btn {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    max-width: 200px;
}

.article-content-area ul {
    padding-left: 0;
    margin-bottom: 16px;
}

.article-content-area .post__sidebar {
    padding: 20px;
}

.article-content-area .post__sidebar .right-bg-cnt-area .bg-area {
    background: none;
    padding: 0;
    border-radius: 0;
}

.article-content-area .post__sidebar .sidebar__ads {
    padding-left: 15px;
    margin-top: 100px;
}

.article-content-area .post__sidebar .sidebar__ads .advertise-vertical-sec {
    margin-bottom: 30px;
}

.article-content-area .post__sidebar .bg-area .partnerlogoblock span {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}

.article-content-area .post__sidebar .bg-area .partnerlogoblock img.partnerlogoblock__logoimage {
    border-radius: 20px;
}

.article-content-area .post__sidebar .bg-area .partnerlogoblock a.partnerlogoblock__logolinkurl {
    display: inline-block;
}

.article-content-area .post__sidebar .bg-area ul.post__info {
    max-width: 220px;
    padding-left: 15px;
}

.article-content-area .post__sidebar .bg-area ul.post__info li.author__image {
    border-left: none;
    margin-top: 20px;
    text-align: left;
}

.article-content-area .post__sidebar .bg-area ul.post__info li.author__image img {
    border-radius: 50%;
    width: 100px;
    margin: 0 auto;
}

.article-content-area .post__sidebar .bg-area ul.post__info li {
    border-left: 4px solid #918f8f;
    padding: 0 0px 17px 20px;
    font-size: 14px;
    text-align: center;
}

.article-content-area .post__sidebar .bg-area ul.post__info li:last-child {
    padding-bottom: 0;
}

.article-content-area .post__sidebar .bg-area ul.post__info li a,
.article-content-area .post__sidebar .bg-area ul.post__info li span.data {
    color: #cc0000;
    font-size: 13px;
    font-weight: bold;
}

.article-content-area .post__sidebar .bg-area ul.post__info li span {
    display: block;
}

.article-content-area .post__sidebar .right-bg-cnt-area .bg-area ul.post__info li ul {
    padding-left: 0;
}

.article-content-area .post__sidebar .bg-area ul.post__info li ul li {
    border-left: none;
    padding-left: 0;
}

.article-content-area .post__sidebar .right-bg-cnt-area .bg-area ul.post__info li ul li::before {
    content: '';
}

.article-content-area .post__cnt-bottom .post__author-bio {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    border-top: 5px solid #918f8f;
    border-bottom: 2px solid #918f8f;
    padding: 50px 0 30px 0;
}

.article-content-area .post__cnt-bottom .post__author-bio figure img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.article-content-area .post__cnt-bottom .post__author-bio .bio_cnt {
    padding-left: 25px;
    /* max-width: 400px; */
    max-width: 80%;
    text-align: justify;
}

.article-content-area .post__cnt-bottom .post__author-bio .bio_cnt span {
    font-weight: bold;
}

.article-content-area .post__cnt-bottom .post__share {
    margin-bottom: 30px;
}

.article-content-area h1 {
    font-size: 32px;
    line-height: 1.3;
    margin-top: 30px;
}

.article-content-area h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 18px 0 13px 0;
}

.article-content-area h3 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
}

.article-content-area h3 a {
    font-weight: 600;
}

.article-content-area h2 strong {
    font-weight: 600;
}

.article-content-area ul li {
    font-size: 14px;
}

.article-content-area ul li span {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.article-content-area p {
    font-size: 14px;
    line-height: 22px;
}

.article-content-area p a {
    color: #cc0000;
}

.article-content-area .post__content ol {
    list-style: decimal;
    padding-left: 30px !important;
}

.article-content-area .post__content ol li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
}

.article-content-area .post__content ul {
    list-style: disc;
    padding-left: 30px !important;
}

.article-content-area .post__content ul li {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 10px;
}

.article-content-area .post__content strong {
    font-size: 16px;
    line-height: 1.5;
}

.article-content-area .right-bg-cnt-area ul li {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.article-content-area .right-bg-cnt-area {
    margin-bottom: 20px;
}

.article-content-area .right-bg-cnt-area .bg-area {
    background-color: #D9D9D9;
    padding: 16px 24px;
    border-radius: 8px;
}

.article-content-area .right-bg-cnt-area .bg-area ul li {
    font-weight: normal;
}

.article-content-area .right-bg-cnt-area .bg-area ul li ul {
    padding-left: 20px;
}

.article-content-area .right-bg-cnt-area .bg-area ul li ul li {
    display: block;
    position: relative;
}

.article-content-area .right-bg-cnt-area .bg-area ul li ul li:before {
    content: '.';
    font-size: 20px;
    position: absolute;
    left: -10px;
    top: -3px;
}

/* article page styling end here */

/* about us page styling starts here */

.about-us-top-content-area {
    margin-bottom: 32px;
}

.about-us-top-content-area h4 {
    margin-bottom: 16px;
}

.about-us-top-content-area strong {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
    display: block;
}

.about-us-top-content-area p {
    margin-bottom: 0;
}

.our-journey-column-section {
    margin-bottom: 40px;
}

.our-journey-column-section h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.main-five-box-clmn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 35px;
    padding: 0 20px;
}

.main-five-box-clmn .five-column-sec {
    text-align: center;
}

.main-five-box-clmn .five-column-sec .top-journey-sec {
    padding-bottom: 25px;
    border-bottom: 1px solid #A4A4A4;
    position: relative;
}

.main-five-box-clmn .five-column-sec .top-journey-sec::before {
    content: "\ea77";
    font-family: "remixicon";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main-five-box-clmn .five-column-sec .top-journey-sec::after {
    content: "\ea4d";
    font-family: "remixicon";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.main-five-box-clmn .five-column-sec .top-journey-sec img {
    margin-bottom: 24px;
    min-height: 145px;
    object-fit: cover;
}

.main-five-box-clmn .five-column-sec .top-journey-sec h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.main-five-box-clmn .five-column-sec .cnt-area {
    padding: 20px;
}

.main-five-box-clmn button.slick-arrow {
    top: 46.5%;
    transform: none;
    bottom: auto;
    z-index: 9;
}

.main-five-box-clmn button.slick-arrow.slick-prev {
    left: 10px;
}

.main-five-box-clmn button.slick-arrow.slick-next {
    right: 10px;
}

.main-five-box-clmn button.slick-arrow::before {
    font-family: "remixicon";
    color: #000000;
    opacity: 1;
}

.main-five-box-clmn button.slick-arrow.slick-prev::before {
    content: "\ea63";
}

.main-five-box-clmn button.slick-arrow.slick-next::before {
    content: "\ea6d";
}

.profile-content-area {
    margin-bottom: 60px;
}

.profile-content-area .main-column-area {
    padding-top: 15px;
    margin-bottom: 20px;
}

.profile-content-area .main-column-area .two-column-sec {
    padding: 0 0 15px 350px;
}

.profile-content-area .main-column-area:nth-child(even) .two-column-sec {
    justify-content: flex-start;
    padding-left: 40px;
}

.profile-content-area .main-column-area:nth-child(even) .profile-main-sec {
    padding-left: 40px;
    padding-right: 0;
    flex-direction: row-reverse;
}

.profile-content-area .main-column-area:nth-child(even) .cnt-area {
    padding-left: 0;
    padding-right: 70px;
}

.profile-content-area .main-column-area:nth-child(even) .left-img-area {
    right: 0;
    left: auto;
}

.profile-content-area .profile-main-sec {
    display: flex;
    align-items: center;
    background: #000000;
    position: relative;
    width: 100%;
    justify-content: flex-end;
    padding: 20px 65px 20px 0;
}

.profile-content-area .profile-main-sec .left-img-area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24%;
}

.profile-content-area .profile-main-sec .cnt-area {
    width: 76%;
    padding-left: 70px;
}

.profile-content-area .profile-main-sec .cnt-area h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.profile-content-area .profile-main-sec .cnt-area p {
    color: #ffffff;
    font-size: 14px;
    line-height: 21px;
}

.slick-prev {
    left: 0;
}

.slick-next {
    right: 0;
}

.hrd-main-slider-section h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.hrd-slider {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.hrd-slider .slick-track {
    display: flex;
    align-items: flex-end;
    margin: 0;
    height: auto;
}

.hrd-slider .hrd-slider-clm-area {
    padding: 25px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.hrd-slider .hrd-slider-clm-area::after {
    content: '';
    background-color: #A4A4A4;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 17px;
    left: 0;
}

.hrd-slider .hrd-slider-clm-area .cnt-area span.arw {
    position: absolute;
    width: 14px;
    height: 12px;
    display: inline-block;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hrd-slider .hrd-slider-clm-area .cnt-area span.arw::before {
    content: "\ea77";
    font-family: "remixicon";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.hrd-slider .hrd-slider-clm-area .cnt-area span.arw::after {
    content: "\ea4d";
    font-family: "remixicon";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.hrd-slider .hrd-slider-clm-area .cnt-area p {
    display: none;
}

.hrd-slider .hrd-slider-clm-area .cnt-area p.active {
    display: block;
}

/* .hrd-slider .hrd-slider-clm-area:nth-child(1){
    padding-left: 0;
}
.hrd-slider .hrd-slider-clm-area:nth-last-child(){
    padding-right: 0;
} */
.hrd-slider .hrd-slider-clm-area .img-sec {
    margin-bottom: 24px;
    transition: transform .5s;
    height: 184px;
}

.hrd-slider button.slick-arrow {
    top: auto;
    bottom: -33px;
    z-index: 9;
}

.hrd-slider button.slick-arrow::before {
    font-family: "remixicon";
    color: #000000;
    opacity: 1;
}

.hrd-slider button.slick-arrow.slick-prev::before {
    content: "\ea63";
}

.hrd-slider button.slick-arrow.slick-next::before {
    content: "\ea6d";
}

.hrd-slider .hrd-slider-clm-area .img-sec img {
    width: 100%;
    border-radius: 8px;
}

.hrd-slider .slick-slide {
    display: flex;
    align-items: flex-start;
    height: auto;
}

.hrd-slider-clm-area .logo-sec img {
    height: 70px;
    object-fit: cover;
    margin-bottom: 20px;
}

.hrd-slider .hrd-slider-clm-area .cnt-area a.mobile-read-more {
    display: none;
}

/* .hrd-slider .img-sec:hover{
    transition: all 2s ease;
    -ms-transform: scale(1.1); 
    -webkit-transform: scale(1.1); 
    transform: scale(1.1); 
} */
.hrd-slider .img-sec:hover+.cnt-area p {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.hrd-slider .cnt-area h5 {
    font-size: 16px;
    font-weight: bold;
}

.hrd-slider-btm-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    margin-bottom: 50px;
}

.hrd-slider-btm-area .slider-btm-cnt-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hrd-slider-btm-area .slider-btm-cnt-area span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-color: #D9D9D9;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    display: block;
    text-align: center;
    border-radius: 50%;
}

.hrd-slider-btm-area .slider-btm-cnt-area h5 {
    font-size: 14px;
    padding-left: 8px;
    margin-bottom: 0;
}

.hrd-slider-btm-area .slider-btm-cnt-area.right h5 {
    padding-left: 0;
    padding-right: 8px;
}

.testimonials-section {
    background-color: #808080;
    border-radius: 16px;
    padding: 60px 50px 30px 50px;
    position: relative;
    margin-bottom: 32px;
}

.testimonials-section::before {
    content: '';
    background: url('../images/quote.png');
    width: 64px;
    height: 40px;
    position: absolute;
    left: 57px;
    top: 8px;
}

.testimonials-section::after {
    content: '';
    background: url('../images/right-quote.png');
    width: 64px;
    height: 40px;
    position: absolute;
    right: 50px;
    bottom: 8px;
}

.testimonials-section .testimonials-cnt-sec {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-section .testimonials-cnt-sec p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 0;
    color: #ffffff;
}

.testimonials-section .testimonials-cnt-sec h3 {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    font-weight: bold;
}

/* about us page styling end here */


/* partner with us page styling starts here */

.partner-wu-content-area {
    width: 100%;
    min-height: 694px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 30px;
}

.partner-wu-content-area h2 {
    padding-left: 30px;
}

.partner-wu-content-area .top-cnt-sec {
    background: rgba(217, 217, 217, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 0px 0 16px 16px;
    padding: 18px 18px 16px 30px;
}

.partner-wu-content-area .top-cnt-sec p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
}

.part-wu-main-area h2 {
    font-size: 26px;
    line-height: 1.3;
    padding-left: 30px;
}

.part-wu-main-area .bottom-clmn-section {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(217, 217, 217, 0.7);
    backdrop-filter: blur(4px);
    border-radius: 16px 16px 0 0;
    padding: 18px 18px 16px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part-wu-main-area .bottom-clmn-section .three-clmn-area {
    max-width: 363px;
    width: 100%;
}

.part-wu-main-area .bottom-clmn-section .three-clmn-area .bg-cnt-area {
    background-color: #000000;
    border-radius: 16px;
    padding: 24px 15px 10px 42px;
}

.part-wu-main-area .bottom-clmn-section .bg-cnt-area h5 {
    color: #ffffff;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.part-wu-main-area .bottom-clmn-section .bg-cnt-area .btm-cont-sec h3 {
    font-size: 40px;
    line-height: 60px;
    color: #ffffff;
    font-weight: bold;
}

.part-wu-main-area .bottom-clmn-section .bg-cnt-area .btm-cont-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.part-wu-main-area .bottom-clmn-section .bg-cnt-area .btm-cont-sec span img {
    background: #ffffff;
}

.part-wu-main-area .bottom-clmn-section .bg-cnt-area .btm-cont-sec span {
    color: #fff;
    font-size: 42px;
}

.hrd-content-area {
    margin-bottom: 30px;
}

.hrd-content-area p {
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

.logos-area .img-sec {
    width: 204px;
    height: 204px !important;
    line-height: 204px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 100px;
}

.logos-area .img-sec img {
    width: auto !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
}

.bottom-two-sec-area {
    margin-bottom: 32px;
}

.bottom-two-sec-area .main-form-section {
    background-color: #000000;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.bottom-two-sec-area .main-form-section h2 {
    margin-bottom: 16px;
    color: #ffffff;
}

.bottom-two-sec-area .main-form-section p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 24px;
    color: #ffffff;
}

.bottom-two-sec-area .advertise-vertical-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 400px;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow {
    width: 50%;
    float: left;
    padding: 0 15px;
    clear: none;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow .mktoFieldWrap input {
    border-radius: 10px !important;
    padding: 12px 10px !important;
    outline: none !important;
    border: none !important;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow .mktoFieldWrap select {
    border-radius: 10px !important;
    padding: 12px 10px !important;
    outline: none !important;
    border: none !important;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow:nth-child(2) {
    width: 100%;
    float: none;
    padding-left: 0;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow:nth-child(odd) {
    padding-left: 0;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow:nth-child(even) {
    padding-right: 0;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow:last-child {
    width: 100%;
    float: none;
    padding-left: 0;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow:nth-last-of-type(2) {
    width: 100%;
    float: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
}

.bottom-two-sec-area.media-pack-form-section .main-form-section form .mktoFormRow:nth-last-of-type(2) .mktoFieldDescriptor.mktoFormCol {
    width: 30px;
}

.bottom-two-sec-area.media-pack-form-section .main-form-section form .mktoFormRow:nth-last-of-type(2) .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 12px !important;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow:nth-child(16) .mktoFieldDescriptor {
    width: auto;
    margin-right: 10px;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow:nth-child(16) .mktoFieldDescriptor label {
    padding-top: 0;
}

.bottom-two-sec-area .main-form-section form .mktoFormRow .mktoHtmlText a {
    padding: 0;
}

.bottom-two-sec-area .main-form-section form .mktoButtonRow {
    width: 100%;
    float: none;
    padding-left: 0;
}

.bottom-two-sec-area .main-form-section form .mktoButtonRow button.mktoButton {
    font-size: 16px !important;
}

.cg_form .cnt-marketo-form label strong {
    font-weight: 600;
}

.cg_form .collapse .mktoFormRow:nth-last-of-type(6) {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cg_form .collapse .mktoFormRow:nth-last-of-type(6) .mktoFieldDescriptor {
    width: 16px;
}

.cg_form .collapse .mktoFormRow:nth-last-of-type(6) .mktoFieldDescriptor label.mktoLabel {
    margin-bottom: 0;
}

.cg_form .collapse .mktoFormRow:nth-last-of-type(6) .mktoFieldWrap a {
    padding: 0;
}

/* partner with us page styling end here */


/* emotional advisory page styling starts here */

.emotional-advisory-section {
    margin-bottom: 46px;
}

.emotional-advisory-section .adivisory-left-cnt-sec {
    padding-left: 26px;
}

.emotional-advisory-section .adivisory-left-cnt-sec h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: normal;
    margin-bottom: 36px;
}

.emotional-advisory-section .adivisory-left-cnt-sec h3 {
    font-size: 32px;
    line-height: 48px;
    font-weight: bold;
}

/* emotional advisory page styling end here */



/* request a demo page styling starts here */

.request-demo-main-section {
    margin-bottom: 65px;
}

.request-demo-main-section .request-bg-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 490px;
    border-radius: 0 0 16px 16px;
    position: relative;
}

.request-demo-main-section .request-cont-area {
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(8px);
    padding: 24px 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0 0 16px 16px;
}

.request-demo-main-section .request-cnt-sec h3 {
    font-size: 32px;
    line-height: 48px;
    color: #ffffff;
    margin-bottom: 8px;
}

.request-demo-main-section .request-cnt-sec p {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 5px;
}

/* request a demo page styling end here */


/* Partner HRD connect page styling starts here */

.hrd-connect-bg-section {
    margin-bottom: 32px;
}

.hrd-cont-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 525px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.hrd-cont-area::before {
    content: '';
    background: rgba(217, 217, 217, 0.8);
    backdrop-filter: blur(8px);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.hrd-cont-area .lft-hrd-cont-area {
    max-width: 595px;
    width: 100%;
    height: 100%;
}

.hrd-cont-area .lft-hrd-cont-area .lft-cnt-sec {
    width: 90%;
    margin: 0 auto;
    padding: 64px 0;
}

.hrd-cont-area .lft-hrd-cont-area .lft-cnt-sec img {
    margin-bottom: 56px;
}

.hrd-cont-area .lft-hrd-cont-area .lft-cnt-sec h1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 8px;
}

.hrd-cont-area .lft-hrd-cont-area .lft-cnt-sec h1 span {
    display: block;
    font-weight: bold;
}

.hrd-cont-area .lft-hrd-cont-area .lft-cnt-sec h5 {
    font-size: 24px;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 32px;
}

.hrd-cont-area .lft-hrd-cont-area .lft-cnt-sec a.btn {
    background-color: #000000;
    color: #ffffff;
}

.hrd-cont-area .lft-hrd-cont-area .lft-cnt-sec a.btn:hover {
    background: none;
    color: #6D6D6D;
}

.hrd-cont-area .rgt-hrd-cont-area {
    width: 50%;
    padding: 20px;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow {
    width: 50%;
    float: left;
    padding: 0 15px;
    clear: none;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow .mktoFieldWrap input {
    border-radius: 10px !important;
    padding: 10px !important;
    outline: none !important;
    border: none !important;
    color: rgba(0, 0, 0, 0.5);
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow .mktoFieldWrap select {
    border-radius: 10px !important;
    padding: 10px !important;
    outline: none !important;
    border: none !important;
    cursor: pointer;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-child(2) {
    width: 100%;
    float: none;
    padding-left: 0;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-child(odd) {
    padding-left: 0;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-child(even) {
    padding-right: 0;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:last-child {
    width: 100%;
    float: none;
    padding-left: 0;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(3) {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 15px 0 10px 0;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) .mktoFieldDescriptor {
    width: auto;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor {
    width: auto;
    margin-right: 10px;
    margin-bottom: 6px !important;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor label {
    padding-top: 0;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoButtonRow button[type="submit"] {
    background: #000;
    padding: 10px 24px;
    font-size: 12px;
    border-radius: 25px;
    font-family: 'Poppins', sans-serif;
}

.hrd-cont-area .rgt-hrd-cont-area form .mktoButtonRow button[type="submit"]:hover {
    background-color: #cc0000;
    color: #ffffff;
}

.hrd-cont-area .rgt-hrd-cont-area .cnt-marketo-form-container {
    margin-bottom: 20px;
}

.hrd-collective-section {
    margin-bottom: 32px;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-child(2) {
    width: 50%;
    float: left;
    padding-left: 0;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-child(odd) {
    padding-right: 0;
    padding-left: 15px;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-child(even) {
    padding-left: 0;
    padding-right: 15px;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow label strong {
    font-weight: 600;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(3) {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 0;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) .mktoHtmlText.mktoHasWidth a {
    color: #ff0000;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) .mktoFieldDescriptor.mktoFormCol {
    width: 30px;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(5) {
    padding-left: 0;
    padding-right: 15px;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(6) {
    padding-left: 15px;
    padding-right: 0;
}

.hrd-connect-bg-section.reg_form .rgt-hrd-cont-area form .mktoFormRow label#LbllearningAreas {
    line-height: 1.4 !important;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-child(2) {
    width: 50%;
    float: left;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-child(odd) {
    padding-left: 15px;
    padding-right: 0;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-child(even) {
    padding-left: 0;
    padding-right: 15px;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(7) {
    padding-right: 0;
    padding-left: 15px;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(6) {
    padding-left: 0;
    padding-right: 15px;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 0;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) .mktoFieldDescriptor.mktoFormCol label .mktoAsterix {
    display: none !important;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(4) .mktoFieldDescriptor.mktoFormCol {
    width: 30px;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow:nth-last-of-type(3) {
    width: 100%;
    float: none;
    padding-left: 0;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow label {
    width: auto !important;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow label .mktoAsterix {
    display: inline-block !important;
}

.hrd-connect-bg-section.register-form-section .hrd-cont-area .rgt-hrd-cont-area form .mktoFormRow label strong {
    font-weight: 600;
}

.hrd-collective-section .hrd-cnt-area {
    text-align: center;
    margin-bottom: 30px;
}

.hrd-collective-section .hrd-cnt-area p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}

.hrd-collective-section .hrd-cnt-area a.btn {
    background-color: #000000;
    color: #ffffff;
    margin-top: 24px;
}

.hrd-collective-section .hrd-cnt-area a.btn:hover {
    background: none;
    color: #6D6D6D;
}

.hrd-collective-section .hrd-cnt-area h2 {
    font-size: 26px;
    line-height: 1.3;
}

.hrd-collective-section .inform-bg-area {
    max-width: 596px;
    background: #E8E8E8;
    margin: 0 auto;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 16px;
}

.hrd-collective-section .inform-bg-area .inform-two-clmn-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 450px;
    margin: 0 auto;
}

.hrd-collective-section .inform-bg-area .inform-two-clmn-area .lft-cnt-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 36px;
}

.hrd-collective-section .inform-bg-area .inform-two-clmn-area .lft-cnt-sec h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 0;
}

.hrd-collective-section .inform-bg-area .inform-two-clmn-area .right-cnt-sec p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.hrd-collective-section .inform-bg-area .inform-two-clmn-area .right-cnt-sec p a {
    color: #000000;
    font-weight: bold;
    display: block;
}

.hrd-collective-section .btm-parah {
    max-width: 485px;
    margin: 0 auto;
    text-align: center;
}

.hrd-collective-section .btm-parah p {
    font-size: 14px;
    line-height: 21px;
}

.schedule-area {
    margin-bottom: 40px;
}

.schedule-area .schedule-bg-section {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 32px;
}

.schedule-area .schedule-bg-section .schedule-top-area {
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.schedule-area .schedule-bg-section .schedule-top-area h2 {
    margin-bottom: 0;
}

.schedule-area .schedule-bg-section .schedule-top-area a.btn {
    background-color: #000000;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
}

.schedule-area .schedule-bg-section .schedule-top-area a.btn:hover {
    background: none;
    color: #6D6D6D;
}

.schedule-area .hrd-slider-clm-area ul.list-icon {
    padding-left: 0;
    margin-bottom: 5px;
}

.schedule-area .hrd-slider-clm-area ul.list-icon li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    font-size: 12px;
    line-height: 18px;
    color: #949494;
    font-weight: bold;
}

.schedule-area .hrd-slider-clm-area ul.list-icon li:first-child {
    padding-left: 0;
    display: none;
}

.schedule-area .hrd-slider-clm-area ul.list-icon li:last-child {
    padding-right: 0;
}

.schedule-area .slick-current .hrd-slider-clm-area ul.list-icon li:first-child {
    display: inline-block;
}

.schedule-area .hrd-slider-clm-area ul.list-icon li span {
    padding-right: 8px;
    display: inline-block;
    vertical-align: middle;
}

.schedule-area .hrd-slider-clm-area .cnt-area {
    text-align: center;
}

.schedule-area .hrd-slider-clm-area .cnt-area img {
    margin: 0 auto 16px auto;
}

.schedule-area .slick-track {
    display: flex;
    align-items: flex-end;
}

.schedule-area .slick-slide.slick-active {
    display: block;
}

.schedule-area .hrd-slider-clm-area .show-cont {
    display: none;
}

.schedule-area .hrd-slider-clm-area .show-cont.active {
    display: block;
}

.schedule-area .hrd-slider-clm-area .show-cont p {
    display: block;
}

.schedule-area .hrd-slider-clm-area .cnt-area h2 {
    margin-bottom: 0;
}

.schedule-area .hrd-slider-clm-area .cnt-area h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.schedule-area .hrd-slider-clm-area {
    display: block;
}

.schedule-area .hrd-slider-clm-area {
    padding: 25px 10px;
    text-align: center;
    position: relative;
}

.schedule-area .hrd-slider-clm-area::after {
    content: '';
    background-color: #A4A4A4;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 17px;
    left: 0;
}

.schedule-area .hrd-slider-clm-area .cnt-area span.arw {
    position: absolute;
    width: 14px;
    height: 12px;
    display: inline-block;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.schedule-area .hrd-slider-clm-area .cnt-area span.arw::before {
    content: "\ea77";
    font-family: "remixicon";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.schedule-area .hrd-slider-clm-area .cnt-area span.arw::after {
    content: "\ea4d";
    font-family: "remixicon";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}

.schedule-area .schedule-btm-content h5 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    min-height: 40px;
}

.schedule-area button.slick-arrow {
    bottom: 42px;
    width: 24px;
    height: 24px;
    top: auto;
    bottom: 64px;
    z-index: 9;
}

.schedule-area button.slick-arrow::before {
    font-size: 28px;
    font-family: "remixicon";
    color: #000000;
    opacity: 1;
}

.schedule-area button.slick-arrow.slick-prev {
    left: -12px;
}

.schedule-area button.slick-arrow.slick-prev:before {
    content: "\ea63";
}

.schedule-area button.slick-arrow.slick-next {
    right: -12px;
}

.schedule-area button.slick-arrow.slick-next:before {
    content: "\ea6d";
}

.schedule-area .schedule-slider {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

/* .schedule-area .slick-current .schedule-btm-content h5{
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
} */
.partner-deck-section {
    margin-bottom: 48px;
}

.partner-deck-section h2 {
    font-size: 32px;
    line-height: 1.4;
}

.partner-deck-section .partn-deck-bg-area {
    background: #E8E8E8;
    border-radius: 16px;
    padding: 32px 20px;
    text-align: center;
}

.partner-deck-section .partn-deck-bg-area h2 {
    margin-bottom: 25px;
}

/* .partner-deck-section .partner-logo-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.partner-deck-section .partner-logo-area button.slick-arrow {
    bottom: 42px;
    width: 24px;
    height: 24px;
    top: 50%;
    bottom: auto;
    z-index: 9;
}

.partner-deck-section .partner-logo-area .logos-sec img {
    display: inline-block;
    margin: 0 auto;
}

.partner-deck-section .partner-logo-area button.slick-arrow::before {
    font-size: 28px;
    font-family: "remixicon";
    color: #000000;
    opacity: 1;
}

.partner-deck-section .partner-logo-area button.slick-arrow.slick-prev {
    left: -12px;
}

.partner-deck-section .partner-logo-area button.slick-arrow.slick-prev:before {
    content: "\ea63";
}

.partner-deck-section .partner-logo-area button.slick-arrow.slick-next {
    right: -12px;
}

.partner-deck-section .partner-logo-area button.slick-arrow.slick-next:before {
    content: "\ea6d";
}

.btm-five-slider .top-speaker-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btm-five-slider .top-speaker-sec a.btn {
    background-color: #000000;
    color: #ffffff;
}

.btm-five-slider .top-speaker-sec a.btn:hover {
    background-color: #ffffff;
    color: #000000;
}

/* Partner HRD connect page styling end here */

/* category page styling styling starts here */

.four-box-section {
    margin-bottom: 30px;
}

.four-box-section .four-column-sec {
    background-color: #ffffff;
    box-shadow: 0 0 10px 3px rgba(255, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin-bottom: 20px;
}

.four-box-section .four-column-sec .img-area {
    height: 150px;
}

.four-box-section .four-column-sec .img-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.four-box-section .four-column-sec .four-clm-cnt-area {
    padding: 24px;
}

.four-box-section .four-column-sec .four-clm-cnt-area h2 {
    font-size: 15px;
    line-height: 1.4;
    min-height: 59px;
}

.four-box-section .four-column-sec .four-clm-cnt-area h2 a {
    color: #000000 !important;
}

.four-box-section .four-column-sec .four-clm-cnt-area h4 {
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    color: #ff0000;
}

.four-box-section .four-column-sec .four-clm-cnt-area h4 a {
    color: #ff0000;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul {
    padding-left: 0;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    position: relative;
    font-size: 13px;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li i {
    display: inline-block;
    vertical-align: middle;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li a {
    color: rgb(178, 178, 178);
    display: inline-block;
    vertical-align: middle;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li:first-child {
    padding-left: 0;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li:first-child:after {
    content: "|";
    color: rgb(178, 178, 178);
    position: absolute;
    right: -4px;
}

.four-box-section .four-column-sec .four-clm-cnt-area .btm-icons-area ul li:last-child {
    padding-right: 0;
}

.category-two-column-area {
    margin-bottom: 40px;
}

.category-two-column-area .category-left-section {
    margin-bottom: 40px;
}

.category-two-column-area .catergory-right-area h5 {
    color: rgb(178, 178, 178);
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.category-two-column-area .catergory-right-area h6 {
    color: rgb(178, 178, 178);
    font-weight: 400;
    font-size: 12px;
}

.category-two-column-area .advertise-vertical-sec {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 100%;
}

.category-two-column-area .advertise-vertical-sec .ad_wrap {
    min-width: 100% !important;
    width: 100%;
}

.category-two-column-area .advertise-vertical-sec .ad_wrap iframe {
    width: 100%;
}

.category-two-column-area .advertise-vertical-sec .ad_wrap img {
    width: 100%;
    object-fit: contain;
}

.category-two-column-area .inline-slider-area .slick-list {
    padding-bottom: 60px;
}

.advertise-area .ad_wrap {
    min-width: 100% !important;
}

.advertise-area .ad_wrap iframe {
    width: 100%;
}

.advertise-area .ad_wrap img {
    width: 100%;
    object-fit: contain;
}

/* category page styling styling end here */


.pagination-section {
    text-align: center;
    margin-top: 30px;
}

.pagination-section .page-numbers {
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: #000;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
}

.pagination-section .page-numbers:hover {
    background: #ff0000;
    color: #ffffff;
}

.pagination-section .page-numbers.current {
    background: #ff0000;
    color: #ffffff;
}

.error404 .page-content {
    text-align: center;
    margin-bottom: 40px;
}

.error404 .page-content .search-form-main {
    margin-top: 20px;
}

.error404 .page-content .search-form-main form.search-form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.error404 .page-content .search-form-main form.search-form label {
    display: block;
    width: 100%;
}

.error404 .page-content .search-form-main form.search-form label input[type="search"] {
    width: 100%;
    display: block;
    padding: 8px 10px;
    outline: none;
}

.error404 .page-content .search-form-main form.search-form input[type="submit"] {
    display: inline-block;
    background-image: url('../images/search.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 17px;
    height: 17px;
    font-size: 0;
    background-color: transparent;
    box-shadow: none;
    outline: none;
    border: none;
    background-position: center;
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.page-template-default .wp-block-cover h2 {
    line-height: 1.4;
}

@media(max-width:61.9375em) {
    .programme {
        border: 1px solid #ccc
    }
}

.programme .tab {
    margin-right: 10px
}

@media(max-width:61.9375em) {
    .programme .tab {
        display: block;
        width: 100%;
        margin: 0;
        float: none
    }

    .programme .tab a {
        padding: 10px !important;
        width: 100%;
        border-radius: 0
    }

    .programme .tab h2 {
        text-align: left
    }
}

.programme .tab a {
    padding: 20px 30px;
    background-color: #f7f7f7
}

.programme .tab span {
    display: block;
    text-transform: uppercase;
    margin: 5px 0;
    color: #404040
}

.programme .tab h2 {
    font-weight: 300;
    font-size: 18px;
    color: #404040;
    text-align: left;
    margin: 0
}

.programme .tab.active a {
    background-color: #e81e23
}

.programme .tab.active a:hover,
.programme .tab.active a:focus {
    background-color: #e81e23
}

.programme .tab.active span {
    color: white
}

.programme .tab.active h2 {
    color: white
}

.programme__table {
    border: 1px solid #ccc;
    width: 100%
}

.programme__table tr {
    border-bottom: 1px solid #ccc
}

.programme__table tr .pt__time {
    width: 10%;
    text-align: center;
    padding: 20px
}

@media(max-width:48em) {
    .programme__table tr .pt__time {
        width: 100%;
        display: block;
        text-align: left;
        background-color: #f7f7f7;
        border-bottom: 1px solid #ccc
    }
}

.programme__table tr .pt__session-container {
    width: 90%;
    border-left: 1px solid #ccc
}

@media(max-width:48em) {
    .programme__table tr .pt__session-container {
        width: 100%;
        display: inline-block;
        border-left: 0
    }
}

.programme__table tr .pt__session-container .session-logo {
    height: 80px;
    margin: 10px
}

.programme__table tr .pt__session-container .list-pill {
    margin: 10px 0
}

.programme__table tr .pt__session-container .session {
    width: 100%;
    table-layout: fixed
}

.programme__table tr .pt__session-container .session tr {
    border-bottom: 0
}

.programme__table tr .pt__session-container .session tr td {
    padding: 20px;
    border-right: 1px solid #ccc;
    vertical-align: top
}

.programme__table tr .pt__session-container .session tr td:last-of-type {
    border-right: 0
}

@media(max-width:48em) {
    .programme__table tr .pt__session-container .session tr td {
        display: block;
        border-bottom: 1px solid #ccc;
        border-right: 0
    }

    .programme__table tr .pt__session-container .session tr td:last-of-type {
        border-bottom: 0
    }
}

.programme__table tr .pt__session-container .single-session {
    margin: 20px
}

.programme__table tr .pt__session-container h2 {
    font-weight: bold;
    font-size: 16px;
    color: #404040;
    text-align: left
}

.programme__table tr .pt__session-container ul {
    margin: 20px 0;
    padding-left: 19px
}

.programme__table tr .pt__session-container ul li {
    text-align: left
}

.programme__table tr .pt__session-container .session-speaker {
    color: #404040;
    font-weight: bold;
    display: block;
    margin: 5px 0
}

.programme__table tr .pt__session-container .session-speaker:hover {
    color: #e81e23
}

.programme__footer {
    padding: 30px 0
}

.programme__footer .tab-nav__switcher {
    display: inline-block;
    cursor: pointer;
    color: #e81e23;
    margin-right: 20px
}

@media(max-width:29.99em) {
    .programme__footer .tab-nav__switcher {
        display: block;
        margin: 0
    }
}

.programme__footer .back-to-top {
    text-align: right
}

.programme__footer .back-to-top a {
    color: #989898;
    position: relative;
    padding: 0 35px 0 0;
    display: block
}

.programme__footer .back-to-top a .fa {
    color: #404040;
    font-size: 30px;
    position: absolute;
    top: -7px;
    right: 0
}

@media(max-width:61.9375em) {
    .programme__footer .back-to-top a {
        margin: 30px 0 0 0
    }
}

a.new-programs {
    padding: 4px;
    font-size: 12px;
    text-transform: unset
}

.session__filterable p {
    color: #2b2e38
}

.timezoneh2 {
    font-size: 24px
}

.programme-new .days-container {
    position: relative;
    min-height: 55px
}

.programme-new .stream__list {
    padding: 0;
    margin: 10px 0;
    display: block !important
}

.programme-new .stream__list .list-pill {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
    padding: 8px 16px;
    border: 1px solid #414143;
    margin: 5px 0;
    border-radius: 30px;
    font-size: 13px;
    color: #414143
}

.programme-new .stream__list .list-pill a:hover {
    color: #e81e23 !important
}

.programme-new .stream__list .list-pill.active a {
    color: white !important
}

.programme-new .stream__list .list-pill.active .stream__icon {
    background-image: url("../images/filter-close-icon.png")
}

@media(max-width:29.99em) {
    .programme-new .stream__list .list-pill {
        min-width: 49%
    }
}

.programme-new .stream__icon {
    width: 12px;
    height: 12px;
    background-image: url("../images/filter-icon.png");
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 5px
}

.programme-new .days {
    background-color: #e81e23;
    width: 100%;
    max-width: 555px
}

.programme-new .days__fixed {
    position: fixed;
    z-index: 99;
    top: 100px
}

@media(max-width:66.74em) {
    .programme-new .days__fixed {
        top: 80px
    }
}

@media(max-width:61.9375em) {
    .programme-new .days__fixed {
        left: 0;
        max-width: 100%
    }
}

@media(min-width:62em) and (max-width:75em) {
    .programme-new .days__fixed {
        max-width: 455px
    }
}

.programme-new .days__list {
    padding: 10px;
    margin: 0;
    text-align: center
}

.programme-new .days__list li {
    display: inline-block;
    margin: 5px 10px
}

.programme-new .days__list li.active a {
    font-weight: bold;
    border-bottom: 2px solid white;
    opacity: 1
}

.programme-new .days__list li a {
    font-size: 16px;
    color: white;
    border-bottom: 2px solid #e81e23;
    opacity: .8
}

.programme-new .days__list li a.active,
.programme-new .days__list li a:hover {
    font-weight: bold;
    border-bottom: 2px solid white;
    opacity: 1
}

.programme-new__row {
    margin-top: 10px;
    margin-bottom: 10px
}

.programme-new__row h1 a,
.programme-new__row h2 a,
.programme-new__row h3 a,
.programme-new__row h4 a,
.programme-new__row h5 a {
    font-weight: 700;
    color: black;
    text-align: left
}

.programme-new__row-time {
    padding-top: 10px;
    padding-bottom: 10px
}

@media(max-width:24.375em) {
    .programme-new__row-time {
        width: 20%
    }
}

.programme-new__row-session {
    border-left: 2px solid #9f9f9f;
    padding: 10px 0 10px 10px;
}

@media(max-width:24.375em) {
    .programme-new__row-session {
        width: 80%
    }
}

.programme-new__row-session>span {
    font-weight: 300;
    font-size: 16px
}

.programme-new__row-session>span a {
    font-weight: 700;
    color: black
}

.programme-new__row-session small {
    display: block;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 4px;
    text-transform: uppercase
}

.programme-new__row-session .programme-new__row-session {
    margin-top: 10px;
    margin-bottom: -10px
}

@media(max-width:24.375em) {
    .programme-new__row-session .programme-new__row-session {
        width: 100%
    }
}

.programme-new__row-speakers {
    margin-top: 10px;
    margin-bottom: 10px
}

.programme-new__row-speakers h5 {
    font-size: 14px;
    text-align: left;
    color: black;
    margin-bottom: 4px
}

.programme-new__row-speakers span {
    display: block;
    font-weight: 300
}

.programme-new__row-speakers .speaker-moderator {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 3px
}

.programme-new__row-speakers--company img {
    margin-top: 10px;
    margin-bottom: 20px;
}

.programme-new__row-footer {
    margin-top: 5px
}

.programme-new__row-footer span {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 6px;
}

.programme-new__row-footer span:first-child {
    padding-left: 0;
}

.programme-new__row-footer span:last-child {
    padding-right: 0;
}

.programme-new__row-footer .read-more {
    float: right;
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 2px
}

.programme-new__modal .container {
    position: relative
}

@media(min-width:61.9375em) {
    .programme-new__modal .modal-dialog {
        max-width: 50%;
        position: absolute;
        right: 0;
        top: 75px
    }
}

.programme-new__modal .modal-content {
    padding: 25px
}

.programme-new--logged-in .days__fixed {
    top: 130px
}

.wp-block-cover__inner-container p {
    line-height: 1.4;
}

.newsletterArea .field_wrap_pref select {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.about-us-top-content-area h2 {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.is-layout-flex.wp-block-buttons .block-button {
    padding: 0;
}

.community.has-background {
    display: block;
    padding-top: 30px;
}

.solsub-section {
    width: 80%;
    margin: 0 auto;
}

.solsub-section .link-wrap-sec {
    flex-basis: auto !important;
    max-width: 330px;
}

.solsub-section .link-sec {
    border-radius: 20px;
}

.solsub-section .link-sec h5 {
    font-size: 24px !important;
    font-weight: bold;
    line-height: 1.4;
}

.solsub-section .cnt-sec h2 {
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.solsub-section .cnt-sec p {
    line-height: 1.5;
}

.solsub-section .wp-block-button a {
    font-size: 16px !important;
}

.solsub-section .buttons-sec .wp-block-button__width-25 {
    width: auto !important;
}

.solsub-section .buttons-sec p {
    font-size: 16px;
    line-height: 1.5;
}

.hrd-bg-section .wp-block-column p {
    text-align: center;
    font-size: 16px;
}

.hrd-bg-section .wp-block-image img {
    margin: 0 auto;
    display: block;
}

.wp-block-group h2 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.wp-block-group p {
    font-size: 16px;
    line-height: 1.4;
}

.progress-circle-wrap .progress_circle {
    width: 200px;
    height: 200px;
    border: 8px solid #ff3939;
    border-radius: 50%;
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto 30px auto;
}

.progress-circle-wrap .progress_circle span {
    font-size: 24px;
    font-weight: bold;
    color: #545151;
}

.progress-circle-wrap .has-text-align-center {
    text-align: center;
}

.about-us-top-content-area p {
    font-size: 16px;
    line-height: 1.4;
}

.reg-section .form-block {
    border-left: 1px solid #000000;
    padding-left: 15px;
}

.reg-section .wp-block-table table img {
    display: block;
}

.reg-section .wp-block-table table a {
    color: #cc0000;
}

.reg-section .form-block p {
    margin-top: 20px;
}

.reg-section .form-block p a {
    color: #cc0000;
}

.reg-section .form-block .mktoFormRow:nth-last-of-type(4) {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-right: 0;
}

.reg-section .form-block .mktoFormRow:nth-last-of-type(4) .mktoFieldDescriptor.mktoFormCol {
    width: 30px;
}

.m-form .mktoFormRow input {
    border: 1px solid #e8e8e8;
    outline: none;
}

.m-form .mktoFormRow select {
    border: 1px solid #e8e8e8;
    outline: none;
}

.m-form .mktoFormRow label.mktoLabel {
    width: auto !important;
}

.m-form .mktoFormRow:nth-last-of-type(2) {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
    margin-top: 10px;
}

.m-form .mktoFormRow:nth-last-of-type(2) .mktoFieldDescriptor.mktoFormCol {
    width: 30px;
}

.m-form .mktoFormRow .mktoFieldWrap span a {
    color: #ff0000 !important;
}

.m-form .mktoFormRow:nth-last-of-type(2) .mktoFieldWrap label {
    width: 26px !important;
    line-height: 0px !important;
    position: relative;
    top: 0;
}

.m-form .mktoFormRow .mktoFieldWrap label .mktoAsterix {
    display: block !important;
}

.m-form .mktoFormRow .mktoFieldWrap span {
    font-weight: bold;
}

.social-icons ul li {
    display: inline-block;
    padding: 0 5px;
}

.social-icons ul li:first-child {
    padding-left: 0;
}

.social-icons ul li:last-child {
    padding-right: 0;
}

.social-icons ul li a svg {
    width: 30px;
    height: 30px;
}

.f-subscribe .mktoFormRow:nth-last-of-type(6) {
    width: 100%;
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}

.f-subscribe .mktoFormRow:nth-last-of-type(6) .mktoFieldDescriptor.mktoFormCol {
    width: 30px;
}

.f-subscribe .mktoFormRow:nth-last-of-type(6) .mktoFieldWrap label {
    width: 26px !important;
    line-height: 0px !important;
    position: relative;
    top: 5px;
}

.f-subscribe .mktoFormRow label.mktoLabel .mktoAsterix {
    display: inline-block !important;
}

.f-subscribe .mktoFormRow label.mktoLabel strong {
    font-weight: 600;
}

.f-subscribe .mktoFormRow fieldset legend {
    margin: 15px 0 !important;
    font-size: 14px;
    font-weight: bold;
}

.f-subscribe.m-form .mktoFormRow:nth-last-of-type(2) .mktoFieldWrap label {
    width: auto !important;
    line-height: normal !important;
    top: 0;
}

.two-column-article-section .right-scroll-section {
    height: 400px;
    overflow-x: hidden;
}

/* Scrollbar Styling */
.right-scroll-section::-webkit-scrollbar {
    width: 5px;
}

.right-scroll-section::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.right-scroll-section::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d;
}

.programme-new__modal.show {
    background-color: rgba(36, 36, 36, 0.7);
}

.programme-new__modal .modal-dialog {
    transform: none !important;
    left: 0;
    margin: 0 auto !important;
}

.programme-new__modal .container {
    max-width: 100%;
}

.programme-new__modal .modal-dialog .modal-header {
    position: relative;
    z-index: 99;
    padding: 0 !important;
}

.programme-new__modal .modal-dialog .modal-header button.close {
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    text-shadow: none;
    opacity: 1;
}

.programme-new__modal .modal-dialog .modal-header button.close span {
    font-weight: normal;
}

.programme-new__modal .modal-dialog .modal-content {
    height: auto;
}

.programme-new .programme-new__rh-col .modal-dialog {
    min-height: 100vh;
    margin: 0 auto;
}

.advertis-right-sec .ad_wrap {
    width: 100%;
    min-width: 100% !important;
}

.advertis-right-sec .ad_wrap iframe {
    width: 100%;
}

.advertis-right-sec .ad_wrap .ad_wrap img {
    width: 100%;
    object-fit: contain;
}

.reg-section .form-block .mktoFormRow label strong {
    font-weight: 600;
}

.profile-popup .modal-dialog {
    max-width: 1000px;
    width: auto;
}

.profile-popup .modal-dialog .modal-content {
    padding: 20px 0;
    height: auto;
}

.profile-popup .modal-dialog .modal-header {
    justify-content: unset;
    padding: 20px;
}

.profile-popup .modal-dialog .modal-header h5 {
    font-size: 24px;
}

.profile-popup .modal-dialog .modal-header h6 {
    font-weight: normal;
}

.profile-popup .modal-dialog .img-sec {
    margin-right: 25px;
}

.profile-popup .modal-dialog .img-sec img {
    border-radius: 50%;
}

.profile-popup .modal-dialog button.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    outline: none;
    box-shadow: none;
}

.profile-popup .modal-dialog .modal-body {
    padding: 20px 20px 0 20px;
}

.profile-popup .modal-dialog .modal-body p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.bg-header .right-img-sec {
    text-align: right;
}

.bg-header .custom-container,
.bottom-img-area .custom-container {
    max-width: 980px;
}

.bg-header .right-img-sec img,
.bottom-img-area img {
    width: 130px;
}

.content-section .custom-container {
    max-width: 980px;
}

.content-section .two-content-area {
    margin-bottom: 30px;
}

.content-section h2 {
    font-size: 34px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.content-section h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 20px;
}

.two-main-parah-sec {
    display: flex;
    justify-content: space-evenly;
    line-height: 30px;
}

.two-main-parah-sec .content-parah {
    width: 47%;
}

.content-section p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.content-parah ul {
    padding-left: 0;
}

.content-parah ul li {
    position: relative;
    padding-left: 40px;
}

.content-parah ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000000;
    position: absolute;
    top: 10px;
    left: 10px;
}

.content-section .table-section tr th {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: red;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
}

.content-section .table-section tr th:first-child {
    border-left: 1px solid #000000;
}

.content-section .table-section tr th:last-child {
    border-right: 1px solid #000000;
}

.content-section .table-section tr td {
    font-size: 12px;
    padding: 10px 6px;
    border: 1px solid #000000;
}

.content-section .table-section tr td p {
    font-size: 16px;
    margin-bottom: 15px;
}

.content-section .table-section tr td p:last-child {
    margin-bottom: 0;
}

.content-section .table-section tr td p strong {
    display: block;
}

.content-section .full-cnt-area {
    margin-bottom: 30px;
}

.content-section .full-cnt-area p {
    margin-bottom: 0;
}

.content-section .full-cnt-area h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.bottom-img-area {
    padding-top: 20px;
}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) {
    width: 100%;
    float: none;
    padding-left: 0;
    display: flex;
    align-items: center;
    padding: 15px 0 10px 0;
}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor.mktoFormCol {
    width: 30px;
}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 12px !important;
}

.main-form-section .buyers-guide-form form .mktoFormRow input[type="checkbox"] {
    opacity: 1;
}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) span.error {
    position: absolute;
    display: block;
    top: 15px;
}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(3) label::before {
    display: none;
}

.main-form-section .buyers-guide-form form .mktoFormRow:nth-last-of-type(4) {
    width: 100%;
    float: none;
    padding-right: 0;
    clear: both;
}

.article-content-area h1 {
    font-size: 44px !important;
    line-height: 1.3;
}

.article-content-area p {
    font-size: 18px;
    line-height: 34px;
    text-align: left;
}

.article-content-area ul {
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

figure {
    margin: 0 0 3rem;
}

#resourceModal .modal-content .mktoFormRow:nth-last-of-type(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#resourceModal .modal-content .mktoFormRow:nth-last-of-type(2) .mktoFieldDescriptor {
    width: 25px;
    margin-right: 5px;
}

#resourceModal .modal-content .mktoFormRow:nth-last-of-type(2) .mktoLogicalField {
    width: 31px !important;
}

#resourceModal .modal-content .mktoFormRow:nth-last-of-type(3) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

#resourceModal .modal-content .mktoFormRow:nth-last-of-type(3) .mktoFieldDescriptor {
    width: 25px;
    margin-right: 5px;
}

.hrdc-content .europe-menu {
    padding: 15px !important;
    background-color: #E9282D;
    ;
    max-width: 100% !important;
}

.hrdc-content .about-us-top-content-area {
    margin-bottom: 5px;
}

.hrdc-content .europe-menu.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    padding: 20px 0;
    z-index: 99;
}

.hrdc-content .europe-menu ul#menu-collective-europe-menu {
    max-width: 1230px;
    margin: 0 auto;
}

.hrdc-content .europe-menu ul {
    text-align: center !important;
}

.hrdc-content .europe-menu ul li a {
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
}

.hrdc-content .europe-menu ul li a:hover {
    color: #333333;
}

.hrdc-content .europe-menu ul li ul.sub-menu {
    background: #000000;
    z-index: 99;
    width: 170px;
}

.hrdc-content .europe-menu ul li ul.sub-menu li {
    padding: 7px 15px !important;
}

.hrdc-content .europe-menu ul li ul.sub-menu li a {
    color: #ffffff;
}

.speakers-grid .speaker-grid {
    background-color: white;
    border: 1px solid #ddd;
    margin: 0;
    padding: 75px 15px 15px 15px;
}

.speakers-grid .img-area {
    width: 150px;
    height: 150px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background-color: #9a9a9aeb;
    margin: 0 auto -75px auto !important;
    z-index: 1;
    position: relative;
}

.speakers-grid .img-area img {
    min-height: 150px;
    object-fit: cover;
}

.speakers-grid img.profile-logo {
    max-height: 55px;
    margin: 0 auto;
    display: block;
}

.speakers-grid .speaker-column-area {
    margin-bottom: 40px;
}

.speakers-grid .speakers-content-area {
    text-align: center;
    min-height: 100px;
    padding-top: 30px;
}

.speakers-grid .speakers-content-area h2 {
    font-size: 22px;
    color: #E9282D;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 44px;
}

.speakers-grid .speakers-content-area h2 a {
    color: #E9282D;
}

.speakers-grid .speakers-content-area h4 {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    min-height: 65px;
}

.article-content-area.resource {
    margin-bottom: 30px;
}

.article-content-area.resource p {
    font-size: 16px;
    line-height: 30px;
}

.article-content-area.resource .post__content {
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
}

.article-content-area.resource .post__content p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}

.article-content-area.resource .post__content p b {
    font-weight: normal;
}

.article-content-area.resource .post__content p a img {
    width: 100px;
}

.article-content-area.resource .post__content .resources_v2__end {
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.article-content-area.resource .post__content .post__content--conatiner {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}

.article-content-area.resource .post__content--conatiner .well {
    padding: 19px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.article-content-area.resource .post__content--conatiner figure.wp-caption {
    width: 100% !important;
    text-align: left;
    margin-bottom: 20px;
}

.article-content-area.resource .post__content--conatiner figure.wp-caption figcaption.wp-caption-text {
    margin-top: 24px;
}

.resources-article-banner {
    position: relative;
}

.resources-article-banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
}

.resources-article-banner .full-bg-cnt-sec {
    position: relative;
    z-index: 99;
}

.single .article-content-area h2,
.single .article-content-area h3 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: bold;
}

.single .article-content-area h2 strong,
.single .article-content-area h3 strong {
    font-size: 26px;
    line-height: 1.3;
}

.single .mktoFormRow:nth-of-type(12),
.single .mktoFormRow:nth-of-type(13) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.single .mktoFormRow:nth-of-type(12) .mktoFormCol,
.single .mktoFormRow:nth-of-type(13) .mktoFormCol {
    width: auto;
}

.single .mktoFormRow:nth-of-type(12) .mktoFieldDescriptor,
.single .mktoFormRow:nth-of-type(13) .mktoFieldDescriptor {
    width: auto;
    margin-right: 10px;
}

.single .mktoFormRow:nth-of-type(12) .mktoFieldDescriptor>label,
.single .mktoFormRow:nth-of-type(13) .mktoFieldDescriptor>label {
    padding: 0;
}

.single .mktoFormRow:nth-of-type(12) .mktoFieldDescriptor .mktoCheckboxList {
    width: auto !important;
}

/* business trnsformation register form tweak starts here */
.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoError {
    right: unset !important;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) {
    display: flex;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoError {
    bottom: -14px !important;
    white-space: nowrap !important;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
    width: auto;

}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
    width: auto;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap {
    width: auto !important;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLabel {
    display: none;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input {
    margin-top: 3px;
    width: 13px !important;
    opacity: 1;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label {
    margin-bottom: 0;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label:before {
    content: unset;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
}

.single .modal__cg-container #register .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
}

/* business trnsformation register form tweak ends here */

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoError {
    right: unset !important;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) {
    display: flex;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoError {
    bottom: -14px !important;
    white-space: nowrap !important;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
    width: auto;

}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
    width: auto;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap {
    width: auto !important;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLabel {
    display: none;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input {
    margin-top: 3px;
    width: 13px !important;
    opacity: 1;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label {
    margin-bottom: 0;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label:before {
    content: unset;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
}

#my_account_regn .well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoError {
    right: unset !important;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) {
    display: flex;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoError {
    bottom: -14px !important;
    white-space: nowrap !important;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
    width: auto;

}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
    width: auto;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap {
    width: auto !important;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLabel {
    display: none;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input {
    margin-top: 3px;
    width: 13px !important;
    opacity: 1;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label {
    margin-bottom: 0;
}

/* ****  Gating form style fix  **** */
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9),
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) {
    display: flex;
    flex-direction: row-reverse;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoError,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoError {
    bottom: -14px !important;
    white-space: nowrap !important;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor {
    width: auto;

}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor {
    width: auto;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor .mktoFieldWrap,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor .mktoFieldWrap {
    width: auto !important;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor .mktoFieldWrap .mktoLabel,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor .mktoFieldWrap .mktoLabel {
    display: none;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input {
    margin-top: 3px;
    width: 13px !important;
    opacity: 1;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label {
    margin-bottom: 0;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label:before,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label:before {
    content: unset;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
}

.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(9) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField,
.marketo-gating-form.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(10) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
    width: auto !important;
}

/* **************************** */

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField input+label:before {
    content: unset;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
}

#my_account_regn.well .cnt-marketo-form-container .cnt-marketo-form .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoLogicalField {
    border: 0;
}

/* subscription form on details page */
#subscription-form-section {
    padding: 25px;
    border: 2px solid #918f8f;
    clear: both;
    margin-top: 50px;
    margin-bottom: 10px;
}

#subscription-form-section h2 {
    margin-top: 0;
}

#subscription-form-section .cnt-marketo-form {
    font-family: inherit !important;
    width: 100% !important;
}

#subscription-form-section .cnt-marketo-form a {
    padding: 0 !important;
    font-weight: inherit !important;
    font-size: inherit !important;
}

#subscription-form-section .cnt-marketo-form .mktoHtmlText {
    font-size: 16px;
}

#subscription-form-section button[type="submit"] {
    cursor: pointer !important;
    color: #fff !important;
    padding: 7px 10px !important;
    border-radius: 5px !important;
    background: #FF0000 !important;
    box-shadow: none !important;
    border: 0 !important;
}

#subscription-form-section .mktoButtonRow {
    text-align: center;
    width: 100%;
}

#subscription-form-section .mktoForm .mktoRequiredField label.mktoLabel {
    display: flex;
    font-size: 17px;
}

#subscription-form-section .mktoForm .mktoAsterix {
    padding-left: 0;
    padding-right: 5px;
}

#subscription-form-section .mktoForm .mktoFormRow {
    display: flex;
    align-items: flex-start;
}

#subscription-form-section .mktoHtmlText {
    font-size: 17px;
}

#subscription-form-section .mktoForm .mktoFormCol {
    width: 100%;
    margin-bottom: 0px !important;
}

#subscription-form-section .mktoForm .mktoFieldWrap {
    display: flex;
    flex-direction: column;
    width: 100%
}

#subscription-form-section .mktoForm input[type=text],
#subscription-form-section .mktoForm input[type=url],
#subscription-form-section .mktoForm input[type=email],
#subscription-form-section .mktoForm input[type=tel],
#subscription-form-section .mktoForm input[type=number],
#subscription-form-section .mktoForm input[type=date],
#subscription-form-section .mktoForm select.mktoField,
#subscription-form-section .mktoForm textarea.mktoField {
    width: 100% !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    padding: 8px 16px !important;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) .mktoFieldDescriptor {
    width: auto !important;
    display: flex;
    align-items: center;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoCheckboxList.mktoInvalid {
    border: 1px solid transparent !important;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoCheckboxList {
    padding-left: 0 !important;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap .mktoGutter {
    display: none;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap {
    flex-direction: row-reverse;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) .mktoFieldDescriptor .mktoFieldWrap>label {
    padding-top: 2px !important;
}

#subscription-form-section .mktoForm .mktoFormRow:nth-child(4) .mktoHtmlText.mktoHasWidth {
    width: auto !important;
}

.mktoForm .mktoError .mktoErrorMsg {
    max-width: none !important;
}

.engage-hub {
    position: relative;
}

.engage-hub .archive-title {
    margin-bottom: 40px;
    display: table;
    width: 100%;
}

.engage-hub .vp__pinned-content-slide {
    height: 450px !important;
    padding: 25px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.engage-hub .vp__pinned-content-slide * {
    position: relative;
    z-index: 5 !important;
}

.engage-hub .vp__pinned-content-slide__content h2 {
    font-size: 2rem;
    line-height: unset;
    font-weight: unset;
}

.engage-hub .slick-dots {
    bottom: -25px;
}

.engage-hub .ab__link {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: url('../images/hrd-graphic-box.png');
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}

.engage-hub .section__ab-container {
    padding-left: 0;
    padding-right: 0;
}

.engage-hub .ab__link h4 {
    padding-right: 28%;
}

.engage-hub .ab__link .ab--subscribe__signup {
    color: #ff0000;
}

#signup-bar {
    background: #ff0000;
    height: auto;
    line-height: 24px;
    color: white;
    text-align: center;
    z-index: 999;
}

#signup-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#signup-bar.fixed.bottom {
    bottom: 0;
    top: auto;
    z-index: 9999999;
}

#signup-bar p {
    margin: 0;
    padding: 10px 0;
}

#signup-bar a {
    color: white;
    text-decoration: underline;
}

#signup-bar a:hover {
    color: #ccc;
}

#signup-bar .sb-enable {
    color: white;
    display: inline-block;
    text-decoration: none;
    padding: 20px 15px;
    background: transparent;
    width: 100%;
    font-size: 1.5em;
}

#signup-bar .sb-enable:hover {
    background: #ff0000;
    color: white;
}

#signup-bar .sb-disable {
    color: white;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    margin-left: 20px;
    padding: 2px 15px;
    background: transparent;
    border: 2px solid white;
}

#signup-bar .sb-disable:hover {
    background: #ff0000;
    color: white;
}

@media (max-width: 64em) {
    #signup-bar .sb-disable {
        margin-top: 5px;
    }
}

#signup-bar .sb-policy {
    background: black;
}

#signup-bar .sb-policy:hover {
    background: black;
}

.events-sidebar .events-sidebar-list {
    padding: 16px;
}

.events-sidebar .inline-column-sec {
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 13px;
    padding-left: 0;
    padding-right: 0;
}

.events-sidebar .inline-column-sec:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.events-sidebar .inline-column-sec .inline-clm-cnt-sec h5 {
    font-size: 14px;
    min-height: unset;
    margin-bottom: 18px;
}

.events-sidebar .inline-column-sec .inline-column-img-area {
    background-size: cover;
    min-height: 125px;
    margin-bottom: 10px;
}

.events-sidebar .inline-column-sec .inner-cnt .ab__partnership,
.box-slider-area .ab__partnership {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin-bottom: 5px;
}

.events-sidebar .inline-column-sec .inner-cnt .ab__partnership img {
    max-width: 135px;
    max-height: 25px;
    margin-left: 2px;
}

.ab__partnership .ab__partnership__title {
    color: #000;
}

.box-slider-area .ab__partnership img {
    max-width: 135px;
    max-height: 30px;
    margin-left: 2px;
}

.cnt-area-btm .inline-cnt-area {
    margin-top: 0;
}

.cnt-area-btm {
    margin-top: auto;
}

.ab__info_time {
    display: inline-block;
    position: relative;
    min-width: 40px;
    margin-right: 5px;
    padding-right: 5px;
    font-size: 14px;
    opacity: 0.6;
}

.events-sidebar .events-sidebar__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.events-sidebar .events-sidebar__head h4 {
    padding-left: 5px;
}

.events-sidebar .events-sidebar__head h5{
    margin-bottom: 0;
    max-width: 65%;
}

.events-sidebar .events-sidebar__head a {
    color: #cc0000;
    font-size: 14px;
}

@media (max-width: 767px) {
    .events-sidebar .events-sidebar-list {
        box-shadow: none;
        margin: 0 -20px 20px;
    }

    .events-sidebar .inline-column-sec {
        padding-left: 10px;
        padding-right: 10px;
        border: none;
    }
}

.scroll-divider {
    margin: 20px;
}

.scroll-divider .single-post__next-article-divider {
    text-align: center;
    border: 1px solid #ffb6b6;
    background: #fff4f4;
    color: #ff0000;
    border-radius: 5px;
}

.scroll-divider .single-post__next-article-divider .fa {
    position: relative;
    top: -3px;
    margin: 0 5px;
}

.scroll-divider .single-post__next-article-divider h4 {
    font-size: 18px;
    margin: 10px 0;
}

.cnt-cg-btn.cnt-cg-btn-loadmore {
    display: block !important;
    margin: 20px auto !important;
    border: none;
    display: block;
    width: auto !important;
    height: auto !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    font-weight: normal !important;
    filter: none !important;
    color: white !important;
    text-shadow: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.33333 !important;
    border-radius: 6px !important;
    border: 0 !important;
    display: inline-block;
    margin: 5px;
    background-color: #ff0000;
}

.container__related-articles {
    margin-top: 30px;
}