@import url(//db.onlinewebfonts.com/c/a78cfad3beb089a6ce86d4e280fa270b?family=Calibri);

:root {
    --screen-height: $number500;
    --home-screen-height: $number500
}

html {
    height: 100%;
    min-height: 100%
}

body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
    overflow-x: hidden;
    height: auto;
    min-height: 100%;
    font-family: "Calibri";
    font-size: 16px;
    font-weight: 400;
    color: #bf0808
}

body.overflow_body {
    overflow: hidden;
    overflow-y: scroll
}

app-root,
admin-root,
.height_100_box {
    display: block;
    height: 100%;
    min-height: 100%
}

p {
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    color: #1b1b19;
    font-size: 16px
}

.no_padding {
    padding: 0px !important
}

.clear,
.clearfix {
    clear: both
}

button,
button:focus,
a {
    outline: none !important;
    cursor: pointer
}

a {
    text-decoration: none;
    color: #bf0808;
    cursor: pointer;
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    color: #bf0808
}

.dropdown-menu {
    top: 75%;
    left: 10px;
    z-index: 1000;
    display: none;
    min-width: 150px;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    color: #FFF;
    text-align: left;
    list-style: none;
    background-color: rgba(27, 27, 25, 0.75);
    background-clip: padding-box;
    border: none;
    border-radius: 3px
}

.dropdown-menu .dropdown-item {
    color: #FFF
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    color: #FFF;
    text-decoration: none;
    background-color: transparent
}

.dropdown-menu .dropdown-item:active {
    color: #FFF;
    text-decoration: none;
    background-color: transparent
}

.dropdown-menu .dropdown-item.active {
    color: #FFF;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600
}

.menu .dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 150px;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    color: #1b1b19;
    text-align: left;
    list-style: none;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    border-radius: 3px
}

.menu .dropdown-menu .dropdown-item {
    color: #1b1b19;
    padding-left: 40px
}

.menu .dropdown-menu .dropdown-item:hover,
.menu .dropdown-menu .dropdown-item:focus {
    color: #1b1b19;
    text-decoration: none;
    background-color: transparent
}

.menu .dropdown-menu .dropdown-item:active {
    color: #1b1b19;
    text-decoration: none;
    background-color: transparent
}

.menu .dropdown-menu .dropdown-item.active {
    color: #1b1b19;
    text-decoration: none;
    background-color: transparent;
    font-weight: 600
}

.menu .navbar {
    padding: 0
}

.menu .navbar .nav-item.active .nav-link {
    color: #bf0808
}

.menu .navbar .nav-link {
    font-size: 14px;
    padding: 10px 20px;
    font-weight: 600;
    color: #1b1b19;
    transition: all 0.1s ease-in-out
}

.menu .navbar .nav-link:hover {
    color: #bf0808
}

.menu .navbar .nav-link.dropdown-toggle:hover {
    color: #1b1b19
}

.menu .navbar .navbar-nav {
    margin: 0 auto
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 3px;
    vertical-align: 2px;
    content: "";
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-left: 4px solid transparent;
    color: #1b1b19;
    cursor: pointer
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px
}

li {
    list-style: none
}

b,
strong {
    font-family: "Calibri";
    font-weight: 500;
    margin-right: 5px
}

h1 {
    font-family: "Calibri";
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 15px 0;
    color: #1b1b19;
    text-transform: none
}

h2 {
    font-family: "Calibri";
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 15px 0;
    color: #bf0808
}

h3 {
    font-family: "Calibri";
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 15px 0;
    color: #bf0808
}

h5 {
    font-family: "Calibri";
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 0px 0;
    color: #bf0808
}

.container-fluid {
    width: 100%;
    max-width: 100%;
    padding: 0 30px
}

.p_0 {
    padding: 0
}

.p_15 {
    padding: 0 15px
}

.m_0 {
    margin: 0 !important
}

.pl_0 {
    padding-left: 0 !important
}

.pr_0 {
    padding-right: 0 !important
}

.ml_0 {
    margin-left: 0 !important
}

.mr_0 {
    margin-right: 0 !important
}

.mbt_15 {
    margin: 15px 0
}

.mb_15 {
    margin-bottom: 15px !important
}

.mb_5 {
    margin-bottom: 5px !important
}

.mb_35 {
    margin-bottom: 35px
}

.w-100 {
    width: 100% !important
}

