* {
    outline: 0 !important;
    outline-offset: 0 !important;
}
@font-face {
	font-family: 'Cerebri_Sans_Book';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('../ttf/cerebri-sans-book-3.ttf') format('truetype');
}
@font-face {
	font-family: 'Cerebri-Sans-Regular';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../ttf/cerebri-sans-regular-3.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cerebri_Sans_Bold';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('../ttf/cerebri-sans-bold-3.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'CerebriSans_Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../ttf/cerebrisans-medium-3.ttf') format('truetype');
}

/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Cerebri_Sans_SemiBold';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('../ttf/cerebri-sans-semibold-3.ttf') format('truetype');
}
html {
    font-size: 10px;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
}

body p {
    margin-bottom: 2rem;
}

b, strong {
    font-weight: 700;
}
.font-poppins
{
    font-family:'Poppins', sans-serif;
}
.font-edosz{
	font-family:'edosz', sans-serif;
}
.text-decoration-none{
	text-decoration:none!important;
}
.full-width-fluid{
	width:100%;
	padding:0px 15px;
	display:block;
}
.red-text{
	color:#e4002b!important;
}
.p-30{
	padding:30px!important;
}
.float-none{
	float:none!important;
}
header .container-fluid,
footer .container-fluid,
main .container-fluid {
    max-width: 1360px;
}

header.header-section {
    padding: 0 0 0px;
}

header.header-section .navbar .navbar-toggler {
    padding: 20px;
    margin: 0;
    position: relative;
    z-index: 998;
}

header.header-section .navbar .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 20px;
    position: relative;
    border-top: 4px solid #000;
}

header.header-section .navbar .navbar-toggler .navbar-toggler-icon:before,
header.header-section .navbar .navbar-toggler .navbar-toggler-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    height: 4px;
    width: 100%;
    background-color: #000;
    transition: all 0.5s;
}

header.header-section .navbar .navbar-toggler .navbar-toggler-icon:after {
    top: 10px;
}

header.header-section .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

header.header-section .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: rotate(45deg);
}

header.header-section .navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(-45deg);
    top: 3px;
    background-color: #999999;
}

header.header-section .header-top-nav {
    background-color: #f5f5f5;
    font-family: 'Industry_Demi', sans-serif;
    font-weight: 600;
    display: flex;
    padding: 5px 0;
    font-size: 11px;
    color: #4a4a4a;
    text-transform: uppercase;
    padding: 0;
}
header.header-section .header-top-nav.header-top-red{
    background-color: #e4002b;
    color: #fff;
    font-family:'Poppins',sans-serif;
    text-transform:initial;
    font-size:12px;
}
header.header-section .header-top-nav.header-top-red ul li a {
    padding: 7px 10px 4px;
    border-bottom: 4px solid transparent;
    font-weight: 500;
    font-family: 'Cerebri_Sans_SemiBold',sans-serif;
    font-size: 13px;
}
header.header-section .header-top-nav.header-top-red ul li.active a {
    border-bottom-color: #fff;
}
header.header-section .header-top-nav ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

header.header-section .header-top-nav ul li a {
    color: #4a4a4a;
    text-decoration: none;
    display: inline-block;
    line-height: 25px;
}
header.header-section .header-top-nav.header-top-red ul li a{
    color:#fff;
}
header.header-section .search-site-form {
    /* margin: 9px 0 0; */
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0f0f0f;
    left: 0;
    top: 0;
    z-index: 999;
}

header .menu-headtitle
{
    font-size:15px!important;
    padding-bottom:0px;
    font-family:'Industry_Light',sans-serif;
}

header.header-section .form-wrapper {
    padding: 4rem;
    padding-left: 25rem;
    background: url(../png/footer-logo.png) no-repeat 4rem 6.5rem #0f0f0f;
}

header.header-section .search-form-show-btn {
    min-width: 30px;
    height: 27px;
    background: url(../png/menu-icon-set.png) no-repeat 3px 8px transparent;
    cursor: pointer;
    min-height: 39px;
    display: inline-block;
}

header.header-section .search-site-form form {
    border: 3px solid #e4002b;
    color: #fff;
    display: flex;
    padding: 0 20px;
    max-width: 1000px;
    flex-wrap: nowrap;
}

header.header-section .search-site-form form input {
    line-height: 68px;
    height: 68px;
    font-size: 14px;
    background-color: transparent;
    border: 0;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    flex-grow: 2;
}

header.header-section .search-site-form form input:focus {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: #fff;
}

header.header-section .search-site-form form input::-webkit-input-placeholder {
    color: #fff;
}

header.header-section .search-site-form form input::-moz-placeholder {
    color: #fff;
}

header.header-section .search-site-form form input:-ms-input-placeholder {
    color: #fff;
}

header.header-section .search-site-form form input:-moz-placeholder {
    color: #fff;
}

header.header-section .search-site-form form button {
    min-width: 39px;
    height: 27px;
    background: url(../png/menu-icon-set.png) no-repeat -17px 8px transparent;
    cursor: pointer;
    min-height: 39px;
    display: inline-block;
    font-size: 0;
    border: 0;
}


/* 
header.header-section .search-site-form .btn-search {
    min-width: 30px;
    height: 27px;
    background: url(/new-assets/images/menu-icon-set.png) no-repeat 3px 3px transparent;
    cursor: pointer;
    min-height: 26px;
}

header.header-section .search-site-form .btn-search {
    font-size: 0;
    border: 0;
}

header.header-section .search-site-form .form-control {
    font-size: 12px;
    line-height: 10px;
    font-weight: 500;
}

header.header-section .search-site-form:hover .form-control,
header.header-section .search-site-form:hover .btn-search,
header.header-section .search-site-form:focus-within .form-control,
header.header-section .search-site-form:focus-within .btn-search {
    display: block;
}

header.header-section .search-site-form .form-control,
header.header-section .search-site-form .btn-search {
    display: none;
} */

header.header-section .header-top-nav .header-top-nav__links li a {
    padding: 0 15px 0 45px;
    height: 39px;
    line-height: 39px;
	width: 100%;
    position: relative;
}

header.header-section .header-top-nav .header-top-nav__links li a:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../png/menu-icon-set.png) no-repeat 0 -29px transparent;
    position: absolute;
    left: 15px;
    top: 7px;
}

header.header-section .header-top-nav .header-top-nav__links li a.account::before {
	background: url(../png/account-icon.png) no-repeat;
}
header.header-section .header-top-nav .header-top-nav__links li.region-switcher.no-bg:before{
	position:relative;
	padding-left:45px;
}
header.header-section .header-top-nav .header-top-nav__links li.region-switcher.no-bg:before{
	position:absolute;
	padding-left:45px;
	background: url(../png/account-icon.png) no-repeat;
}
header.header-section .header-top-nav .header-top-nav__links li.region-switcher.no-bg .options li{
	padding-left:0px;
}
header.header-section .header-top-nav .header-top-nav__links li a.account:hover::before {
	background-position: 0 -25px;
}

header.header-section .header-top-nav .header-top-nav__links li a.demo:before {
    background-position-y: -60px;
}

header.header-section .header-top-nav .header-top-nav__links li a.support:before {
    background-position-y: -93px;
}

header.header-section .header-top-nav .header-top-nav__links li a.careers:before {
    background-position-y: -125px;
}

header.header-section .header-top-nav .header-top-nav__links li a.request-info:before {
    background-position-y: -155px;
}

header.header-section .header-top-nav .header-top-nav__links li a.sales:before {
    background-position-y: -186px;
    /* white-space: nowrap; */
}

header.header-section .header-top-nav .header-top-nav__links li a:hover {
    color: #fff;
    background-color: #e4002b;
}

header.header-section .header-top-nav .header-top-nav__links li a:hover:before {
    background-position-x: -23px;
}

header.header-section .header-top-nav .region-switcher {
    line-height: 25px;
    padding-left: 45px;
    cursor: pointer;
    position: relative;
    margin: 7px 0 0;
}
header.header-section .header-top-nav .region-switcher{
    padding-left:22px!important;
}
header.header-section .header-top-nav .region-switcher:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background: url(../png/menu-icon-set.png) no-repeat 0 -211px transparent;
    position: absolute;
    left: 0px;
    top: 7px;
    filter:invert(1) brightness(2);
}

header.header-section .header-top-nav .region-switcher .options {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    padding-top: 10px;
}

header.header-section .header-top-nav .region-switcher.opened .options {
    display: block;
}

header.header-section .header-top-nav .region-switcher ul {
    display: block;
    white-space: nowrap;
    padding: 0;
    border: 1px solid #838383;
}

header.header-section .header-top-nav .region-switcher .options ul li {
    display: block;
    text-align: center;
    line-height: 40px;
    /*padding: 0 20px;*/
    background-color: #f5f5f5;
    cursor: pointer;
    min-width: 200px;
}

header.header-section .header-top-nav .region-switcher .options ul li+li {
    border-top: 1px solid #838383;
}

header.header-section .header-top-nav .region-switcher .options ul li:hover {
    color: #fff;
    background-color: #e4002b;
}

header.header-section .header-top-nav .region-switcher .options ul li a { padding: 0 30px 0 45px }

header.header-section .navbar {
    padding: 5px 10px 0;
	margin: auto;
	background-color: #ffffff;
	position: relative;
}

header.header-section .navbar .navbar-nav {
    flex-grow: 2;
    justify-content: space-between;
    margin-left: 50px;
}

header.header-section .navbar .navbar-nav>li>a {
    font-family: 'Industry_Medium', sans-serif;
    font-size: 1.34rem;
    line-height: 1.4;
    font-weight: 600;
    color: #767676;
    transition: all 0.2s;
	letter-spacing: 0.5px;
    padding-top:24px;
    padding-bottom:24px;
}

header.header-section .navbar .navbar-nav>li:hover>a {
    color: #000;
}

header.header-section .navbar .navbar-nav li.dropdown>.dropdown-toggle:after {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border: 0;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    transform: rotate(45deg);
    position: relative;
    top: 0;
    margin-left: 5px;
    transition: all 0.2s;
}

header.header-section .navbar .navbar-nav li .dropdown-menu {
    width: 100%;
    margin: 0;
    border: 0;
    border-top: 5px solid #fbfbfb;
    padding: 20px 0;
}

header.header-section .navbar .navbar-nav .nav-item {
    position: initial;
    margin:0px 10px;
    /* height: 65px; */
    /* margin-bottom: -20px; */
}

header.header-section .navbar .navbar-nav .nav-item .nav-link .dropdown-menu {
    left: 0;
}

header.header-section .navbar .nav-item .dropdown-menu-content-wrapper {
    max-width: 1300px;
    padding: 0 25px;
    margin: 0 auto;
}

header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item + p {
    display: none;
}

header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item {
    padding: 0;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-bottom: 7px;
}

header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
    margin-left: 5px;
}

header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .no-arrow:after {
    content: "";
    width: 5px;
    height: 5px;
    display:none;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
    margin-left: 5px;
}

header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item:hover {
    color: #e4002b;
    background-color: transparent;
}

header.header-section .navbar .nav-item.ssl-cert .dropdown-menu-content-wrapper .dropdown-item:hover {
	color: #0eb173;
}

header.header-section .dropdown-submenu-title {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Industry_Medium', sans-serif;
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #e4002b;
    padding: 5px 0;
    margin-bottom: 15px;
    max-width: 265px;
	display: block;
    letter-spacing:2px;
    margin-top:18px;
}
.bold-text a
{
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Industry_Medium', sans-serif;
    font-weight: 600;
    color: #000;
}

header.header-section .dropdown-submenu-title span {
	float: right;
}

header.header-section .dropdown-submenu-title span a {
	color: #0909fe;
	text-decoration: none;
}

header.header-section .dropdown-submenu-title a {
	color: #000;
}

header.header-section .dropdown-submenu-title.full-width-border {
    max-width: 90%;
}

header.header-section .ssl-cert .dropdown-submenu-title,
header.header-section .navbar .navbar-nav .nav-item.ssl-cert:hover .dropdown-menu {
	border-bottom-color: #0eb173;
}

.ssl-cert .btn-transparent {
	border-color: #0eb173;
}

.ssl-cert .btn-transparent:hover {
    background-color: #0eb173;
    border-color: #0eb173;
}

header.header-section .link-wrapper p {
    color: #9e9d9d;
    font-size: 10px;
}

header.header-section .navbar .navbar-nav li a.btn--create-account {
	font-family: 'Industry_Demi';
    letter-spacing: 1px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    font-size: 12px;
    margin-top:12px;
    padding: 10px 30px;
}

header.header-section .navbar .navbar-nav .mobile-menu--nav-item {
    display: none;
}

header.header-section .navbar-brand {
	background: none;
	padding-top: .3125rem;
	padding-bottom: .3125rem;
	margin-right: 1rem;
	position: static;
}

.btn {
    letter-spacing: 2px;
}

.btn-red {
    background-color: #e4002b;
    font-size: 12px;
    text-transform: uppercase;
	border-radius: 0px;
/*    border-radius: 60px;*/
    line-height: 16px;
/*    padding: 15px;*/
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: 'Industry_Medium', sans-serif;
    font-weight: 500;
}

.btn-red:hover {
    color: #fff;
}

.btn-transparent {
    border: 3px solid #e4002b;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 60px;
    line-height: 14px;
    padding: 13px 15px;
    text-align: center;
    display: inline-block;
    color: #221c35;
    font-family: 'Industry_Medium', sans-serif;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
	transition:all 0.4s ease;
}
.btn-transparent:hover{
	background:#e4002b;
	color:#fff;
	border-color:#e4002b;
}
header.header-section .dropdown-text-and-button h2,
header.header-section .dropdown-text-and-button h3 {
    font-family: 'Industry_Medium', sans-serif;
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    margin-left: 18px;
}

header.header-section .dropdown-text-and-button h2 {
	line-height: normal;
}
header.header-section .dropdown-text-and-button b
{
    font-family: 'Industry_Medium', sans-serif;
    font-size: 2.4rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
    /*text-align:left;*/
    /*margin-left: 18px;*/
}
header.header-section .dropdown-text-and-button p {
    font-size: 1.4rem;
    color: #333333;
    margin-bottom: 2rem;
    line-height: 2.4rem;
    margin-top:10px;
    /*margin-left: 18px;*/
}

