body
{
	    background: #fff;
	overflow-x: hidden;
	font:300 14px/24px 'ZohoPuvi'
}
section .links {
    font-size: 1.2em;
}
section .links:after	
{
	content: "";
    width: 14px;
    height: 14px;
    background: url(../images/arrows-round.svg);
    background-size: cover;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 7px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.links:hover:after
{
	left: 15px;
}
.section-title {
     margin: 0 0px 20px 0px;
    font-size: 2.2em;
    color: #000;
    font-weight: 600;
	line-height: 1.2;
}
.section-sub-title {
    font-weight: 300;
    font-size: 1.2em;
    margin-bottom: 40px;
}
.header_form {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px;
    border-radius: 5px;
    margin-top: 50px;
	box-sizing: border-box;
}
.header_form .form-half {
    width: 45%;
    margin: 0 1%;
}
.form-half-sec {
    width: 49.6%;
    display: inline-block;
}
.header_form .btn-submits span {
   width: 92%;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 500;
    line-height: 3.2;
}
.form-heading {
    margin: 25px 0;
    font-weight: 500;
    color: #000;
}
form .acceptance input[type="checkbox"] {
    -webkit-appearance: checkbox;
	    -moz-appearance: checkbox;
}
.acceptance label
{
	cursor: pointer;
}
@media only screen and (max-width: 600px)
{
	.container
	{
		width: 100%;
		max-width: 100%;
		    padding: 0px;
	}
	.rows {
		margin: 0px;
    width: 100%;
    max-width: 100%;
}
}
/* banner section */
.slider {
  position: relative;
  width: 100vw;
  overflow: hidden;
	height: 600px;
    margin: 0 auto;
	    background: #001c40;
}

ul.slides {
  width: 10000%;
  padding: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slide {
  display: inline-block;
  float: left;
  width: 100vw;
  height: 600px;
}
.slider .slide {
  position: relative;
  padding: 2em;
  box-sizing: border-box;
 text-align: center;
}

.slider ul.slides {
  transition: -webkit-transform 600ms ease-out;
  transition: transform 600ms ease-out;
  transition: transform 600ms ease-out, -webkit-transform 600ms ease-out;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.slider ul.slides .slide {
  opacity: 0;
  transition: opacity 600ms ease, -webkit-transform 7000ms linear;
  transition: transform 7000ms linear, opacity 600ms ease;
  transition: transform 7000ms linear, opacity 600ms ease, -webkit-transform 7000ms linear;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slider ul.slides .slide.active {
  opacity: 1;
}
.slider-controls {
     display: block;
    position: absolute;
    right: 20px;
    bottom: 50px;
    margin: 0 auto;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.slider-controls ul {
  display: inline;
}
.slider-controls li {
      display: block;
    float: left;
    margin-right: 10px;
    background: #7dccff;
    opacity: 0.9;
    height: 5px;
    width: 5px;
    border-radius: 100%;
    bottom: 10px;
    border: 4px solid #7dccff;
}
.slider-controls li:hover {
  cursor: pointer;
}
.slider-controls li.active {	
  opacity: 1;
    border-color: #00bb61;
    background: #fff;
	
}
.slider-controls li:last-child {
  margin-right: 0;
}
.slide-title {
    color: #fff;
    font-size: 3em;
    padding-top: 4%;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 10px;
}
.slide-descr {
	font-weight: 200;
    color: #e8e6e6;
    font-size: 1.4em;
    line-height: 1.5;
}
iframe {
    max-width: 100%;
}
/* Inro section*/
#intro-section {
    padding: 80px 0;
	background: #f7f7f7;
}
.section-descr {
    font-size: 1.2em;
    line-height: 1.8;
}
#presentation-section {
    padding: 50px 0;
	background: #f3f3f3;
}
#form-section
{
	padding: 80px 0;
}
.form-container
{
	width: 90%;
    margin: 40px auto;
}
.form-container:after
{
	conetnt: "";
	display: table;
	clear: both;
}
.form-control
{
    position: relative;
    border: 1px solid #d2d0d0;
    border-radius: 5px;
    height: 60px;
	margin-bottom: 15px;
	transition: border ease 0.9s;
	-webkit-transition: border ease 0.9s;
	-moz-transition: border ease 0.9s;
	
}
.form-control.active-row {
    border-color: #fff;
}
.form-half
{
	width: 40%;
	    display: inline-block;
}
.form-in
{
	width: 27.5%;
	    display: inline-block;
	    margin-left: 1.7%;
    margin-right: 1.7%;
}
.form-quat
{
	width: 27.5%;
	    display: inline-block;
}
.form-control:after, .form-control:before {
    box-sizing: inherit;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
	z-index: 1;
	border: 2px solid transparent;
	border-radius: 5px;
}
.form-control:after
{
	    bottom: 0;
    right: 0;
}
.form-control:before
{
	    top: 0px;
    left: 0px;
}
.active-row.form-control::before {
    border-top-color: #0088d2;
    border-right-color: #0088d2;
    transition: width 0.15s ease-out, height 0.15s ease-out 0.15s;
	width: 100%;
    height: 100%;
}
.active-row.form-control::after {
    border-bottom-color: #0088d2;
    border-left-color: #0088d2;
    transition: border-color 0s ease-out 0.3s, width 0.15s ease-out 0.3s, height 0.15s ease-out 0.45s;
	width: 100%;
    height: 100%;
}
.form-control .label {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
	 font-size: 1.2em;
	z-index: 8;
	opacity: 0.5;
}
.form-control .error {
    position: absolute;
    bottom: -12px;
    left: 30px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.4s;
    font-size: 1em;
    z-index: 8;
    opacity: 1;
    background: #fff;
    padding: 5px;
    line-height: 0.9;
    color: red;
    display: none;
}
.form_time .label, .form_date .label
{
	opacity: 0;
}
.active-row select option:first-child {
    display: none;
}
.form-control.active-row .label {
        top: 0;
    background: #fff;
    padding: 0 6px;
    left: 15px;
    font-size: 1em;
	opacity: 1;
}
.form-control input, .form-control select {
    width: 100%;
    outline: none;
    border: none;
    height: 100%;
    background: url(../images/speech.svg) no-repeat, transparent;
	background-position: 10px center;
	padding-left: 30px;
	font-size: 1.2em;
	position: relative;
	z-index: 9;
	opacity: 0.5;
	
	
}
.active-row.form-control input, .active-row.form-control select
{
	opacity: 1;
	border: none;
  -webkit-text-fill-color: none;
  -webkit-box-shadow:none;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control input[type=date]
{
	background: url("../images/calender-icon.svg") no-repeat, transparent;
    background-position: 10px center;
}
.form-control #times, .form-control #add_time
{
background: url(../images/time-icon.svg) no-repeat, url(../images/submenu-sel-arrow.png) no-repeat, transparent;
    background-position: 10px center, 90% center;
    background-size: 12px, 10px;
}
.form-control.form_date input, .form-control.form_time input
{
	padding-right: 10px;
}
.form-control input#name
{
	background: url("../images/user-icon.svg") no-repeat, transparent;
    background-position: 10px center;
	background-size: 12px;
}
.form-control input#email
{
	background: url("../images/email-icon.svg") no-repeat, transparent;
    background-position: 10px center;
	background-size: 13px;
}
.form-control select#requests
{
	    background: url(../images/request-icon.svg) no-repeat, url(../images/submenu-sel-arrow.png) no-repeat, transparent;
    background-position: 10px center, 97% center;
    background-size: 13px, 10px;
}

.form-control select#interest, .form-control select#interest_zoho
{
	    background: url(../images/bulb-icon.svg) no-repeat, url(../images/submenu-sel-arrow.png) no-repeat, transparent;
    background-position: 10px center, 97% center;
    background-size: 12px, 10px;
}
.form-control select#times, .form-control select#add_time, .form-control select#time_zone
{
	background: url(../images/time-icon.svg) no-repeat, url(../images/submenu-sel-arrow.png) no-repeat, transparent;
    background-position: 10px center, 90% center;
    background-size: 12px, 10px;
}
.form-control select#duration
{
	background: url(../images/time-icon.svg) no-repeat, url(../images/submenu-sel-arrow.png) no-repeat, transparent;
    background-position: 10px center, 97% center;
    background-size: 12px, 10px;
}
.form-control.jquery-datepicker input
{
	background: url(../images/calender-icon.svg) no-repeat, url(../images/submenu-sel-arrow.png) no-repeat, transparent;
    background-position: 10px center, 90% center;
    background-size: 12px, 10px;
}
.form-control #analyst_firm
{
	background: url(../images/speech.svg) no-repeat transparent;
    background-position: 10px center;
    background-size: 12px;
}
.form_dropdown input::-webkit-calendar-picker-indicator {
  display: none;
}
.form-control select#zc-country
{
	background: url(../images/world-icon.svg) no-repeat, url(../images/submenu-sel-arrow.png) no-repeat, transparent;
    background-position: 10px center, 97% center;
    background-size: 12px, 10px;
}
.hide_field
{
	display: none;
}
.privacy-policy a {
    color: #0088d8;
}
.analyst_firm, .interest, .interest_zoho
{
	display: none;
}
/* date picker css*/
.jquery-datepicker {
  position: relative;
}
.jquery-datepicker__input {
  position: relative;
}
.jquery-datepicker__panel {
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 2px 0 #2f3133;
  -moz-box-shadow: 0 1px 2px 0 #2f3133;
  -o-box-shadow: 0 1px 2px 0 #2f3133;
  box-shadow: 0 1px 2px 0 #2f3133;
  position: absolute;
  padding: 20px 15px;
  border-width: 0;
  text-align: center;
  background-color: #fff;
  cursor: default;
  z-index: 100;
  /* styles for mobile browsers */
}
.jquery-datepicker__panel.-is--hidden {
  display: none;
}
.jquery-datepicker__panel.-position--above {
  margin-bottom: 5px;
}
.jquery-datepicker__panel.-position--below {
  margin-top: 5px;
}
.jquery-datepicker__panel span {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  color: #63666a;
  cursor: pointer;	
}
.jquery-datepicker__panel .jquery-datepicker__title span {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  color: #2f3133;
  text-align: center;
}
span.fa-chevron-left {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid black;
    transform: rotate(-90deg);
	cursor: pointer;
}
span.fa-chevron-right {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid black;
    transform: rotate(90deg);
	cursor: pointer;
}
.jquery-datepicker__panel .jquery-datepicker__prev, .jquery-datepicker__panel .jquery-datepicker__next {
  text-align: center;
}
.jquery-datepicker__panel .jquery-datepicker__dayName span {
  font-weight: 500;
}
.jquery-datepicker__panel .jquery-datepicker__day {
  border: 1px solid #63666a;
}
.jquery-datepicker__panel .jquery-datepicker__day:not(.-is--disabled):not(.-is--selected):hover {
  background-color: #63666a;
}
.jquery-datepicker__panel .jquery-datepicker__day:not(.-is--disabled):not(.-is--selected):hover span {
  color: #fff;
}
.jquery-datepicker__panel .jquery-datepicker__day.-is--selected {
  background-color: #005eb8;
}
.jquery-datepicker__panel .jquery-datepicker__day.-is--selected span {
  color: #fff;
}
.jquery-datepicker__panel .jquery-datepicker__day.-is--disabled span {
  color: #63666a;
}
.jquery-datepicker__panel.-device--mobile {
  padding: 5.33333vw 4vw;
  font-size: 3.2vw;
  margin: auto;
}
.jquery-datepicker__panel.-device--mobile .jquery-datepicker__title span {
  font-size: 4.3vw;
}
.jquery-datepicker__panel.-device--mobile .jquery-datepicker__prev span, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__next span, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__day span, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__dayName span {
  width: 8vw;
  line-height: 8vw;
}
.jquery-datepicker__panel.-device--mobile .jquery-datepicker__prev span:hover, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__next span:hover, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__day span:hover, .jquery-datepicker__panel.-device--mobile .jquery-datepicker__dayName span:hover {
  width: 8vw;
  height: 8vw;
  -webkit-border-radius: 4vw;
  -moz-border-radius: 4vw;
  -ms-border-radius: 4vw;
  -o-border-radius: 4vw;
  border-radius: 4vw;
}
.jquery-datepicker__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* place datepicker panel at the centre of viewport */
}
.jquery-datepicker__container.-is--hidden {
  display: none;
}
.jquery-datepicker__container .jquery-datepicker__panel {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.timeselector {     padding: 5px;
    line-height: 100%;
    color: #333;
    border: solid 1px #aaa;
    background: #ffffff;
    position: absolute;
    overflow: hidden;
}
.timeselector-item,
.timeselector-separator { float: left; }
.timeselector-value,
.timeselector-button { padding: 2px 8px; font-weight: 600; text-align: center; cursor: pointer; }
.timeselector-value { display: block; color: #444; border: solid 1px #fff; background: #eee; }
.timeselector-separator { padding: 0 2px; margin-top: 26%; }
.timeselector-button { display: block; text-decoration: none; color: #3383bb; border: solid 1px #ccc; background: #eee; }
.timeselector-button:hover { color: #599fcf; border-color: #bbb; background: #f8f8f8; }
.timeselector-up { border-width: 1px 1px 0;  }
.timeselector-down { border-width: 0 1px 1px;  }
/* end date picker css*/

.btn-submits {
    border: none;
    padding: 0;
	background: transparent;
	    text-align: center;
}
.btn-submits button, .btn-submits span {
           border-radius: 5px;
        font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #0088d2;
    background: #0088d2;
    color: #fff;
    cursor: pointer;
    outline: none;
    padding: 14px 80px;
    margin-top: 10px;
    height: auto;
	    font-weight: bold;
}
.btn-submits button:hover, .btn-submits span:hover
{
	opacity: 0.8
}
/* analytics report carousel section */
#report-section
{
	padding: 80px 0;
	    background: #f7f7f7;
}
.filter-containers:after {
    content: "";
    display: table;
    clear: both;
}
.filter-containers {
    width: 100%;
	margin: 20px 0px;
}
.filter-containers > div {
    display: inline-block;
    float: left;
    margin-right: 20px;
	position: relative;
}
.filter-containers > #product-filter {
    width: 270px;
}
.filter-containers > #arfirms-filter {
    width: 150px;
}
.filter-containers > #year-filter {
    width: 100px;
}
.filter-containers > div > span {
	display: inline-block;
	width: 100%;
	cursor: pointer;
    font-size: 1.2em;
    padding: 8px 15px;
    background: transparent;
        border: 1px solid #d0cfcf;
    border-radius: 3px;
    text-align: left;
	position: relative;
}
.filter-containers > div > span:after {
    position: absolute;
    right: 15px;
    top: 18px;
    display: inline-block;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    content: '';
}
.filter-containers > div > span.opendrop:after
{
	border-bottom: 5px solid #000000;
	border-top: 0px;
}
.dropdow-lists {
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    position: absolute;
    width: 100%;
	display: none;
	z-index: 99;
}
.dropdow-lists > li {
    padding: 4px 8px;
    border-bottom: 1px solid #f3f3f3;
	    cursor: pointer;
}
#report_section {
	width: 100%;
	margin: 20px auto;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling:touch;
}
#report_section:after {
    content: "";
    display: table;
    clear: both;
}
#report_section #content_slider {
	width: 100vw;
	margin: 0 1px;
	float: left;
}

#content_slider ul {
	float: left;
	padding-top: 15px;
    padding-bottom: 15px;
}

