html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  color: #000;
  background: #ff0;
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

td, th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #afafaf;
  opacity:1;
}

::-moz-placeholder {
  color: #afafaf;
  opacity:1;
}

::-ms-placeholder {
  color: #afafaf;
  opacity:1;
}

::placeholder {
  color: #afafaf;
  opacity:1;
}

.placeholder {
  color:#a4a4a4;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

a, a:focus {
  outline: none;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

input:focus {
  outline: none;
}

.semi-bold {
  font-weight: 600;
}

.bold, .strong {
  font-weight: 700;
}

.no-margin {
  margin: 0px !important;
}

.no-padding {
  padding: 0px !important;
}

.padding-left {
  padding-left: 20px !important;
}

.padding-right {
  padding-right: 20px !important;
}

.h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.h2 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.h4 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 20px;
}

.h5 {
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

.h6 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.button {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  padding: 15px 15px;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  text-decoration: none;
}

.button.orange-button {
  background-color: #d4420c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fd8140), to(#d4420c));
  background: -webkit-linear-gradient(top, #fd8140, #d4420c);
  background: -moz-linear-gradient(top, #fd8140, #d4420c);
  background: -ms-linear-gradient(top, #fd8140, #d4420c);
  background: -o-linear-gradient(top, #fd8140, #d4420c);
  border: 1px solid #c54412;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.button.orange-button span {
  font-size: 18px;
  font-weight: 600;
}

.button.orange-button:hover {
  background-color: #d4420c;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d4420c), to(#fd8140));
  background: -webkit-linear-gradient(top, #d4420c, #fd8140);
  background: -moz-linear-gradient(top, #d4420c, #fd8140);
  background: -ms-linear-gradient(top, #d4420c, #fd8140);
  background: -o-linear-gradient(top, #d4420c, #fd8140);
}

p {
  padding: 0px;
  margin: 0px 0px 15px 0px;
}

.ms_container:before, .ms_container:after, .ms_row:before, .ms_row:after, .hero_top_banner:before, .hero_top_banner:after, .speakers-group:before, .speakers-group:after, .event-section:before, .event-section:after, .numbers_section:before, .numbers_section:after {
  content: '';
  display: table;
  clear: both;
}

.ms_container {
  max-width: 1336px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ms_row {
}

.hero_top_banner {
  background:url(../images/security_Finance_industry.jpg) no-repeat left top;
  background-size: cover;
 /* height: 393px;*/
  color: #222;
  padding:0px 533px 0px 47px;
  border-bottom: 1px solid #d2d2d2;
}

.hero_top_content {
  margin: 0 auto;
  width: 100%;
  padding:10px 0 15px 0;
}
.bg-wrapper{width:auto; color:#FFF; padding:0 0 25px 0;}
.bg-wrapper ul{ padding-left:25px;  color:#FFF;}
.bg-wrapper ul li{color:#FFF;}
.bg-wrapper p{ padding:0px 25px 0 0px!important;}

.hero_top_content .logo {
  margin-bottom:5px;
  margin-top:20px;
}

.hero_top_content h1 {
  color: #ffffff;
  font-size: 28px;
  line-height: 35px;
  text-shadow:0 0.7px 5px rgba(0, 0, 0, 0.4);
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}

.hero_top_content h1 span {
  display: block;
  font-size: 28px;
  font-weight: 400;
  /*font-style: italic;*/
}

.hero_top_content p {
  color: #ffffff;
  font-size:17px;
 text-shadow:0 0.7px 5px rgba(0, 0, 0, 0.4);
  margin-bottom:25px;
  margin-top:15px;
}

.hero-form-section {
  position: absolute;
  right: 83px;
  top: 0px;
  height: 763px;
  max-width: 400px;
  min-width: 310px;
  width: 100%;
  z-index: 1;
}

.hero-form {
  font-family: 'Open Sans', sans-serif;
  padding:15px 0px 30px 0px;
  background-color: #4da7c1;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  height: 100%;
}

.hero-form .form-head {
  padding: 0px 20px;
}

.hero-form .form-head .auto-fill-wrap {
  background-color: #000000;
  color: #ffffff;
  width: 255px;
  height: 40px;
  line-height: 40px;
  padding: 0px 135px 0px 20px;
  margin: 0 auto;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  position: relative;
}

.hero-form .form-head .auto-fill-wrap .facebook-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -4px;
  right: 80px;
}

.hero-form .form-head .auto-fill-wrap .linkedin-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  top: -4px;
  right: 20px;
}

.form-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top:15px;
  margin-bottom:0px;
}

.hero-form .form-head .form-title span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.hero-form .form-body {
  padding: 0px 32px;
}

.hero-form .input-wrap {
  padding: 10px 0px 0px;
}

.hero-form .input-wrap .input-box {
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  color: #a4a4a4;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #afafaf;
  padding: 5px 24px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.hero-form .input-wrap .input-box:focus {
  color: #494848;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}

.hero-form .button-wrap {
  padding-top: 20px;
}

.hero-form .button-wrap .orange-button {
  width: 100%;
  height: 60px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
}
.diamond-list
{
  margin-bottom:15px;
}
.hero-form .form-footer {
  padding:0 20px 10px;
  text-align: center;
}

.hero-form .form-footer p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom:10px;
}

.speakers-group {
  background-color: #ffffff;
  height: 133px;
  margin-bottom: 1px;
  padding: 0px 483px 0px 0px;
  border-bottom: 1px solid #d0e8ef;
}

.speakers-group .speakers-content {
  width: 100%;
  height: 100%;
}

.speakers-head {
  float: left;
  background: url(../images/ccm-arrow-v3.png) no-repeat left top;
  width: 20%;
  height: 132px;
  padding-left: 25px;
  padding-top: 20px;
}

.speakers-head .speaker-title {
  color: #055971;
  font-size: 21px;
  font-weight: 700;
}

.speakers-body {
  float: right;
  width: 80%;
}

.speakers-list {
  display: table;
}

.speakers-list li {
  display: table-cell;
  width: 50%;
  padding: 0px 10px;
  vertical-align: middle;
}

.speakers-list li .speaker-avatar {
  display: table-cell;
  padding-right: 10px;
  vertical-align: middle;
}

.speakers-list li .speaker-block {
  display: table-cell;
  vertical-align: middle;
}

.speakers-list li .speaker-block span.speaker-name, .speakers-list li .speaker-block span.speaker-designation {
  display: block;
}

.speakers-list li .speaker-block span.speaker-name {
  color: #004052;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.speakers-list li .speaker-block span.speaker-designation {
  color: #004052;
  font-size: 14px;
  font-weight: 400;
}

.event-section {
  height: 92px;
  margin-bottom: 1px;
  position: relative;
  padding: 0px 483px 0px 0px;
}

.event-section .event-content {
  background-color: #45a5c1;
  width: 100%;
  border-top:1px solid #d0e8ef;
  border-bottom:1px solid #d0e8ef;
  height: 100%;
}

.event-left {
/*  float: left;*/
  width: 100%;
  height: 100%;
  padding-top:10px;
  margin:0 auto;
/*  padding-left: 90px;
  padding-top: 6px;*/
}

.event-right {
  float: left;
  width: 100%;
  text-align:center;
  height: 100%;
}
.awards-list
{
  text-align:center;
}
.awards-list li {
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}

.event-info {
  height: 100%;
  position: relative;
}

.event-info p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  padding-top: 23px;
}

.event-info p span.event-date {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  display:block;
}

.numbers_section {
  padding:20px 0px 0px 0px;
  margin-right: 483px;
  border-bottom: 1px solid #cdcdcd;
}

.numbers_section .numbers-content {
  width: 100%;
  height: 100%;
  text-align: center;
}

.numbers_section .numbers-content .cols-3 {
  float: left;
  width: 33.333%;
  padding: 0px 10px;
}

.numbers_section .numbers-content .cols-3.first {
  text-align: left;
  width: 26%;
}

.numbers_section .numbers-content .cols-3.middle {
  width: 37%;
}

.numbers_section .numbers-content .cols-3.last {
  width: 37%;
}

.numbers_section .numbers-content .number-blocks .number-title {
  color: #055971;
  font-size: 30px;
  font-weight: 700;
  padding-bottom:0px;
  margin-bottom:5px;
}

.numbers_section .numbers-content .number-blocks .number-description {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
}

.diamond-list li {
  color: #ffffff;
  font-size: 15px;
  text-shadow:0 0.7px 5px rgba(0, 0, 0, 0.4);
  margin-bottom:20px;
  position: relative;
  padding-left: 25px;
}

.diamond-list li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0px;
  background: url(../images/diamond-list.png) no-repeat left top;
  width: 7px;
  height: 7px;
}

.thankyou .hero_top_banner {
  padding: 30px 83px 30px 83px;
}

.thankyou-block {
  text-align: center;
}

.thankyou-block h1 {
  margin-bottom: 25px;
}

.thankyou-block p {
  font-size: 18px;
  font-size: 400;
}

.thankyou-block a {
  color: #ffffff;
}

.thankyou-block a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer {
  border-top: 1px solid #d0e8ef;
  padding: 30px 0px;
  color: #b1b1b1;
  font-size: 13px;
}

.thankyou .footer {
  text-align: center;
}

.footer {
  padding: 30px 0px;
  color: #b1b1b1;
  font-size: 13px;
}

.cd-testimonials-wrapper {
  position: relative;
  width: 100%;
 /* max-width: 768px;*/
 /* background-color: #39393c;*/
  margin: 1em auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  padding:30px 50px 30px;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-wrapper {
    margin: 1em auto;
    padding:30px 50px 30px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-wrapper::after {
    /* quotation mark visible */
    display: block;
  }
}

.cd-testimonials {
  color: #ffffff;
  text-align: center;
}
.cd-testimonials::after {
  clear: both;
  content: "";
  display: table;
}
.cd-testimonials > li {
  position: absolute;
  opacity: 0;
}
.cd-testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.cd-testimonials p { 
  font-size: 15px;
  padding: 0 14px;
  color:#004052;
  text-align:left;
}
@media only screen and (min-width: 768px) {
  .cd-testimonials p {
   font-size: 15px;   
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials p {
    font-size: 15px;    
  }
}
.cd-author .cd-author-info {
  vertical-align: middle;
  color:#004052;
  font-size:18px;
  font-weight:bold;
  margin-left:15px;
}
.cd-author .cd-author-info {
  text-align: left;
  line-height: 1.2;
}
.cd-author .cd-author-info li:first-child {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-author .cd-author-info li:last-child {
  font-size: 12px;
  font-size: 0.75rem;
  color: #004052;
}
@media only screen and (min-width: 768px) {
  .cd-author .cd-author-info {
    line-height: 1.4;
  }
  .cd-author .cd-author-info li:first-child {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-author .cd-author-info li:last-child {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.flex-direction-nav li {
  position: absolute;
  height: 100%;
  width: 40px;
  top: 0;
}
.flex-direction-nav li:first-child {
  left: 0;
}
.flex-direction-nav li:last-child {
  right: 0;
}
.flex-direction-nav li a {
  display: block;
  height: 100%;
  width: 100%;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.no-touch .flex-direction-nav li a:hover {
  background-color: #cacaca;
}
.flex-direction-nav li a::before, .flex-direction-nav li a::after {
  /* left and right arrows in css only */
  content: '';
  position: absolute;
  left: 50%;
  top: 65%;
  width: 4px;
  height: 15px;
  background-color: #c0c0c0;
}
.flex-direction-nav li a::before {
  -webkit-transform: translateY(-35px) rotate(45deg);
  -moz-transform: translateY(-35px) rotate(45deg);
  -ms-transform: translateY(-35px) rotate(45deg);
  -o-transform: translateY(-35px) rotate(45deg);
  transform: translateY(-35px) rotate(45deg);
}
.flex-direction-nav li a::after {
  -webkit-transform: translateY(-27px) rotate(-45deg);
  -moz-transform: translateY(-27px) rotate(-45deg);
  -ms-transform: translateY(-27px) rotate(-45deg);
  -o-transform: translateY(-27px) rotate(-45deg);
  transform: translateY(-27px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::before {
  -webkit-transform: translateY(-35px) rotate(-45deg);
  -moz-transform: translateY(-35px) rotate(-45deg);
  -ms-transform: translateY(-35px) rotate(-45deg);
  -o-transform: translateY(-35px) rotate(-45deg);
  transform: translateY(-35px) rotate(-45deg);
}
.flex-direction-nav li:last-child a::after {
  -webkit-transform: translateY(-27px) rotate(45deg);
  -moz-transform: translateY(-27px) rotate(45deg);
  -ms-transform: translateY(-27px) rotate(45deg);
  -o-transform: translateY(-27px) rotate(45deg);
  transform: translateY(-27px) rotate(45deg);
}
@media only screen and (min-width: 768px) {
  .flex-direction-nav li {
    width: 50px;
  }
}
@media only screen and (min-width: 1170px) {
  .flex-direction-nav li a::before, .flex-direction-nav li a::after {
   /* background-color: #5e5e63;*/
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .flex-direction-nav li a:hover::before, .flex-direction-nav li a:hover::after {
    background-color: #c0c0c0;
  }
}

.cd-testimonials-all.is-visible .cd-testimonials-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@media only screen and (min-width: 768px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 46%;
    margin: 0 2% 3em;
  }
  .cd-testimonials-all .cd-author {
    margin-left: 1em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-testimonials-all .cd-testimonials-item {
    width: 30%;
    margin: 0 1.6666% 3em;
  }
}

@media only screen and (min-width:1200px) and (max-width:1300px) {
  .hero_top_banner {
    padding: 30px 453px 30px 47px;
  }

  .hero-form-section {
    right: 10px;
  }

  .speakers-group {
    padding: 0 410px 0 0;
  }

  .event-section {
    padding: 0 410px 0 0;
  }

  .numbers_section {
    padding: 30px 0px 0px 0;
    margin-right: 410px;
  }
}

@media only screen and (max-width:1250px) {
  .event-info p {
    padding-top: 13px;
  }
}

@media only screen and (max-width:1199px) {
  .hero_top_banner {
    padding: 30px 15px;
    height: auto;
  }

  .hero-form-section {
    position: static;
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .speakers-group {
    background-color: #ebebeb;
    padding: 0px 0px;
    height: auto;
  }

  .speakers-group .speakers-content {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #d0e8ef;
  }

  .speakers-head {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 10px;
    background: none;
    border-right: 1px solid #cdcdcd;
  }

  .speakers-list {
    width: 100%;
  }

  .event-section {
    padding: 0px 0px;
    /*background-color: #f28072;*/
    height: auto;
  }

  .event-section .event-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .numbers_section {
    padding: 30px 0px 7px 0;
    border-bottom: 1px solid #cdcdcd;
    margin-right: 0px;
  }

  .numbers_section .numbers-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}

@media only screen and (max-width:767px) {
  .hero-form .button-wrap .orange-button {
    height: auto;
  }

  .speakers-head {
    width: 100%;
    float: none;
    background: none;
    text-align: center;
    height: auto;
    border-right: none;
  }

  .speakers-body {
    width: 100%;
    float: none;
  }

  .speakers-list li {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
  }

  .speakers-list li .speaker-avatar {
    display: block;
    padding-right: 0px;
  }

  .speakers-list li .speaker-block {
    display: block;
  }

  .event-content {
    text-align: center;
  }

  .event-left {
    width: 100%;
    padding-left: 0px;
    float: none;
  }

  .event-right {
    float: none;
    width: 100%;
  }

  .numbers_section .numbers-content .cols-3.first, .numbers_section .numbers-content .cols-3.middle, .numbers_section .numbers-content .cols-3.last {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .hero-form .form-body{padding:0 18px;}
  .button.orange-button span{font-size:16px;}
}