header.header-section .social-links ul {
    margin-top: 20px;
}

header.header-section .social-links li a {
    width: 27px;
    height: 27px;
    background-size: auto 15px;
}

header.header-section .social-links li.twitter a {
    background-position-x: -36px;
}

header.header-section .social-links li.facebook a {
    background-position-x: -16px;
}

header.header-section .social-links li.linkedin a {
    background-position-x: 5px;
}

header.header-section .social-links li.youtube a {
    background-position-x: -61px;
}
.social-links ul {
    list-style: none;
    padding: 0;
}

.social-links ul li {
    display: inline-block;
    margin-right: 14px;
}

.social-links li a {
    background: url(../png/social-icons.png) no-repeat 0 center #221c35;
    display: block;
}
.roadshow.inner-page .header-top
{
    background:#fff url('../png/roadshow-banner.png') no-repeat top center;
    background-size:cover;
    min-height:376px;
    padding:40px 0;
}
.roadshow header,
.new-abc-register header{
	padding:0px 20px;
}
.roadshow .col-xs-6,
.new-abc-register .col-xs-6{
	max-width:50%;
	flex:0 0 50%;
}
.inner-banner-grid .img-fluid{
	float:none!important;
	margin:auto auto 0px!important;
}
.inner-banner-grid p{
    font-family: 'Poppins',sans-serif!important;
    text-align: center;
    margin: 5px 0px 15px;
    width: 100%;
    text-transform: initial!important;
    position: initial!important;
    right: 0px!important;
    left: 0px!important;
    padding: 0px;
    color: #000!important;
    line-height: 1.4;
    font-size: 16px!important;
}
.inner-banner-grid p{
	padding-top:0px!important;
	padding-bottom:40px;
	font-weight:400!important;
}
.max-991{
    max-width:991px;
    margin:auto auto 15px;
    float:none;
}
.max-767{
	max-width:767px;
	margin:auto auto 15px;
	float:none;
}
.max-650{
	max-width:650px;
	margin:auto auto 15px;
	float:none;
}
.max-600{
	max-width:600px;
	margin:auto auto 15px;
	float:none;
}
.max-550{
	max-width:550px;
	margin:auto auto 15px;
	float:none;
}
.roadshow .header-top .inner-banner p .red-text,
.red-large-text{
	font-size:150%;
}
.roadshow.inner-page .header-top .inner-banner
{
    background:none;
}
.roadshow .header-top header.header-section .header-top-nav, .roadshow .header-top header.header-section .navbar
{
    background:transparent;
}
.roadshow .header-top header.header-section .navbar .navbar-nav > li > a
{
    font-family: 'Industry_Medium', sans-serif;
    color:#a2a5b3;
}
.roadshow .header-top header.header-section .header-top-nav .header-top-nav__links li a, .roadshow .header-top header.header-section .header-top-nav .region-switcher
{
    color:#a3a3a3;
}
.roadshow .header-top header.header-section .header-top-nav .header-top-nav__links li a::before, .roadshow .header-top header.header-section .header-top-nav .region-switcher::before
{
    background-position-x: -23px;
}
.roadshow.inner-page .header-top  .bread-crumb .container-fluid
{
    max-width:1366px;
}
.roadshow.inner-page .header-top  .bread-crumb
{
    background:none;
    box-shadow:none;
    color:#919191;
    font-weight:500;
}
.roadshow.inner-page .header-top .bread-crumb a
{
    color:#919191;
    line-height:1.6;
}
.roadshow .header-top .inner-banner h1
{
    font-family: 'edosz', sans-serif;
    color:#000;
    font-size:115px;
    text-align:center;
    line-height:85px;
}
.inner-banner-grid-ico{
	width:100%;
	display:flex;
	text-align:center;
	min-height:66px;
}
.roadshow .header-top .inner-banner p.info-title
{
    color:#e4052b;
    font-family: 'Industry_Medium', sans-serif;
    font-size:18px;
    text-transform:uppercase;
    font-weight:400;
    position:absolute;
    right:115px;
    top:0px;
}
.roadshow .header-top .inner-banner p.sub-title{
    font-weight: 400;
    color: #313131;
    max-width: 767px;
    line-height: 1.5;
    float: none;
	padding-top:20px;
    margin: auto auto 15px;
}
.roadshow .header-top .inner-banner a.btn
{
    border:2px solid #da3832;
    padding:10px 30px;
    color:#ffffff;
    font-family: 'Industry_Medium', sans-serif;
    font-size:18px;
    font-weight:400;
    text-align:center;
    text-transform:uppercase;
    margin-top:30px;
}
.roadshow .registration-section{
    max-width: 100%;
    overflow-x: hidden;
}
.roadshow .registration-section.bg-ash{
	background:#f8f8f8;
}
.roadshow .registration-section.bg-white .table-section .col-md-12 .row{
	position:relative;
}
.roadshow .registration-section.bg-white .table-section .col-md-12 .row:before{
    position: absolute;
    content: '';
    display: block;
    width: 200%;
    top: 0px;
    left: -50%;
    height: 100%;
}
.roadshow .registration-section.bg-white .table-section .col-md-12 .row:nth-child(odd):before{
	    background: #f8f8f8;
}
.roadshow .registration-section.bg-white .table-section .col-md-12 .row .large-text{
    font-size: 18px;
}
.roadshow .header-top .inner-banner a.btn:hover
{
    border:2px solid #da3832;
    background:#da3832;
}
.roadshow .registration-section.reg-sect-1 .row{
	padding:0px;
}
.roadshow .registration-section.reg-sect-1 .row .col-md-3{
	padding:20px 0px;
}
.roadshow .registration-section.reg-sect-1 .reg-sect-1-box{
	padding:50px;
}
.roadshow .header-top .inner-banner a.learn-more
{
    font-family: 'Industry_Medium', sans-serif;
    font-size:18px;
    font-weight:300;
    color:#ffffff;
    text-transform:uppercase;  
    text-align:center; 
    margin-top:30px;
    display:inline-block;
    position:relative;
}
.roadshow .header-top .inner-banner a.learn-more:hover
{
    text-decoration:none;
}
.roadshow .header-top .inner-banner a.learn-more:before
{
    content:'';
    position:absolute;
    background:url('../png/double-down-arrow.png') no-repeat 0 0;
    width: 15px;
    height: 23px;
    top: 28px;
    left: 45%;
}
.roadshow .section.grey-bg
{
    padding:30px 0 15px;
}
.inf-box p:not(.inf-title){
	color:#000;
	font-size:14px!important;
}
.roadshow .registration-section .inf-title{
	margin:18px 0px;
    font-family: 'Industry_Medium', sans-serif;
    font-size:18px;
    font-weight:300;
    color:#000;
    text-transform:uppercase;  
    display:block;
    position:relative;
}
.roadshow .section.grey-bg p,
.join-para,
.inner-page .section p.join-para
{
    font-family: 'edosz', sans-serif;
    color:#000000;
    font-size:30px;
    text-align:left;
	line-height:1.1;
    letter-spacing:3px;
	font-weight:bold;
}
.roadshow .registration-section.bg-white .table-section .col-md-12 .row.line-through,
.roadshow .registration-section.bg-white .table-section .col-md-12 .row.line-through *{
	text-decoration:line-through;
}
.roadshow .registration-section.bg-white .table-section .col-md-12 .row.event-ends,
.roadshow .registration-section.bg-white .table-section .col-md-12 .row.event-ends *{
	color:#cccccc!important;
}
.join-para.white-text{
	color:#fff;
}
.join-para.font-23{
	font-size:23px;
}
.roadshow .section-join-comodo .img-fluid{
	margin-top:-92px;
}
.padd-0-30-30{
	padding:0px 30px 30px!important;
}
.padd-30-15{
	padding:30px 15px!important;
}
.padd-0-15{
	padding:0px 15px!important;
}
.padd-20-15{
	padding:20px 15px!important;
}
.padd-40-15{
	padding:40px 15px!important;
}
.join-para{
	padding:27px 0px;
	margin:0px;
}
.red-border-top{
	border-top:3px solid #e4002b;
}
.join-para.text-center{
	text-align:center!important;
}
.roadshow .registration-section{
	max-width:100vw;
	overflow-y:hidden;
}
.no-background{
	background:transparent!important;
}
.roadshow .section.image-overflow
{
    overflow:hidden;
    padding:0px 0px;
}
.roadshow .section.image-overflow .row
{
    min-height:780px;
}
.roadshow .section.image-overflow h2
{
    font-family: 'edosz', sans-serif;
    font-size:36px;
    text-align:left;
}
.roadshow .section.image-overflow p
{
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    text-align:left;
    color:#000000;
    font-weight:400;
    line-height:25px;
}
.font-66{
	font-size:66px!important;
}
.roadshow .registration-section.bg-white h3,
.roadshow .registration-section.bg-ash h3{
	color:#313131!important;
}
.roadshow .registration-section.bg-white .form-content-section .title,
.roadshow .registration-section.bg-ash .form-content-section .title{
	color:#505050!important
}
.roadshow .registration-section.bg-white .form-content-section p,
.roadshow .registration-section.bg-ash .form-content-section p{
	color:#747474;
}
.roadshow .section.image-overflow a,
.red-link
{
    font-family: 'Industry_Medium', sans-serif;
    font-size:18px;
    font-weight:600;
    color:#e4002b;
    position:relative;
    text-transform:uppercase;
    letter-spacing:2px;
}
.red-link:hover{
    color:#e4002b;	
}
.roadshow .section.image-overflow  a:after,.red-link:after{
    content: '';
    background: url(../png/red-arrow-right.png) no-repeat;
    width: 11px;
    height: 12px;
    position: absolute;
    top:10px;
    right:-15px;
}

.roadshow .section.image-overflow .cyber-confident.col::after
{
    background: url('../jpg/cyber-confident-bg.jpg') no-repeat center right / cover;
    position: absolute;
    width: 1144px;
    content: '';
    left:0px;
    height: 100%;
}
.roadshow .section.image-overflow .cyber-city.col:after
{
    background: url('../jpg/city-bg.jpg') no-repeat center left / cover;
    position: absolute;
    width: 1048px;
    content: '';
    right:0px;
    height: 100%;
} 
.roadshow .section.image-overflow .cuisine-sec.col:after
{
    background: url('../jpg/cuisine-bg.jpg') no-repeat center left / cover;
    position: absolute;
    width: 1048px;
    content: '';
    left:0px;
    height: 100%;
}
.roadshow .registration-section
{
    background:#000000;
}