#content_slider li {
	width: 380px;
	float: left;
	margin-left: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
}
#content_slider li > div {
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}
#report_section
{
	-ms-overflow-style: none;
}
#report_section::-webkit-scrollbar
{
	display: none;
	-ms-overflow-style: none;
}
#controls {
    margin: 20px 0;
    height: 42px;
    line-height: 42px;
	text-align: right;
}
span.firms {
    color: #E92064;
    font-size: 1.2em;
}
.report-title {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    font-size: 1.3em;
	 line-height: 1.5;
    min-height: 110px;
    height: 110px;
    overflow: hidden;
}
.report-title a
{
	color: #000;
	display: inline-block;
}
#content_slider li > div > p {
    margin-top: 0px;
}
.product-tit {
    display: inline-block;
    margin-right: 30px;
    font-size: 1.1em;
    font-weight: 500;
    color: #000;
}
.report-date:before {
    content: "";
    display: inline-block;
    background: #3089CD;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    top: -1px;
    left: -10px;
}
.report-link {
    color: #138cd6;
    font-size: 1.1em;
}
.report-link:hover
{
	color: #000;
}
.arrow {
    height: 42px;
    width: 42px;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    margin-left: 5px;
	cursor: pointer;
	    border: 1px solid #d0cfcf;
}
.arrow.disable
{
	pointer-events: none;
	    opacity: 0.3;
}
.arrow.disable-btn
{
	pointer-events: none;
}
.arrow.prev
{
	background: url("../images/arrow-prev.svg") no-repeat #fff;
	background-position: center;
    background-size: 23px;
}
.arrow.next
{
	background: url("../images/arrow-next.svg") no-repeat #fff;
	background-position: center;
    background-size: 23px;
}
.arrow.prev:hover, .arrow.next:hover
{
	background-color: #c3d5f3!important;
}
p.arnotfound {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
}
#event-section {
    padding: 80px 0;
}
#event-filter li {
    display: inline-block;
    margin-right: 25px;
    font-size: 1.1em;
    color: #989898;
	cursor: pointer;
}
#event-filter li a
{
	color: #989898;
}
#event-filter li:before, .tool-bar #values:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #adabab;
    margin-right: 7px;
}
#event-filter li.active_tab {
    color: #000;
}
#event-filter li.active_tab[data-rel="upcominge_events"]:before, .tool-bar #values[data-rel="upcominge_events"]:before {
	    background: linear-gradient(#E91E63 0% 25%, #673AB7 25% 50%, #009688 50% 75%, #00538c 75% 100%);
	    background: -webkit-linear-gradient(#E91E63 0% 25%, #673AB7 25% 50%, #009688 50% 75%, #00538c 75% 100%);
	    background: -moz-linear-gradient(#E91E63 0% 25%, #673AB7 25% 50%, #009688 50% 75%, #00538c 75% 100%);
}
#event-filter li.active_tab[data-rel="user-conference"]:before, .tool-bar #values[data-rel="user-conference"]:before {
	background: #E91E63;
}
#event-filter li.active_tab[data-rel="industry-events"]:before, .tool-bar #values[data-rel="industry-events"]:before {
	background: #673AB7;
}
#event-filter li.active_tab[data-rel="seminars"]:before, .tool-bar #values[data-rel="seminars"]:before {
	background: #009688;
}
#event-filter li.active_tab[data-rel="workshop"]:before, .tool-bar #values[data-rel="workshop"]:before {
	background: #00538c;
}
#event-filter {
    margin-top: 20px;
}
#all_events .logos {
    width: 225px;
    display: block;
    height: 75px;
    margin: 5px auto;
}
#all_events .logos.kuppingercole
{
background: url(../images/analyst-kuppinger.png) no-repeat;
background-size: 100%;
background-position: center;
}
#all_events .logos.cisco
{
background: url(../images/analyst-cisco.png) no-repeat;
background-size: 100%;
background-position: center;
}
#all_events .logos.collision
{
background: url(../images/analyst-collision.png) no-repeat;
background-size: 100%;
background-position: center;
}
#all_events .logos.forrester
{
background: url(../images/analyst-forrester.png) no-repeat;
background-size: 100%;
background-position: center;
}
#all_events .logos.gartner
{
background: url(../images/analyst-gartner.png) no-repeat;
background-size: 100%;
background-position: center;
}
#all_events .logos.info-security
{
background: url(../images/analyst-info-security.png) no-repeat;
background-size: 100%;
background-position: center;
}
#all_events {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 50px 0px;
}
#all_events li {
    border: 1px solid #efeeee;
    position: relative;
    overflow: hidden;
    background: #fff;
}
#all_events li:hover
{
	    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
	    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
}
#all_events:after
{
	content: "";
	display: table;
	clear: both;
}
.webinar .event-type
{
	color: #E91E63;
}
.events .event-type
{
	color: #673AB7;
}
.manageengine_events .event-type
{
	color: #009688;
}
.event-type {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 1em;
}
.event-detail {
    padding: 15px 15px;
    border-top: 1px solid #efeeee;
    margin-top: 15px;
    font-size: 1.1em;
}
.event-date {
    display: inline-block;
    text-align: left;
	color: #000;
}
.event-venue {
    display: inline-block;
    text-align: right;
    float: right;
	color: #000;
}
.eventsnotfound {
    color: #a91111;
    font-size: 18px;
    font-weight: 500;
}
p.load-more {
    text-align: center;
    height: 200px;
    margin-top: -230px;
    position: relative;
    z-index: 9;
    background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8901960784313725), #fff);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8901960784313725), #fff);
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.8901960784313725), #fff);
}
.load-more > span {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    cursor: pointer;
        padding: 10px 60px;
    background: #3089CD;
    color: #fff;
        font-size: 14px;
    border-radius: 5px;
	font-weight: 500;
	text-transform: uppercase;
}
.load-more > span:hover
{
	background: #1d6ead
}
.loader {
	display: inline-block;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #8a8a8a;
    width: 10px;
    height: 10px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 33%;
    right: 10%;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.tool-bar #values
{
	display: none;
}
#newsletter
{
	padding: 80px 0 80px 0;
	background: linear-gradient(to right, #17184D, #145A90, #17184D, #145A90, #17184D);
	background: -webkit-linear-gradient(to right, #17184D, #145A90, #17184D, #145A90, #17184D);
	background: -moz-linear-gradient(to right, #17184D, #145A90, #17184D, #145A90, #17184D);
}
#newsletter .section-title
{
	color: #fff;
	    margin-bottom: 55px;
}
.newsletter-box {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    min-height: 240px;
}
.newsletter-box .dwn-priv
{
	    color: #fff;
    margin: 15px auto;
    width: 90%;
}
.newsletter-box .dwn-priv a, .newsletter-box #meGDPRMessage
{
	color: #fff;
}
.monthly-newsletter {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    min-height: 240px;
}
.newsletter-box h3 {
    color: #fff;
    font-size: 1.8em;
}
.newsletter-box #subscribe {
    background: #ed5258;
    border-radius: 5px;
    font-size: 14px;
	font-weight: bold;
    padding: 12px 30px;
    display: inline-block;
    text-align: center;
    margin: 10px auto;
    float: none;
	outline: none;
}
.newsletter-box input, .newsletter-box select {
    outline: none;
    padding: 10px;
    border-radius: 5px;
    border: none;
    width: 70%;
    margin: 10px 0;
	    font-size: 1em;
	    height: auto;
    float: none;
}
.newsletter-box select
{
    background: url(../images/submenu-sel-arrow.png) no-repeat #fff;
    background-position: 97% center;
     background-size: 10px;
}
.newsletter-box #subscribe:hover
{
	background: #ff484f;
}
#newsletter-subscribe {
    color: #fff;
    font-size: 1.4em;
    background: #ed5258;
    margin-top: 12px;
    padding: 14px 40px;
	cursor: pointer;
}
#newsletter-subscribe:hover
{
	opacity: 0.8;
}
.monthly-newsletter img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center top;
}
.newsletter-in {
    height: 70px;
    padding: 10px;
    background: #fff;
}
.newsletter-in > a
{
	display: block;
}
.newsletter-in h3 {
    margin: 0;
    font-size: 1.3em;
	    color: #000;
	    line-height: 1.4;
	text-align: left;
}

/* search dropdown */
.analyst-dropdown select {
    display: none !important;
}

.dropdown-select {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 300;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.dropdown-select:after {
    height: 0;
    width: 0;
        border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    left: 96%;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
 display: block;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
    z-index: 999;
	height: 100%;
	    background: url(../images/speech.svg) no-repeat, transparent;
    background-position: 10px center;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    display: none;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0.5rem;
}

.dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.dropdown-select .dd-searchbox:focus{
  border-color:#0287d2;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 300;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #0287d2;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}
span.current {
    font-size: 16px;
    padding: 20px 10px;
    position: relative;
    top: 9px;
}
.form-control #txtSearchValue
{
	background: #fff;
}
.note {
    position: relative;
    top: 40px;
    font-size: 1em;
}
@supports (-webkit-overflow-scrolling: touch) {
 .form_time .label, .form_date .label
	{
		opacity: 0;
	}
}
@media only screen and (max-width: 1200px)
{
	#banner-top .container {
    padding: 0;
}
	.slider
	{
		margin-top: 0px;
	}
	.form-container {
    width: 100%;
}
	#commonHeader {
    min-height: 64px;
    height: 64px;
}
}
@media only screen and (max-width: 1024px){
.abheader #MEmobPanel {
    top: 66px;
}
}
@media only screen and (max-width: 1000px)
{
	.abheader #MEmobPanel {
    top: 78px;
}
	#header-topsec {
    display: none;
}
	#header-mainsec
	{
		top: 0;
	}
	#header-mainsec .headerinner {
    padding: 10px;
}
	#commonHeader
	{
		    min-height: 78px;
	}
	.slide-descr br {
    display: none;
}
	#all_events {
    grid-template-columns: 1fr 1fr;
}
	.events-grid {
    padding: 0px 15px;
}
	#controls
	{
		display: none
	}
}
@media only screen and (max-width: 700px)
{
	.newsletter-box
	{
		margin-bottom: 20px;
	}
	.form-half, .form-in, .form-quat, .form-half-sec
	{
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	#all_events
	{
		grid-template-columns: 1fr;
}
#btmscroll
	{
    padding: 0px 15px;
    box-sizing: border-box;
	}
	.load-more > span
	{
		width: 85%;
	}
	.slide-title {
    font-size: 2em;
}
	.slide-descr {
    display: none;
}
	.header_form {
    width: 100%;
}
	.header_form .form-half
	{
		width: 100%;
		margin-bottom: 10px;
	}
	.header_form .btn-submits span {
    margin-top: 10px;
		width: 100%;
}
	#controls
	{
		display: none;
	}
	.filter-containers > #arfirms-filter, .filter-containers > #year-filter
	{
		    width: 46%;
    margin-right: 4%;
	}
	.filter-containers > #product-filter
	{
		width: 96%;
		margin-bottom: 10px;
		    margin-right: 0px;
	}
	#report_section {
    margin-top: 10px;
}
	.tool-bar {
    position: relative;
}
	.tool-bar #values {
    border: 1px solid #b7b7b7;
    padding: 10px;
    display: block;
    border-radius: 4px;
    width: 75%;
    font-size: 1.1em;
		cursor: pointer;
}
	.tool-bar #event-filter li.active_tab:before
	{
		background: #adabab;
	}
	#values:after {
    position: absolute;
    left: 65%;
    top: 20px;
    display: inline-block;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    content: '';
}
	#event-filter li {
    display: block;
    padding: 10px 10px;
    margin: 0px;
    border-bottom: 1px solid rgba(99, 122, 134, 0.13);
		    cursor: pointer;
}
	#event-filter {
    margin: 0;
    background: #fff;
    width: 69%;
    position: absolute;
    z-index: 9;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13);
		display: none;
}
	.section-title
	{
		    font-size: 1.8em;
	}
	.newsletter-box input, .newsletter-box select, .newsletter-box .dwn-priv
	{
		width: 100%;
	}
 }