.h-100 {
    height: 100% !important
}

.b_rb {
    border-bottom: 1px solid #f5f5f5;
    padding: 15px
}

.b_rb.grey_box {
    background: #fbfbfb
}

.br_0 {
    border-right: 0 !important
}

.bb_0 {
    border-bottom: 0 !important
}

.theme_btn {
    background: #bf0808;
    border: 1px solid #bf0808;
    border-radius: 30px;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    transition: all 0.5s ease-in-out;
    margin: 15px 0px 0px 0px;
    display: inline-block
}

.theme_btn:hover {
    background: transparent;
    color: #bf0808
}

.themeoption_btn {
    background: #1b1b19;
    border: 1px solid #1b1b19;
    border-radius: 30px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #FFF;
    transition: all 0.5s ease-in-out;
    margin: 15px 0px 0px 0px;
    display: inline-block
}

.themeoption_btn:hover {
    background: transparent;
    color: #1b1b19
}

.p_inner {
    padding: 50px 0 86px 0
}

h2.block_heading {
    font-weight: 700;
    font-size: 38px;
    position: relative;
    line-height: 42px
}

h2.block_heading span {
    color: #bf0808
}

.black_bg {
    background: #1b1b19;
    color: #FFF
}

.black_bg h2.block_heading {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    position: relative;
    line-height: 42px
}

.black_bg h2.block_heading span {
    color: #FFF
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    z-index: 999;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 12px;
    padding: 7px 0
}

h3.block_left_title {
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
    color: #1b1b19;
    line-height: 30px
}

h3.block_left_title.white_font {
    color: #FFF
}

.nav-tabs {
    border-bottom: 0
}

.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active span.position_head {
    color: #bf0808
}

.nav-pills {
    background: #1b1b19;
    border-radius: 20px
}

.nav-pills .nav-link {
    color: #FFF;
    font-weight: 600
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #FFF;
    border-radius: 20px;
    font-weight: 600;
    color: #1b1b19;
    border: 1px solid
}

p.mb_35 {
    margin-bottom: 35px !important
}

.owl-carousel .owl-item .owl-item {
    width: 100%;
    text-align: center;
    display: block
}

.owl-carousel .owl-nav div.owl-prev {
    background: url(../images/prev_small.png) left top no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: -35px;
    top: 40%;
    background-size: 100%;
    opacity: 0.5;
    transition: all 0.5s ease-in-out
}

.owl-carousel .owl-nav div.owl-prev:hover {
    opacity: 1
}

.owl-carousel .owl-nav div.owl-next {
    background: url(../images/next_small.png) left top no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: -35px;
    top: 40%;
    background-size: 100%;
    opacity: 0.5;
    transition: all 0.5s ease-in-out
}

.owl-carousel .owl-nav div.owl-next:hover {
    opacity: 1
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
    display: none !important
}

.br_t {
    border-top: 1px solid #1b1b19;
    padding: 15px 0 0 0
}

#MiddleName {
    display: none
}

.blog_iframe .navbar {
    height: 30px;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    background: #dcdcdc
}

.blog_iframe .content {
    padding-top: 15px
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none
}

.form-control.is-valid:focus,
.was-validated :valid.form-control {
    border-color: #ced4da !important;
    background-image: inherit !important;
    box-shadow: inherit !important
}

.form-control:focus {
    box-shadow: none
}

.back_to_home {
    position: relative;
    right: 10px;
    z-index: 9;
    float: right
}

.form-control {
    font-size: 18px
}

header {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #FFF;
    padding: 10px 0
}

header .navigation_block {
    position: relative;
    z-index: 9;
    padding: 10px 0
}

header .navigation_block .navbar {
    padding: 0
}

header .navigation_block .navbar .nav-item.active .nav-link {
    color: #bf0808;
    border-bottom: 2px solid #bf0808
}

header .navigation_block .navbar .nav-link {
    font-size: 16px;
    padding: 0 0 5px 0;
    font-weight: 600;
    color: #1b1b19;
    transition: all 0.1s ease-in-out;
    display: inline-block
}

header .navigation_block .navbar .nav-link:hover {
    color: #bf0808;
    border-bottom: 2px solid #bf0808
}

header .navigation_block .navbar .nav-link.dropdown-toggle:hover {
    color: #1b1b19;
    border-bottom: 0
}