.roadshow .registration-section h3
{
    font-family: 'edosz', sans-serif;
    font-size:48px;
    color:#ffffff;
    text-align:center;
    letter-spacing:3px;
    display:block;
    width:100%;
}
.roadshow .registration-section .table-section, .roadshow .registration-section .table-section a,.hyperlink
{
    font-family: 'Industry_Medium', sans-serif;
    font-size:14px;
    font-weight:300;
    color:#ffffff;
    text-transform: uppercase;
    margin:0 auto;
}
.hyperlink{
    color: #0000fe;
	display:inline-block;
    font-weight: 500;
	font-size:18px;
	line-height:2;
}
.roadshow .section-join-comodo p{
    color: #000000;
    line-height: 1.6;
}
.roadshow .section-join-comodo p.join-para{
	font-size:30px;
	font-weight:bold;
}
.mb-15{
	margin-bottom:15px!important;
}
.roadshow .registration-section.bg-white{
	background:#fff;
}
.roadshow .registration-section.bg-white .table-section, .roadshow .registration-section.bg-white .table-section a{
	color:#333;
	letter-spacing:2px;
}
.roadshow .registration-section.white-bg h3{
	color:#303030!important;
}
.roadshow .registration-section.white-bg .form-content-section p{
	color:#575757!important;
}
.roadshow .registration-section.bg-white .table-section a{
	color:#0000fe;
	font-weight:700;
}
.dark-blue-bg{
	background:#010623!important;
}
.roadshow .section.image-overflow.dark-blue-bg h2,
.roadshow .section.image-overflow.dark-blue-bg p{
	color:#fff!important;
}
.no-margin{
	margin:0px;
}
.no-padding{
	padding:0px;
}
.padd-15{
	padding:15px!important;
}
.background-red{
	background:#e5052b!important;
}
.background-red .hyperlink{
	color:#fff!important;
}
.w100{
	width:100%;
}
.roadshow .registration-section .table-section a.register-link
{
    text-decoration:underline;
}
.roadshow .registration-section .table-section a.register-link i:before
{ 
    font-size:10px;
    font-weight:100;
    padding-left:5px;
}
.roadshow .registration-section .form-section
{
    padding:40px 0;
}
.roadshow .registration-section .form-section .form-control
{
    margin:10px 0;
    padding:25px 10px;
    font-size:14px;
    font-weight:400;
}
.roadshow .registration-section p{
	margin:10px!important;
}
.roadshow .registration-section .form-section .cta-button
{
    display:block;
    margin-top:20px;
}
.roadshow .registration-section .form-section button
{
    border:2px solid #da3832;
    font-family: 'Industry_Demi', sans-serif;
    padding:12px 30px;
}   
.roadshow .registration-section .form-section button:hover
{
    background:#da3832;
    color:#ffffff;
}
.roadshow .registration-section .form-section .title
{
    font-family: 'Industry_Medium', sans-serif;
    font-size:14px;
    font-weight:300;
    color:#ffffff;
    text-transform:uppercase;
    letter-spacing:2px;
    padding-bottom:10px;
}
.roadshow .registration-section .form-section .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#777777;
  opacity: 1; /* Firefox */
  text-align:center;
  font-family: 'Industry_Medium', sans-serif;
  font-size:14px;
  font-weight:300;
  text-transform:uppercase;
}
.roadshow .registration-section  .form-section label.error {color:#e4002b;}
.roadshow .registration-section  .form-content-section .title
{
    font-family: 'Industry_Book', sans-serif;
    font-size:16px;
    font-weight:300;
    color:#ffffff;
    text-transform:uppercase;
    letter-spacing:2px;
}
.roadshow .registration-section .form-content-section
{
    padding:0px 15px;
}
.roadshow .registration-section .form-content-section p
{
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    text-align:left;
    color:#ffffff;
    font-weight:400;
    line-height:22px;
}
.roadshow .registration-section  .form-content-section .red-border
{
    position:relative;
}
.roadshow .registration-section  .form-content-section .red-border:before
{
    position: absolute;
    content:'';
    width:150px;
    border-bottom:2px solid #e4002b;
    bottom:0px;
    left:42%;
}
.roadshow .footer-section, .footer-v2 .footer-section
{
    background-color:#1d1a1a;
    padding:15px 0;
}
.roadshow .footer-section ul li, .footer-v2 .footer-section ul li
{
    list-style: none;
    color:#ffffff;
    display:inline-block;
    padding:0px 15px;
    font-family: 'Industry_Book', sans-serif;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size: 14px; 
}
.roadshow .footer-section ul li a, .footer-v2 .footer-section ul li a
{
    color:#ffffff;
    position:relative;
}
.roadshow .footer-section ul li a:before, .footer-v2 .footer-section ul li a:before
{
    content:'';
    position:absolute;
    right:-16px;
    border-right:1px solid #fff;
    height:15px;
    top:3px;
}
.roadshow .footer-section ul li:last-child a:before, .footer-v2 .footer-section ul li:last-child a:before
{
    content:none;
}
.roadshow .footer-section .social-links a i, .footer-v2 .footer-section .social-links a i
{
    font-size:24px !important;
    color:#ffffff;
    padding:0px 15px;
}
.new-abc-register-banner{
	background: #fafafa url('../png/abc-pattern.png') repeat;
    width: 100%;
    padding: 25px 15px;
}
.new-abc-register-banner .img-fluid{
	width:100%;
}
.new-abc-register-banner .col-md-6:nth-child(2){
	padding:30px 15px;
}
.new-abc-register-banner .new-abc-register-banner-content{
	position:absolute;
	width:calc(100% - 30px);
	background: rgba(255,255,255,0.8);
	margin: auto;
	padding: 40px;
	-ms-transform:translateY(-50%);
	left:0px;
	right:0px;
}
.new-abc-register-banner .new-abc-register-banner-content table{
	width:100%;
}
.new-abc-register-banner .new-abc-register-banner-content table tr th,
.new-abc-register-banner .new-abc-register-banner-content table tr td{
	padding:8px;
	vertical-align:top;
}
.new-abc-register-banner .new-abc-register-banner-content table tr td:nth-child(1){
	font-family:'Industry_Medium',sans-serif;
	color:#555;
}
.new-abc-register-banner .new-abc-register-banner-content table tr th,
.new-abc-register-banner .new-abc-register-banner-content table tr td:nth-child(2){
    font-size: 23px;
    font-weight: 600;
    font-family: 'edosz',sans-serif;
    line-height: 1.2;
    letter-spacing: 3px;
}
.new-abc-register-banner .form-control{
    border: 0px;
    font-size: 14px;
    height: 50px;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-top: 1px solid rgba(153, 153, 153, 0.14);
}
.new-abc-register-banner-title{
	font-size:60px;
    font-family: 'edosz',sans-serif;
    line-height: 1.2;
    letter-spacing: 3px;
}
.new-abc-register-banner .btn-red{
    font-weight: 600;
    font-family: 'Poppins',sans-serif;
    font-size: 14px;
    padding: 16px 35px;
}
.new-abc-register-banner .termsbox{
	margin:0px 0px 15px;
}
.new-abc-register-banner .termsbox [type^="checkbox"]{
	display:none;
}
.new-abc-register-banner .termsbox [type^="checkbox"]+label{
	padding-left:40px;
	position:relative;
	font-size:14px;
	color:#7d7d7d;
}
.new-abc-register-banner .termsbox [type^="checkbox"]+label:before{
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 2px;
    border: 1px solid rgba(162, 162, 162, 0.7);
    border-radius: 2px;
	transition:all 0.4s ease;
}
.new-abc-register-banner .termsbox [type^="checkbox"]+label:after{
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 4px;
    top: 2px;
    color: #fff;
    font-size: 12px;
	opacity:0;
	transition:all 0.4s ease;
}
.new-abc-register-banner .termsbox [type^="checkbox"]:checked+label:before{
	border-color:#333;
	background:#333;
}
.new-abc-register-banner .termsbox [type^="checkbox"]:checked+label:after{
	opacity:1;
}
.new-abc-register-section-2 .row{
	padding:40px 15px;
}
.new-abc-register-section-2 p:not(.join-para){
	font-size:14px;
	margin:0px 0px 10px;
	opacity:0.88;
	line-height:24px;
	text-align:justify;
}
main section {
    padding: 5rem 0;
}

main section h2 {
    font-size: 3.6rem;
    line-height: 4rem;
    font-family: 'Industry_Medium', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

main section {
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #333333;
}

main section .subtitle {
    font-size: 2.1rem;
    line-height: 2.4rem;
    color: #e4002b;
    margin-bottom: 3rem;
}
main section .subtitle.greyed{
    color: #666666;
    font-size: 2.0rem;
    line-height: 2.4rem;
    max-width: 666px;
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.mw-100{
	max-width:100%!important;
}
main section.top-banner {
    background: url(../jpg/top-banner-bg.jpg) no-repeat center center #999;
    background-size: cover;
    min-height: 344px;
    display: flex;
    align-items: center;
}

main section.top-banner h1 {
    font-size: 4.8rem;
    line-height: 5rem;
    color: #000;
    font-weight: 500;
    font-family: 'Industry_Medium', sans-serif;
    margin: 3rem 0 1.5rem;
}

main section.top-banner .subtitle {
/*    font-size: 2.1rem;
    line-height: 2.2rem;
    color: #e4002b;
    margin-bottom: 3.5rem;*/
    font-size: 2.1rem; 
    line-height: 2.2rem; 
    color: #666666; 
    margin-bottom: 3.5rem; 
}

main section.bottom-cta {
    padding: 4rem 0 4rem;
    background-color: #030321;
    color: #fff;
}

main section.top-banner .btn {
    width: 100%;
    max-width: 250px;
}

main section.carousel {
    background-color: #030425;
}

main section.carousel .bx-wrapper {
    box-shadow: none;
    border: 0;
    background: none transparent;
    margin-bottom: 0;
}

main section.carousel .slide-content {
    max-width: 300px;
    /* display: inline-block; */
    margin: 0 auto;
}

main section.carousel .slide-primary-title {
    text-transform: uppercase;
    color: #e4002b;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Industry_Medium', sans-serif;
}

main section.carousel .slide-secondary-title {
    color: #fff;
    font-family: 'Industry_Medium', sans-serif;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

main section.carousel p {
    color: #bcbac2;
}

main section.carousel .link {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Industry_Medium', sans-serif;
    text-decoration: underline;
}

main section.carousel .link:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url(../png/arrow-right-white-2.png) no-repeat center center transparent;
    margin-left: 3px;
}

main section.carousel .bx-controls-direction a {
    font-size: 0;
    z-index: 99;
}

main section.carousel .bx-controls-direction a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    border-top: 5px solid #33344f;
    border-right: 5px solid #33344f;
    transform: rotate(45deg);
    transform: skew(17deg, 17deg);
}

main section.carousel .bx-controls-direction a.bx-prev {
    transform: rotate(-135deg);
}

main section.carousel .bx-controls-direction a.bx-next {
    transform: rotate(45deg);
}

main section.carousel .bx-pager {
    display: none;
}

main section.section-cybersecurity-platform {
    padding: 50px 0 90px;
    position: relative;
	background:-moz-linear-gradient(to left, #c4c4c4, #efefef, #c4c4c4);
	background:-webkit-linear-gradient(to left, #c4c4c4, #efefef, #c4c4c4);
	background:linear-gradient(to left, #c4c4c4, #efefef, #c4c4c4);
}
main section.section-cybersecurity-platform .section-zero-trust-primary-title{
    text-transform: uppercase;
    color: #e4002b;
    font-weight: 700;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-family: 'Industry_Book', sans-serif;
}
main section.section-cybersecurity-platform p.max-666{
	max-width:666px;
	float:none;
	margin:auto auto 20px;
}
main section.section-cybersecurity-platform .link{
	text-transform: uppercase;
    color: #0000ff;
    font-family: 'Industry_Medium', sans-serif;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
}
main section.section-cybersecurity-platform .link:after{
	content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url(../png/arrow-right-blue-2.png) no-repeat center center transparent;
    margin-left: 3px;
}
main section.section-cybersecurity-platform .link:hover{
	text-decoration:underline!important;
}
main section.section-cybersecurity-platform h2 {
	font-family: 'Industry_Book', sans-serif;
    font-size: 4.75rem;
    line-height: 6rem;
    color: #000;
    font-weight: 500;
    max-width: 680px;
    display: inline-block;
    margin-bottom: 1.5rem;
}

main section.section-cybersecurity-platform .subtitle {
    color: #666666; 
    font-size: 2.0rem; 
    line-height: 2.4rem; 
    max-width: 666px; 
    display: inline-block; 
}

main section.section-cybersecurity-platform .btn {
    width: 100%;
    max-width: 250px;
    margin-bottom: 50px;
}

main section.section-cybersecurity-platform .btn:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../png/arrow-right-white-2.png) no-repeat center center transparent;
    background-size: 90%;
    margin-left: 3px;
}

main section.section-cybersecurity-platform:after {
    content: "";
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -46px;
    background: url(../png/comodo-cybersecurity-quote-emblem-2.png) no-repeat center center transparent;
}

main section.organizations-trust-comodo {
    background-color: #f6f6f6;
    padding: 100px 0 1px;
}

main section.organizations-trust-comodo h2 {
    font-family: 'Industry_Book', sans-serif;
    color: #000000;
    margin-bottom: 2rem;
}

main section.organizations-trust-comodo p {
    max-width: 600px;
    display: inline-block;
}

main section.organizations-trust-comodo .link {
    color: #0000ff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 3px;
	font-family:'Industry_Medium',sans-serif;
	text-transform:uppercase;
	font-size:16px;
}

main section.organizations-trust-comodo .link:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url(../png/arrow-right-blue-2.png) no-repeat center center transparent;
    margin-left: 3px;
}

main section.organizations-trust-comodo .logos .logos-row-first img {
    margin: 50px;
}

main section.organizations-trust-comodo .logos img {
    margin: 10px;
}

main section.section-zero-trust h2 {
    font-family: 'Industry_Medium', sans-serif;
    font-size: 4.8rem;
    line-height: 6rem;
    color: #000;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

main section.section-zero-trust .section-zero-trust-primary-title {
    text-transform: uppercase; 
    color: #e4002b; 
    font-weight: 700; 
    font-size: 1.6rem; 
    letter-spacing: 0.2rem; 
    font-family: 'Industry_Book', sans-serif; 
}

main section.section-zero-trust .section-zero-trust-secondary-title {
    color: #000000;
    font-family: 'Industry_Book', sans-serif;
    font-size: 3rem;
    line-height: 3.2rem;
    text-transform: uppercase;
}

main section.section-zero-trust p {
    color: #333333;
}

main section.section-zero-trust .link {
    text-transform: uppercase; 
    color: #0000ff; 
    font-family: 'Industry_Medium', sans-serif; 
    text-decoration: underline; 
    font-weight: 700; 
    letter-spacing: 2px; 
    text-decoration: none; 
}

main section.section-zero-trust .link:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url(../png/arrow-right-blue-2.png) no-repeat center center transparent;
    margin-left: 3px;
}
main section.section-zero-trust .link:hover{
	text-decoration:underline!important;
}
main section.section-zero-trust .row {
    align-items: center;
}

main section.section-zero-trust .row>div {
    padding: 30px 65px;
    align-content: center;
}

main section.section-zero-trust img {
    max-width: 100%;
}

main section.section-cloud-native h2 {
    font-family: 'Industry_Book', sans-serif;
    color: #000000;
    font-size: 3.6rem;
    margin-bottom: 2rem;
}

main section.section-cloud-native .fiature {
    text-transform: uppercase;
    border: 1px solid #e4002b;
    border-radius: 5px;
    padding: 4rem 2rem;
    background-color: #fff;
    box-shadow: 0 8px 8px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

main section.section-cloud-native .fiature h3 {
    color: #e4002b;
    font-weight: 700;
    font-family: 'Industry_Demi', sans-serif;
    font-size: 14px;
    min-height: 50px;
    letter-spacing: 1.5px;
}

main section.section-cloud-native .fiature p {
    color: #000;
    font-weight: 500;
    font-size: 13px;
}

main section.section-cloud-native .fiature .link {
    text-transform: uppercase;
    color: #0000ff;
    font-family: 'Industry_Medium', sans-serif;
    text-decoration: underline;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
    margin-top: 1rem;
    display: inline-block;
}

main section.section-cloud-native .fiature .link:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url(../png/arrow-right-blue-2.png) no-repeat center center transparent;
    margin-left: 3px;
}

main section.section-cloud-native {
    background-color: #ebebeb;
    position: relative;
    padding-bottom: 76px;
}

main section.section-cloud-native .btn-red {
    box-shadow: 0 7px 10px 0 rgba(228, 0, 43, 0.2);
    width: 100%;
    max-width: 250px;
}

main section.section-cloud-native .btn-red:after {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(../png/arrow-right-white-2.png) no-repeat center center transparent;
    background-size: 90%;
    margin-left: 3px;
}

main section.section-cloud-native:after {
    content: "";
    width: 92px;
    height: 92px;
    display: block;
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -46px;
    background: url(../png/comodo-cybersecurity-trophy-emblem.png) no-repeat center center transparent;
}

main section.section-industry-excellance {
    background: linear-gradient(to left, #c4c4c4, #efefef, #c4c4c4);
    padding: 10rem 0;
}

main section.section-industry-excellance h2 {
    font-family: 'Industry_Book', sans-serif;
    color: #000000;
    margin-bottom: 3rem;
}

main section.section-industry-excellance .logos img {
    margin: 4rem;
}

main section.section-industry-excellance .link {
    text-transform: uppercase;
    color: #0000ff;
    font-family: 'Industry_Medium', sans-serif;
    text-decoration: underline;
    text-decoration: none;
    font-size: 14px;
    margin-top: 1rem;
    letter-spacing: 3px;
    display: inline-block;
}

main section.section-industry-excellance .link:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url(../png/arrow-right-blue-2.png) no-repeat center center transparent;
    margin-left: 3px;
}

main section.bottom-cta .btn {
    color: #fff;
    font-weight: 500;
    padding: 13px 3.5rem;
}

main section.bottom-cta p {
    color: #b8b8b8;
    padding: 0;
    margin: 0;
}
.tradeshows .events-webinars [class^="section-"] h3,
.tradeshows .events-webinars .section-5 .thumb h4,
.tradeshows .events-webinars .section-5 .thumb p +a,
.tradeshows .events-webinars [class^="section-"] h3,
.tradeshows .section-3 .thumb h4,
.tradeshows .events-webinars .section-3 .thumb a{
	font-family:'Industry',sans-serif;

}
.tradeshows .section-3:after{
	content:none;
}
.partners header .navbar
{
    top:0px !important;
}
.partners header .navbar-collapse
{
    padding:0px !important;
    background:#ffffff !important;
}
.partners-application{
	display:block;
	background:#ffffff url('../png/partner-pattern.png');
	width:100%;
	clear:both;
}
.mb-50{
	margin-bottom:50px;
}
.partners-application .row{
	margin:0px;
	padding:40px 25px;
}
.partners-application .container{
	background:#fff;
}
.partners-application p{
	color:#767676;
	font-family:'Poppins',sans-serif;
}
.partners-application form{
    display: block;
    max-width: 100%;
    box-sizing: border-box;
}
.partners-application form>.col-md-12{
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.partners-application p.font14{
	font-size:14px;
}
.partners-application .btn-white{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    border-radius: 2px;
    padding: 18px;
    margin-right: 15px;
    border: 1px solid #eee;
    line-height: 13px;
    outline: none!important;
    color: #666;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.partners-application .btn-white[disabled]{
	box-shadow:none;
}
.partners-application .btn-white:hover{
    background: #e4002b;
    color: #fff;
    border-color: #e4002b;
}
.partners-application .form-control{
	font-size: 14px;
    height: 50px;
    border: 0px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.18)!important;
    margin-bottom: 25px;
    padding: 15px 25px;
    border-width: 1px;
	border-style:solid;
    border-top-color:#eee;
    border-left-color:transparent;
    border-right-color:transparent;
    border-bottom-color:transparent;
}
.partners-application .form-control:focus{
	border:1px solid #666!important;
}
.partners-application .half-width.select-multiple-box{
    box-shadow: none;
}
.partners-application .half-width.select-multiple-box select.form-control{
	height: 66px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px;
    box-shadow: none!important;
    float: left;
    border: 0px!important;
}
.partners-application select[multiple].form-control::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.partners-application select[multiple].form-control::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.partners-application select[multiple].form-control::-webkit-scrollbar-thumb
{
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #999;
}

.partners-application-title{
	font-size: 36px;
    font-weight: bold;
    font-family: 'Industry_Book',sans-serif;
    display: block;
	color:#000;
    float: left;
	width:100%;
    margin-top: 40px;
    margin-bottom: 26px;
}
.partners-application-sub-title{
	font-size: 24px;
	width:100%;
    font-family: 'Industry_Medium',sans-serif;
    display: block;
    float: left;
	color:#7a7786;
    margin-top: 40px;
    margin-bottom: 15px;
}
.partners-application .checkgroup{
	display:block;
	margin:0px 0px 20px;
	width:100%;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	list-style:none;
	padding:0px;
}
.partners-application .form-group{
	width:100%;
	display:block;
}
.partners-application .checkgroup.blue,
.partners-application .checkgroup.blue label{
	color:#0000ff;
	margin:0px 0px 15px;
}
.partners-application .checkgroup [type^="checkbox"]{
	display:none;
}
.partners-application .checkgroup [type^="checkbox"]+label{
	position:relative;
	padding-left:35px;
	font-family:'Industry_Book',sans-serif;
	width:540px;
}
.partners-application .checkgroup [type^="checkbox"]+label:before{
	content:"\f00c";
	font-family:FontAwesome;
	color:#fff;
	position:absolute;
	width:22px;
	height:22px;
	border-radius:2px;
	border:1px solid #777;
	left:0px;
	top:0px;
    font-size: 14px;
    text-align: center;
	transition:all 0.4s ease;
}
.partners-application .checkgroup [type^="checkbox"]:checked+label:before{
	/*border-color:#333;
	background:#333;*/
	color:#333;
}
.partners-application-thank-you{
	display: block;
	width: 100%;
	padding: 90px 15px;
	background: #f8f8f8 url(../png/partner-pattern-2.png);
	text-align:center;
}
.partners-application-thank-you+.events-webinars .owl-dots{
	display:none;
}
.partners-application-thank-you+.events-webinars{
	padding:40px 15px;
}
.partners-application-thank-you+.events-webinars .owl-carousel .owl-item img{
	width:auto;
}
.pa-thank-you-sub-title{
	color: #e4002b;
	font-family: 'Industry_Book',sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0px 0px 30px;
}
.pa-thank-you-title{
	color: #000;
	font-family: 'Industry_Book',sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	margin: 0px 0px 30px;
	line-height: 1.6;
}
.events-webinars .pa-thank-you-sub-title{
	margin-bottom:10px;
	text-align:center;
}
.events-webinars .pa-thank-you-title{
	margin-bottom:0px;
	text-align:center;
}
.btn-red-box{
	background: #e4002b;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	padding: 14px 35px;
	border-radius: 4px;
	font-family: 'Poppins',sans-serif;
	display: inline-block;
	transition:all 0.4s ease;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.22);
}
.btn-red-box:focus,
.btn-red-box:hover{
	background:#ca0d31;
	color:#fff;
}
.partners-application-thank-you+.events-webinars .thumb {
	text-align: left;
	padding: 30px;
	box-shadow: 0 1px 16px rgba(0, 0, 0, 0.06);
	margin:20px 0px;
}
.partners-application-thank-you+.events-webinars .thumb span{
	font: 600 14px 'poppins';
	color: #e4002b;
	display: block;
	letter-spacing: 1.5px;
	margin: 10px 0px 5px;
}
.partners-application-thank-you+.events-webinars .thumb h4{
	font: 600 16px 'poppins',sans-serif;
	color: #221c35;
	min-height: 72px;
}
.partners-application-thank-you+.events-webinars .item{
	padding:0px 10px;
}
.partners-application-thank-you+.events-webinars .thumb p {
	font: 14px/18px 'poppins';
	color: rgba(51, 51, 51, 0.5);
	min-height: 190px;
}

.partners-application-thank-you+.events-webinars .thumb a{
	font: 14px 'poppins';
	color: #0000ff;
	position: relative;
	padding-right: 15px;
}

.partners-application-thank-you+.events-webinars .thumb a::after{
	content: '\f101';
	font: 16px 'fontawesome';
	position: absolute;
	top: 1px;
	right: 0;
}
.partners-application-thank-you+.events-webinars .thumb a:hover
{
	text-decoration:none !important;
}
.partners-application-thank-you+.events-webinars .thumb a h4:hover,
.partners-application-thank-you+.events-webinars .thumb a:hover h4
{
	color:#e4002b !important;
}
.partners-application-thank-you+.events-webinars .owl-nav [class^="owl-"] {
	position: absolute;
	top: calc(50% - 10px);
}

.partners-application-thank-you+.events-webinars .owl-nav .owl-prev {
	left: -40px;
}

.partners-application-thank-you+.events-webinars .owl-nav .owl-next {
	right: -40px;
}
footer.footer-section {
    background-color: #030321;
    color: #bcbac2;
    font-size: 14px;
    line-height: 16px;
    padding: 8rem 0 4.5rem;
}

footer.footer-section .footer-logo {
    margin-bottom: 2rem;
}

footer.footer-section p {
    font-size: 14px;
    line-height: 18px;
}

footer.footer-section h3,
footer.footer-section .h3,
footer.footer-section h4 {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-bottom: 20px;
    font-family: 'Industry_Medium', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color:#bcbac2;
    margin-bottom:10px;
    display:block;
}

footer.footer-section ul {
    list-style: none;
    padding: 0;
}

footer.footer-section address,
footer.footer-section address a,
footer.footer-section address ul li a {
    color: #e2e2e2;
}

footer.footer-section a,
footer.footer-section a:hover {
    text-decoration: none;
    color: #fff;
}

footer.footer-section li a {
    color: #bcbac2;
}

footer.footer-section li {
    margin-bottom: 15px;
}

footer.footer-section .social-links li a,footer.new-footer-section .social-links li a {
    width: 30px;
    height: 21px;
}

footer.footer-section .seal-wrap li,
footer.footer-section .terms-privacy-links li {
    display: inline-block;
}

footer.footer-section .terms-privacy-links li+li:before {
    content: "|";
    margin: 0 5px;
}

footer.footer-section .social-links ul {
    margin-top: 20px;
}

footer.footer-section .social-links li a,footer.new-footer-section .social-links li a {
    width: 27px;
    height: 27px;
    background-color: transparent;
}

footer.footer-section .social-links li.twitter a,footer.new-footer-section .social-links li.twitter a {
    background-position-x: -58px;
}

footer.footer-section .social-links li.facebook a,footer.new-footer-section .social-links li.facebook a {
    background-position-x: -28px;
}

footer.footer-section .social-links li.linkedin a,footer.new-footer-section .social-links li.linkedin a {
    background-position-x: 3px;
}

footer.footer-section .social-links li.youtube a,footer.new-footer-section .social-links li.youtube a {
    background-position-x: -91px;
}

footer.footer-section .social-links li.googleplus a,footer.new-footer-section .social-links li.googleplus a {
    background-position-x: -127px;
}

footer.footer-section .social-links li.instagram a,footer.new-footer-section .social-links li.instagram a {
    background-position-x: -165px;
}

footer.footer-section .seal-wrap li a img {
    width: auto;
    /*height: 100%;*/
}

footer.footer-section .seal-wrap li {
    margin: 0px 2px;
}

footer.footer-section .seal-wrap li a {
    width: 59px;
    display: inline-block;
}

footer.footer-section .rights {
    font-size: 11px;
}

.thankyou .footer-v3 {
	position: absolute;
    bottom: 0;
    width: 100%;
}

.datepicker.dropdown-menu {
    min-width: 160px;
    font-size: 14px;
}

.datepicker td,
.datepicker th {
    padding: 5px;
}
.partners .inner-banner.partners-banner{
	min-height:392px;
	display:block;
	text-align:center;
	background:#290020 url('../png/partners-banner.png');
	background-size:cover;
	color:#fff;
	margin-top:0px!important;
}
.partners .inner-banner.partners-banner::after{
	content:"";
	width:109px;
	height:108px;
	background:url("../png/partner-badge-2.png");
	position:absolute;
	top:auto;
	bottom:-54px;
	left:0px;
	right:0px;
	margin:auto;
}
.partners .inner-banner.partners-mssp-banner{
	display:block;
	text-align:center;
	background:#290020 url('../png/mssp-banner.png');
	background-size:cover;
	color:#fff;
    margin-top:0px!important;
    padding-bottom:0px;
    min-height:initial;
}
.partners .inner-banner.partners-mssp-banner .col-lg-12{
    min-height:342px;
}
.partners .inner-banner.partners-mssp-banner  .btn-red2{
    border-radius: 4px;
    font-family: 'Industry_Medium', sans-serif;
    background: #e4002b;
    font-size: 16px;
    color: #fff;
    padding: 10px 35px;
    position: absolute;
    bottom: -20px;
    float:none;
    margin:auto;
    max-width:240px;
    left:0px;
    right:0px;
}
.partners .inner-banner.partners-mssp-banner::after{
    content:none;
}
.phone-info-box{
    background:#fff;
    box-shadow:0px 2px 20px 0px rgba(0,0,0,0.2);
    text-align:center;
    border-radius:6px;
    overflow:hidden;
}
.phone-info-box-title{
    font-family:'Industry_Medium',sans-serif;
    font-size:16px;
    background-color:#e5002b;
    color:#fff;
    padding:4px 15px;
}
.phone-info-box-content{
    font-family:'Poppins',sans-serif;
    font-size:16px;
    padding:20px;
    font-weight:600;
}
.phone-info-box-content p{
    font-size:16px;
}
.phone-info-box a{
    color:inherit;
}
.color-inherit{
    color:inherit;
}
.link-red{
    color:#e5002b!important;
    font-family: 'Industry_Medium',sans-serif;
    font-size:14px;
    text-transform:uppercase;
}
.link-red::after{
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    margin-left:3px;
    background:url(../png/arrow-red.png) no-repeat center center transparent;
}
.font-16{
    font-size:16px!important;
}
.btn-red2{
    background:#e4002b;
    color:#fff;
}
/*
.partners .inner-banner.partners-mssp-banner::after{
	content:"";
	width:109px;
	height:108px;
	background:url("../images/partner-badge.png");
	position:absolute;
	top:auto;
	bottom:-54px;
	left:0px;
	right:0px;
	margin:auto;
}*/
.inner-banner.partners-mssp-banner a:after
{
 content:none;
}
.inner-banner.partners-mssp-banner a.btn-red
{
    padding:12px 15px;
    font-family: 'Industry_Medium', sans-serif;
    border:3px solid #e4002b;
    font-weight:600;
}
.inner-banner.partners-mssp-banner a.btn-transparent,
.inner-banner.partners-mssp-banner a.btn-red:hover
{
    background:#ffffff;
    color:#000000;
    border:3px solid #e4002b;
    font-family: 'Industry_Medium', sans-serif;
    font-weight:600;
}
.inner-banner.partners-mssp-banner a.btn-transparent:hover
{
    background: #e4002b;
    color: #fff;
}
.partners-banner-title{
    font-family: 'Industry_Medium',sans-serif;
    font-size: 68px;
    line-height: 1;
    margin: 180px 0px 20px;
}
.partners .inner-banner.partners-banner p{
	font-family:'Industry_Book',sans-serif;
	font-size:18px;
}
.partners .partners-testimonial-sub-title{
    font-size: 16px;
    text-transform: uppercase;
    color: #e4002b;
    font-family: 'Industry_Medium',sans-serif;
    font-weight: bold;
	margin:0px 0px 20px;
}
.partners .partners-testimonial-title{
    font-size: 30px;
    text-transform: uppercase;
    color: #333;
    font-family: 'Industry_Book',sans-serif;
	margin:0px 0px 50px;
	font-weight:500;
}
.partners .new-partner-section-2{
	padding:50px 15px;
	display:block;
	width:100%;
}
.partners .new-partner-section-2 p{
    font-size: 18px;
	font-style:italic;
    color: #333;
	font-family: 'Industry_Book',sans-serif;
	line-height:1.4;
}
.partners .new-partner-section-2 p::before,
.partners .new-partner-section-2 p::after{
    font-family: 'Industry_Demi',sans-serif;
    color: #e4002b;
    font-style: normal;
    font-size: 60px;
    line-height: 0px;
    height: 0px;
    display: inline-block;
    position: relative;
    top: 20px;
}
.partners .new-partner-section-2 .carousel{
	padding:0px 50px;
}
.partners .new-partner-section-2 p::before{
	content:"\201C";	
    margin-right: 10px;
}
.partners .new-partner-section-2 p::after{
	content:"\201D";
    margin-left: 10px;
}
.partners .new-partner-section-2 .carousel-control-prev,
.partners .new-partner-section-2 .carousel-control-next{
	width:16px;
	height:52px;
	background:transparent;
	opacity:0.4;
	top:50%;
	transition:all 0.4s ease;
}
.partners .new-partner-section-2 .carousel-control-prev::before{
	content:"";
	width:16px;
	height:52px;
	background:url('../png/slider-arrow.png');
}
.partners .new-partner-section-2 .carousel-control-next::before{
	content:"";
	width:16px;
	height:52px;
	background:url('../png/slider-arrow.png');
	transform:rotate(180deg);
}
.partners .new-partner-section-2 .carousel-control-prev:hover,
.partners .new-partner-section-2 .carousel-control-next:hover{
	opacity:1;
}
.pt-90{
	padding-top:90px!important;
}
.pb-200{
	padding-bottom:200px!important;
}
.partners.partners-msp .partners-mssp-banner
{
    background:#290020 url('../jpg/msp-banner.jpg');
}
.partners.partners-msp .partners-mssp-banner .partners-banner-title
{
    font-size:48px;
    line-height:normal;
}
.partners .inner-banner.partners-mssp-banner .btn-red2
{
    font-size:15px;
    font-weight:600;
}
.partners.partners-msp main
{
    background:#fafafa;
}
.partners.partners-msp .font-w-600
{
    font-weight:600;
}
.partners.partners-msp .new-partner-section-1-sub-title
{
    text-transform:initial !important;
    font-size:26px;
}
.partners.partners-msp .partners-testimonial-title 
{
    text-transform:initial !important;
    font-size:30px;
}
.partners.partners-msp .new-partner-section-2 span
{
    font-family: 'Industry_Medium',sans-serif;
    padding-bottom:10px;
    display:inline-block;
}
.partners.partners-msp .new-partner-section-1 span
{
    color:#e4002b;
    font-size:16px;
    font-family: 'Industry_Medium',sans-serif;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    position:relative;
}
.partners.partners-msp .new-partner-section-1 span.dot-left:before
{
    content: '';
    position: absolute;
    width: 50px;
    height:1px;
    border-top:1px solid #e4002b;
    left: -55px;
    top: 10px;
}
.partners.partners-msp .new-partner-section-1 span.dot-left:after
{
    content: '';
    position: absolute;
    width:300px;
    height:1px;
    border-top:1px dashed #e4002b;
    left: -360px;
    top: 10px;
}
.partners.partners-msp .new-partner-section-1 span.dot-right:before
{
    content: '';
    position: absolute;
    width: 50px;
    height:1px;
    border-top:1px solid #e4002b;
    right: -55px;
    top: 10px;
}
.partners.partners-msp .new-partner-section-1 span.dot-right:after
{
    content: '';
    position: absolute;
    width:300px;
    height:1px;
    border-top:1px dashed #e4002b;
    right: -360px;
    top: 10px;
}
.partners.partners-msp .new-partner-section-1 p
{
    color:#333333;
    font-size:16px;
}
.partners.partners-msp .new-partner-section-2 .learn-more-text
{
    color:#282828;
    font-size:24px;
    line-height:normal;
    margin-top:30px;
    font-family: 'Industry_Medium', sans-serif;
}
.partners.partners-msp .phone-info-box-content
{
    background:#ffffff;
}
.partners.partners-msp .btn-red-v1,
.partners .btn-red-v1{
    border-radius: 4px;
    font-family: 'Industry_Medium', sans-serif;
    background: #e4002b;
    font-size: 16px;
    color: #fff;
    padding: 10px 35px;
    max-width: 300px;
    display: inline-block;
    margin-bottom: 10px;
}
.partners.partners-msp  .btn-red-v1:hover,
.partners .btn-red-v1:hover
{
    background:#f70432;
    text-decoration:none;
}

.partners .new-partner-section-1{
	padding:50px 15px;
	display:block;
	width:100%;
}
.partners .new-partner-section-1 p{
	color:#5e5e5e;
	line-height:1.4;
	font-size:14px;
}
.partners .new-partner-section-1-title{
    font-family: 'Industry_Book',sans-serif;
    font-size: 36px;
    line-height: 1.2;
	margin:0px 0px 20px;
}
.new-partner-section-1-sub-title{
    font-size: 24px;
    font-family: 'Industry_Book',sans-serif;
    text-transform: uppercase;
    line-height: 1.3;
    margin: 0px 0px 20px;
}
.partners  .link {
    color: #0000ff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 3px;
	font-family:'Industry_Book',sans-serif;
	text-transform:uppercase;
	font-size:16px;
}

.partners .link:after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url(../png/arrow-right-blue-2.png) no-repeat center center transparent;
    margin-left: 3px;
}
.mt-40{
	margin-top:40px!important;
}
.mb-40{
	margin-bottom:40px!important;
}
.mb-80{
	margin-bottom:80px!important;
}
.w-100{
	width:100%!important;
}
.btn-large{
	min-width:200px;
}
.partners .section-industry-excellance h2{
	font-family:'Industry_Book', sans-serif!important;
}
.partners .section-industry-excellance::before{
	content:"";
	width:85px;
	height:85px;
	background:url("../png/shield-badge.png");
	position:absolute;
	top:-44px;
	left:0px;
	right:0px;
	margin:auto;
}
.partners .section-industry-excellance::after{
    content:none!important;
}
.partners .section-industry-excellance .btn{
	font-weight:bold;
	font-size:14px;
}
.partners main section.section-industry-excellance .logos img{
	margin:4rem 4rem 0px;
}
@media (min-width: 1200px) {
    header.header-section .navbar .navbar-nav li.dropdown:hover>.dropdown-toggle:after {
        border-right: 1px solid #e4002b;
        border-bottom: 1px solid #e4002b;
        transform: rotate(-135deg);
        top: 3px;
    }
    header.header-section .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
        border-bottom: 2px solid #e4002b;
    }
    header.header-section .navbar.new-navbar-menu .navbar-nav .nav-item:hover .dropdown-menu{
        border-bottom-color:transparent;
    }
	.new-abc-register-banner .d-flex{
		max-width:48%;
		flex: 0 0 48%;
	}
	.new-abc-register-banner .d-flex+.col-md-6{
		max-width:52%;
		flex: 0 0 52%;
		padding-left:40px;
	}
}