.commonn-container .cleardssdfix {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin: 50px 0px;
}
.commonn-container .cleardssdfix:before {
    display: none;
}
.type_catelog {
    border: 1px solid #efeeee;
    position: relative;
    overflow: hidden;
    background: #fff;
	cursor: pointer;
}
.type_catelog img {
    width: auto;
    height: 60px;
    margin: 0 auto;
    display: block;
	max-width: 75%;
}
.me_events_dataplace {
    width: 100%;
	border-top: 1px solid #efeeee;
    padding: 0px 20px;
}
.me_events_dataplace:after
{
	content: "";
	display: table;
	clear: both;
}
.me_events_dataplace > p {
    width: 50%;
    float: left;
}
.me_events_dataplace p {
    margin: 10px 0px;
    font-size: 1.1em;
}
.me_events_dataplace > div {
    width: 50%;
    float: right;
	text-align: right;
}
.me_events_names {
    font-size: 1.2em;
    text-align: center;
    padding: 0px 10px;
    min-height: 50px;
}
.user-conference .me_events_names
{
	color: #E91E63;
}
.industry-events .me_events_names
{
	color: #673AB7;
}
.seminars .me_events_names
{
	color: #009688;
}
.workshop .me_events_names
{
	color: #00538c;
}
.prd-hover h2 {
        margin: 0px;
    font-size: 1.2em;
    line-height: 1.2;
    text-align: center;
    min-height: 45px;
    font-weight: 500;
}
.prd-hover {
    padding: 10px 15px;
	display: none;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    height: 100%;
}
.prd-hover p[itemprop="description"] {
    font-size: 1.1em;
    margin-top: 5px;
    min-height: 115px;
}
.prd-yellow p {
    margin: 0;
}
.prd-yellow {
   display: none; 
    background: #008ad2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.prd-learnmore a {
    display: inline-block;
    padding: 4px;
    color: #fff;
    font-size: 1.1em;
    width: 100%;
}
.type_catelog .prdBox {
    display: block!important;
}
.type_catelog:hover .prd-yellow, .type_catelog:hover .prd-hover
{
	display: block;
}
.success-msg {
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 999999;
    background: #f8fdee;
    color: #5c8707;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    font-size: 1.2em;
	border-bottom: 2px solid;
	display: none;
}
@media only screen and (max-width: 900px)
{
	.commonn-container .cleardssdfix {
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width: 700px)
{
	.commonn-container .cleardssdfix {
		grid-template-columns: 1fr;
	}
	.form-control select#time_zone, .form-control #times, .form-control #add_time, .form-control.jquery-datepicker input
	{
		    background-position: 10px center, 97% center;
	}
}
/* IE styles */

	@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .commonn-container .cleardssdfix {
    display: block;
		}
	.commonn-container .cleardssdfix > div {
    width: 32%;
    float: left;
    margin: 5px;
}
}

	@supports (-ms-accelerator:true) {
.commonn-container .cleardssdfix {
    display: block;
		}
	.commonn-container .cleardssdfix > div {
    width: 32%;
    float: left;
    margin: 5px;
}
	}

	@supports (-ms-ime-align:auto) {
	.commonn-container .cleardssdfix {
    display: block;
		}
	.commonn-container .cleardssdfix > div {
    width: 32%;
    float: left;
    margin: 5px;
}
}
/* me common grid css */
.rows:after,
.rows:before, .flex-rows:after, .flex-rows:before{
	display: table;
	content: "";
	clear: both;
}
.rows {
	margin-right: -15px;
	margin-left: -15px;
	box-sizing: border-box;
}
.rows *
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
section
{
	position: relative;
	box-sizing: border-box;
	    width: 100%;
}
footer
{
	overflow: hidden;
}
.pull-right
{
	float: right!important;
}
.pull-left
{
	float: left!important;
}
.container-big
{
	max-width: 1200px;
	padding: 0px 20px;
	box-sizing: border-box;
}
.container-fluid
{
	max-width: 100%;
	width: 100%;
}
.flex-rows
{
	display: flex;
	 display: -webkit-flex;
	justify-content: space-around;
}
.flex-cols-8
{
	flex: 1 2 66.6%;
}
.flex-cols-6
{
	flex: 1 2 50%;
}
.flex-cols-4
{
	flex: 1 2 33.3%;
}
.cols-1,
.cols-10,
.cols-11,
.cols-12,
.cols-2,
.cols-25,
.cols-3,
.cols-4,
.cols-5,
.cols-6,
.cols-7,
.cols-8,
.cols-9 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.cols-12 {
		width: 100%
	}
	.cols-11 {
		width: 91.66666667%;
	}
	.cols-10 {
		width: 83.33333333%;
	}
	.cols-9 {
		width: 75%;
	}
	.cols-8 {
		width: 66.66666667%;
	}
	.cols-7 {
		width: 58.33333333%;
	}
	.cols-6 {
		width: 50%;
	}
	.cols-5 {
		width: 41.66666667%;
	}
	.cols-4 {
		width: 33.33333333%;
	}
	.cols-3 {
		width: 25%;
	}
    .cols-25 {
		width: 20%;
	}
	.cols-2 {
		width: 16.66666667%;
	}
	.cols-1 {
		width: 8.33333333%;
	}
