.aligner-main {
    text-align: center !important;
}

.scroll-top-arrow {
    border-radius: 0px;
}

@media (min-width: 991px){
    .top-logo {
        display: none;
    }
}

@media (max-width: 991px){
    .top-logo {
        display: block;
        margin: 14px 35%;
    }
}

.grecaptcha-badge {
	visibility: collapse !important;  
	display:none !important;
}

.left-nav {
    position: fixed;
    top: 0;
    width: auto;
    left: 0;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    transition: all .3s ease 0s;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.sidebar-part2 .right-bg {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 90px;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.nav-icon:hover span, .nav-icon.active span {
    background-color: #1cd8d2;
}

.cn-button.wp-default {
    font-family: NationalWeb !important;
    line-height: 18px;
    padding: 5px 20px !important;
    background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 0px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}


.admin-bar nav, .admin-bar .no-sticky .navbar-non-sticky-top.navbar-brand-top {
    margin-top: 0px !important;
}

.left-nav-on .sidebar-part2 .sidebar-middle .sidebar-middle-menu .nav {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100% !important;
}

header .sidebar-part2 nav.navbar.bootsnav ul>li>a>.fa-angle-right {
    font-size: 25px;
    top: 0px !important;
    position: absolute;
    right: 17px;
    margin-right: 0;
}

.quote-align {
    background: rgba(28, 216, 210, 0.7) !important;
}   

@media (min-width: 991px){
    .quote-align {
    margin: 0 45px;
    background: rgba(28, 216, 210, 0.7) !important;
 }   
}

.quote-author h4 {
    font-family: Raleway;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0px;
    margin-top: 20px;
}

.popupvideo {
    display: inline-block !important;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Testimonials slider paddings */
.testimslider .vertical-align-middle {
    vertical-align: middle;
    padding: 0 40px;
}

/* .testimonials-custom .swiper-slide img {
    width: 200px !important;
} */

.title-for-posts h2 {
    font-size: 35px !important;
    line-height: 42px !important;
}

.title-for-posts h4 {
    font-size: 30px !important;
    line-height: 35px !important;
}


/* Main Menu Sidebar items colors */

header nav.navbar .navbar-nav>li.active>a, nav.navbar.bootsnav ul.nav>li.active>a, header nav.navbar .navbar-nav>li.current-menu-ancestor>a, nav.navbar.bootsnav ul.nav>li.current-menu-ancestor>a, header nav.navbar .navbar-nav>li.current-menu-item>a, nav.navbar.bootsnav ul.nav>li.current-menu-item>a {
    color: #0f0f0f !important;
}

header .sidebar-part2 nav.navbar.bootsnav ul.nav>li>a:hover {
    color: rgba(0,0,0,.6) !important;
}

/* Portfolio Menu Dropdown menu items */

.sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    box-shadow: none;
    height: auto;
    position: absolute;
    /* display: table; */
    transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    width: 250px !important;
    /* padding: 0 !important; */
    background: #fff;
}

header .sidebar-part2 nav.navbar.bootsnav ul li ul li {
    margin: 0;
    padding: 0 20px;
    width: 100%;
    display: table; 
    vertical-align: middle;
    word-break: normal;
}

header .sidebar-part2 nav.navbar.bootsnav li.dropdown ul.dropdown-menu>li.current-menu-item>a {
	color: #1cd8d2;
}

/* Insights Page - Posts Spacing Top and Bottom */

section, .insights .default-page-space {
    padding: 90px 0;
    overflow: hidden;
}

li {
    padding-bottom: 14px;
}

/* Mobile Text Logo settings */

.mobile-logo-set{
    max-width: 100%;
    width: 100%;
    height: auto;   
}

@media (max-width: 960px){
    .mobile-titles h1 {
        font-size: 30px !important;
        line-height: 36px !important;
    }
}

@media (max-width: 960px){
    .mobile-titles2 h1 {
        font-size: 52px !important;
        line-height: 56px !important;
    }
}

/* Scroll to top button on mobile */

.ssttbutton-symbol {
    background: #878787 !important;
    border-radius: 0px !important;
    color: #ffffff !important;
}

.ssttbutton-symbol:hover {
    background: #1cd8d2 !important;
    color: #ffffff !important;
}

/* Video lightbox bllsht */

@media (min-width: 960px){
    .mobile-video {
        display: none !important;
    }
}

@media (max-width: 960px){
    .desktop-video {
        display: none !important;
    }
}

/* Policies Links */

.policies-links {
    color: #1cd8d2;
}

.policies-links:hover {
    color: #19b1ac;
}

.cn-button.wp-default {
    font-family: Raleway !important;
    line-height: 17px;
    padding: 4px 14px !important;
    background: transparent !important; /* #878787 by default */
    border-color: #878787 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    -moz-box-sizing: border-box;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 300 !important;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

.cn-button.wp-default:hover {
    font-family: Raleway !important;
    line-height: 17px;
    padding: 4px 14px !important;
    background: #1cd8d2 !important;
    border-color: #1cd8d2 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    -moz-box-sizing: border-box;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px !important;
    font-style: normal;
    font-weight: 300 !important;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

#cn-accept-cookie {
    font-family: "Raleway" !important;
    font-weight: 300 !important;
}

@media (min-width: 744px){
#cookie-notice {
    display: block;
    background-color: rgba(0, 0, 0, 0.8) !important;
    height: 40px !important;
    margin: 0 90px !important;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 999;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
  }
}

@media (min-width: 744px){
.cookie-notice-container {
    padding: 5px !important;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

#cookie-notice .cn-button {
    margin-left: 10px;
    font-weight: 200 !important;
}


/* Scroll to top button */

#ssttbutton {
    position: fixed;
    right: 90px;
    bottom: 15px !important;
    padding: 5px;
    box-sizing: content-box;
    cursor: pointer;
    font-family: Fontawesome;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    z-index: 9999999;
}

@media (max-width: 744px) {
    #ssttbutton {
        display: none !important;
        position: fixed;
        right: 90px;
        bottom: 15px !important;
        padding: 5px;
        box-sizing: content-box;
        cursor: pointer;
        font-family: Fontawesome;
        font-weight: 400;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        z-index: 9999999;
    }
}

#pofo_custom_text_widget-2, #pofo_custom_text_widget-3, #pofo_custom_text_widget-4 {
    text-align: left !important;
}

