* {
    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.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.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.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.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.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;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 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 .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;
    border-top: 15px solid #e4002b;
}

header .navbar.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}


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

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;
}
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;
}
.join-para{
	padding:27px 0px;
	margin:0px;
}
.red-border-top{
	border-top:3px solid #e4002b;
}
.join-para.text-center{
	text-align:center!important;
}
.no-background{
	background:transparent!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%;
}
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;
}

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

@media (max-width: 1450px) {
    header.header-section .dropdown .illustration img {
        width: 100%;
    }
}
@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 (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 .navbar .navbar-toggler {
        padding: 1rem;
        margin: 0;
        position: relative;
        z-index: 998;
    }
}
@media screen and (max-width: 767px) {
    header.header-section .navbar .navbar-brand
    {
        margin:0px;
    }
	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;
    }
	.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;
}

/***************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;
}

.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;}
.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("../mega-menu-pattern.html") 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;line-height:normal;}
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;}.banner-content .btn-cta-red, .banner-content .btn-cta-white:hover, .home-banner .btn-cta-red, .btn-cta-red{font-size:13px;}}
@media screen and (max-width: 1199px){header.header-section .navbar{position: relative !important;}}