@media only screen and (max-width: 992px)
{
	.cols-md-full
{
	width: 100%;
}
	.cols-md-half
	{
		width: 50%;
	}
	.cols-md-quat
	{
		width: 33.3%;
	}
}
@media only screen and (max-width: 600px)
{
	.cols-sd-full
{
	width: 100%;
}
	.cols-sd-half
	{
		width: 50%;
	}
	.flex-rows
	{
		 flex-direction: column;
 -webkit-flex-direction: column;
		 padding-left: 15px;
         padding-right: 15px;
	}	
	.cols-reverse
	{
		flex-direction: column-reverse;
-webkit-flex-direction: column-reverse;
	}
	.flex-rows > *
	{
			flex: 1 2 100%;
	}
}
/* common */
.center-cols
{
	float: none;
	margin: 0 auto;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
img
{
	max-width: 100%;
}
a:hover
{
	text-decoration: none;
}
.btn {
        display: inline-block;
    padding: 10px 25px;
    font-size: 1.2em;
    border-radius: 4px;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
.btn-bordered {
    border: 2px solid;
}
.btn-bordered:hover {
        color: #00ad69;
}
.btn-bordered.blue-bordered:hover
{
	color: #0082eb;
}
.btn-fill {
    border: 2px solid;
    background: #fff;
}
.green
{
	color: #19A96F;
}
.green-bg
{
	background: #19A96F;
	border-color: #19A96F;
	color: #fff;
}
.green-bg:hover
{
	background: #118858;
	border-color: #118858;
}
.red-bg
{
	background: #E04B3A;
	border-color: #E04B3A;
	color: #fff;
}
.red-bg:hover
{
	color: #E04B3A;
	background: transparent;
}
.blue-bg
{
	background: #0082eb;
	border-color: #0082eb;
	color: #fff;
}
.blue-bg:hover
{
	border-color: #0c74d0;
	background: #0c74d0;
}
.grey-bg
{
	background: #e6ecf1;
	border-color: #e6ecf1;
	color: #000;
}
.grey-bg:hover
{
	color: #e6ecf1;
	background: #000;
	border-color: #000;
}
.darken
{
	color: #000000;
}
.red
{
	color: #E04B3A;
}
.red:hover
{
	color: #fff;
	background: #E04B3A;
	border-color: #E04B3A;
}
.light
{
	color: #fff;
}
form *
{
	-moz-appearance: none;
-webkit-appearance: none;
}
.header_form {
    width: 500px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 20px;
    border-radius: 5px;
    margin-top: 50px;
	box-sizing: border-box;
}
.header_form *
{
	box-sizing: border-box;
}
.header_form .form-half {
    width: 45%;
    margin: 0 1%;
}
.header_form .btn-submits span {
       width: 92%;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
        font-size: 14px;
    line-height: 2.2;
    padding: 7px;
    height: auto;
}
@media only screen and (max-width: 600px)
{
	.container
	{
		width: 100%;
		max-width: 100%;
		    padding: 0px;
	}
	.rows {
		margin: 0px;
    width: 100%;
    max-width: 100%;
}
}
/* popup form */
.popup_contains{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    bottom:0;
    background:rgba(0,0,0,0.5) none repeat scroll 0 0;
    z-index:999999;
}
 .req_form_popup{
    z-index:-9;
     opacity: 0;
}
 .popup_contains.after_active{
    z-index: 999999;
     opacity: 1;
}
 .popup_boxes{
    width:70%;
    background:#fff none repeat scroll 0 0;
    margin:4% auto;
    border:10px solid rgba(11,11,11,0.67);
    border-radius:5px;
    position: relative;
     overflow-y: scroll;
}
 .popup_boxes div.popup_closeicon{
    float: right;
    padding: 5px 0 5px 0;
    line-height: 25px;
    border: 1px solid #34ad65;
    border-radius: 30px;
    font-size: 32px;
    margin: 0;
    width: 40px;
    height: 30px;
    top: 15px;
    right: 20px;
    position: relative;
    background: #fff;
    color: #34ad65;
    text-align: center;
    z-index: 99999;
    position: absolute;
    font-weight: 100;
    cursor: pointer;
}
 .popup_boxes div.popup_closeicon:hover{
    cursor:pointer
}
 .popup_boxes div.survey_popups{
    text-align:center;
    font-size:3em;
    margin:0px 0;
    position:relative
}
 .my-iframe{
    position:absolute;
    top:-50px;
    left:0;
    width:100%;
    height:500px;
    border:none
}
 div.me_support_popups{
    position: absolute;
     top: -50px;
     left: 0px;
     width: 100%;
     height: 480px;
     border: none;
     z-index:999;
    overflow-y: scroll;
}
 .survey_popups h4.popup_form_heading{
    font-size: 22px;
    height: auto;
    margin: 10px 0 0 15px;
    line-height: 2em;
    text-align: left;
}
 .popupform_preloader{
    width:100%;
     height:500px;
     position:absolute;
     background:#fff;
     z-index:99999;
}
 .popupform_preloader p{
    text-align:center;
     font-size:16px;
     color:#34ad65;
}
 .page_preloader{
    width:100%;
     height: auto;
     display: block;
}
 .popupform_preloader img, .page_preloader img, .preloader_images img{
    width:50px;
     height:50px;
     margin:15% auto 0% auto;
     display:block;
     -webkit-animation: spin 1s infinite linear;
     -moz-animation: spin 1s infinite linear;
     -o-animation: spin 1s infinite linear;
     -ms-transition: spin 1s infinite linear;
     animation: spin 1s infinite linear;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
 .page_preloader p{
    text-align:center;
     font-size:16px;
     color:#34ad65;
}
#fixedbtn {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 99;
}
#fixedbtn .demo, #fixedbtn .contact {
    color: #fff!important;
    background: #0080f2;
    text-align: center;
    display: block;
    height: 40px;
    font-weight: 500;
    font-size: .9em;
    line-height: normal;
    vertical-align: middle;
    border-radius: 0;
    width: 75px;
    padding: 10px 0 0;
    text-transform: capitalize;
	    cursor: pointer;
}
#fixedbtn .contact {
    background: #1d2532;
}
.global-success-msg {
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    width: 100%;
    background: #f8fdee;
    border: 1px solid #b6db95;
    padding: 10px;
    text-align: center;
    color: #5c8707;
    font-weight: bold;
    font-size: 1em;
    display: none;
    font-weight: 400;
}
@media only screen and (max-width: 650px)
{
	#fixedbtn {
    bottom: 0;
    top: inherit;
    width: 100%;
}
	#fixedbtn .demo, #fixedbtn .contact {
    width: 50%;
    float: left;
    height: auto;
    padding: 10px 0px;
}
	.header_form {
    max-width: 90%;
}
	.header_form .form-half {
    width: 100%;
    margin: 10px 0 0 0;
}
	.filter-containers > #product-filter
	{
		z-index: 999;
	}
	.form-control select {
    font-size: 13px;
}
}