/* Background Video Full Width - Fixed */

.main-title-video-slider {
    font-weight: 700;
    color: #ffffff;
    padding-left: 120px;
    font-size: 5em;
    line-height: 1em;
    font-family: Raleway;
}

@media (max-width: 991px){
    .main-title-video-slider {
    font-weight: 700;
    color: #ffffff;
    padding: 0 20px;
    font-size: 2.5em;
    line-height: 1em;
    font-family: Raleway;
}
}

.sub-title-video-slider {
    font-weight: 400;
    color: #ffffff;
    padding: 0 120px;
    font-size: 1.2em;
    line-height: 1.5em;
    font-family: Raleway;
}

@media (max-width: 991px){
    .sub-title-video-slider {
    font-weight: 400;
    color: #ffffff;
    padding: 0 20px;
    font-size: 1.2em;
    line-height: 1.5em;
    font-family: Raleway;
}
}

.html-video {
    background-color: #000;
    height: 100%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    z-index: -3;
}

@media (min-width: 1280px){
.html-video {
    background-color: #000;
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100% !important;
    z-index: -3;
}
}

.btn-main-screen {
    margin: 0 20px;
}

@media (min-width: 1280px){
    .btn-main-screen {
    margin: 0 120px;
}
}

/* Landing Page Styles */

.half-screen-img {
    padding-left: 90px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media (max-width: 991px){
.half-screen-img {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
}

/* ReCaptcha for comments under post */

.recaptcha-align-left {
    text-align: left;
    margin-left: 15px !important;
}

.new-custom-font-styles {
    font-size: 1.1em !important;
    line-height: 30px !important;
    color: #3c3c3c !important;
}

.hubspot-font-styles {
    font-size: 1em !important;
    line-height: 30px !important;
    color: #3c3c3c !important;
}

.large-font-styles {
    font-size: 19px !important;
    line-height: 30px !important;
    color: #3c3c3c !important;
}

.extra-large-font-styles {
    font-size: 22px !important;
    line-height: 36px !important;
    color: #3c3c3c !important;
}

.extra-large-font-styles h2 {
    font-size: 38px !important;
    line-height: 46px;
}

header .sidebar-part2 nav.navbar.bootsnav ul li ul li a {
    font-size: 14px !important;
}

.text-small {
    font-size: 14px;
    line-height: 20px;
}

.sidebar .widget_categories ul li.category-list a, .sidebar .widget_pofo_portfolio_categories ul li.category-list a {
    font-size: 14px;
    line-height: 20px;
}

.tagcloud a {
    font-size: 12px !important;
}

/* Video scale fix */

video {
    object-fit: cover;
}