header .navigation_block .navbar .navbar-nav {
    margin: 0 auto
}

header .navigation_block .navbar .nav-item {
    padding: 10px
}

header .navigation_block .navbar .animated-icon2 {
    width: 20px;
    height: 10px;
    position: relative;
    margin: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

header .navigation_block .navbar .animated-icon2 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 9px;
    background: #FFF;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

header .navigation_block .navbar .animated-icon2 span:nth-child(1) {
    top: 0
}

header .navigation_block .navbar .animated-icon2 span:nth-child(2),
header .navigation_block .navbar .animated-icon2 span:nth-child(3) {
    top: 7px
}

header .navigation_block .navbar .animated-icon2 span:nth-child(4) {
    top: 14px
}

header .navigation_block .navbar .animated-icon2.open span:nth-child(1) {
    top: 11px;
    width: 0%;
    left: 50%
}

header .navigation_block .navbar .animated-icon2.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

header .navigation_block .navbar .animated-icon2.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header .navigation_block .navbar .animated-icon2.open span:nth-child(4) {
    top: 11px;
    width: 0%;
    left: 50%
}

header .navigation_block .navbar .navbar-toggler {
    padding: 10px 10px 15px 10px
}

header .navigation_block .navbar .navbar-brand {
    margin-right: 0 !important
}

header .social_btn_block {
    padding: 16px 0;
    text-align: right
}

header .social_btn_block ul li {
    display: inline-block;
    margin-right: 18px;
    vertical-align: middle;
    line-height: 0
}

header .social_btn_block ul li a {
    font-size: 30px
}

header .social_btn_block ul li.consultant_btn a {
    background: #bf0808;
    color: #FFF;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 20px;
    font-weight: 600
}

header .social_btn_block ul li.linkedin_btn a,
header .social_btn_block ul li.linkedin_btn .fa {
    color: #0078b0;
    font-size: 30px
}

header.fixed-me {
    transition: all 0.5s ease-in-out;
    background-color: #FFF !important;
    padding: 0 !important;
    margin-bottom: 5px;
    width: 100%;
    box-shadow: 0 0 5px #dcdcdc
}

header.fixed-me .logo_block img {
    width: 150px;
    transition: all 0.5s ease-in-out
}

header.fixed-me .navigation_block {
    padding: 7px 0;
    transition: all 0.5s ease-in-out;
    top: -3px
}

header.fixed-me .social_btn_block {
    padding: 14px 0;
    transition: all 0.5s ease-in-out
}

header.header_home {
    padding: 10px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    box-shadow: none;
    background: transparent
}

.menu {
    width: 100%;
    right: 0;
    height: 100%;
    background: #FFF;
    position: fixed;
    display: block;
    right: -100%;
    transition: all 0.5s ease-in 0s;
    overflow: hidden;
    visibility: hidden;
    z-index: 99999 !important
}

.menu.active {
    box-shadow: 0 0 1px #dcdcdc;
    padding: 15px 25px;
    overflow-x: hidden;
    overflow-y: auto;
    right: 0;
    transition: all 0.5s ease-in 0s;
    visibility: visible;
    width: 350px
}

.close-menu {
    position: absolute;
    z-index: 9999 !important;
    top: 20px;
    right: 20px;
    font-size: 24px;
    line-height: 1;
    color: #1b1b19;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.banner_block {
    background-position: center !important;
    background: url(../images/homebgmain.jpg);
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    width: 100%
}

.banner_block h6 {
    color: #1b1b19;
    font-size: 74px;
    margin-bottom: 0px;
    font-weight: 600
}

.banner_block h1.welcome_msg {
    color: #1b1b19;
    font-size: 52px;
    font-weight: 900;
    margin: 1% 15%;
    line-height: 70px
}

.banner_block .container-fluid {
    z-index: 2
}

.banner_block p {
    font-size: 24px;
    margin: 0% 15%;
    line-height: 30px;
    font-weight: 500
}

.banner_block .theme_btn,
.banner_block .themeoption_btn {
    padding: 10px 20px;
    font-size: 16px;
    margin: 50px 5px 0px 5px;
    font-weight: 600
}

.banner_block .scroll_down.themeoption_btn {
    background: transparent;
    border: 1px solid #1b1b19;
    border-radius: 30px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #1b1b19;
    transition: all 0.5s ease-in-out;
    display: inline-block
}

.banner_block .scroll_down.themeoption_btn:hover {
    background: #1b1b19;
    color: #FFF
}

.banner_block .home_screen_bg {
    display: table
}

.banner_block .home_screen_bg .homescreen_block {
    padding: 0px 0px;
    height: var(--home-screen-height);
    vertical-align: middle;
    display: table-cell;
    position: relative;
    width: inherit
}

.breadcrumb_block.webinar_banner,
.breadcrumb_block.resources_banner,
.breadcrumb_block.video_banner,
.breadcrumb_block.guides_banner {
    background-size: cover !important;
    background: linear-gradient(rgba(27, 27, 25, 0.7), rgba(27, 27, 25, 0.7)), url(../images/commonbanner.jpg)
}

.breadcrumb_block.contact_banner {
    background-size: cover !important;
    background: linear-gradient(rgba(27, 27, 25, 0.7), rgba(27, 27, 25, 0.7)), url(../images/contact-us-banner.jpg)
}

.breadcrumb_block.research_services_banner,
.breadcrumb_block.our_services_banner,
.breadcrumb_block.education_banner,
.breadcrumb_block.assessment_banner,
.breadcrumb_block.about_banner {
    background-position: center !important;
    background-size: cover !important;
    background: linear-gradient(rgba(27, 27, 25, 0.7), rgba(27, 27, 25, 0.7)), url(../images/about-us-banner.jpg)
}

.breadcrumb_block {
    background-position: center !important;
    color: #FFF;
    text-align: center;
    color: #FFF;
    background: linear-gradient(rgba(27, 27, 25, 0.7), rgba(27, 27, 25, 0.7)), url(../images/webinar.jpg);
    background-size: cover
}

.breadcrumb_block h1.breadcrumb_heading {
    color: #FFF;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px
}

.breadcrumb_block ul li {
    display: inline-block
}

.breadcrumb_block ul li a {
    font-weight: 600;
    color: #FFF
}

.breadcrumb_block ul li.breadcrumb-item.active {
    color: #FFF;
    font-weight: 600
}

.breadcrumb_block ul li.breadcrumb-item.active a {
    font-weight: 400
}

.breadcrumb_block ul .breadcrumb-item+.breadcrumb-item::before {
    color: #FFF
}

.breadcrumb_block h1 {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 36px
}

.breadcrumb_block p {
    color: #FFF
}

.breadcrumb_block.p_inner {
    padding: 162px 0 50px 0
}

.breadcrumb_block.p_inner strong {
    display: block;
    padding: 15px;
    font-weight: 600
}

.about_block .about_block_left p {
    margin-bottom: 10px
}

.about_block .about_block_left img {
    border-radius: 3px
}

.about_block .about_block_left strong {
    display: inline;
    font-weight: 600;
    font-size: 16px
}

.about_block .about_block_right img {
    border-radius: 3px;
    margin: 0 auto;
    width: 100%
}

.about_block .about_block_right p {
    margin-bottom: 15px
}

.about_block .team_of_experts .team_of_experts_block {
    position: relative;
    transition: all .2s ease-out 0s;
    text-align: center;
    margin-bottom: 10px;
    height: 135px;
    width: 135px;
    margin: 0 auto
}

.about_block .team_of_experts .team_of_experts_block img {
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid #dcdcdc;
    padding: 1px;
    width: 100%;
    height: 100%
}

.about_block .team_of_experts .team_of_experts_block:after {
    content: "";
    display: block;
    background: #1b1b19;
    top: 0;
    bottom: 0;
    opacity: 0;
    transform: rotate3d(-1, 1, 0, 100deg);
    transition: all .4s ease-in-out 0s;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 50%
}

.about_block .team_of_experts .team_of_experts_block .box-content {
    top: 50%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate(10%, -30%);
    transform: translate(10%, -30%);
    transition: all .2s ease-out 0s;
    position: absolute;
    left: 0;
    right: 0
}

.about_block .team_of_experts .team_of_experts_block .box-content span {
    font-size: 15px;
    color: #FFF;
    transition: all .4s ease-in-out 0s
}

.about_block .team_of_experts .team_of_experts_block:hover .box-content {
    opacity: 1;
    transform: translate(0px, -50%);
    transition-delay: 0.2s
}

.about_block .team_of_experts .team_of_experts_block:hover:after {
    opacity: 0.9;
    transform: rotate3d(0, 0, 0, 0deg)
}

.about_block .team_of_experts .slider {
    width: 100%;
    position: relative;
    padding: 0 30px;
    display: block
}

.about_block span.position_head {
    color: #1b1b19;
    font-weight: 600;
    display: block;
    padding: 5px 0 15px;
    min-height: 75px;
    font-size: 14px
}

.about_block #our_team {
    padding-top: 15px
}