@media (max-width: 1450px) {
    header.header-section .dropdown .illustration img {
        width: 100%;
    }
}
@media (max-width: 1028px) {
    .roadshow header.header-section .navbar .navbar-toggler .navbar-toggler-icon
    {
        border-color:#ffffff;
        
    }
    .roadshow header.header-section .navbar .navbar-toggler .navbar-toggler-icon::before, .roadshow header.header-section .navbar .navbar-toggler .navbar-toggler-icon::after
    {
        background-color:#ffffff;
    }
    .roadshow header.header-section .navbar button[aria-expanded="true"] .navbar-toggler-icon
    {
        border:none !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
	header.header-section .header-top-nav ul {
		padding: 0;
	}
	header.header-section .header-top-nav {
		font-size: 9px;
		font-weight: 500;
	}
	header.header-section .header-top-nav .header-top-nav__links li a {
		padding: 0 10px 0 40px;
	}
}
@media (max-width: 1199px) {
    header.header-section .navbar {
        padding: 0;
    }
    header.header-section .navbar .navbar-brand {
        margin: 2rem 2.5rem;
    }
    header.header-section .navbar .navbar-nav {
        margin-left: 0;
    }
    header.header-section .navbar .navbar-nav .mobile-menu--nav-item {
        display: block;
    }
    header.header-section .navbar .navbar-nav li .dropdown-menu {
        padding: 0;
        border-top: 0;
    }
    header.header-section .navbar .nav-item .dropdown-menu-content-wrapper {
        padding: 0;
    }
    header.header-section .dropdown-submenu-title {
        max-width: initial;
    }
    header.header-section .navbar .navbar-nav li a.btn--create-account {
        background-color: #e4002b;
        padding: initial;
        border-radius: 0;
        display: block;
        text-align: left;
    }
    header.header-section .header-top-nav.header-top-red{display:none;}
    header.header-section .navbar .navbar-nav li a,
    header.header-section .navbar .navbar-nav h3,
    header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item,
    header.header-section .navbar .navbar-nav li a.btn--create-account {
        text-transform: uppercase;
        color: #000;
        font-size: 1.8rem;
        font-family: 'Industry_Medium', sans-serif;
        font-weight: 500;
    }
	header.header-section .navbar .nav-item.mobile-menu--nav-item .dropdown-menu-content-wrapper .dropdown-item {
		padding: 2rem 0 2rem 4rem;
		margin-bottom: 0;
	}
    header.header-section .link-wrapper p,
    header.header-section .navbar .navbar-nav .dropdown-text-and-button,
    header.header-section .navbar .navbar-nav .illustration,
    header.header-section .navbar .social-links {
        display: none;
    }
    header.header-section .navbar .navbar-nav li a.btn--create-account,
    header.header-section .navbar .navbar-nav>li>a,
    header.header-section .navbar .navbar-nav h3 {
        padding: 2rem 0 2rem 2.4rem;
        line-height: 2.8rem;
        border-top: 1px solid #ebebeb;
    }
    header.header-section {
        padding: 0;
        border-bottom: 1px solid #ebebeb;
    }
    header.header-section .navbar .navbar-nav li.dropdown>.dropdown-toggle,
    header.header-section .navbar .navbar-nav h3 {
        position: relative;
    }
    header.header-section .navbar .navbar-nav h3 {
        border-bottom: 1px solid #ebebeb;
        width: 100%;
        margin: 0;
        display: block;
        color: #e4002b;
    }
    header.header-section .dropdown-menu.show h3 {
        border-top: 0;
    }
    header.header-section .navbar .navbar-nav li.dropdown>.dropdown-toggle:after
    /* header.header-section .navbar .navbar-nav h3:after */
    {
        content: "";
        width: 15px;
        height: 15px;
        display: inline-block;
        border: 0;
        border-right: 3px solid #e4002b;
        border-bottom: 3px solid #e4002b;
        transform: rotate(-45deg);
        position: absolute;
        top: 26px;
        right: 26px;
    }
    /* header.header-section .navbar .navbar-nav h3:after {
        transform: rotate(45deg);
    } */
    header.header-section .navbar .navbar-nav li.dropdown>.dropdown-toggle:before
    /* header.header-section .navbar .navbar-nav h3:before  */
    {
        content: "";
        width: 67px;
        height: 100%;
        background-color: #f1f1f1;
        top: 0;
        right: 0;
        display: block;
        position: absolute;
    }
    header.header-section .navbar .navbar-nav li.dropdown>.dropdown-toggle[aria-expanded="true"] {
        background-color: #e4002b;
        color: #fff;
        padding-left: 8rem;
    }
    header.header-section .navbar .navbar-nav li.dropdown>.dropdown-toggle[aria-expanded="true"]:before {
        background-color: transparent;
    }
    header.header-section .navbar .navbar-nav li.dropdown>.dropdown-toggle[aria-expanded="true"]:after {
        border-right: 3px solid #fff;
        border-bottom: 3px solid #fff;
        transform: rotate(135deg);
        top: 26px;
        right: initial;
        left: 25px;
    }
    header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item {
        padding: 2rem 0 2rem 8rem;
        line-height: 2.8rem;
        border-bottom: 1px solid #ebebeb;
        display: block;
        white-space: normal;
    }
    header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item:hover {
        color: #000;
    }
    header.header-section .navbar .nav-item .dropdown-menu-content-wrapper .dropdown-item:after {
        content: none;
    }
}
@media screen and (min-width:992px){
	.new-abc-register-section-2 .flex-wrap .col-lg-6:first-child{
		padding-right:80px;
	}
	.new-abc-register-section-2 .flex-wrap-reverse-mobile .col-lg-6:last-child{
		padding-left:80px;
	}
	.partners-application .full-width{
	    width: calc(100% - 16px);
		margin-left: 8px;
		margin-right: 8px;
	}
	.partners-application .half-width{
		width:calc(50% - 16px);
		float:left;
		margin:0px 8px;
	}	
}
@media (max-width: 990px) {
    header.header-section .search-site-form .form-wrapper {
        padding-top: 12rem;
        padding-left: 4rem;
    }
	header.header-section .header-top-nav .header-top-nav__links {
		margin: 0 -15px;
		display: none;
	}
/*
    header.header-section .header-top-nav {
        display: none;
    }
*/
    header.header-section .navbar .navbar-toggler {
        padding: 1rem;
        margin: 0;
        position: relative;
        z-index: 998;
    }
    .roadshow .header-top header.header-section .navbar .navbar-toggler .navbar-toggler-icon::before, 

    {
        background-color:#ffffff;
    }
    .roadshow header.header-section .navbar .navbar-toggler .navbar-toggler-icon
    {
        border-top:4px solid #ffffff;
    }
}
@media (max-width: 991px) {
	.partners-application .checkgroup{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
     .roadshow header.header-section .navbar .navbar-toggler .navbar-toggler-icon::before,
     .roadshow header.header-section .navbar .navbar-toggler .navbar-toggler-icon::after
    {
        background-color:#ffffff;
    }
    .roadshow header.header-section .navbar .navbar-toggler .navbar-toggler-icon
    {
        border-top:4px solid #ffffff;
    }
    .roadshow .header-top .inner-banner p
    {
        position:relative;
        right:0px;
        padding:10px 0;
    }
    .roadshow .section.image-overflow .row
    {
        min-height:auto;
    }
    .partners.partners-msp .new-partner-section-1 span.dot-left:after,
    .partners.partners-msp .new-partner-section-1 span.dot-right:after
    {
        content:none;
    }
}
@media (max-width: 767px) {
    .roadshow .header-top .inner-banner h1{font-size:60px;}
    .roadshow .social-links{display:block;text-align: center;}
}
@media (max-width: 480px) {
    body main section.organizations-trust-comodo img {
        margin: 50px;
        max-width: 50%;
    }
    body main section h2 {
        font-size: 3.8rem !important;
        line-height: 4rem !important;
    }
    main .mb-hide
    {
        display:none;
    }
    main section.organizations-trust-comodo
    {
        padding:100px 0px 0px;
    }
    main .section-zero-trust
    {
        padding-top:1px !important;
    }
    main section.section-industry-excellance
    {
        padding:60px 0px 20px;
    }
    main section.section-industry-excellance .logos img
    {
        margin:15px 10px;
    }
    main section.carousel .slide-content
    {
        padding:0px 20px 0px 15%;
    }
    .inner-banner.partners-mssp-banner a.btn-transparent
    {
        margin-bottom:10px;
    }
    .bx-wrapper .bx-prev
    {
        left:0px;
    }
    .bx-wrapper .bx-next
    {
        right:0px;
    }
    main section.bottom-cta .btn
    {
        margin-top:25px;
    }
    .roadshow .registration-section .form-content-section .red-border:before
    {
        left:25%;
    }
    .roadshow .bread-crumb .d-flex
    {
        display:block !important;
    }
    .roadshow .bread-crumb .float-left
    {
        width:100%;
    }
    .roadshow .bread-crumb .float-left span {width:100%;}
    .roadshow .registration-section .table-section{padding:20px 30px;}
}
@media screen and (max-width: 767px) {
    .section h1 ~ p img {
        max-width: 100%;
    }
	header.header-section .header-top-nav .container-fluid {
		display: block !important;
	}
	header.header-section .search-form-show-btn {
		display: none;
	}
	header.header-section .header-top-nav ul {
		display: block;
		padding: 0;
	}
	header.header-section .header-top-nav ul li {
		display: inline-block;
	}
	header.header-section .header-top-nav .header-top-nav__links li a {
		padding: 0 15px 0 40px;
	}
    main section.section-zero-trust .row>div {
    padding: 30px 15px;
    }
    footer.footer-section
    {
        padding:4rem 0 4.5rem;
    }
	.roadshow .registration-section.reg-sect-1 .reg-sect-1-box{
		padding:0px 0px 30px;
	}
	.roadshow .registration-section.reg-sect-1 .row{
		padding:0px 20px;
	}
	.roadshow .registration-section.reg-sect-1 .row div:nth-child(3),
	.roadshow .registration-section.reg-sect-1 .row div:nth-child(4){
		width:50%;
		padding:0px 15px;
	}
	.roadshow .header-top .inner-banner p.info-title{
		top:-10px;
		right:0px;
	}
	.inner-banner-grid{
		padding-bottom:30px;
	}
	.roadshow .section-join-comodo .img-fluid{
		margin-top:-62px;
	}
	.flex-wrap-reverse-mobile{
		flex-wrap:wrap-reverse;
	}
}
header.header-section .header-top-nav .no-bg:before {
    content: "";
    width: 23px;
    height: 23px;
    display: inline-block;
    background:none;
    position: absolute;
    left: 15px;
    top: 0;
}
header.header-section .header-top-nav .header-top-nav__links .no-bg li a.account::before {
    background:none !important;
}

.body-new-template{
	padding:30px;
}
.body-new-template .body-new-template-inner{
    display:-ms-flex;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width:100%;
    background:#f8f8f8 url("../png/bg-pattern.png");
    min-height:calc(100vh - 60px);
}
.body-new-template-inner>*{
	width:100%;
}
.body-new-template .body-new-template-inner header{
	padding:20px 15px;
	display:block;
	width:100%;
}
.body-new-template .body-new-template-inner .container-fluid{
    max-width: 100%;
    padding: 15px 35px;
}
.body-new-template .body-new-template-inner footer .container-fluid{
    padding:0px 15px;
}

.font-18{
	font-size:18px!important;
}
.section-reserve-an-appointment{
	padding:0px 0px 50px;
}
.section-reserve-an-appointment-title{
	font-family:'Industry_Book',sans-serif;
	text-align:center;
	text-transform:uppercase;
	font-size:20px;
	color:#000;
}
.section-reserve-an-appointment-title strong{
	font-family:'Industry_Medium',sans-serif;
}
.section-reserve-an-appointment-form{
    padding: 40px;
    display: block;
    margin: 20px 0px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.1);
    min-height: 500px;
    border-radius: 2px;
}
.section-reserve-an-appointment-form .form-control:not(textarea){
	height:50px;
}
.section-reserve-an-appointment-form .form-control{
	border-radius:1px;
	border-color:#d2d2d2;
	transition:all 0.4s ease;
	box-shadow:none!important;
	font-family:'Industry_Book',sans-serif;
	font-size:14px;
	line-height:1.68;
}

.section-reserve-an-appointment-form select.form-control{
    -webkit-appearance: none;
    -moz-appearance: none;
}
.section-reserve-an-appointment-form select.form-control,
.section-reserve-an-appointment-form .select{
	background:url('../png/select-normal.png') no-repeat;
	background-position:center right 15px;
}
.section-reserve-an-appointment-form select.form-control:focus,
.section-reserve-an-appointment-form .select:focus{
	background:url('../png/select-focus.png') no-repeat;
	background-position:center right 15px;
}
.section-reserve-an-appointment-form select.form-control::-ms-expand {
    display: none;
}
.section-reserve-an-appointment-form .form-control::-webkit-input-placeholder { 
  color: #bebebe;
}

.section-reserve-an-appointment-form .form-control:-ms-input-placeholder {
  color: #bebebe;
}

.section-reserve-an-appointment-form .form-control::placeholder {
  color: #bebebe;
}
.section-reserve-an-appointment-form .form-control:focus{
	border-color:#959595;
}

.mb-15{
	margin-bottom:15px!important;
}
.mt-15{
	margin-top:15px!important;
}
.mb-0{
	margin-bottom:0px!important;
}
.section-reserve-an-appointment-form .form-group{
	margin: 0px;
}
.section-reserve-an-appointment-form .form-box {
    margin-bottom: 15px;
    display: block;
}
.section-reserve-an-appointment-form .btn-primary{
	background-color: #e4002b;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 17px;
	border:0px!important;
	width:100%;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-family: 'Industry_Demi', sans-serif;
    font-weight: 700;
	box-shadow:none!important;
}
.section-reserve-an-appointment-form .btn-primary:focus,
.section-reserve-an-appointment-form .btn-primary:hover{
	background:#ce072c;
}
.body-new-template footer .col-lg-12{
    padding: 10px 15px;
    font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    color: #444;
    width: 100%;
}
.body-new-template footer p {
    /*display: inline-block;
    float: none;
    margin: 10px auto;*/
    margin:4px auto;
}
.section-reserve-an-appointment-form .xdsoft_datetimepicker .xdsoft_timepicker{
width:75px;
}
.section-reserve-an-appointment-form .xdsoft_time{
	text-transform:uppercase;
}
.body-new-template .xdsoft_time{
	text-transform:uppercase;
}
.body-new-template .xdsoft_time[data-hour="0"]::after,
.body-new-template .xdsoft_time[data-hour="1"]::after,
.body-new-template .xdsoft_time[data-hour="2"]::after,
.body-new-template .xdsoft_time[data-hour="3"]::after,
.body-new-template .xdsoft_time[data-hour="4"]::after,
.body-new-template .xdsoft_time[data-hour="5"]::after,
.body-new-template .xdsoft_time[data-hour="6"]::after,
.body-new-template .xdsoft_time[data-hour="7"]::after,
.body-new-template .xdsoft_time[data-hour="8"]::after,
.body-new-template .xdsoft_time[data-hour="9"]::after,
.body-new-template .xdsoft_time[data-hour="10"]::after,
.body-new-template .xdsoft_time[data-hour="11"]::after{
	content:" am";
}
.body-new-template .xdsoft_time[data-hour="12"]::after,
.body-new-template .xdsoft_time[data-hour="13"]::after,
.body-new-template .xdsoft_time[data-hour="14"]::after,
.body-new-template .xdsoft_time[data-hour="15"]::after,
.body-new-template .xdsoft_time[data-hour="16"]::after,
.body-new-template .xdsoft_time[data-hour="17"]::after,
.body-new-template .xdsoft_time[data-hour="18"]::after,
.body-new-template .xdsoft_time[data-hour="19"]::after,
.body-new-template .xdsoft_time[data-hour="20"]::after,
.body-new-template .xdsoft_time[data-hour="21"]::after,
.body-new-template .xdsoft_time[data-hour="22"]::after,
.body-new-template .xdsoft_time[data-hour="23"]::after{
	content:" pm";
}
.body-new-template .xdsoft_datetimepicker{
	font-family:"Industry_Medium",sans-serif;
	
}
.body-new-template .xdsoft_datetimepicker .xdsoft_timepicker{
	min-width:75px;
}
.section-reserve-an-appointment-form .error-box{
	position:relative;
}
.section-reserve-an-appointment-form .error-box::before{
    content: "\f12a";
    font-family: "FontAwesome";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    right: 14px;
    top: 15px;
    background: #E4002B;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 18px;
}
.section-reserve-an-appointment-form .error-box .form-control{
	padding-right:40px;
}
.section-reserve-an-appointment-form .error{
	color:#E4002B;
	width:100%;
	margin:3px 0px;
	font-family: 'Industry_Book', sans-serif;
	font-size:14px;
	display:none;
}
.section-reserve-an-appointment-form .form-box{
	display:block;
	width:100%;
	position:relative;
}
.section-reserve-an-appointment-form .error-box .error{
	display:inline-block;
}
.section-reserve-an-appointment-form .error-box select.form-control, .section-reserve-an-appointment-form .error-box .select{
    background:transparent!important;
}

.section-reserve-an-appointment-form #app_time{
text-transform:uppercase;    
}
main section.top-banner.apt-banner{
	background:url(../png/apt-bg-1.png) no-repeat center center #131519;
	color:#fff;
	min-height:465px;
}
main section.top-banner.apt-banner h1,
main section.top-banner.apt-banner .subtitle,
main section.top-banner.apt-banner .btn{
	color:#fff;
}
main section.top-banner .subtitle{
	font-size:18px;
}
.apt-section-1-title{
    font-family: 'Industry_Book',sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
	margin:0px 0px 20px;
}
.apt-section-1-sub-title{
	font-size:18px;
	color:#555555;
}
.apt-section-1 .slick-slide{
	padding:0px 20px;
	box-sizing:border-box;
}
.apt-section-1 .slick-slide>div{
	background: #fff;
    box-shadow: 4px 4px 6px 4px rgba(0,0,0,0.07);
    margin: 20px 0px;
    border-radius: 30px;
	position:relative;
	transition:all 0.4s ease;
}
.apt-section-1 .slick-slide>div>div{
    padding: 90px 40px;	
	min-height:600px;
}
.apt-section-1 .slick-slide.slick-center>div{
	background:#000;
	color:#fff;
}
.apt-section-1 .slick-slide:not(.slick-center) .apt-section-1-slider-box p{
	display:none;
}
.apt-section-1 .slick-slide>div,
.apt-section-1 .slick-slide>div>div{
	position:relative;
}
.apt-section-1 .slick-slide>div>div::before{
	content:"";
	width:2px;
	height:60px;
	border-left:2px solid #e4002b;
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	margin:auto;
}
.apt-section-1 .slick-slide>div>div::after{
	content:"";
	width:2px;
	height:60px;
	border-left:2px solid #e4002b;
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	margin:auto;
}
.apt-section-1 .slick-slide.slick-center>div::before{
	content:"";
	width:20px;
	height:20px;
	border:2px solid #e4002b;
	border-radius:50%;
	position:absolute;
	top:20px;
	left:20px;
}
.apt-section-1 .slick-slide.slick-center>div::after{
	content:"";
	width:20px;
	height:20px;
	border:2px solid #e4002b;
	border-radius:50%;
	position:absolute;
	top:20px;
	right:20px;
}
.apt-section-1 .slick-slide.slick-center>div>div::before{
	content:"";
	width:20px;
	height:20px;
	border:2px solid #e4002b;
	border-radius:50%;
	position:absolute;
	top:auto;
	right:auto;
	bottom:20px;
	left:20px;
}
.apt-section-1 .slick-slide.slick-center>div>div::after{
	content:"";
	width:20px;
	height:20px;
	border:2px solid #e4002b;
	border-radius:50%;
	position:absolute;
	top:auto;
	left:auto;
	bottom:20px;
	right:20px;
}
.apt-section-1 .slick-slide.slick-center .blue-link{
	display:none;
}

