html, body {
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
}
a, p, h1, h2, h3 ,h4 ,h5 ,h6 ,div  {
	font-family: 'Roboto', sans-serif;
}
.devider_content .item {
    display: inline-block;
    width: 120px;
}
.upcomming_events_wrap {
    display: flex;
    flex-wrap: wrap;
}
.devider_content {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.devider_content .row {
    text-align: justify;
    text-align-last: center;
}
#video_popup {
	background: transparent;
	border: none;
	box-shadow: none;
}

.no-padding-right {
    padding-right: 0;
}
.no-padding-left {
    padding-left: 0;
}
img.pre_logo {
    margin-top: -6px;
    max-width: 100%;
    max-height: 100%;
    float: right;
}
.pre_logo_link {
    height: 100%;
}
dialog .close-reveal-modal, #video_popup.reveal-modal .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 2.5rem;
    right: 1.6875rem;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
}
.no_margin {
	margin: 0;
}
section {
	width: 100%;
	float: left;
	margin: 0 auto;
}
#loadingDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/images/ajax.gif) center center no-repeat #fff;
    z-index: 23;
	width: 100%;
	height: 100%;
}
.upcoming-event {
	float: left;
    border: 1px solid rgba(255,255,255,.1);
    padding: 30px 0 !important;
	border: 1px solid #fff;
}
.upcoming-event p span {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 15px;
}
.main_event_title {
	text-transform: uppercase;
}
.white-col {
	color: #fff;
}

.video_img {
	display: block;
	cursor: pointer;
}
.video_wrap {
	display: none;
}

.wrap_flex {
    display: flex;
    flex-wrap: wrap;
}
.item_flex {
    position: relative;
    float: left;
}
.event_popup h6 {
    color: #88c9b1;
    font-weight: bold;
    margin: 0;
}
.timer_logo_wrap {
	background-color: #fff;
}
.hidden {
	display: none;
}
.centered_item {
    margin-right: auto;
    margin-left: auto;
    float: none !important;
    clear: both;
    padding-top: 20px;
}
.relative {
	position: relative;
}
.row {
	max-width: 1024px;
}
.seventy_fife_perc_width {
	width: 75%;
	margin: 0 auto;
	display: block;
}
.more_info {
	position: relative;
}
.clr {
	width: 100%;
	float: left;
	clear: both;
}
.whight_bg {
	background-color: #fff;
}
.no-padding {
	padding: 0;
}
.left_text {
	text-align: left !important;
}
.upcoming-event.upcoming_item {
	border: 1px solid #fff;
}

.btn.form-btn {
	background-color: #fff;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}
/*Head*/
header {
    float: left;
    width: 100%;
}

.top-bar {
	background-color: #fff;
}
.top-bar-section ul {
    background: #fff;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    background: #fff;
	color: #040f1e;
}
.white-col {
	color: #fff !important;
}
.contain-to-grid .top-bar {
    max-width: 1024px;
	background: transparent;
}

section.top-bar-section {
    background: transparent;
}
li.main_menu_item {
    background: transparent;
}
.top-bar-section li a {
    background: transparent !important;
}
.events_nav_wrap {
	background: #9d9d9c;
	margin-top: 20px;
}
.top-bar .toggle-topbar.menu-icon a::after {
    -webkit-box-shadow: 1px 10px 1px 1px #040f1e, 1px 16px 1px 1px #040f1e, 1px 22px 1px 1px #040f1e;
    box-shadow: 0 10px 0 1px #040f1e, 0 16px 0 1px #040f1e, 0 22px 0 1px #040f1e;
    color: #040f1e;
}
.top-bar .toggle-topbar.menu-icon a {
    color: #040f1e;
}

.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: white;
    padding: 12px 0 12px 0;
    padding-left: 15px;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    background: #333333;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 0 10px !important;
}
.open_menu {
    height: 100% !important;
}
.top-bar-section {
	float: left !important;
}
.small_border {
}
.main_menu_item:hover .sub_menu_item {
    display: block;
}
ul.sub_menu_item {
    transition: 1s;
}
.sub_menu_item li {
    display: block;
    float: none !important;
	position: relative;
    margin: 2px 0;
}
.sub_menu_item li a {
    display: inline-block !important;
    white-space: nowrap;
    background: transparent !important;
    margin-left: 14px;
    margin-right: 10px;
}
img.top_logo {
    max-width: 237px;
}
.sub_menu_item li a:hover {
    color: #96c7b3 !important;
}