.about_block #our_team h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #bf0808
}

.about_block strong {
    display: block;
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 20px;
    color: #1b1b19
}

.service_block .service_block_left p {
    margin-bottom: 15px
}

.service_block .service_block_right img {
    border-radius: 3px;
    margin: 0 auto;
    width: 100%
}

.service_block .service_block_right h3 {
    text-align: center;
    font-weight: 600;
    font-size: 13px
}

.service_block .service_block_right .assessments_model span.steps {
    background: linear-gradient(rgba(27, 27, 25, 0.8), rgba(27, 27, 25, 0.8)), url(../images/assessment.jpg);
    background-size: cover;
    padding: 40px 0 40px 0;
    display: block;
    margin: 15px auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 16px
}

.service_block .service_block_right .education_model span.steps {
    background: linear-gradient(rgba(27, 27, 25, 0.8), rgba(27, 27, 25, 0.8)), url(../images/education.jpg);
    background-size: cover;
    padding: 40px 0 40px 0;
    display: block;
    margin: 15px auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 16px
}

.service_block .service_block_right .research_model span.steps {
    background: linear-gradient(rgba(27, 27, 25, 0.8), rgba(27, 27, 25, 0.8)), url(../images/research.jpg);
    background-size: cover;
    padding: 40px 0 40px 0;
    display: block;
    margin: 15px auto;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #FFF;
    font-weight: 600;
    font-size: 16px
}