.apt-section-1-num{
float: none;
    margin: 0px auto 40px;
    display: block;
    width: 150px;
    height: 150px;
    border: 2px solid #e4002b;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-family: 'Industry_Demi',sans-serif;
    font-size: 60px;
}
.apt-section-1-slider-title {
    font-size: 18px;
    font-family: 'Industry_Demi',sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 14px;
}
.apt-section-1-slider-box p{
	text-align:center;
	font-size:14px;
	font-family:"Industry_Book",sans-serif;
}
.apt-section-1-slider-box .blue-link{
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:40px;
    margin-bottom:0px;
    cursor: pointer;
}
.blue-link,
.blue-link:hover{
    text-transform: uppercase;
    color: #0000ff;
    font-family: 'Industry_Medium', sans-serif;
    text-decoration: underline;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
	font-size:14px;
}
.blue-link::after {
    content: "";
    width: 10px;
    height: 12px;
    display: inline-block;
    background: url('../png/arrow-right-blue-2.png') no-repeat center center transparent;
    margin-left: 3px;
}
.apt-section-2{
	background: #e1e5e8 url(../png/apt-bg-2.png) no-repeat top right;
    padding: 63px 15px;
}
.apt-section-2 p{
	margin: 35px 0px;
    color: rgba(0,0,0,0.6);
}
.apt-section-3{
	background:#000;
	color:#fff;
}
.apt-section-3-title{
    font-family: 'Industry_Book',sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
	margin:50px 0px;
	text-transform:uppercase;
	position:relative;
	padding-bottom:20px;
}
.apt-section-3-title::before{
	content:"";
	width:100px;
	height:7px;
	background:#e4002b;
	border-radius:10px;
	position:absolute;
	left:0px;
	bottom:0px;
}
.apt-section-3 .card{
	background-color:transparent;
	border:1px solid #fff;
	border-radius:10px;
	transition:all 0.4s ease;
}
.apt-section-3 .card-header{
	padding:0px;
	background:transparent;
	border:0px;
}
.apt-section-3 .card-header a{
	color: inherit;
    padding: 20px 25px;
    font-family: "Industry_Medium",sans-serif;
    font-size: 26px;
    width: 100%;
    display: inline-block;
	position:relative;
}
.apt-section-3 .card-header a::before {
    content: "\f063";
    position: absolute;
    right: 27px;
    color: #e4052b;
    font-family: 'FontAwesome';
    font-size: 18px;
	transition:all 0.4s ease;
}
.apt-section-3 .card-header a.collapsed::before {
	transform:rotate(180deg)
}
.apt-section-3 .card {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 15px;
    margin-bottom: 25px;
}
.apt-section-3 .card.active {
    background: #fff;
    color: #333;
}
.apt-section-3 .card .card-body{
	margin: 0px 0px 20px;
	padding:15px 25px;
}
.apt-section-3 .card.active .card-body{
	color:rgba(0,0,0,0.6);
}
.apt-post{
	width:100%;
	display:block;
	float:left;
	padding:15px 0px;
	margin:0px 0px 40px;
}
.apt-post-date{
	width:100%;
	display:block;
	font-size:13px;
	color:#e4002b;
	font-family:"Industry_Book",sans-serif;
	letter-spacing:3px;
	font-weight:600;
}
.apt-post-title{
	width:100%;
	display:block;
	font-size:36px;
	color:#ffffff;
	margin:10px 0px 20px;
	font-family:"Industry_Medium",sans-serif;
	font-weight:500;
	max-width:580px;
	line-height:1.4;
}
.apt-post p{
	color:rgba(255,255,255,0.6);
	font-size:16px;
}
.white-link,
.white-link:focus,
.white-link:hover{
    font-family: "Industry_Demi",sans-serif;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}