.close_video {
position: absolute;
    z-index: 9;
    top: 30px;
    right: 12px;
    cursor: pointer;
    display: none;
    z-index: 45;
}

.close_video i::before{
    font-size: 35px;
    color: #fff;
}

sub_menu_item li a::before {
	width:10px;
	height: 10px;
	background: red;
}
.upcoming_section a {
	color: #272727;
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #2d2d2d;
    float: left;
    margin-top: 15px;
    margin-right: 11px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 5px;
	display: none;
}
.arrow-right-red {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid 2d2d2d;
	position: absolute;
	
	right: 0;
	bottom: 0;

}
.white {
	color: #fff;
}
.grey_bg {
    background-image: url(../images/template/home/grey_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
	background-color: #474647;
    background-position: top right;
}


.prog_header_sec {
	background-image:url(../images/events/programmatic/programmatic-main-img.png);
}
.events_header_bg {
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
	min-height: 438px;
	color: #fff;
	table-layout:fixed;
	max-height: 438px;
	height: 100%;
}
@-moz-document url-prefix() {
    .events_header_cont{
		position: inherit !important;
		display: block !important;
		vertical-align: middle;
		text-align: center !important;
		float: none !important;
		margin: auto !important;
		padding: 100px;
    }
}

.yellow_header_sec {
	background-image:url(../images/events/brand/brand-main-img.png);
}
.red_header_sec {
	background-image:url(../images/events/retail/retail-main-img.png);
}
.orange_header_sec {
	background-image:url(../images/events/finance/finance-main-img.png);
}
.blue_header_sec {
	background-image:url(../images/events/travel/travel-main-img.png);
}
.pink_header_sec {
	background-image:url(../images/events/app-marketting/app-marketing-img.png);
}
.events_header_bg h3 {
    color: #fff;
    font-weight: bold;
	text-transform: uppercase;
}
.events_header_bg h3 span{
    font-weight: normal;
}
.events_header_bg .header_bg_logo_center{
    max-width: 60px;
}
.events_header_bg .button {
	background-color: #2ad4e3;
	text-transform: uppercase;
}
.button {
	text-transform: uppercase;
}
.half_width {
	width: 50%;
	float: left;
}
img.side_img_logo {
    max-width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.timer_logo_wrap p {
    padding-left: 40px;
}
.timer_section p{
    margin: 0;
}
.table {
	display: table;	
}

section.timer_section .column {
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    display: table-cell;
}


section.timer_section .des {
	background-color: #fff;
	text-align: center;
}
section.timer_section .days {
	background-color: #88c9b1;
}
section.timer_section .hours {
	background-color: #a0d4c1;
}
section.timer_section .minutes {
	background-color: #b8dfd0;
}
section.timer_section .secs {
	background-color: #cfe9e0;
}


section.timer_section .days.yellow {
	background-color: #e3c45a;
}
section.timer_section .hours.yellow {
	background-color: #e9d07b;
}
section.timer_section .minutes.yellow {
	background-color: #eedc9c;
}
section.timer_section .secs.yellow {
	background-color: #f4e7bd;
}


section.timer_section .days.red {
	background-color: #e84141;
}
section.timer_section .hours.red {
	background-color: #ed6767;
}
section.timer_section .minutes.red {
	background-color: #f18d8d;
}
section.timer_section .secs.red {
	background-color: #f18d8d;
}



section.timer_section .days.orange {
	background-color: #f3943e;
}
section.timer_section .hours.orange {
	background-color: #f5a965;
}
section.timer_section .minutes.orange {
	background-color: #f8bf8b;
}
section.timer_section .secs.orange {
	background-color: #fad4b2;
}


section.timer_section .days.blue {
	background-color: #87ccd3;
}
section.timer_section .hours.blue {
	background-color: #9fd6dc;
}
section.timer_section .minutes.blue {
	background-color: #b7e0e5;
}
section.timer_section .secs.blue {
	background-color: #cfebed;
}



section.timer_section .days.pink {
	background-color: #e5c1d6;
}
section.timer_section .hours.pink {
	background-color: #eacdde;
}
section.timer_section .minutes.pink {
	background-color: #efdae6;
}
section.timer_section .secs.pink {
	background-color: #f5e6ef;
}



.crazy_bg.purple .row {
    background-color: #b1b1cf;
}
.crazy_bg.purple  {
    background-color: rgba(255,255,255,.1);
}
.crazy_bg.purple .days {
    background-color: rgba(255,255,255,.2);
}
.crazy_bg.purple .hours {
    background-color: rgba(255,255,255,.3);
}
.crazy_bg.purple .minutes {
    background-color: rgba(255,255,255,.4);
}
.crazy_bg.purple  .secs {
    background-color: rgba(255,255,255,.5);
}
.crazy_bg.purple {
    background: -moz-linear-gradient(left, #fff, #fff 49%, #fff 100%);
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 49%,#fff 49%,#fff 100%);
    background: -o-linear-gradient(left, #fff 49%, #fff 49%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 49%, #fff 49%, #fff 100%);
    background: linear-gradient(left, #fff 49%,#fff 49%,#fff `100%);
}



.crazy_bg.lime .row {
    background-color: #c3c66d;
}
.crazy_bg.lime  {
    background-color: rgba(255,255,255,.1);
}
.crazy_bg.lime .days {
    background-color: rgba(255,255,255,.2);
}
.crazy_bg.lime .hours {
    background-color: rgba(255,255,255,.3);
}
.crazy_bg.lime .minutes {
    background-color: rgba(255,255,255,.4);
}
.crazy_bg.lime  .secs {
    background-color: rgba(255,255,255,.5);
}

.crazy_bg.lime {
    background: -moz-linear-gradient(left, #fff, #fff 49%, #fff 100%);
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 49%,#fff 49%,#fff 100%);
    background: -o-linear-gradient(left, #fff 49%, #fff 49%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 49%, #fff 49%, #fff 100%);
    background: linear-gradient(left, #fff 49%,#fff 49%,#fff `100%);
}




.crazy_bg.pinky .row {
    background-color: #d65b94;
}
.crazy_bg.pinky  {
    background-color: rgba(255,255,255,.1);
}
.crazy_bg.pinky .days {
    background-color: rgba(255,255,255,.2);
}
.crazy_bg.pinky .hours {
    background-color: rgba(255,255,255,.3);
}
.crazy_bg.pinky .minutes {
    background-color: rgba(255,255,255,.4);
}
.crazy_bg.pinky  .secs {
    background-color: rgba(255,255,255,.5);
}

.crazy_bg.pinky {
    background: -moz-linear-gradient(left, #fff, #fff 49%, #fff 100%);
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#fff), color-stop(100%, #fff));
    background: -webkit-linear-gradient(left, #fff 49%,#fff 49%,#fff 100%);
    background: -o-linear-gradient(left, #fff 49%, #fff 49%, #fff 100%);
    background: -ms-linear-gradient(left, #fff 49%, #fff 49%, #fff 100%);
    background: linear-gradient(left, #fff 49%,#fff 49%,#fff `100%);
}

.no_bg_img {
	background-image: none !important;
}
.time_col p{
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
}
.grey_bg p {
	color: #fff;
}
.events_header_bg .events_header_cont {
    height: auto;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: table;
    text-align: center;
    right: 0;
    left: 0;
}

.sub_menu_item li:hover .arrow-right {
	display: block;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    background: transparent !important;
	color: #ea4647;
}
.no-js .top-bar-section ul li:hover > a {
    background: transparent !important;
    color: #ea4647 !important;
}
/* Home page*/
.home_header {
    width: 100%;
    float: left;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
	position: relative;
}
.header_content {
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}
.header_img {
}

.section_title {
    text-transform: uppercase;
    font-size: 30px;
}

.section_description {
    font-style: italic;
    line-height: 17px;
}

.btn.shop_now {
    text-transform: uppercase;
    color: #040f1e;
    font-size: 12px;
    border: 1px solid #040f1e;
    padding: 5px 20px;
}

.top-bar-section {
}

.devider_content {
    padding: 30px 0;
    float: left;
    width: 100%;
}
.section_right {
	padding-top: 12px;
}
img.section_left {
    padding: 5px;
}
.section_right p {
    margin: 0;
    text-transform: uppercase;
}

.more_info {
	float: left;
	width: 100%;
}
.more_info_no_border .row {
    text-align: center;
    padding: 60px 0;
}
.more_info_no_border h3 {
	text-transform: uppercase;
}

.partner_with_us_points ul li, .partner_with_us_points div {
	text-align: left;
}
.partner_with_us_points ul li {
    font-weight: bold;
    font-size: 15px;
}
.partner_with_us_points h3 {
	margin-bottom: 40px;
}
.partner_form_section .section_header {
    margin-bottom: 29px;
}
.partner_form_section p {
    text-align: left;
}
.partner_form_section {
}
.more_info .row {
    text-align: center;
    padding: 60px 0;
    border-bottom: 1px solid #808080;
}

.grey_bg .row {
    text-align: center;
    padding: 60px 0;
    vertical-align: middle;
    border-bottom: none;
}

.heart_devider {
	display: block;
	margin: 0 auto;
    margin-top: 50px;
}
section.speakers_section {
    padding: 50px 0;
}
section.speakers_section p{
	margin: 0;
}
section.speakers_section p , section.speakers_section h5 {
	text-align: center;
}
.speaker_item.column {
    margin-top: 30px;
}
.speaker_item img {
    margin: 0 auto 10px auto;
    width: auto;
    text-align: center;
    display: block;
}
section.speakers_section p {
    margin: 0;
    font-size: 14px;
}
.event_program_section {
	background-image:url(../images/events/programmatic/programmatic-event-program-background.png);
	background-position: top left;
	position: relative;
}
.yellow_bg_brand {
	background-image:url(../images/events/brand/brand-event-program-background.png) !important;
	background-position: top left;
	position: relative;
}
.red_bg_brand {
	background-image:url(../images/events/retail/retail-event-program-background.png) !important;
	background-position: top left;
	position: relative;
}
.orange_bg_brand {
	background-image:url(../images/events/finance/finance-event-program-background.png) !important;
	background-position: top left;
	position: relative;
}
.blue_bg_brand {
	background-image:url(../images/events/travel/travel-event-program-background.png) !important;
	background-position: top left;
	position: relative;
}
.pink_bg_brand {
	background-image:url(../images/events/app-marketting/event-program-background.png) !important;
	background-position: top left;
	position: relative;
}

.blue_header_sec .btn {
	background-color: #dc2f44 !important;
}
.event_program_section p{
	margin: 0;
	padding: 0;
	font-size: 18px;
}
.event_program_section .row{
}
.eve_cont {
	display: table-cell;
	vertical-align: middle;
}
.event_program_section {
    background-image: url(../images/events/programmatic/programmatic-event-program-background.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    display: table;
}
.atteendees_slider_section h5 {
    text-align: center;
    margin-bottom: 30px;
}
.atteendees_slider_section #demo {
    margin: 30px 0 40px;
}

.grey_desc p {
	font-size: 14px;
}
.event_program_section h5 {
    color: #fff;
    margin-bottom: 20px;
}
section.more_info_section {
    padding: 50px 0;
}
section.more_info_section ul li {
	font-weight: bold;
}
.event_program_section a.btn.button {
    background-color: #393a3a;
    padding: 10px 30px;
    border-radius: 5px;
    margin-top: 25px;
    margin-bottom: 0;
}.black_col {
	color: #2d2d2d;
}
section.speakers_section span {
    color: #ea4647;
}
.green_light {
	background-color: #a6cfbe;
}
.ticket_info_section p {
	font-size: 14px;
}
.ticket_info_section p span{
	font-size: 12px;
}


.upcoming_item p span {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 15px;
}

.ticket_info_section h5 {
    color: #fff;
    margin-bottom: 20px;
}
.ticket_info_section {
    background-image:url(../images/events/programmatic/tiket-information-background.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
    color: #fff;
    display: table;
}
.ticket_info_section .button {
    background-color: #2ad4e3;
    text-transform: uppercase;
    padding: 10px 20px;
}
.reveal-modal .subTitle {
	font-size: 12px;
}
.speakers_popup .modalTitle {
	margin-bottom: 0;
}
.event_popup .time_det {
    color: #88c9b1;
    font-weight: bold;
    margin: 0;
}
.reveal-modal textbox {
	height: 88px;
    resize: none;
}
button btn
.event_popup .time_desc , .event_popup p{
	color: #353435;
}
.ticket_info_section .ticket_info_section_cont {
	
	display: table-cell;
}
.register_popup .btn.button {
}
.atteendees_slider_section .row {
	border-top: 1px solid #808080;
	padding-top: 50px;
}
.crazy_bg {
    background: -moz-linear-gradient(left, #fff, #cfe9e0 49%, #cfe9e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#cfe9e0), color-stop(100%, #cfe9e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 49%,#cfe9e0 49%,#cfe9e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 49%, #cfe9e0 49%, #cfe9e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 49%, #cfe9e0 49%, #cfe9e0 100%); /* IE10+ */
    background: linear-gradient(left, #fff 49%,#cfe9e0 49%,#cfe9e0 `100%);
}

.crazy_bg.yellow {
    background: -moz-linear-gradient(left, #fff, #f4e7bd 49%, #f4e7bd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#f4e7bd), color-stop(100%, #f4e7bd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 49%,#f4e7bd 49%,#f4e7bd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 49%, #f4e7bd 49%, #f4e7bd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 49%, #f4e7bd 49%, #f4e7bd 100%); /* IE10+ */
    background: linear-gradient(left, #fff 49%,#f4e7bd 49%,#f4e7bd `100%);
}
.crazy_bg.red {
    background: -moz-linear-gradient(left, #fff, #f6b3b3 49%, #f6b3b3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#f6b3b3), color-stop(100%, #f6b3b3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 49%,#f6b3b3 49%,#f6b3b3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 49%, #f6b3b3 49%, #f6b3b3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 49%, #f6b3b3 49%, #f6b3b3 100%); /* IE10+ */
    background: linear-gradient(left, #fff 49%,#f6b3b3 49%,#f6b3b3 `100%);
}

.crazy_bg.orange {
    background: -moz-linear-gradient(left, #fff, #fad4b2 49%, #fad4b2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#fad4b2), color-stop(100%, #fad4b2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 49%,#fad4b2 49%,#fad4b2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 49%, #fad4b2 49%, #fad4b2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 49%, #fad4b2 49%, #fad4b2 100%); /* IE10+ */
    background: linear-gradient(left, #fff 49%,#fad4b2 49%,#fad4b2 `100%);
}

.crazy_bg.blue {
    background: -moz-linear-gradient(left, #fff, #cfebed 49%, #cfebed 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#cfebed), color-stop(100%, #cfebed)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 49%,#cfebed 49%,#cfebed 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 49%, #cfebed 49%, #cfebed 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 49%, #cfebed 49%, #cfebed 100%); /* IE10+ */
    background: linear-gradient(left, #fff 49%,#cfebed 49%,#cfebed `100%);
}
.crazy_bg.pink {
    background: -moz-linear-gradient(left, #fff, #f5e6ef 49%, #f5e6ef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left, right, color-stop(49%, #fff), color-stop(48%,#f5e6ef), color-stop(100%, #f5e6ef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fff 49%,#f5e6ef 49%,#f5e6ef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fff 49%, #f5e6ef 49%, #f5e6ef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fff 49%, #f5e6ef 49%, #f5e6ef 100%); /* IE10+ */
    background: linear-gradient(left, #fff 49%,#f5e6ef 49%,#f5e6ef `100%);
}
.section_title {
	text-align: center;
}


.request_appointment_form input[type="text"]{
	background-color: transparent;
    border: 1px solid #2a2a2a;
    border-radius: 5px;
}

.request_appointment_form ::-webkit-input-placeholder {
   color: #2a2a2a;
}

.request_appointment_form :-moz-placeholder { /* Firefox 18- */
   color: #2a2a2a;  
}

.request_appointment_form ::-moz-placeholder {  /* Firefox 19+ */
   color: #2a2a2a;  
}

.request_appointment_form :-ms-input-placeholder {  
   color: #2a2a2a;  
}

.request_appointment_wrap p{
	text-align: center;
}

.news_events {
	float: left;
    width: 100%;
    padding: 50px 0;
}

.devider_border {
    margin-bottom: 40px;
}

.news_details, .news_more_details {
    border: 1px solid #d7d7d7;
    float: left;
    width: 100%;
    padding: 10px;
}

.news_more_details {
	border-top: none;
}

.continue_reading_link {
	margin: 20px 0;
    float: left;
    color: #2d2d2d;
}

.continue_reading_link i {
	display: none;
	transition: 1s;
}

.continue_reading_link:hover  i {
	display: inline-block;
}

.footer_section {
    background-color: #3c3c3b;
    padding: 20px 0;
}

.footer_area_content{
	color:#f0f1f1;
}

/*Testimonials section*/

.testimonials_section {
	padding: 10px 0 50px;
}
.page_ladder {
}
.testimonials_header {
}
.testimonials_header .fa, .testimonials_footer .fa {
	font-size: 30px;
    text-align: center;
    display: block;
}
.testimonials_footer .fa {
	margin-top: 40px;
}
.testimonials_data {
}

.testimonial_item {
	margin: 40px 0 0;
	border-bottom: 1px solid #999999;
	padding-bottom: 40px;
	font-size: 30px;	
}
.testimonial_item:first-child {
	border-top: 1px solid #999999;
	padding-top: 40px;
}
header {
}
.testimonilas_body {
	font-style: italic;
}
.testimonilas_name {
    margin-top: 20px;
    font-size: 20px;
    font-style: normal;
}
.fc_red{
	color:red;
}
.f_bold{
	font-weight:bold;
}
.f_white{
	color:#f0f1f1;
}
.fc_lightred{
	color:#e86161;
}
.f_copy {
    color: #f0f1f1;
    text-align: center;
    padding-top: 20px;
}
.align_left{
	text-align:left;
	float: left;
}
.bottom_logo {
	margin-bottom: 13px;
}
.black_bg{
	background-color:#403f3f;
	color:#ffffff;
}
.f_small{
    font-weight: bold;
    font-size: 0.825rem;
    margin-top: 7px;
}
.f_large{
	font-size: 1.525rem;
}
.f_xlarge{
	font-size: 4.125rem;
}
.f_gray{
	color:#979998;
}
.f_center{
	display: flex;
 	align-items: center;
	justify-content: center;
}
.cont_prgmtc{
	background-color:#96c7b3;
}
.cont_brand{
	background-color:#e6c651;
}
.cont_retail{
	background-color:#d74f4a;
}
.cont_finance{
	background-color:#e79951;
}
.cont_travel{
	background-color:#87ccd3;
}
.cont_appmrkt{
	background-color:#dfc3d5;
}
.cont_gdpr {
    background-color: #d65b94;
}
.cont_normalisation{
	background-color:#b1b1cf;
}
.cont_consumer{
	background-color:#c3c66d;
}
.img_center {
    display: block;
    margin: 0 auto;
    max-width: 100px;
}
.over_flow_hide {
	overflow: hidden;
}
.img_fxd_size{
	height:70px;
}
.upcoming_iem {
    float: left;
}
.img2_fxd_size{
	width:40px;
	height:40px;
}
.stretch-2 {
	width: 120%;
}
.img3_fxd_size{
	height:50px;
}
.p_fxd_size{
	width:130px;
	height:130px;
}
.txt_center {
    text-align: center;
}

.text_center_padding {
    padding: 30px 0 13px;
}
.contact_us_text .row{
	border-bottom: none;
}
.footer_font_small {
    font-size: 0.815rem;
    margin-bottom: 15px;
}
.img-with-text {
    text-align: justify;
}
img.captcha_img {
    float: left;
    margin-bottom: 20px;
}
.modalTitle {
    font-weight: lighter;
    font-size: 26px;
    margin-bottom: 18px;
}

.reveal-modal {
    padding: 50px;
}
a.close-reveal-modal {
    color: #2d2d2d !important;
    font-size: 50px !important;
}
.contact_us_header_bg {
    background-image: url(../images/contact/contact-main-image.png);
    background-size: cover;
    min-height: 255px;
}
.partner_header_bg {
    background-image: url(../images/partner/partner-main-image.png);
    background-size: cover;
    min-height: 255px;
}
.not_white_bg {
	background-color: #fafafa;
}
.img-with-text img {
    display: block;
    margin: 0 auto;
	margin-bottom: 10px;
}
p.link-para {
	margin-bottom: 5px;
}
.p_padding{
	margin-bottom:5px;
}
.heading_text_para {
	font-size: 21px !important;
	line-height: 25px;
}
.heading_text_para * {
	font-size: 21px !important;
	line-height: 25px;
}
.heading_text_para sub {
	font-weight: bold;
	font-size: 0.825rem !important;
	margin-top: 7px;
}
.no_margin{
	margin-bottom:0;
}
.testimonial_section_header {
    background-image: url(../images/template/home/testimonials-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
	display: table;
}

.upcoming_item {
    float: left;
    border: 1px solid rgba(255,255,255,.1);
    padding: 30px 0;
}


.contain-to-grid.sticky.open_nav {
	max-height: 100%;
    overflow-y: scroll;
}

.top-bar-section ul {
    background: transparent;
}
.top-bar.bottom_nav.open_menu .top-bar-section {
	padding-top: 0;
}
.devider_content .txt_center  {
    font-size: 10px;
    line-height: 13px;
	text-transform: uppercase;
}
.devider_content .columns {
	padding: 3px;
}
.devider_content .txt_center  span{
}
/* Less than 400px only*/
@media only screen and (max-width: 400px) {
	.section_title {
		font-size: 15px;
	}
	.shop_now_devider .header_bg_text_wrap {
   		background-color: transparent !important;
		border: none !important;
	}
}
@media only screen and (min-width: 0px) and (max-width: 430px) {
	.top-bar , .top_space {
		height: 60px;
	}
	.home_header {
		margin-top: 0;
	}
	img.top_logo {
		max-width: 150px;
		margin-top: 6px;
	}
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
}
@media only screen and (min-width: 430px) and (max-width: 920px) {
	.top-bar , .top_space {
		height: 47px;
	}
	
	.home_header {
		margin-top: 47px;
	}
	.home_header {
		margin-top: 20px;
	}
}

/* Mobile */
@media (min-width: 0) {
	.sub_menu_item li {
		background: transparent;
	}
	.top-bar-section ul.sub_menu_item  {
		display: block;
	}
	.upcoming_section .upcoming_item {
		width: 50%;
	}
	.header_bg_text_wrap {
		background-color: rgba(250,250,250,.5);
		float: left;
		display: block;
		padding-top: 10px;
		padding-bottom: 15px;
		border-radius: 5px;
		border: 1px solid rgba(0,0,0,.2);
	}	
	.shop_now_devider .header_bg_text_wrap {
		background-color: rgba(0,0,0,.5);
	}
	.devider_sec_item {
		padding-bottom: 10px;
	}
	.shop_now_item img:first {
		margin-bottom: 10px;
	}
	.shop_now_item img {
		margin-bottom: 10px;
	}
	
	.top-bar-section {
		padding-top: 40px;
	}
	ul.sub_menu_item {
		position: inherit;
	}
}

/*Tablet*/
@media (min-width: 642px) {

	.upcoming_section .upcoming_item {
		width: 50%;
	}
	.home_header {
		margin-top: 85px;
	}
}
@media (max-width: 925px) {
	.home_header {
		margin-top: 40px;
	}
}

@media (max-width: 1024px) {
	.bottom_nav {
		height: 0;
	}
	.events_nav_wrap {
		margin-top: 5px;
		background: transparent;
	}
	.events_nav_wrap .white-col{
		color: #ea4647 !important;
	}
	.events_nav_wrap .white-col.link{
		color: #040f1e !important;
	}
}

.top-bar-section ul li{
    padding-left: 15px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
}



/*Desktop*/
@media (min-width: 1024px) {
	.top-bar-section ul li {
		display: inline-block;
		float: none;
	}
	.top-bar-section url li:hover a.white-col.link {
		color: #040f1e;
	}
	.no-js .top-bar-section ul li:hover > a.white-col.link {
		color: #040f1e !important;
	}
	.bottom_nav {
		height: 45px;
	}

	.events_nav_wrap ul {
		width: 100%;
		float: left;
		text-align: center;
	}
	.top-bar-section ul.sub_menu_item  {
		display: none;
	}
	.main_menu_item:hover .sub_menu_item {
		display: block;
		width: auto;
		text-align: left;
	}
	ul.sub_menu_item li {
		float: left;
		display: block;
		width: auto;
		text-align: left;
	}
	.sub_menu_item li {
		background: rgba(250,250,250,.9);
	}
	.upcoming_section .upcoming_item {
		width: 20%;
	}
	ul.sub_menu_item {
		position: absolute;
		padding-top: 0px;
	}
	.top-bar-section {
		padding-top: 0;
	}
	.header_bg_text_wrap {
		background-color: transparent;
		border: none;
	}
	.top-bar-section {
	}
	.home_header {
		margin-top: 130px;
	}
	.shop_now_devider .header_bg_text_wrap {
		background-color: transparent;
	}

	.devider_sec_item {
		padding-bottom: 0px;
	}
	.shop_now_item img {
		margin-bottom: 0px;
	}
	section.timer_section .column {
		float: none !important;
	}	
}
h4 {
	text-transform: uppercase;
}
.relative {
    position: relative;
}
.cont-wrap .content.active {
    display: block;
}
.cont-wrap .content {
    display: none;
}
.contain-to-grid {
    padding: 20px 0 0;
}

.tes_wrapper .nav-left p {
    text-align: left;
}
.tes_wrapper .nav p {
    font-weight: bold;
    font-size: 35px;
    margin-top: 0;
	color: #fff;
}
.tes_wrapper .nav-right p {
    text-align: right;
}

.devider_content span.f_bold {
    width: 100%;
    float: left;
    text-align: center;
}

.event_program_section .black_col {
	font-size: 18px;
}

@media only screen and (min-width: 64.063em) {
[class*="column"] + [class*="column"]:last-child {
    float: left;
}
}