.service_block ul.services_list li h3 {
    font-weight: 600;
    margin-bottom: 8px;
    line-height: 26px
}

.service_block ul.services_list li ul {
    padding-left: 15px
}

.service_block ul.services_list li ul li {
    color: #1b1b19;
    list-style: circle
}

.service_block ul.services_list li ul li:before {
    content: none
}

.service_block ul.services_list li ul li:after {
    content: none
}

.customer_block .customer_block_left img,
.resources_block .customer_block_left img {
    border-radius: 3px
}

.customer_block .customer_block_right p,
.resources_block .customer_block_right p {
    margin-bottom: 15px;
    margin-right: 15px
}

.customer_block .customer_block_right h3,
.resources_block .customer_block_right h3 {
    font-weight: 700;
    font-size: 24px
}

.customer_block .customer_block_right .theme_btn,
.resources_block .customer_block_right .theme_btn {
    margin: 0 0 15px 0
}

.resources_block .resources_blog_block img {
    border-radius: 3px;
    margin-bottom: 10px
}

.resources_block .resources_blog_block span {
    display: block;
    padding: 0 0 5px 0;
    font-size: 12px
}

.resources_block .resources_blog_block strong {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.resources_block .resources_blog_block p {
    min-height: 120px
}

.resources_block a span {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 10px 0
}

.resources_block h4 {
    color: #1b1b19;
    font-size: 24px;
    font-weight: 600
}

.resources_block .customer_block_right h3 {
    font-size: 16px;
    color: #1b1b19;
    min-height: 100px
}

.resources_block .customer_block_right strong {
    font-weight: 600;
    color: #1b1b19;
    margin-bottom: 5px;
    display: block
}

.resources_block .customer_block_right.webinar_block h3 {
    min-height: auto;
    font-size: 20px;
    color: #bf0808;
    margin-bottom: 10px
}

.resources_block .customer_block_right.webinar_block .theme_btn {
    background: #bf0808;
    border: 1px solid #bf0808;
    border-radius: 30px;
    padding: 7px 15px !important;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    transition: all 0.5s ease-in-out;
    margin: 5px 0 0 0;
    display: inline-block;
    line-height: inherit
}

.resources_block .customer_block_right.webinar_block .theme_btn:hover {
    background: transparent;
    color: #bf0808
}

.resources_block #home h3 {
    min-height: 100px
}

.resources_block #profile h3,
.resources_block #contact h3 {
    min-height: 40px
}

.blog_iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: relative
}