.white-link:after{
	content:"→";
	margin-left:2px;
}
.mb-110{
	margin-bottom:110px!important;
}
.inner-page .inner-banner.apt-inner-banner h1{
    margin-top: 40px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: initial;
    font-family: 'Industry_Medium';
}
.inner-page .inner-banner.apt-inner-banner p{
    font-weight: 400;
    color: #494949;
    line-height: 1.6;
    padding-top: 20px;
}
.inner-page .inner-banner.apt-inner-banner p a{
    color:inherit;
}
.three-steps{
	display:inline-block;
	width:100%;
	padding:0px;
	list-style:none;
	counter-reset:steps-counter;
}
.three-steps li{
	padding:120px 40px 0px;
	position:relative;
	text-align:center;
}
.three-steps li .three-steps-counter{
	display: block;
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: calc(50% - 43px);
	right: 0px;
	margin: auto;
}
.three-steps li .three-steps-counter span{
	width: 87px;
	height: 87px;
	line-height: 87px;
	font-family: 'Poppins',sans-serif;
	font-weight: bold;
	font-size: 60px;
	text-align: center;
	background: #b7b7b7;
	color: #fff;
	border-radius: 50%;
	display: block;
	position:relative;
	z-index:1;
}
.three-steps li.active .three-steps-counter span{
	background:#e4002b;
}
.three-steps li .three-steps-counter:before{
	content: '';
	display: block;
	width: 100%;
	height: 5px;
	top: 0px;
	bottom: 0px;
	background: #d7d7d7;
	margin: auto;
	float: none;
	position: absolute;
	z-index: 0;
	transition:all 0.4s ease;
	left: 40px;
}
.three-steps li .three-steps-counter:after{
	content: '';
	display: block;
	width: 0px;
	height: 5px;
	top: 0px;
	bottom: 0px;
	background: #e4002b;
	margin: auto;
	float: none;
	position: absolute;
	z-index: 0;
	left: 40px;
	transition:all 0.4s ease;										
}
.three-steps li.active.completed .three-steps-counter:after{
	width:100%;
}
.three-steps li:last-child .three-steps-counter:before,
.three-steps li:last-child .three-steps-counter:after{
	content:none;
}
.thank-you-page{
	width:100%;
	display:flex;
	flex-wrap:wrap;
	float:left;
	text-align:center;
}
.thank-you-inner{
	width:100%;
	display:block;
	float:left;
	text-align:center;
	padding:40px 15px;
}
.thank-you-sub-title{
	color:#e4002b;
	font-size:24px;
	font-family:'Industry',sans-serif;
	text-transform:uppercase;
    width: 100%;
    text-align: center;
    margin: 55px 0px 50px;
}
.thank-you-title .red{
	color:#e4002b;
	display:block;
	width:100%;
	font-size:inherit;
}
.thank-you-title{
	color:#000;
	font-size: 42px;
	line-height:1.2;
	font-family: 'Industry',sans-serif;
	text-transform: uppercase;
	width:100%;
    text-align: center;
    margin: 50px 0px 70px;
}
.thank-you .link{
	font-family: 'Industry_Medium',sans-serif;
    color: #0000ff;
}
.mb-20{
	margin-bottom:20px!important;
}
.mb-30{
	margin-bottom:30px!important;
}
.mb-60{
	margin-bottom:60px!important;
}
.btn-red-2 {
    background: #e4002b;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    padding: 14px 35px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 3px;
	text-decoration:none!important;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.35);
}
.btn-red-2:hover {
    background: #d0052b;
    color: #fff;
}
.thank-you .blue-link, 
.thank-you .blue-link:hover{
	font-weight:500;
}
.thank-you.bg-pattern{
	background:#f8f8f8 url("../png/bg-pattern.png");
}