.blog_iframe iframe {
    height: calc(var(--home-screen-height) - 6px)
}

.blog_iframe .theme_btn {
    position: fixed;
    top: 7%;
    left: -1%;
    padding-left: 20px;
    border: 0
}

.resources_block.p_inner .theme_btn {
    margin: 0 0 15px 0;
    font-size: 12px;
    padding: 0 5px 0 0;
    border-radius: 15px;
    color: #FFF;
    background: #bf0808;
    line-height: 0
}

.resources_block.p_inner .theme_btn i {
    margin-right: 5px;
    background: #FFF;
    color: #bf0808;
    padding: 5px 7px;
    font-size: 12px;
    border-radius: 15px 0 0 15px
}

.resources_block.p_inner .resources_blog_block button.theme_btn,
.resources_block.p_inner .customer_block_right button.theme_btn,
.resources_block.p_inner .modal-footer button.theme_btn {
    border-radius: 30px !important;
    padding: 7px 15px !important;
    font-size: 15px !important;
    margin: 5px 0 0 0 !important;
    line-height: inherit !important
}

.resources_block.p_inner .resources_blog_block button.theme_btn:hover,
.resources_block.p_inner .customer_block_right button.theme_btn:hover,
.resources_block.p_inner .modal-footer button.theme_btn:hover {
    background: transparent !important;
    color: #bf0808 !important
}

.resources_block.p_inner .scroll_past_webinars {
    height: 765px;
    position: relative;
    display: block;
    z-index: 9
}

.resources_block.p_inner .pagination {
    margin-top: 25px
}

.resources_block.p_inner .pagination .page-link {
    border: 1px solid #1b1b19;
    color: #bf0808
}

.resources_block.p_inner .pagination .page-link:hover {
    background-color: transparent;
    border-color: #1b1b19;
    color: #1b1b19
}

.resources_block.p_inner .pagination .page-item.disabled .page-link {
    color: #1b1b19
}

.resources_block.p_inner .pagination .page-item.active .page-link {
    background-color: #bf0808;
    border-color: #bf0808;
    color: #FFF
}

.resources_block.p_inner .pagination .page-item.disabled {
    cursor: not-allowed
}

.contact_block_right ul {
    text-align: center
}

.contact_block_right ul li {
    display: block;
    position: relative;
    padding: 10px 0 25px 0
}

.contact_block_right ul li span {
    display: block;
    font-size: 26px;
    margin: 5px;
    color: #1b1b19
}

.contact_block_right ul li .fa {
    font-size: 24px;
    margin: 0 5px
}

.contact_block_right ul li a {
    display: inline-block
}

.contact_block_right ul li.linkedin_btn {
    display: inline-block
}

.contact_block_right ul li.linkedin_btn a {
    color: #0078b0
}

.contact_block_right ul li.linkedin_btn a .fa-youtube-play {
    color: #bf0808
}

footer {
    z-index: 9;
    box-shadow: 0 0 2px #dcdcdc;
    background: #FFF;
    padding: 15px 0px 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 16px;
    color: #1b1b19
}

footer a {
    color: #1b1b19;
    transition: all 0.3s ease-in-out
}

footer a:hover,
footer a:focus {
    color: #bf0808
}

footer ul li {
    display: inline-block;
    color: #1b1b19;
    vertical-align: middle;
    position: relative
}

footer ul li a,
footer ul li span {
    padding: 0 10px;
    font-weight: 500
}

footer ul li a .fa,
footer ul li span .fa {
    font-size: 23px
}

footer ul li a .fa-linkedin-square,
footer ul li span .fa-linkedin-square {
    color: #0078b0
}

footer ul li a .fa-youtube-play,
footer ul li span .fa-youtube-play {
    color: #bf0808
}

footer ul li a.active {
    color: #bf0808
}

footer ul li::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 12px;
    background: #1b1b19;
    top: 4px;
    right: -2px
}

footer ul li:last-child::after {
    content: none
}

footer ul li:nth-child(8):after {
    content: none
}

footer ul li.active a {
    color: #bf0808
}

footer .footer_email_links {
    color: #FFF
}

footer .footer_email_links a {
    color: #FFF
}

footer .footer_email_links a:hover {
    color: #1b1b19
}

footer.footer_home {
    padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background: transparent;
    box-shadow: none
}

/*# sourceMappingURL=style.css.map */