@media screen and (min-width:992px){
	.three-steps li{
		width:33.33%;
		float:left;
	}
}
@media (max-width:991px){
	.three-steps li .three-steps-counter span{
		font-size:40px;
		line-height:70px;
		width:70px;
		height:70px;
	}
	.three-steps li .three-steps-counter{
		left:0px!important;
		right:auto;
		height:100%;
	}
	.three-steps li .three-steps-counter:before,
	.three-steps li .three-steps-counter:after{
		top:0px;
		left:33px;
		width:5px;
		max-width:5px;
		height:100%;
	}
	.three-steps li{
		padding:10px 40px 20px 90px;
		text-align:left;
	}
	.three-steps li p{
		text-align:left;
	}
}
@media screen and (min-width:768px){
	.apt-section-2 .img-fluid{
		position:relative;
		top:75px;
	}
}
@media screen and (min-width:1201px){
  .emergency-containment .inner-banner.report-vul.tq-fixer{
    min-height:calc(100vh - 305px);
  }
}
@media screen and (min-width:992px) and (max-width:1200px){
  .emergency-containment .inner-banner.report-vul.tq-fixer{
    min-height:calc(100vh - 347px);
  }
}
@media screen and (min-width:767px) and (max-width:991px){
  .emergency-containment .inner-banner.report-vul.tq-fixer{
    min-height:calc(100vh - 308px);
  }
}
/*******06.08.19***/
.news-heading h1 {
    font-family: 'Industry_Medium';
    font-size: 4.5rem;
}
.secure-dns [class^="section-"]:after, .secure-dns .inner-banner::after
{
    content:none !important;
}
.secure-dns [class^="section-"]
{
    padding:20px 0 30px;
    margin-bottom:0px;
}
.partners-start-partnership .inner-banner h1
{
    padding-top:20px;
}
.partners-start-partnership .inner-banner p
{
    color:#494949 !important;
    font-size:18px;
}
.partners-start-partnership .inner-banner p a
{
    color:#0f5aca !important;
}
.partners-start-partnership .breadcrumb
{
    background:none;
}
.partners-start-partnership .breadcrumb li
{
    padding-right:10px;
    padding-left:10px;
}
.partners-start-partnership .breadcrumb li,
.partners-start-partnership .breadcrumb li a
{
    color:#0090ff;
    font:15px 'Industry_Book';
    letter-spacing:1px;
    text-transform:uppercase;
}
.partners-start-partnership .form-section p
{
    font-size:12px;
    color:#333333;
    font-weight:500;
}
.partners-mssp-page{
	
}
.partners-mssp-banner .breadcrumb{
	display:inline-block;
	background:transparent;
}
.partners-mssp-banner .breadcrumb li, .partners-mssp-banner .breadcrumb li a {
    display: inline-block;
    text-transform: uppercase!important;
    font-size: 12px;
    color: #027fff;
}
.partners-mssp-banner .breadcrumb li a::after {
    content: ">";
    position: initial;
    border: 0px;
    margin: 0px 3px;
}
.partners-mssp-banner .partners-banner-title{
	margin:50px 0px 20px;
}
.explore-our-solutions-inner {
    padding: 20px 20px 0px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.1);
    border: 2px solid #555;
    border-radius: 3px;
}
.explore-our-solutions-title {
    font-family: 'Industry_Medium' !important;
    color: #e4002b;
    margin: 0px 0px 20px;
    text-transform: uppercase;
    font-size: 17px;
}
.explore-our-solutions .red-title-text{
    font-family: 'Industry_Medium' !important;
    color: #e4002b;
    margin: 0px 0px 15px;
    text-transform: uppercase;
    font-size: 16px;
	position:relative;
}
.explore-our-solutions .red-title-text::before {
    content: '';
    width: 70vh;
    position: absolute;
    height: 2px;
    border-top: 2px solid #e4002b;
    right: calc(100% + 13px);
    top: 10px;
}
.explore-our-solutions-inner p {
    font: 400 15px/26px 'Industry_Book';
}
.explore-our-solutions-inner .btn-red-block {
	transition: all 0.4s ease;
	background-color: #e4002b;
    color: #fff;
    margin: 0px -20px;
    width: calc(100% + 40px);
    font-size: 16px;
    margin-top: 20px;
    padding: 15px;
    font-family: 'Industry_Medium' !important;
    text-transform: uppercase;
}
.explore-our-solutions-inner .btn-red-block:focus,
.explore-our-solutions-inner .btn-red-block:hover {
	background-color:#c40516;
	color:#fff;
}
.max-739{
    max-width: 739px;
    margin: auto auto 15px;
    float: none;
}
.font-35{
	font-size:35px!important;
}
.color-inherit{
    color:inherit!important;
}

/**************30.07.2020***********/
.partners .msp-page .carousel-control-prev,
.partners .msp-page .carousel-control-next{
	width:36px;
	height:52px;
	background:transparent;
	opacity:1;
	top:50%;
	transition:all 0.4s ease;
}

.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}
.form .bread-crumb{
	display:inline-block;
	background:transparent;
}
.form-page .bread-crumb li, .form-page .bread-crumb li a {
    display: inline-block;
    list-style: none;
    text-transform: uppercase!important;
    font-size: 12px;
    color: #027fff;
}
.form-page .bread-crumb li a::after {
    content: ">";
    position: initial;
    border: 0px;
    margin: 0px 3px;
}

/***************menu**************/
.header-top-nav ul{
        padding: 0;
        list-style: none;
        background: #f2f2f2;
    }
.header-top-nav.header-top-red ul{
    background:transparent;
}
.header-top-nav  ul li{
        display: inline-block;
        position: relative;
        line-height: 21px;
        text-align: left;

    }
.header-top-nav ul li a{
        display: block;
        padding: 8px 0px;
        color: #333;
        text-decoration: none;
    }
.header-top-nav ul li a:hover{
        color: #fff;
/*        background: #939393;*/
    }
.header-top-nav ul li ul.dropdown{
        width:100%; /* Set width of the dropdown */
        background: #fff;
        display:none!important;
        position:absolute;
        z-index: 9999;
        overflow: hidden;
        min-width:220px;
        right: 0px;
        left:auto;
        box-shadow:0px 6px 14px 0px rgba(0,0,0,0.1)
    }
.header-top-nav ul li:hover ul.dropdown{
        display:block!important;	/* Display the dropdown */
		position: absolute;
    }
.header-top-nav ul li ul.dropdown li{
        display:block!important;
		z-index: 9999;
}
.header-top-nav ul li ul.dropdown li:not(:last-child){
    border-bottom:1px solid #c4c4c4;
}
header.header-section .header-top-nav.header-top-red ul ul.dropdown li a{
    color: #333;
    padding: 4px 35px!important;
    width:100%;
}
header.header-section .header-top-nav.header-top-red ul ul.dropdown li a:hover {
    background: #e4002b;
    color: #fff;
}
.region-switcher{
	margin: 0px!important;
	width: auto;
}
.region-switcher a{
	padding: 0 15px 0 0!important;
	line-height: normal!important;
	height: inherit!important;
	position:absolute;
    color: #4A4A4A;
	margin: 0;
}
.dropdown li a::before{
	padding:0 15px!important;
	background:inherit!important;
	width: inherit;
	height: inherit;
}

.dropdown li a::before:hover{
	padding:0 15px!important;
	background:inherit!important;
	width: inherit;
	height: inherit;
}
.dropdown li a{
	padding:0 15px 0 45px!important;
	font-size: 14px;
	font-family: 'Poppins', sans-serif!important;
	text-transform: capitalize;
	font-weight: 100;
}
.coalition-page header{padding:45px 15px 15px;}
.coalition-page.inner-page .inner-banner h1{font-family:'Industry_Medium',sans-serif;}
.coalition-page header .navbar-brand{margin-bottom:10px;}
.coalition-page footer.footer-section .rights{font-size:14px;}
.coalition-page .coalition-form-title{font-size: 34px;font-family:'Industry_Medium',sans-serif;color: rgb(0, 0, 0);text-transform: uppercase;line-height: 1.735;text-align: left;}
.coalition-page .coalition-form-desc{font-size: 12px;font-family: "Cerebri Sans";color: rgb(68, 68, 82);line-height: 1.5;}
.coalition-page .navbar-brand img{max-height:60px;width:auto;}
.coalition-page footer.footer-section{background-color:#fff;color:#333;}
.coalition-page footer.footer-section .h3{color:#e4012c;font-weight:700;margin-bottom:20px;}
.coalition-page footer.footer-section address, .coalition-page footer.footer-section address a, .coalition-page footer.footer-section address ul li a{color:#292929;}
.coalition-page .inner-banner p:not(.para){font-family: 'Industry_Medium',sans-serif;font-size: 14px;text-transform: uppercase;letter-spacing: 2px;padding-top:0px;}
.coalition-page .inner-banner p.para{color:#666!important;font-weight:400!important;font-size: 15px;line-height: 26px;padding-top: 10px;margin-bottom: 20px;padding-top:20px;}
.coalition-page .section-3 p{font-size:15px!important;}
.coalition-page footer.footer-section li a{color:#424242;}
.coalition-page footer.footer-section li a:hover{color:#292929;}
.coalition-page footer.footer-section .social-links li a{filter:invert(1);}
.coalition-page .font-weight-demi{font-weight:600;}
.coalition-stats-list {display: inline-block;list-style: none;padding: 0px!important;}
.coalition-stats-list li{padding: 10px 0px;display: flex;flex-direction: column;}
.coalition-stats-list li:not(:last-child){border-bottom:1px solid #e3002a;}
.coalition-stats-list .csl-value {clear: right;font-weight: bold;font-size: 20px;color: #333;}
.coalition-stats-list .csl-title {display: inline-block;clear: left;}
.nav-tabs.nav-tabs-style-1{border:0px;display:inline-block;}
.nav-tabs.nav-tabs-style-1 li{padding:0px!important;border:0px!important;}
.nav-tabs.nav-tabs-style-1 li a.nav-link{padding: 8px 14px;border: 0px;border-left: 5px solid transparent!important;transition: all 0.4s ease;color: #b2b2b2;line-height: 1;font-size:18px;margin-bottom: 20px;font-weight:bold;}
.nav-tabs-style-1, .tab-content-style-1 {padding-left: 15px;}
.tab-content-style-1 .tab-content-style-1-title{font-size:20px;font-weight:bold;margin: 20px 0px;}
.nav-tabs.nav-tabs-style-1 li a.nav-link.active{color: #000;border: 0px;border-left-color: #e3002b!important;}
.coalition-page .inner-banner ul.trust-logos li {font-size:30px;}
.coalition-logos-2 {display: inline-block;list-style: none;padding: 0px;column-count: 3;column-gap: 10px;}
.coalition-page .section-3 h3 {margin: 10px 0px!important;}
.coalition-logos-2 li {margin-bottom: 0px;padding: 12px 5px;}
.coalition-page .coaliting-content-title{font-size:21px;font-weight:bold;margin:20px 0px;}
.coalition-page .coaliting-content p{font-size:15px!important;}
.coalition-page .section-3 p{font-size:15px!important;}
.new-navbar-menu{}
.uael-submenu-icon-classic .uael-nav-menu .parent-has-child .sub-arrow i:before{content:'';width: 6px;height: 6px;border-right: 2px solid #fff;border-bottom: 2px solid #fff;display: inline-block;transform: rotate(45deg) translate(-3px, 1px);}
.elementor-repeater-item-acead75{padding-left: 7px!important;}
.elementor-repeater-item-acead75::before{content:"";background: url("../png/icon-globe.png");width: 17px;height: 16px;display: inline-block;position: absolute;top: 13px;left: 0px;}
.new-navbar-menu .dropdown-menu p{font-weight:normal;font-family:'Cerebri-Sans-Regular',sans-serif;font-size: 12px;color:#595959;line-height:1.2;margin:0px;}
.new-navbar-menu .mega-menu-primary-title{font-family:"Industry_Medium", Sans-serif;font-size:22px;margin-bottom:15px;}
.new-navbar-menu .mega-menu-primary-title ~ p{margin-bottom:15px;}
.new-navbar-menu .mega-menu-secondary-title{font-family:"Industry_Medium", Sans-serif;text-transform:uppercase;font-size:16px;border-bottom: 2px solid #e4002b;padding-bottom:7px;margin-bottom:13px;}
.mega-menu-item-list{list-style:none;margin:0px 0px 10px;padding:0px;}
.mega-menu-item-list li{list-style:none;margin:0px 0px 15px;padding:0px;}
.mega-menu-item-list li a{font-family:"Cerebri_Sans_SemiBold", sans-serif!important;font-size:14px;color:#525252!important;text-decoration:none;padding:0px!important;transition:all 0.4s ease;}
.mega-menu-item-list li a::after,header.header-section .navbar .navbar-nav .nav-item.non-mega-nav-item .dropdown-menu ul li a::after{content:"";font-size: 120%;position: relative;top: 2px;margin-left: 3px;width: 6px;height: 6px;border-top: 1px solid #e4002b;border-right: 1px solid #e4002b;display: inline-block;transform: translate(0px, -3px) rotate(45deg);}
.mega-menu-item-list li a:hover,header.header-section .navbar .navbar-nav .nav-item.non-mega-nav-item .dropdown-menu ul li a:hover{color:#e4002b!important;}
.mega-menu-item-list li p{font-family:"Cerebri_Sans_SemiBold", sans-serif;font-size:11px!important;color:#9e9d9d!important;}
.new-navbar-menu .mega-menu-primary-link{font-size: 17px;color: #000!important;text-decoration: none;font-family: "Cerebri_Sans_SemiBold", sans-serif;text-decoration: none;}
.new-navbar-menu .mega-menu-primary-link::after{content:"";width: 7px;height: 7px;display: inline-block;border-left: 2px solid #e4002b;border-top: 2px solid #e4002b;transform: rotate(135deg) translate(-2px, -2px);}
.new-navbar-menu .mega-menu-pattern{background:#EBEFEF url("../jpg/mega-menu-pattern-2.jpg") bottom left no-repeat;background-size:cover!important;}
header.header-section .navbar.new-navbar-menu .navbar-nav li .dropdown-menu{padding:0px;border-bottom:2px solid #e4002b!important;box-shadow:0px 21px 18px 0px rgba(0,0,0,0.03);}
header.header-section .navbar.new-navbar-menu .nav-item .dropdown-menu-content-wrapper{max-width:100%;margin:0px;padding:0px;}
header.header-section .navbar.new-navbar-menu .nav-item.non-mega-nav-item .dropdown-menu{min-width:260px;box-shadow:0px 10px 24px 0px rgba(0,0,0,0.1)}
.new-navbar-menu .dropdown-menu-content-wrapper>.row>[class^="col-xl-"]{padding: 30px 40px;}
.non-mega-nav-item{position:relative!important;}
header.header-section .navbar .navbar-nav .nav-item.non-mega-nav-item .dropdown-menu ul{display: inline-block;list-style: none;padding: 0px;width: 100%;}
header.header-section .navbar .navbar-nav .nav-item.non-mega-nav-item .dropdown-menu ul li a{padding: 13px 15px!important;border-bottom: 1px solid #eee;width: 100%;display: inline-block;color: #525252;font-size: 14px;font-family: "Cerebri_Sans_SemiBold", sans-serif!important;text-decoration: none;}
.non-mega-nav-item .dropdown-menu{min-width:200px;}
footer.new-footer-section{padding:50px 15px;width:100%;font-size:13px;font-weight:500;}
footer.new-footer-section.light{color:#818181!important;}
footer.new-footer-section.dark{background:linear-gradient(105deg, #231B35 0%, #0C0915 100%);color:#fff!important;}
footer.new-footer-section a{font-family:'Poppins',sans-serif;font-weight:500;}
footer.new-footer-section.dark a{color:#fff!important;transition:all 0.4s ease;}
footer.new-footer-section .footer-primary-title{margin: 30px 0px 50px;font-size: 37px;font-family: "Industry_Medium", sans-serif;color:#fff;}
footer.new-footer-section .footer-secondary-title{font-size: 32px;color: #FFF;font-family: "Industry_Medium", sans-serif;margin: 15px 0px 15px;line-height:1.4;}
footer.new-footer-section .footer-secondary-title ~ p{color: #FFFFFF;font-family:'Cerebri-Sans-Regular',sans-serif;font-size: 14px;margin: 0px 0px 14px;display: inline-block;}
footer.new-footer-section .footer-secondary-title ~ p strong{font-family:'Cerebri_Sans_SemiBold',sans-serif;font-weight:600;}
footer.new-footer-section .footer-secondary-title ~ .footer-learn-more {font-family: 'Industry_Medium',sans-serif;text-transform: uppercase;font-size: 15px;margin: 21px 0px 40px;display: inline-block;}
footer.new-footer-section .footer-secondary-title ~ .footer-learn-more::after{content:"\f061";font-family: 'FontAwesome';font-size: 11px;transform: translate(5px, -2px);display: inline-block;}
footer.new-footer-section.dark a:hover{color:#fff!important;}
footer.new-footer-section .dark-footer-cta{padding:40px;background:url('../jpg/dark-footer-cta.jpg') center center no-repeat;background-size:cover;margin-bottom:60px;}
footer.new-footer-section .dark-footer-cta .new-dark-footer-2-title{color:#fff;font-size:36px;font-weight: 700;line-height: 1.1em;max-width:520px;margin-bottom:20px;}
footer.new-footer-section .dark-footer-cta p{color:#FFFFFF;font-family:'Cerebri_Sans_Regular',sans-serif;font-size: 17px;margin:10px 0px;max-width:520px;}
footer.new-footer-section .footer-logo{margin-bottom:15px;}
footer.new-footer-section.dark .btn-footer-white{padding: 14px 40px;background-color:#201c33;color:#01ffa4!important;font-family: 'Industry_Demi',sans-serif;font-size: 18px;text-transform: uppercase;margin-top: 20px;border:3px solid #fff;}
footer.new-footer-section.dark .btn-footer-white:hover{background-color:#201c33!important;color:#fff!important;}
footer.new-footer-section.dark .btn-footer-white::after {content: "\f061";font-family: 'FontAwesome';transform: translate(5px, 0px);display: inline-block;}
footer.new-footer-section.light{background-color:#fff;color:#818181!important;}
footer.new-footer-section.light a{color:#818181!important;transition:all 0.4s ease;}
footer.new-footer-section.light a:hover{color:#E6002E!important;}
footer.new-footer-section .new-footer-title{color:#E6002E;text-transform:uppercase;font-family:"Industry_Demi", Sans-serif;font-size:18px;font-weight:600;margin-bottom:15px;}
footer.new-footer-section .new-footer-nav-list{display:inline-block;padding:0px;font-family:'Cerebri-Sans-SemiBold',sans-serif;list-style:none;}
footer.new-footer-section .new-footer-nav-list li{display:inline-block;width:100%;margin:0px 0px 7px;}
footer.new-footer-section .social-links{display:inline-block;float:right;}
footer.new-footer-section hr.footer-border-line{border-top:3px solid #8a8a8a;margin:1rem -15px;padding-bottom:20px;}
footer.new-footer-section .terms-privacy-links{display: inline-block;padding: 0px;list-style: none;}
footer.new-footer-section .terms-privacy-links li{display:inline-block;padding:0px 10px;margin-bottom:10px;border-right:1px solid;}
footer.new-footer-section .terms-privacy-links li:first-child{padding-left:0px;}
footer.new-footer-section .terms-privacy-links li:last-child{border:0px;}
footer.new-footer-section.light .social-links li a{opacity:0.5;filter:brightness(0);}
footer.new-footer-section.light .social-links li a:hover{opacity:1;}
footer.new-footer-section.dark .rights, footer.new-footer-section.dark .terms-privacy-links *{color:#919191!important;}
footer.new-footer-section.dark a.discover-now{font-family:'Industry_Medium',sans-serif;color:#01ffa4!important;text-transform: uppercase;font-size: 15px;margin:29px 0px 20px;display: inline-block;}
footer.new-footer-section.dark a.discover-now::after{content:"\f061";font-family: 'FontAwesome';font-size: 11px;transform: translate(5px, -2px);display: inline-block;}
.col-xl-2-half{position: relative;width: 100%;padding-right: 15px;padding-left: 15px;}
@media screen and (min-width: 1200px){.pull-right-xl{float:right;}.col-xl-2-half{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
@media screen and (min-width: 992px){.pull-right-lg{float:right;}.col-lg-2-half{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}}
@media screen and (min-width: 767px){.pull-right-md{float:right;}}
