/*
Theme Name: genesis Child Theme
Author: INDEX HOLDING
Version: 1.0.3
 */

@import url("../genesis/style.css");

html{
  scroll-behavior: smooth;
}
.loading-splash {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #674EA0;
  z-index: 99999;
  transition: opacity .2s .2s ease-in-out;
}

.loading-splash.loaded {
  opacity: 0;
}

.loading-text {
  margin-top: 0;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase
}

.container-umbel-logo {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-text .letter {
  display: inline-block;
  transition: transform .2s linear,
              opacity   .2s linear;
  opacity: 0;
  transform: rotate3d(.1, 1, 0, 90deg)
             translate3d(0, 15%, 0);
}

.loading-text .letter.visible {
  opacity: 1;
  transform: rotate3d(0, 0, 0, 90deg)
             translate3d(0, 0, 0);
}
@media only screen and (min-width: 1024px)
{
.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -13%;
    width: 514px;
}
}

@-webkit-keyframes hop {
  0% { transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }
 100% { transform: scale3d(1.2, 1.2, 1) translate3d(0, -80%, 0); }
}

@-webkit-keyframes duck {
  0% { transform:  translate3d(0, 0, 0); }
 100% { transform: translate3d(0, 10%, 0); }
}



.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 0px !important; 
    padding-right: 0px !important; 
    width: 100%;
}


html {
  cursor: default;
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; /* 2 */
  font-weight: normal;
  color: #323232;
}

body {
  margin: 0;
  padding-top: 100px;
  transition: all .2s ease;
}

main {
  display: block;
}

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

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: middle;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template, [hidden] {
  display: none;
}

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

td,
th {
  padding: 0;
}
.Coverage_Table{
      margin-top: -60px;
}
.Coverage_Table td,th{
  padding: 10px;
}
.Coverage_Table tr{
 height: 60px;
background-color: #fff;
border-bottom: solid 1px #ececec;
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}

ul:not(.browser-default) > li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 3.4rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 1rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

small {
  font-size: 75%;
}

select:focus {
  outline: 1px solid #c9f3ef;
}

button:focus {
  outline: none;
  background-color: #2ab7a9;
}

label {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

.pum-theme-1333 .pum-title, .pum-theme-enterprise-blue .pum-title{
 
    font-weight: 600!important;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 40px!important;
}
.pum-theme-1333 .pum-content + .pum-close, .pum-theme-enterprise-blue .pum-content + .pum-close{    
    display: none!important;
}
.wpcf7-form input{
	    height: 41px;
margin: 6px 20px;
    border: solid 1px #cbc9c9;
}

.wpcf7-submit{
	background-color: #00ACA8!important;
   color: white!important;
       padding: 0px 80px;
}
/* Text Inputs
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #d1d1d1
}
::-moz-placeholder {
  color: #d1d1d1
}
:-ms-input-placeholder {
  color: #d1d1d1
}
::placeholder {
  color: #d1d1d1
}


/* Utility Classes
   ========================================================================== */
.clearfix {
  clear: both
}

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0
}

.hide {
  display: none !important
}

.left-align {
  text-align: left
}

.right-align {
  text-align: right
}

.center,
.center-align {
  text-align: center
}

.left {
  float: left !important;
}

.right {
  float: right !important
}

.circle {
  border-radius: 50%
}

.display-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.no-padding {
  padding: 0 !important
}

.container {
  margin: 0 auto;
  max-width: 1900px;
  width: 90%;
}

@media only screen and (min-width: 993px) {
  .container {width: 75%;}
}

.container .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.section.no-padding {
  padding: 0
}

.section.no-padding-bottom {
  padding-bottom: 0
}

.section.no-padding-top {
  padding-top: 0
}


/* Responsive Code
   ========================================================================== */
.row {
    margin-left: auto;
    margin-right: auto;
    /* margin-bottom: 20px; */
}

.row:before,
.row:after {
    content: "";
    display: table;
    clear: both
}

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px
}

.row .col[class*="push-"],
.row .col[class*="pull-"] {
    position: relative
}

.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto
}

.row .col.offset-s1 {
    margin-left: 8.3333333333%
}

.row .col.pull-s1 {
    right: 8.3333333333%
}

.row .col.push-s1 {
    left: 8.3333333333%
}

.row .col.offset-s2 {
    margin-left: 16.6666666667%
}

.row .col.pull-s2 {
    right: 16.6666666667%
}

.row .col.push-s2 {
    left: 16.6666666667%
}

.row .col.offset-s3 {
    margin-left: 25%
}

.row .col.pull-s3 {
    right: 25%
}

.row .col.push-s3 {
    left: 25%
}

.row .col.offset-s4 {
    margin-left: 33.3333333333%
}

.row .col.pull-s4 {
    right: 33.3333333333%
}

.row .col.push-s4 {
    left: 33.3333333333%
}

.row .col.offset-s5 {
    margin-left: 41.6666666667%
}

.row .col.pull-s5 {
    right: 41.6666666667%
}

.row .col.push-s5 {
    left: 41.6666666667%
}

.row .col.offset-s6 {
    margin-left: 50%
}

.row .col.pull-s6 {
    right: 50%
}

.row .col.push-s6 {
    left: 50%
}

.row .col.offset-s7 {
    margin-left: 58.3333333333%
}

.row .col.pull-s7 {
    right: 58.3333333333%
}

.row .col.push-s7 {
    left: 58.3333333333%
}

.row .col.offset-s8 {
    margin-left: 66.6666666667%
}

.row .col.pull-s8 {
    right: 66.6666666667%
}

.row .col.push-s8 {
    left: 66.6666666667%
}

.row .col.offset-s9 {
    margin-left: 75%
}

.row .col.pull-s9 {
    right: 75%
}

.row .col.push-s9 {
    left: 75%
}

.row .col.offset-s10 {
    margin-left: 83.3333333333%
}

.row .col.pull-s10 {
    right: 83.3333333333%
}

.row .col.push-s10 {
    left: 83.3333333333%
}

.row .col.offset-s11 {
    margin-left: 91.6666666667%
}

.row .col.pull-s11 {
    right: 91.6666666667%
}

.row .col.push-s11 {
    left: 91.6666666667%
}

.row .col.offset-s12 {
    margin-left: 100%
}

.row .col.pull-s12 {
    right: 100%
}

.row .col.push-s12 {
    left: 100%
}




/* Responsive Code @media
   ========================================================================== */
@media only screen and (min-width:601px) {
  .row .col.m1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.m12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.offset-m1 {
      margin-left: 8.3333333333%
  }
  .row .col.pull-m1 {
      right: 8.3333333333%
  }
  .row .col.push-m1 {
      left: 8.3333333333%
  }
  .row .col.offset-m2 {
      margin-left: 16.6666666667%
  }
  .row .col.pull-m2 {
      right: 16.6666666667%
  }
  .row .col.push-m2 {
      left: 16.6666666667%
  }
  .row .col.offset-m3 {
      margin-left: 25%
  }
  .row .col.pull-m3 {
      right: 25%
  }
  .row .col.push-m3 {
      left: 25%
  }
  .row .col.offset-m4 {
      margin-left: 33.3333333333%
  }
  .row .col.pull-m4 {
      right: 33.3333333333%
  }
  .row .col.push-m4 {
      left: 33.3333333333%
  }
  .row .col.offset-m5 {
      margin-left: 41.6666666667%
  }
  .row .col.pull-m5 {
      right: 41.6666666667%
  }
  .row .col.push-m5 {
      left: 41.6666666667%
  }
  .row .col.offset-m6 {
      margin-left: 50%
  }
  .row .col.pull-m6 {
      right: 50%
  }
  .row .col.push-m6 {
      left: 50%
  }
  .row .col.offset-m7 {
      margin-left: 58.3333333333%
  }
  .row .col.pull-m7 {
      right: 58.3333333333%
  }
  .row .col.push-m7 {
      left: 58.3333333333%
  }
  .row .col.offset-m8 {
      margin-left: 66.6666666667%
  }
  .row .col.pull-m8 {
      right: 66.6666666667%
  }
  .row .col.push-m8 {
      left: 66.6666666667%
  }
  .row .col.offset-m9 {
      margin-left: 75%
  }
  .row .col.pull-m9 {
      right: 75%
  }
  .row .col.push-m9 {
      left: 75%
  }
  .row .col.offset-m10 {
      margin-left: 83.3333333333%
  }
  .row .col.pull-m10 {
      right: 83.3333333333%
  }
  .row .col.push-m10 {
      left: 83.3333333333%
  }
  .row .col.offset-m11 {
      margin-left: 91.6666666667%
  }
  .row .col.pull-m11 {
      right: 91.6666666667%
  }
  .row .col.push-m11 {
      left: 91.6666666667%
  }
  .row .col.offset-m12 {
      margin-left: 100%
  }
  .row .col.pull-m12 {
      right: 100%
  }
  .row .col.push-m12 {
      left: 100%
  }
}

@media only screen and (min-width:993px) {
  .row .col.l1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.l12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.offset-l1 {
      margin-left: 8.3333333333%
  }
  .row .col.pull-l1 {
      right: 8.3333333333%
  }
  .row .col.push-l1 {
      left: 8.3333333333%
  }
  .row .col.offset-l2 {
      margin-left: 16.6666666667%
  }
  .row .col.pull-l2 {
      right: 16.6666666667%
  }
  .row .col.push-l2 {
      left: 16.6666666667%
  }
  .row .col.offset-l3 {
      margin-left: 25%
  }
  .row .col.pull-l3 {
      right: 25%
  }
  .row .col.push-l3 {
      left: 25%
  }
  .row .col.offset-l4 {
      margin-left: 33.3333333333%
  }
  .row .col.pull-l4 {
      right: 33.3333333333%
  }
  .row .col.push-l4 {
      left: 33.3333333333%
  }
  .row .col.offset-l5 {
      margin-left: 41.6666666667%
  }
  .row .col.pull-l5 {
      right: 41.6666666667%
  }
  .row .col.push-l5 {
      left: 41.6666666667%
  }
  .row .col.offset-l6 {
      margin-left: 50%
  }
  .row .col.pull-l6 {
      right: 50%
  }
  .row .col.push-l6 {
      left: 50%
  }
  .row .col.offset-l7 {
      margin-left: 58.3333333333%
  }
  .row .col.pull-l7 {
      right: 58.3333333333%
  }
  .row .col.push-l7 {
      left: 58.3333333333%
  }
  .row .col.offset-l8 {
      margin-left: 66.6666666667%
  }
  .row .col.pull-l8 {
      right: 66.6666666667%
  }
  .row .col.push-l8 {
      left: 66.6666666667%
  }
  .row .col.offset-l9 {
      margin-left: 75%
  }
  .row .col.pull-l9 {
      right: 75%
  }
  .row .col.push-l9 {
      left: 75%
  }
  .row .col.offset-l10 {
      margin-left: 83.3333333333%
  }
  .row .col.pull-l10 {
      right: 83.3333333333%
  }
  .row .col.push-l10 {
      left: 83.3333333333%
  }
  .row .col.offset-l11 {
      margin-left: 91.6666666667%
  }
  .row .col.pull-l11 {
      right: 91.6666666667%
  }
  .row .col.push-l11 {
      left: 91.6666666667%
  }
  .row .col.offset-l12 {
      margin-left: 100%
  }
  .row .col.pull-l12 {
      right: 100%
  }
  .row .col.push-l12 {
      left: 100%
  }
}

@media only screen and (min-width:1201px) {
  .row .col.xl1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.xl12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto
  }
  .row .col.offset-xl1 {
      margin-left: 8.3333333333%
  }
  .row .col.pull-xl1 {
      right: 8.3333333333%
  }
  .row .col.push-xl1 {
      left: 8.3333333333%
  }
  .row .col.offset-xl2 {
      margin-left: 16.6666666667%
  }
  .row .col.pull-xl2 {
      right: 16.6666666667%
  }
  .row .col.push-xl2 {
      left: 16.6666666667%
  }
  .row .col.offset-xl3 {
      margin-left: 25%
  }
  .row .col.pull-xl3 {
      right: 25%
  }
  .row .col.push-xl3 {
      left: 25%
  }
  .row .col.offset-xl4 {
      margin-left: 33.3333333333%
  }
  .row .col.pull-xl4 {
      right: 33.3333333333%
  }
  .row .col.push-xl4 {
      left: 33.3333333333%
  }
  .row .col.offset-xl5 {
      margin-left: 41.6666666667%
  }
  .row .col.pull-xl5 {
      right: 41.6666666667%
  }
  .row .col.push-xl5 {
      left: 41.6666666667%
  }
  .row .col.offset-xl6 {
      margin-left: 50%
  }
  .row .col.pull-xl6 {
      right: 50%
  }
  .row .col.push-xl6 {
      left: 50%
  }
  .row .col.offset-xl7 {
      margin-left: 58.3333333333%
  }
  .row .col.pull-xl7 {
      right: 58.3333333333%
  }
  .row .col.push-xl7 {
      left: 58.3333333333%
  }
  .row .col.offset-xl8 {
      margin-left: 66.6666666667%
  }
  .row .col.pull-xl8 {
      right: 66.6666666667%
  }
  .row .col.push-xl8 {
      left: 66.6666666667%
  }
  .row .col.offset-xl9 {
      margin-left: 75%
  }
  .row .col.pull-xl9 {
      right: 75%
  }
  .row .col.push-xl9 {
      left: 75%
  }
  .row .col.offset-xl10 {
      margin-left: 83.3333333333%
  }
  .row .col.pull-xl10 {
      right: 83.3333333333%
  }
  .row .col.push-xl10 {
      left: 83.3333333333%
  }
  .row .col.offset-xl11 {
      margin-left: 91.6666666667%
  }
  .row .col.pull-xl11 {
      right: 91.6666666667%
  }
  .row .col.push-xl11 {
      left: 91.6666666667%
  }
  .row .col.offset-xl12 {
      margin-left: 100%
  }
  .row .col.pull-xl12 {
      right: 100%
  }
  .row .col.push-xl12 {
      left: 100%
  }
}




/* Start add your code here
   ========================================================================== */
.si_but button {
  position: relative;
  display: block;
  color: #fff ;
  background: #fff;
  width: 100%;
  max-width: 280px;
  text-align: center;
  border-radius: 3px !important;
  font-weight: 600;
  font-size: 14px !important;
  text-transform: uppercase;
  padding: 14px 40px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 10;
}

.si_but a {
  position: relative;
  display: block;
  color: #fff ;
  background: #fff;
  width: 100%;
  max-width: 280px;
  text-align: center;
  border-radius: 3px !important;
  font-weight: 600;
  font-size: 15px !important;
  text-transform: uppercase;
  padding: 14px 40px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  z-index: 10;
}
.si_but a:hover {
  -webkit-box-shadow: 0 9px 12px rgba(0,0,0,.18) !important;
  box-shadow: 0 6px 12px rgba(0,0,0,.18) !important;
  -webkit-transform: translate3d(0,-5px,0) !important;
  transform: translate3d(0,-3px,0) !important;
}

button:hover {
  -webkit-box-shadow: 0 9px 12px rgba(0,0,0,.18) !important;
  box-shadow: 0 6px 12px rgba(0,0,0,.18) !important;
  -webkit-transform: translate3d(0,-5px,0) !important;
  transform: translate3d(0,-3px,0) !important;
}

.whi_button button{
 
   background-color: #fff!important;
    color: #0D153A!important;
}

.disabled_button button{
	 background-color:#989b9b!important;
	 color:#fff!important;
	 padding: 19px 9px!important;
}
.Dpink_button button{
 background-color: #AE1055 !important;
    color: white!important;
}
.turquoise_button button{
  
   background-color: #00ACA8!important;
   color: white!important;
}
.Dturquoise_button button{

   background-color: #098885!important;
    color: white!important;
}
.pink_button button{

    background-color: #C48AFE!important;
    color: white!important;
}

.darbu_button button{
     background-color: #0D153A!important;
    color: white!important;
}

.violet_button button{
	 background-color:#674EA0!important;
	 color: #fff!important;
}
.violet_button a{
	 background-color:#674EA0!important;
	 color: #fff!important;
}
.vilo_butt button{

   background-color: #E90D7F!important;
    color: white!important;
}
.login_button button{
  background-color: Transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border:1px solid #fff !important;
}


.whi_button a{
 
   background-color: #fff!important;
    color: #0D153A!important;
}


.Dpink_button a{
 background-color: #AE1055 !important;
    color: white!important;
}
.turquoise_button a{
  
   background-color: #00ACA8!important;
   color: white!important;
}
.orange_button a{
  background-color:#F18C0A !important;
  color: white!important;
}

.Dturquoise_button a{

   background-color: #098885!important;
    color: white!important;
}
.pink_button a{

    background-color: #C48AFE!important;
    color: white!important;
}

.darbu_button a{
     background-color: #0D153A!important;
    color: white!important;
}

.vilo_butt a{

   background-color: #E90D7F!important;
    color: white!important;
}
.login_button a{
  background-color: Transparent !important;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border:1px solid #fff !important;
}

#compet_content{
padding-right: 5%;
padding-top: 3%;
padding-left: 5%;
padding-bottom:  2%;
background-color: #F5F5F5;
width:100%;
 margin: 0;
font-size: 18px;

}

 
 .bet_setit .container{
  position: relative;
  left: 2px;
  margin-left: 30px;
}
t .bet_setit .container{
  position: relative;
  left: 2px;
  margin-left: 10px;
}
.white_board{
  background: #fff;
  padding: 60px;
  box-shadow: 2px 5px 8px #D8D8D8; 
  border-radius: 5px 5px 5px 5px;
z-index: 10;
margin-top: -15% !important;
left:5%;
right:5%;


}

.white_board img{
  margin: 0px;

}
.white_board p,
.white_board ul li,
.white_board ol li,
.white_board_nonegative p,
.white_board_nonegative ul li,
.white_board_nonegative ol li{
  
  font-family: 'Roboto', sans-serif;
       font-size: 17px;
    font-weight: 300;
    line-height: 34px;
}

.white_board_nonegative h6,
.white_board h6{
	font-size:18px;
	font-weight: 500;
}

.white_board_nonegative{
  background: #fff;
  padding: 60px;
  box-shadow: 2px 5px 8px #D8D8D8; 
  border-radius: 8px 8px 8px 8px;
z-index: 10;
margin-top: 0px;
left:5%;
right:5%;


}

.container-fluid .ke_divi{
  color: white;
}

.white_board_nonegative h5{
  font-weight: bold;
  font-size: 22px;
}

.white_board_nonegative ol{
  margin-left: 1%;

}
.white_board_nonegative ol li{
    line-height: 32px;
}
/*
=================
  Header
================= 
*/
header .row {
    margin: 0;
}

 header {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
   z-index:9998;
    transition: all .2s ease;
    box-shadow: 0 8px 20px rgb(0 0 0 / 5%);
    
}


.top_sec {
    height: 50px;
    position: relative;
    border-bottom: 2px solid #007cba;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
	padding:5px;
}

.top_sec .to_d {
    font-size: 15px;
    letter-spacing: -0.3px;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.top_sec .to_d:hover {
  max-width: 100%;
  padding-right: 50px;
  overflow: unset;
  text-overflow: clip;
  display: block;
  white-space: normal;
}

.logo img {
    width: 100%;
       max-width: 109px;
       margin: 4px 0;
     }

.bott_sec .col {
    padding: 0;
}

.right_c ul {
    margin: 0;
    text-align: right;
}

.right_c ul li {
    display: inline-block;
    margin: 0 5px;
}

.right_c {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

ul.head_social li a svg path {
    fill: #7c7c7c;
}

ul.head_social li a {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: relative;
}

#main_menu_d {
    float: right;
    margin-left: 45px;
    z-index: 999;
}

#head_er_butt li a {
    background: #00ACA8;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    border-radius: 3px;
    display: block;
}

#head_er_butt li a.head_er_butt_2 {
    background-color: #0D153A;
}

#head_er_butt li {
    margin: 0 3px;
}

ul.head_social {
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo a {
    display: block;
    max-width: 190px;
    float: left;
}
.guideline a{
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    /* text-underline-position: auto; */
    text-decoration: underline;
    color: #ffffff;
}
.bott_sec.clearfix {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 3px 0;
}

.lksjdf_d:before,
.lksjdf:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 0;
    height: 0;
    z-index: 0;
    border-radius: 50%;
    transition: all 400ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
    background: #00aca821;
}

.lksjdf_d:before {
  background: #b4b4b421;
}

.lksjdf_d:hover:before,
.lksjdf:hover:before {
    width: 45px;
    height: 45px;
}

#head_er_butt li a:hover {
    background: #49b8b5;
}

ul.head_social li:first-child a {
    line-height: 43px;
}

ul.head_social li:nth-child(4) a {
    line-height: 44px;
}

ul.head_social li:nth-child(5) a {
    line-height: 38px;
}

ul.head_social li:hover a svg path {
    fill: #00928f;
}
div#lang_switcher {
    margin-left: 15px;
}

a.lang_switcher_text {
    color: #7c7c7c;
}

a.lang_switcher_text:hover {
    color: #00ACA8;
}

/*
  Top Message
*/
.mess_ag svg {
    -webkit-transition: transform .35s cubic-bezier(.24,1,.32,1);
    /* height: 24px; */
    /* margin: 0; */
    /* pointer-events: none; */
    /* transform: translateX(6px); */
    transition: transform .35s cubic-bezier(.24,1,.32,1);
}

.hid_mes #hide_se svg {
    transform: rotate(180deg) translateX(0px);
}


#hide_se {
    right: 0;
    transition: all 0.4s ease;
    position: absolute;
    top: 11px;
    width: 30px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}


#hide_se:hover svg > path {
    fill: #444;
}

header.hid_mes {
    transform: translate3d(0,-50px,0);
}

body.kla_to {
    padding-top: 0px;
}

header.hid_mes #hide_se {
    transform: translate(0px,42px);
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

header.hid_mes #hide_se:hover {
    background: #00aca821;
}

header.hid_mes #hide_se:hover svg path {
  fill: #00928f
}



/* #Navigation
================================================== */
.nav-but-wrap{ 
  position: relative;
  display: inline-block;
  float: right;
  padding-left: 15px;
  padding-top: 15px;
  margin-top: 26px;
  transition : all 0.3s ease-out;
}

.menu-icon {
  height: 23px;
  width: 40px;
  position: relative;
  cursor: pointer;
  display: block;
  z-index: 999;
  margin: 0;
}

.menu-icon__line {
  height: 2px;
  width: 40px;
  display: block;
  background-color: #434343;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: background-color .5s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, background-color .5s ease;
  transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}

.menu-icon__line-left {
  width: 40px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon__line-right {
  width: 22px;
  float: right;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-icon:hover .menu-icon__line-left,
.menu-icon:hover .menu-icon__line-right {
  width: 40px;
}

.menu-icon__line-right:last-child {
  margin-bottom: 0
}

.nav {
  position: fixed;
  z-index: 99;
  top: 0;
}

.nav:before,
.nav:after {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #00aca852;
  border-bottom-left-radius: 200%;
  z-index: -1;
  -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
  -webkit-transform: translateX(100%) translateY(-100%);
  transform: translateX(100%) translateY(-100%);
}

.nav:after {
  background: #00ACA8;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.nav:before {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.nav__content {
  position: fixed;
  visibility: hidden;
  top: 50%;
  margin-top: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  text-align: center;
  height: 70vh;
  overflow: auto;
}

.nav__content .container {
    max-width: 80%;
    overflow-x: hidden;
}

.nav__list {
  position: relative;
  padding: 0;
  margin: 0 0 25px 0;
  z-index: 2;
}

.nav__list-item {
  position: relative;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  text-align: left;
  color: #fff!important;
  overflow: hidden;
  font-size: 2vh;
  line-height: 30px;
  -webkit-transform: translate(100px, 0%);
  transform: translate(100px, 0%);
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease, transform .3s ease;
  transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
  margin-top: 0;
  margin-bottom: 0;
}

.nav__list-item a{
  position: relative;
  text-decoration: none;
  color: #efefef;
  overflow: hidden;
  display: block;
  font-weight: 500;
  margin: 5px 0;
  z-index: 2;
  text-transform: uppercase;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.nav__list-item a:hover{
  color: #fff;
  padding-left: 5px;
}

.nav__list-item.active-nav a{
  color: #fff;
}

.nav__list-item.active-nav a:after{ 
  height: 4px;
  opacity: 1;
  left: 0;
  width: 100%;
}

body.nav-active {
  overflow: hidden;
}

body.nav-active .nav__content {
  visibility: visible;
}

body.nav-active .menu-icon__line {
  background-color: #fff;
  -webkit-transform: translate(0px, 0px) rotate(-45deg);
  transform: translate(9px, -2px) rotate(-45deg);
  width: 30px;
}

body.nav-active .menu-icon__line-left {
  width: 15px;
  -webkit-transform: translate(2px, 4px) rotate(45deg);
  transform: translate(11px, 3px) rotate(45deg);
}

body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
  transform: translate(-3px, -6px) rotate(45deg);
}

body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px;
}

body.nav-active .nav {
  visibility: visible;
}

body.nav-active .nav:before, body.nav-active .nav:after {
  -webkit-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  border-radius: 0;
}

body.nav-active .nav:after {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

body.nav-active .nav:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.nav-active .nav__list-item {
  opacity: 1;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease;
  transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}

body.nav-active .nav__list-item:nth-child(0) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

body.nav-active .nav__list-item:nth-child(1) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

body.nav-active .nav__list-item:nth-child(2) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

body.nav-active .nav__list-item:nth-child(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

body.nav-active .nav__list-item:nth-child(4) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

body.nav-active .nav__list-item:nth-child(5) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

body.nav-active .nav__list-item:nth-child(6) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

body.nav-active .nav__list-item:nth-child(7) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

body.nav-active .nav__list-item:nth-child(8) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

body.nav-active .nav__list-item:nth-child(9) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

body.nav-active .nav__list-item:nth-child(10) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

body.nav-active header.hid_mes .nav {
    top: 50px;
}

header.hid_mes .nav__content {
    transform: translate(0%, 45%);
    margin-top: 10px;
    top: 10%;
    position: fixed;
    height: 60vh;
    overflow-x: auto;
}

li.menu_head h3 {
    font-size: 3vh;
    font-weight: 600;
    text-transform: uppercase;
}









.ns_social_media .icons ul li {
    /* display: inline-block; */
    float: left;
    margin: 0 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ns_social_media .icons ul li a {
    width: 40px;
    height: 40px;
    background: #069b9799;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    margin: 0;
}

.ns_social_media .icons ul li a svg path {
    fill: #fff;
}

.ns_social_media .icons ul li a:hover svg path {
    fill: #069b97
}

.ns_social_media {
    margin-top: 30px;
    padding-top: 20px !important;
    border-top: 1px solid #ffffff40;
}

.ns_social_media .icons ul li a:hover {
    background: #ffffff;
    padding: 0;
    opacity: 1;
}

.ns_social_media .icons ul li:first-child a {
    line-height: 50px;
}

.ns_social_media .icons ul li:nth-child(5) a {
    line-height: 39px
}




.white_board_nonegative ul li{
    padding-bottom: 10px;
  list-style-type: disc;
}

.white_board_nonegative ul{
  padding-left: 30px;
}
.white_board ul li{
    padding-bottom: 10px;
  list-style-type: disc;
}
.white_board h6{
  font-size: 17px;
}

.white_board ul{
  padding-left: 30px;
}
/*
  Search
*/
form.c-search__wrapper {
    padding: 35px 0 40px;
    width: 90%;
}

form.c-search__wrapper input#st-search-input-header {
    border: 0;
    width: 100%;
    padding: 17px;
    font-size: 24px;
    border-bottom: 1px solid rgb(169 169 169 / 20%);
    outline: 0;
    border-radius: 0; 
}

form.c-search__wrapper input#st-search-input-header:focus {
  border-color: #cacaca;
}

.c-search__elements {
    position: relative;
}

.c-search__elements .c-search__close {
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: 0.7;
}

.c-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    max-width: 1400px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height .2s ease-in-out;
}

.active_search {
    max-height: 170px;
    max-height: 140px;
    border-top: 1px solid #e0e0e0;
}

a.full-box-close {
    display: block;
    height: 40px;
    width: 40px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}

a.full-box-close svg {
  max-width: 17px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.dis_search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000061;
    z-index: 9;
}

.active_bg {
    display: block;
    opacity: 1;
}








/*
=================
  section#land_ng_sec
================= 
*/
.land_ng_sec_re {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/lan_sec.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    overflow: hidden;
}
.land_ng_sec_re_globe {
    padding: 5% 0;
    background: #00ACA8;
    background-image: url('../ia-child/images/lan_sec_globe.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    overflow: hidden;
}
.land_ng_sec_re_sponsor {
    padding: 5% 0;
    background: #00ACA8;
    background-image: url('../ia-child/images/sponsor.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    overflow: hidden;
}
.land_ng_sec_re_about {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerAbt.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    overflow: hidden;
}


.land_ng_sec_re_abstract {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerAbstract.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    overflow: hidden;
}

.land_ng_sec_re_abstract:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000000 0%, #100b6c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000000 0%,#100b6c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000000 0%,#100b6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#100b6c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.land_ng_sec_re_virtual {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerVirtalConference.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    overflow: hidden;
}

.land_ng_sec_re_virtual:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000000 0%, #100b6c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000000 0%,#100b6c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000000 0%,#100b6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#100b6c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.land_ng_sec_re_edu {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerEdu.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}
.land_ng_sec_re_reg {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerEdu.png');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}

.land_ng_sec_re_test {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerTestimonial.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}

.land_ng_sec_re_school {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerSchool.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}
.land_ng_sec_re_track1 {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/Bannertrack1.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}
.land_ng_sec_re_track2{
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/Bannertrack2.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}
.land_ng_sec_re_track3 {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/Bannertrack3.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}
.land_ng_sec_re_track4 {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/Bannertrack4.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}
.land_ng_sec_re_track5 {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/Bannertrack5.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}

.land_ng_sec_re_ustart {
    padding: 5% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerUstart.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}

.land_ng_sec_re_episode {
    padding: 8% 0;
    background: #8fab9d;
    background-image: url('../ia-child/images/BannerEpisode.jpg');
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: calc(100vh - 105px);
    overflow: hidden;
}
.land_ng_sec_re_episode:before {
      content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000000 0%, #100b6c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000000 0%,#100b6c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000000 0%,#100b6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#100b6c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.land_ng_sec_re_ustart:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 2000px;
    height: 2000px;
    bottom: 0;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000D0D 0%, #07052A 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000D0D 0%,#07052A 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000D0D 0%,#07052A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000D0D', endColorstr='#07052A',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.land_ng_sec_re_track1:before,
.land_ng_sec_re_track2:before,
.land_ng_sec_re_track3:before,
.land_ng_sec_re_track4:before,
.land_ng_sec_re_track5:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000D0D 0%, #07052A 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000D0D 0%,#07052A 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000D0D 0%,#07052A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000D0D', endColorstr='#07052A',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.land_ng_sec_re_school:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000D0D 0%, #E90D7F 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000D0D 0%,#E90D7F 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000D0D 0%,#E90D7F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000D0D', endColorstr='#E90D7F',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.land_ng_sec_re_test:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000D0D 0%, #07052A 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000D0D 0%,#07052A 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000D0D 0%,#07052A 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000D0D', endColorstr='#07052A',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.land_ng_sec_re_reg:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000D0D 0%, #00ACA8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000D0D 0%,#00ACA8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000D0D 0%,#00ACA8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000D0D', endColorstr='#00ACA8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.land_ng_sec_re_edu:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #000000 0%, #100b6c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #000000 0%,#100b6c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #000000 0%,#100b6c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#100b6c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}




.land_ng_sec_re_about:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 2000px;
    height: 2000px;
    left: 0;
    opacity: 0.6;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,100b6c+100 */
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #023332 0%, #00ACA8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #023332 0%,#00ACA8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #023332 0%,#00ACA8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#023332', endColorstr='#00ACA8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.lan_sec_cont {
    position: relative;
    color: #fff;
}

.lan_sec_cont  a>
#white_border section{
margin: 3px;
}

.lan_sec_cont img{
  padding-bottom: 30px;
  width: 200px;
  height: auto;
}
.lan_sec_cont h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: lighter;
}

.lan_sec_cont h1 {
    margin: 15px 0 50px;
    font-weight: 600;
}

.lan_sec_cont .divll_se {
     padding-top: 20px;
    max-width: 600px;
    font-size: 18px;
    float: left;
    font-weight: 200;
}


.stats {
    position: absolute;
    right: 10%;
   
    color: #fff;
}

.stats ul li {
    display: inline-block;
    margin: 0 15px;
    position: relative;
    padding-left: 60px;
}

.stats ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  max-width: 48px;
}

.stats ul li h2 {
    margin: 0;
    display: block;
    font-weight: 300;
    font-size: 30px;
    line-height: 1%;
}

.stats ul li p {
    display: block;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #C48AFE;
}

.stats ul {
    margin: 0;
    float: right;
}

.ke_divi{
  font-size: 34px;
  color: #00ACA8;
}

.ke_divi_turq{
  font-size: 34px;
  color:#00ACA8!important;
}

#blocks .ke_divi{
  font-size: 34px;
  color: #07052A;
    font-weight: 900px;
}
#compet_content .ke_divi{
    font-size: 34px;
  color: #E90D7F;
  font-weight: 900px;
}

#episode_section .ke_divi{
      font-size: 34px;
  color: #07052A;
  font-weight: 900px;
}

#episode_section{
  color: white;
  background-color: #F5F5F5;
  padding-bottom: 100px;
}
.divi_turquoise {
    width: 40%;
    height: 10px;
    background-image: url(../ia-child/images/diviturq.svg);
    background-repeat: no-repeat;
    background-size: contain;   
  
    position:relative;
    margin-top:20px;

    left:0px;
}
.divi_black {
    width: 10%;
    height: 10px;
    background-image: url(../ia-child/images/diviblack.svg);
    background-repeat: no-repeat;
    background-size: contain;   
  
    position:relative;
    margin-top:20px;

    left:0px;
}
.divi_pink {
    width: 40%;
    height: 10px;
    background-image: url(../ia-child/images/divipink.svg);
    background-repeat: no-repeat;
    background-size: contain;   
  
    position:relative;
    margin-top:20px;

    left:0px;
}
/**/
.divi_white {
    width: 40%;
    height: 10px;
    background-image: url(../ia-child/images/divi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    position:relative;
    margin-top:20px;

    left:0px;
}
.divi {
    width: 20%;
    height: 10px;
    background-image: url(../ia-child/images/divi.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin: 15px auto;
}

.gri_sy,
.gri_sy2,
.gri_sy3,
.gri_sy4 {
    width: 310px;
    height: 140px;
  background-image: url(../ia-child/images/gri_4.svg);
    background-repeat: no-repeat;
    position: absolute;
    right: -18%;
    top: 20px;
    opacity: 0.8;
}

.gri_sy {
    background-size: cover;
    width: 250px;
}

.gri_sy2 {
    background-image: url(../ia-child/images/gri_2.svg);
    max-width: 220px;
    background-size: contain;
    left: 20px;
    right: auto;
}

.gri_sy4 {
    background-image: url(../ia-child/images/gri_4.svg);
    width: 212px;
    height: 100px;
    background-size: contain;
    opacity: 0.6;
    right: 10px;
}


.gri_sy5 {
    width: 350px;
    height: 200px;
    background-image: url(../ia-child/images/gri_5.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: -50px;
    top: 70px;
    opacity: 0.8;
    background-size: contain;
}


.date_event {
    display: inline-flex;
}

.date_event h3 {
    margin: 0 0 0 12px;
    font-size: 19px;
    line-height: 36px;
}




/*
=================
  ul#tracks_se
================= 
*/


#topics .container {
    width: 100%;
    margin-top: 1px;

}
#icons{
    background-color: #00ACA8;

    padding-top: 60px;
        padding-bottom:  60px;

}
#icons .container{
  width:100%;
  margin-top: 1px;

    display: flex;
    justify-content: center;
    align-items: center;

}

#topics .cvbe {
    position: relative;
    height: 420px;
    border-top: 0.5px solid #fff;
    border-bottom: 0.5px solid #fff;
    border-right: 0.5px solid #fff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#topics {
    overflow: hidden;
    width: 100%;
}

#topics .row {
  margin: 0
}

.cvbe .about_topic, .cvbe .vid_tes {
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    color: #fff;
    width: 100%;
}

.tra_cont button {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pla_but {
    background: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    line-height: 65px;
    float: right;
    margin-top: 50px;
    transition: all .25s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.sec_lin {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
}

#topics .vt:hover .pla_but {
    box-shadow: 0 6px 12px rgba(0,0,0,.18);
    transform: translate3d(0,-3px,0);
}

.tracks_se {
    float: left;
    width: 100%;
    margin: 0;
}

.ab:before,
.vt:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #00000078;
}

.ab:after,
.sb_bg:after,
.vt:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: -1;
  background-image: url('../ia-child/images/ab.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sb_bg:after {
  background-image: url('../ia-child/images/sp.jpg');
}

.vt:after {
  background-image: url('../ia-child/images/vt.jpg');
}

.cvbe .about_topic a.whi_button.si_but {
    float: left;
    margin: 20px 0 0;
}

.cvbe .about_topic h3, #topics .cvbe h3 {
    margin: 0;
    letter-spacing: -1px;
    font-size: 33px;
   font-weight: 200;

}

 .cvbe .about_topic h3 strong, #topics .cvbe h3 strong{
 	font-weight: 600;
 	}   


.cvbe .about_topic span {
    margin: 10px 0;
    display: block;
    font-size: 18px;
    letter-spacing: -0.5px;
}

.tra_cont h3 {
    font-size: 20px;
    font-weight: 300;   
     line-height: 28px;
}
.tracks_se li {
    display: inline-block;
    height: 450px;
    float: left;
    width: 20%;
    border: 1px solid #fff;
    padding: 2%;
}


.lis_top h3 {
    margin: 0;
    font-size: 19px;
    line-height: 36px;
    font-weight: 600;
}

.tra_cont {
    margin-top: 0px;
    height: 410px;

  margin-bottom: 0.5px;
}

.content_hi{
   height: 170px;
    padding: 7%;
    padding-top: 0%;
}
.tra_cont p {
    font-size: 15px;
    margin: 0 0 25px;
}

.tracks_se {
    color: #fff;
}

.tracks_se .asdlkj svg {
  width: 33px;
  height: 33px;
}

#tracks_se li:first-child {
    background: #0d153a;
}

.track2 {
    background: #fff;
    color: #0d153a;
}
.track2_N {
      color: #0d153a;
}

ul#tracks_se li:nth-child(3) {
    background: #00ACA8;
}

ul#tracks_se li:nth-child(4) {
    background: #F18C0A;
}

ul#tracks_se li:nth-child(5) {
    background: #E90D7F;
}

.vc_responsive .home_box_wrap.wpb_row .vc_span2 {
float: left;
width: 18.8%;
padding: 0;
margin-right: 1.5%;
min-height: 0;
}

.home_box_wrap .home_box_last {
margin: 0 !important;
}


.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    color: #0D153A !important;
}

/*
=================
  section#sec_cta_gri_right
================= 
*/



.gradient1 {
   position: absolute;
    top: 0; 
    bottom: 0;
    right: 0;
    left: 0; 
    width: 100%;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1900' height='27.953' viewBox='0 0 1900 27.953'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:url(%23a);%7D%3C/style%3E%3ClinearGradient id='a' x1='-0.374' y1='0.5' x2='0.571' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%230D153A' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%230D153A'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect class='a' width='1900' height='27.953'/%3E%3C/svg%3E");    
 background-repeat: repeat-y;
}
.gradient2 {
   position: absolute;
    top: 0; 
    bottom: 0; 
    right: 0;
    left: 0; 
    width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1900' height='27.953' viewBox='0 0 1900 27.953'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:url(%23a);%7D%3C/style%3E%3ClinearGradient id='a' x1='-0.374' y1='0.5' x2='0.571' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%2300ACA8' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%2300ACA8'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect class='a' width='1900' height='27.953'/%3E%3C/svg%3E");
 background-repeat: repeat-y;
}
.gradient3 {
   position: absolute;
    top: 0; 
    bottom: 0;
    right: 0;
    left: 0; 
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1900' height='27.953' viewBox='0 0 1900 27.953'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:url(%23a);%7D%3C/style%3E%3ClinearGradient id='a' x1='-0.374' y1='0.5' x2='0.571' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23E90D7F' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23E90D7F'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect class='a' width='1900' height='27.953'/%3E%3C/svg%3E");
    background-repeat: repeat-y;
}
.sec_cta_conte {
    position: relative;
    z-index: 99; 
    color: #fff;
    padding: 0 5%;   

}

.sec_cta_conte_left {
    padding-left: 52%;

}


.sec_cta_conte h2 {
    margin-top: 0;
    line-height: 58px;
    font-size: 46px;
    font-weight: 300;
    margin-bottom: 13px;
}

.sec_cta_conte h4 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 300;

}

.sec_cta_conte .sec_date_a {
    font-size: 20px;
    margin-bottom: 36px;
    font-weight: 400;
}



.sec_cta_conte .si_but {
    margin: 0 0 50px 0;
}

.divll_se_bk .aut_s {
    padding-left: 25px;
}

.sec_vid_conte {
    position: relative;
    z-index: 99;
    color: #fff;
    padding: 0 5%;
}
#sec_cta_gri_right1 .sec_vid_conte 
{
color: #0D153A;

}
.sec_vid_conte h3 {
    font-size: 23px;
    margin-top: 0;
    line-height: 10px;
    margin-bottom: 13px;
    font-weight:  900;

}

.sec_vid_conte .sec_des_a {
    margin-bottom: 20px;

}



.sec_vid_conte .si_but {
    margin: 30px 0 50px 0;
    
}


.normal_fonts h1{
  font-size: 60px;
  font-weight: 600;

}
.normal_fonts h2{
  font-size: 40px;
  font-weight: 200;
  
}
.normal_fonts h2 strong{
  font-weight: 600;
  
}
.normal_fonts h3{
  font-size: 33px;
  font-weight: 400;
  
}
.normal_fonts h4{
  font-size: 25px;
  font-weight: 200;
  
}
.normal_fonts h5{
  font-size: 20px;
  font-weight: 600;
  
}
.normal_fonts h6{
  font-size: 16px;
  font-weight: 600;
  
}

..normal_fonts strong{
   font-weight: 700;
}





/*
=================
  section#video_series_s
================= 
*/
#video_series_s {
    background: #00ACA8;
    color: #fff;
    padding: 0.5px;
}
#News {
  padding-top: 0.5px;
    background:#08217b;
    color: #fff !important;
    padding: 0.5px;
}
#News a{
	color: #90969c;
}
.spe_s {
    height: 430px;
    position: relative;
    overflow: hidden;
}

.spe_img img{
    width: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    width: 700px;
       height: 390px;
    padding: 0;
}
.spe_s>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 1px !important;
    padding-top: 1px;
    padding-right: 1px !important;
    width: 100%;
  }
.spe_det {
    position: absolute;
    height: 43vh;
    bottom: 0;
    margin:0.5px;
    left: 0;
    right: 0;
    padding: 0 35px 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgb(0 0 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgb(0 0 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgb(0 0 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}



#News .spe_det {
    position: absolute;
    height: 60vh;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 35px 30px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgb(0 0 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgb(0 0 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgb(0 0 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    align-content: flex-end;
}
.spe_det > div {
    display: block;
    width: 100%;
    text-transform: capitalize;
}

.spea_name {
    font-size: 17px;
    font-weight: 400;
}

.spea_job {
    font-size: 17px;
    margin: 3px 0 22px;
    position: relative;
    font-weight: 300;
}
.spea_orga{
	font-size: 20px;
    font-weight: 600;
}

.spea_job:before {
    content: " ";
    position: absolute;
    height: 4px;
    width: 60px;
    background: #EB4A4A;
    bottom: -13px;
}

#video_series_s .spe_s {
    padding: 0.5px;
}
#News .spe_s {
    padding: 0.5px;
}

.sec_he_tit {
    position: relative;
    text-align: center;
    height: 430px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.sec_he_tit .gri_sy3 {
  background-image: url('../img/gri_3.svg');
  width: 200px;
  opacity: 0.4;
  left: 10px;
  top: 20px;
  background-size: contain;
}

.sec_he_tit .si_but {
    margin: 25px auto 0;
}

.sec_he_tit span {
    display: block;
    float: none;
    width: 100%;
    font-size: 18px;
}

.sec_he_tit h3 {
    font-size: 29px;
    display: block;
    font-weight: 200;
    width: 100%;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0px 30px;
}
.sec_he_tit h3 strong {
    font-weight: 600;
}










/*
=================
  section#sec_cta_gri_left
================= 
*/
.sec_gris_co {
    position: relative;
    overflow: hidden;
    height:70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec_gris {
    position: relative;
    overflow: hidden;
    height:70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

section#sec_cta_gri_left .alfkdg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1900' height='27.953' viewBox='0 0 1900 27.953'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:url(%23a);%7D%3C/style%3E%3ClinearGradient id='a' x1='1.374' y1='0.5' x2='0.429' y2='0.5' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect class='a' width='1900' height='27.953'/%3E%3C/svg%3E");
}

#sec_cta_gri_left   {
    left: auto;
    right: 0;
    background: url('../ia-child/images/vcx.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  
}

#sec_cta_gri_left_home   {
    left: auto;
    right: 0;
    background: url('../ia-child/images/grad_banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
  
}

#sec_cta_gri_left_home  .sec_cta_conte{
    color: #0D153A !important;
}

#sec_cta_gri_left  .sec_cta_conte{
    color: #0D153A !important;
}

#sec_cta_gri_right {
      left: auto;
    right: 0;
    background: url('../ia-child/images/edu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}

#sec_cta_gri_left1  {
    left: auto;
    right: 0;
    background: url('../ia-child/images/bg1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}

#sec_cta_gri_right1 {
      left: auto;
    right: 0;
    background: url('../ia-child/images/bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}

#sec_cta_gri_left2  {
    left: auto;
    right: 0;
    background: url('../ia-child/images/bg3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}

#sec_cta_gri_right2 {
      left: auto;
    right: 0;
    background: url('../ia-child/images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}
#sec_cta_gri_left3  {
    left: auto;
    right: 0;
    background: url('../ia-child/images/bg5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}


#sec_cta_left1  {
    left: auto;
    right: 0;
    background: url('../ia-child/images/bg101.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}

#sec_cta_right1 {
      left: auto;
    right: 0;
    background: url('../ia-child/images/bg102.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}

#sec_cta_left2  {
    left: auto;
    right: 0;
    background: url('../ia-child/images/bg103.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}

#sec_cta_right2 {
      left: auto;
    right: 0;
    background: url('../ia-child/images/bg104.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}
#sec_cta_left3  {
    left: auto;
    right: 0;
    background: url('../ia-child/images/bg105.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #0D153A;
}



.divll_se p,
.divll_se_bk p {
    font-size: 16px;
    max-width: 90%;
    padding-left: 25px;
    font-weight: 300;
}

.divll_se,
.divll_se_bk {
    margin-top: 30px;
    position: relative;
}

.divll_se .aut_s {
    font-size: 15px;
    font-weight: 600;
}

.divll_se:before,.divll_se:after,
.divll_se_bk:before {
    content: " ";
    width: 20px;
    height: 15px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.526' height='11.768' viewBox='0 0 14.526 11.768'%3E%3Cpath fill='%23fff' class='a' d='M6.787-37.964l2.588,1.758a11.515,11.515,0,0,0-2.344,6.689v3.32H2.539v-2.832A11.2,11.2,0,0,1,3.723-33.96,11.823,11.823,0,0,1,6.787-37.964Zm7.69,0,2.588,1.758a11.515,11.515,0,0,0-2.344,6.689v3.32H10.229v-2.832a11.2,11.2,0,0,1,1.184-4.932A11.823,11.823,0,0,1,14.478-37.964Z' transform='translate(-2.539 37.964)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0px;
}

.divll_se_bk:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.526' height='11.768' viewBox='0 0 14.526 11.768'%3E%3Cpath fill='%23000' class='a' d='M6.787-37.964l2.588,1.758a11.515,11.515,0,0,0-2.344,6.689v3.32H2.539v-2.832A11.2,11.2,0,0,1,3.723-33.96,11.823,11.823,0,0,1,6.787-37.964Zm7.69,0,2.588,1.758a11.515,11.515,0,0,0-2.344,6.689v3.32H10.229v-2.832a11.2,11.2,0,0,1,1.184-4.932A11.823,11.823,0,0,1,14.478-37.964Z' transform='translate(-2.539 37.964)'/%3E%3C/svg%3E");
    top: -10px;
}







section#VideoTes {
    background: #00ACA8;
    color: #fff;
    padding: 3px;
    margin: 0px;
}

section#VideoTes .container {
    width: 100%;
    margin-top: 1px;

}

section#VideoTes .col {
    padding: 2px;
}

#VideoTes .sec_he_tit .si_but button{
    background-color: #AE1055 !important;
    color: white!important;
}

.spe_s .play_Button{
  max-height: 62px;
  width: auto;
}


.spea_vid {
    font-size: 17px;
    margin: 3px 0 22px;
    position: relative;
}

.spea_vid:before {
    content: " ";
    position: absolute;
    height: 4px;
    width: 60px;
    background: transparent;
    bottom: -13px;
}






/*
=================
  section#Virtual_Conference_Speakers
================= 
*/
#Virtual_Conference_Speakers {
    background: #E90D7F;
    color: #fff;
    padding: 0.5px;
}

#Virtual_Conference_Speakers .spe_s {
    padding: 0.5px;
}

/*
=================
  section#ustart-members
================= 
*/
#ustart-members {
    background:#674EA0;
    color: #fff;
    padding: 0.5px;
}

#ustart-members .spe_s {
    padding: 0.5px;
}


.inner-container{
  padding-left: 7%;

}
.center-container{
  padding-left: 15%;

}












/*
=================
  section#bi_ful
================= 
*/
#bi_ful {
    background: #674EA0;
    color: #fff;
    padding: 0.5px;
    padding-top: 0px;

}

#bi_ful .cont_larbi {
    padding: 0.5px;
    margin:5px;
}

#bi_ful .cont_larbi {
    height: 76vh;
    margin: 0.09%;
    width: 99.64%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#bi_ful .para_txt_half{max-width: 960px;}
#bi_ful .para_txt_half p{font-size: 18px;font-weight: 200;}

#bi_ful .cont_larbi .ierpt {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 12%;
    z-index: 99;
    /*padding-bottom: 24%;*/
}

#bi_ful .cont_larbi .ierpt h3 {
    margin: 0 0 0px;
    font-weight: 400;
}

#bi_ful .cont_larbi .ierpt span {
    display: block;
    font-size: 18px;
}

#bi_ful .cont_larbi .si_but {
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12%;
    padding-bottom: 6%;
    z-index: 99;
}

#bi_ful .cont_larbi .reg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12%;
    z-index: 99;
}

#bi_ful .cont_larbi .reg h3 {
    margin: 0 0 1px;
    font-size: 48px;
        font-weight: normal;
}
#bi_ful .cont_larbi .reg h4 {

    font-size: 18px;
    font-weight: bold;
  }

#bi_ful .cont_larbi .reg p {
  margin-top: 100px;
    display: block;
    font-size: 18px;
}

#bi_ful .cont_larbi .reg .si_but {
    float: left;
    margin: 35px 0 0 0;
}

#bi_ful .cont_larbi:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;   
     bottom: 0;
      /*  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(0 0 0) 107%);*/
    background: #000000a1;
}

#bi_ful .cont_larbi:after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.vc_row {
    margin-left: 0px !important; 
    margin-right: 0px !important;
}



#bi_ful .ust_com {
  background-image: url('../ia-child/images/BannerUstart.jpg');
}
#bi_ful .iavs {
  background-image: url('../ia-child/images/iavs.jpg');
}
#bi_ful .iavc {
  background-image: url('../ia-child/images/iavc.jpg');
}

#bi_ful .scho_com {
  background-image: url('../ia-child/images/BannerSchool.jpg');
}

.UComp{
  background-color: #fff;
  border-radius: 9px;
  color: #4A4A4A;
  width:31%;
  box-shadow: 2px 5px 8px #D8D8D8;
  margin: 12px; 
  height:313px;
}
.Shrink{
	width:21%;
}

.UComp a{
	margin-bottom: 0px;
}
.inner_padding{
  padding: 2px;
}
#blocks{
  width: 100%;
  background-color: #F5F5F5;
 
}

#Register_blocks{
    width: 100%;
    background-color: #1a2121;
    padding-bottom: 5%;
    padding-top: 5%;
}
.UComp img{
	width: 134px;
    height: 125px;
   /* width: 183px;
    height: 168px;*/
    margin-left: -32px;
    margin-top: -36px;
}
.RegTag{

  /*background-image: url(../ia-child/images/reggreen.png);
  background-position: center;
  background-size: cover;
  border-radius: 7px;*/
  color: #000;
  
}

.registerbox{
	width:550px;
}


.RegTag2{

  background-image: url(../ia-child/images/regPink.png);
  background-position: center;
  background-size: cover;
  border-radius: 7px;
  color: #fff;
  position: relative;
     height: 200px;
}

 .textcontent{
  margin-left: 11px;
}

 .textcontent h3 {
  font-size: 20px;
  font-weight: bold;
}
 .textcontent h4 {
  font-size: 18px;
  font-weight: normal;
}

.bottom_arrow img{
    height: 17px;
    position: absolute;
    bottom: 35px;
    right: -3px;
}
.Buttonimage{
 
  min-height: 50px;
position: absolute;
bottom: 0px;
right:   0px;
}




/*
=================
  section#sponsors_and_partners
================= 
*/
#sponsors_and_partners {
    text-align: center;
    height: 60vh;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    overflow: hidden;
}

#sponsors_and_partners .sec_bi_tit {
    margin-bottom: 90px;
}

#sponsors_and_partners .col {
    height: 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
}

#sponsors_and_partners .col img {
    max-height: 60px;
    max-width: 160px;
    display: block;
    margin: 0 auto;
}




.headerbutton {
    position: relative;
    

}

.headerbutton ul li {
    width: 50%;
    float: left;
    text-align: center;
    margin: 5px 0;
    height: 140px;
    display: table;
    justify-content: center;
    align-items: center;

}


.headerbutton ul {
    width:100%;
margin-left:2px;
max-height: 10px;
    padding-right: 60%;
   
}

.class_detail .sec_lan_butt{

  position: relative;
  top: 237px;
  right: 20px;
  width: 100%;
}
.class_detail .text_content{
  width: 100%;
}

.CrisisImage{

margin-left: -15px;
margin-bottom: -35px;
}

.class_detail h3{
font-size: 23px;
color: #00ACA8;
font-weight: normal;
}
.class_detail h5{
font-size: 14px;
color: #6E6E6E;
font-weight: bold;
}
.class_detail h6{
font-size: 13px;
color: #989898;
font-weight: bold;
}

.class_detail .detail{
  margin-bottom: 3%;
    margin-top: 3%;
}

.class_detail .white_board{
  padding:0px;
  
}

/*
=================
  Abstract Submission
================= 
*/

section#land_ng_sec_absub {
    height: 100%;
    background-position: center center;
}

.lsjdewwr {
    position: relative;
    color: #fff;
    margin: 50px 0 0 0; 
  

}


.lsjdewwr .pwoei {
    width: 20%;
   float: left;
    text-align: center;
    margin: 5px 0;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.lsjdewwr  h3 {
    font-size: 19px;
}

.lsjdewwr img {
    display: block;
    width: 100%;
    max-height: 56px;
}

.thumbImage img{
   display: block;
    width: 70px;
    height: 61px;
}



#land_ng_sec_absub .divll_se p {
    max-width: 100%;
}

#land_ng_sec_absub .lan_sec_cont .divll_se {
    max-width: 75%;
}

#land_ng_sec_absub .gri_sy2 {
    right: 20px;
    left: auto;
    max-width: 260px;
    height: 125px;
}

.not_icosw {
    position: absolute;
    color: #fff;
    right: 30px;
    top: 40px;
}


.iconcontainer {
    position: relative;
    color: #fff;
    margin: 50px 0 0 0; 
  

}

.iconcontainer ul li {
    width: 20%;
    float: left;
    text-align: center;
    margin: 5px 0;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.iconcontainer ul li .pwoei {
    width: 100%;

}
.iconcontainer ul {
    display: table;
    margin: 0;
}

.iconcontainer ul li h3 {
    font-size: 19px;
}

.iconcontainer ul li img {
    display: block;
    width: 100%;
    max-height: 60px;
    margin-bottom: 40px;
}


.speaker_box .ehome_speaker_image, .modalbox .ehome_speaker_image {
border:none !important;
border-radius: 5px !important;
}

.speaker_box, .exhibitor_box{
      border-radius: 5px;
}

.maestro_ehome_speaker{
  margin-top: -60px;
}

.box-left {
    margin: 8px 20px 55px !important;
}

.speaker_box .ehome_speaker_fname, .modalbox .ehome_speaker_fname {
	font-size: 20px;
    line-height: 22px;
    font-style: normal;
    color: #0d153a;
    margin-top: 8px;
    font-weight: 400;
}
.speaker_box .ehome_speaker_title,
.speaker_box .ehome_speaker_country,
.modalbox .ehome_speaker_title,
.modalbox .ehome_speaker_country,
.speaker_box .ehome_speaker_entity,
.modalbox .ehome_speaker_entity{    
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 42px;
	line-height: 23px;
}
.speaker_box .ehome_speaker_entity,
.modalbox .ehome_speaker_entity{
	color: #00ACA8;
}
.speaker_box .ehome_speaker_title,
.speaker_box .ehome_speaker_country,
.modalbox .ehome_speaker_title,
.modalbox .ehome_speaker_country{
	color: #0d153a;
}
.speaker_box .ehome_speaker_bio,
.speaker_box .ehome_speaker_sessions,
.speaker_box .ehome_speaker_lecture,
.modalbox .ehome_speaker_bio,
.modalbox .ehome_speaker_sessions,
.modalbox .ehome_speaker_lecture{
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    margin-bottom: 34px;
}

.speaker_box .btn {
    padding: 12px 56px !important;
    margin-bottom: 34px;
    font-size: 14px;
}
.btn-info {
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
}
.btn-info {
    background-color: #00ACA8 !important;
    border-color: #00ACA8 !important;
}
.speaker_box .ehome_speaker_country,.modalbox .ehome_speaker_country{
    display: none;
}
.speaker_box, .exhibitor_box{
  padding-bottom: 30px;
}
.pager {
    margin-left: 6%;
    }
#maestro_agenda_table .container {
    margin-left: auto;
    margin-right: auto;
    float: unset;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
#maestro_agenda_table {
    margin-top: -60px;
    text-align: center;
}
#maestro_agenda_table .vc_tta-panel:not(.vc_active) {
    display: none;
}
.row_sessions table {
    width: 100% !important;
    margin: 20px 0 !important;
}
.row_sessions table tr:nth-child(2n+1) {
    background: #fff !important;
}
.row_sessions table td {
    border: 1px solid #ccc !important;
}
.row_sessions table tr td {
    background-color: transparent !important;
}
/*
=================
  About Innovation Arabia
================= 
*/
#innovation_arabia_features {
    background: #00ACA8;
    color: #fff;
    position: relative;
}

.poeur_s h3 {
    font-size: 21px;
    line-height: 30px;
    color: #000000;
    margin: 20px 0 0 0;
    padding-right: 30px;
}

.poeur_s {
    height: 210px;
    position: absolute;
    bottom: 0;
    padding: 20px;
    max-width: 350px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#oasdpo .poqwe {
    padding: 140px;
    margin: 0 0.2%;
    background: #fff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    height: 300px;
   width: 24.6%;
    display: inline-block;
}

#oasdpo {
   
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 5px 0;
    position: relative;
    z-index: 9;
}

.bet_setit {
    padding: 21px;
    background-color: inherit;
    padding-top: 36px;
}

#oasdpo .poqwe a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

#oasdpo .poqwe:hover .poeur_s {
    -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-73px,0);
}

#oasdpo .poqwe:hover {
    background: #1B8481;
}

#oasdpo .poqwe:hover svg {
    fill: #fff;
}

#oasdpo .poqwe:hover h3 {
    color: #fff;
}

#oasdpo .poqwe svg {
    fill: #00ACA8;
    height: 100%;
    width: auto;
    max-height: 60px;
}

.lkjweir {
    position: absolute;
    right: 70px;
    bottom: 50px;
}

/*
=================
  Table
================= 
*/

.table_ia table {
    border-radius: 5px;
}
.table_ia table tr:nth-child(2n+1) {
    background: #f7f7f7;
}
.table_ia table th {
    background: #00ACA8;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
}
.table_ia table td {
    padding: 10px 20px;
}

/*
=================
  Maestro
================= 
*/
.modalbox .box-left {
    margin-left: 0 !important;
    margin-bottom: 5px !important;
}
.pager div {
    cursor: pointer;
}
#agendaTable .row_sessions {
    background: #F5F5F5;
}
#agendaTable tr {
    border: 1px solid #ccc;
}
h5.session_name {
    margin-top: 0;
	font-size: 1.27rem;
}
#agendaTable .datetime {
    color: #00aca8;
    margin-top: 5px;
}
#agendaTable h5.session_name {
    margin: 0.52rem 0;
}
.link_speaker_bio {
    color: #00ACA8;
}
#maestro_agenda_table .vc_tta-panel-heading {
    display: none;
}
#maestro_agenda_table li.vc_tta-tab.vc_active, #maestro_agenda_table li.vc_tta-tab:hover {
    //border-bottom: 1px solid #00aca8;
    opacity: 1;
	background-color: #00aca8;
}
#maestro_agenda_table li.vc_tta-tab.vc_active a, #maestro_agenda_table li.vc_tta-tab:hover a {
    color: #fff;
}
#maestro_agenda_table li.vc_tta-tab a {
    color: #7c7c7c;
    font-weight: 600;
}
#maestro_agenda_table li.vc_tta-tab {
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    opacity: 0.8;
}
#maestro_agenda_table ul.vc_tta-tabs-list {
    text-align: left;
    margin-bottom: 0px;
	margin-top: 0px;
}




/*
=================
  Footer
================= 
*/
footer {
    background: #040C25;
    color: #fff;
    padding: 0 0 20px 0;
}

#back_to_top {
    background: #16234A;
    color: #fff;
    padding: 15px 0;
    cursor: pointer;
    margin-bottom: 50px;
}

#back_to_top ul {
    margin: 0;
}

#back_to_top ul li {
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
    font-weight: 600;
}

#back_to_top:hover {
    background: #2f3f6e;
}

#back_to_top ul li svg {
    margin: 2px;
}

.foot_boot_sec ul li {
    display: inline-block;
    margin: 0 4px;
}

.foot_boot_sec ul li span {
  font-weight: bold;
  display: block;
}

.foot_boot_sec {
    text-align: center;
}

.copyrights {
    border-top: 1px solid #282F44;
    padding-top: 16px;
    text-align: left;
    font-size: 15px;
}

.copyrights a {
  color: #fff
}

.copyrights a:hover {
  color: #cfcfcf
}

.foot_menu ul {
    margin: 0;
}

.foot_menu {
    padding: 50px 0;
}

.foot_menu ul li a {
    color: #9E9E9E;
    padding: 10px 10px;
    font-size: 17px;
}

.foot_menu ul li a:hover {
    color: #fff;
}




.lan_sec_cont .si_but a{
    padding: 18px 20px;
    min-width: 245px;
}


.news_container{
  margin: 2% 20% !important;
  padding: 4%!important;
  border-radius: 5px;
  border:solid 0.5px #d6d6d6;
  background-color: #fff;
}
.news_container h2{
  font-weight: 600;
}
.news_container p{
  font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 34px;
}


.videoa {
    margin: 14px;
    width: 31%;
    padding-top: 34px;
    justify-content: center;
    background-color: black;
}

.gallery{
 padding: 5% 7%;
  margin-top: -11%;
  background-color: #F5F5F5;

}


.attend 
.lis_top {
    padding-left: 7%;
}
.attend-heading{
  padding: 3% 4%;
}
.attend-heading .content_hi{
    height: auto;
  }
.list_attend{
  padding:2% 1%;
      font-size: 18px;
    font-weight: 300;
}
#wpsm_accordion_988 .wpsm_panel-title a {
  font-family: 'Montserrat', sans-serif !important;
}


.vc_toggle_title{
    padding: 4px 40px;
    margin: 10px 0;
    background-color: #e3e3e3;
    border: solid 1px #c7c7c7;
    border-radius: 42px;  
}


/* Media Query Classes
   ========================================================================== */
@media only screen and (min-width: 0) {
  html {font-size: 14px;}
}

@media only screen and (min-width: 992px) {
  html {font-size: 14.5px;}
}

@media only screen and (min-width: 1200px) {
  html {font-size: 15px;}
}

@media only screen and (min-width: 601px) {
  .container {width: 85%;}
}

@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {display: none !important;}
}

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {display: none !important;}
}

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {display: none !important;}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {display: none !important;}
}

@media only screen and (min-width: 993px) {
  .hide-on-large-only {display: none !important;}
}

@media only screen and (min-width: 993px) {
  .show-on-large {display: block !important;}
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {display: block !important;}
}

@media only screen and (max-width: 600px) {
  .show-on-small {display: block !important;}
}

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {display: block !important;}
}

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {display: block !important;}
}

@media only screen and (max-width: 600px) {
  .center-on-small-only {text-align: center;}
}

@media only screen and (min-width: 600px) {
.five-columns.vc_row .vc_col-sm-2 {
    float: left;
    width: 49.6%;
    padding: 0;
    margin-right: 1px;
    min-height: 0;
}
.five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
margin-right: 0;
width: 99.6%;
}
}

@media only screen and (min-width: 800px) {
 .five-columns.vc_row .vc_col-sm-2 {width: 19.89%;}
 .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
width: 19.89%;
}
}
@media only screen and (min-width: 1400px) {
 .five-columns.vc_row .vc_col-sm-2 {width: 19.84%;}
 .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
width: 19.84%;
}
}
@media only screen and (min-width: 1795px) {
 .five-columns.vc_row .vc_col-sm-2 {width: 19.88%;}
 .five-columns.vc_row .vc_col-sm-2:nth-last-child(2) {
width: 19.88%;
}
}



/*
  Responsive
*/
@media(max-width: 1795px) {
    .se_imbg {width: 80%;} 
   
}

@media(max-width: 1400px) {
    .nav__content {top: 44%;height: 80vh;}
    .tra_cont {height: 390px;}/*.tra_cont {
    /* margin-top: 70px;*/

   /* #bi_ful .cont_larbi .ierpt{padding-bottom: 24%;}*/
    

}

@media(max-width: 1350px) {
    .se_imbg {width: 100%;} 

}

@media(max-width: 1200px) {
    .tra_cont h3 {font-size: 17px;line-height: 20px}
    #land_ng_sec_absub .lan_sec_cont .divll_se {max-width: 90%}
}

@media(max-width: 1185px) {
    #head_er_butt li a {padding-left: 13px;padding-right: 13px;font-size: 17px;}
    #head_er_butt li {margin: 0}
    #main_menu_d {margin-left: 25px}
}

@media(max-width: 1120px) {
    ul#tracks_se li {width: 50%;padding: 5%;}
    ul#tracks_se li:nth-child(5) {width: 100%}

    .tra_cont p {margin: 0;}
    .tra_cont {height: auto;}
    .tra_cont button {position: relative;margin-top: 50px;}
}

@media(max-width: 1100px) {
	.UComp{ width:50%; }
    .sec_cta_conte h2 {font-size: 30px;line-height: 38px;}
    .list_attend{    padding-left: 12%;}
}

@media(max-width: 1070px) {
	.registerbox{width:auto; float: none!important;}
    ul.sec_lan_butt {margin: 0;}
    .lan_sec_cont h1 {margin-bottom: 30px;margin-top: 10px;}
    h1 {font-size: 55px;}
    .lan_sec_cont h4 {font-size: 26px;}
    .divll_se p, .divll_se_bk p {width: 100%;max-width: 100%;}
    .stats {left: 0;right: 0;margin: 0 auto;}
    .stats ul {float: none;text-align: center;}
    .lan_sec_cont {margin-top: 40px;}
    #head_er_butt li a {padding-left: 13px;padding-right: 13px;font-size: 17px;}
    #head_er_butt li {margin: 0;}
    #main_menu_d {margin-left: 25px;}
    .gri_sy {width: 163px;height: 120px;}
    .lsjdewwr h3 {font-size: 16px;font-weight: normal}
    .headerbutton ul li {margin:0;}

  
   
}

@media(max-width: 992px) {
    .sec_cta_conte {margin-top: 40px;}
    .sec_cta_conte .si_but {margin-bottom: 0}
    .gri_sy2 {opacity: 0.5;right: 10px;left: auto;max-width: 150px;}
    .divi {margin: 20px auto 10px;width: 100%;}
    .sec_he_tit {height: 320px;}
    .sec_he_tit .gri_sy3 {opacity: 0.2}
    h2.loading-text {font-size: 25px;}
    .lsjdewwr {width: 33%;}
   .headerbutton ul {padding-right: 30%;}
   .sec_cta_conte h4{
   	    font-size: 19px;
    line-height: 39px;

   }
   .sec_gris{
   	height: auto;
   }
}

@media(max-width: 990px) {
    body {padding-top: 97px;}
    section#land_ng_sec {background-position: center center;}
    .gri_sy {width: 163px;height: 120px;}
    #head_er_butt li a {font-size: 14px;}
    .right_c ul li {margin: 0 3px;}
    ul.head_social li a {width: 30px;height: 30px;line-height: 35px;}
    .lksjdf_d:hover:before, .lksjdf:hover:before {width: 40px;height: 40px;}
    .logo img {max-width: 150px;}
    header {height: 135px;}
    body.kla_to {padding-top: 85px;}
   .headerbutton ul {padding-right: 30%;}
   
}

@media(max-width: 840px) {
    ul.head_social li {display: none;}
    ul.head_social li:last-child {display: block;}
    header.hid_mes .nav__content {transform: translate(0%, 30%);height: 70vh;top: 0;margin-top: 0;}
    #head_er_butt li a {font-size: 15px;}
    form.c-search__wrapper {padding: 20px 0 30px;}
    .headerbutton ul {margin:0;}

@media(max-width: 735px) {
	.UComp{ width:100%; }
    .lan_sec_cont h4 {font-size: 19px;}
    .lan_sec_cont h1 {font-size: 43px;}
    .lan_sec_cont {margin-top: 60px;}
    section#land_ng_sec {background-position: center center;}
    .gri_sy {width: 140px;height: 50px;}
    .stats ul li {margin: 15px 0;width: 50%;float: left;text-align: left;}
    .stats {padding: 0 10%;bottom: 70px;}
    .bott_sec.clearfix {margin: 10px 0 0 0;}
    #sponsors_and_partners {height: auto;padding: 12% 0;}
    .lsjdewwr ul li {width: 50%;}
    .not_icosw {position: relative;margin: 50px auto 0;text-align: center;right: 0;left: 0;padding: 0 15px;}
    .lsjdewwr ul li img {max-height: 45px;}
   .headerbutton ul li  { width: 100%;  min-width: 200px;   margin-top:  9000px;  position:relative;  left:20%;}
    .white_board{padding: 30px;}
      .white_board_nonegative{padding: 30px;}
    .class_detail .sec_lan_butt{padding-top: 20px; padding-bottom: 30px;}
    #bi_ful .cont_larbi .reg h3 { font-size: 30px;}
    #bi_ful .cont_larbi .reg h4 { font-size: 20px;}
    #bi_ful .cont_larbi .reg p { font-size: 14px;}
#bi_ful .cont_larbi {
    margin: 0.09%;
    width: 100%;}

      .sec_cta_conte_left {    padding-left: 6%; padding-bottom: 73px;}
      .sec_cta_conte {    padding-left: 6%; padding-bottom: 73px;}
      .sec_cta_conte_left img{   width: 30px!important;   height: auto!important;}
      .sec_cta_conte img{   width: 30px!important;   height: auto!important;}
.lsjdewwr .pwoei {        float: none;
    margin: 5px 0;
    width: 80%;}
    .lsjdewwr{width: 100%;}
        /*#bi_ful .cont_larbi .ierpt{padding-bottom: 34%;}*/
	div.pad-lt-0{padding-left:0px !important;}
    
}

@media(max-width: 550px) {
    section#land_ng_sec:before {opacity: 0.8;}
    .lan_sec_cont {margin-top: 80px;text-align: center;}
    ul.sec_lan_butt li a {margin: 0 auto;}
    .lan_sec_cont h1 {font-size: 35px;}
    .stats ul li {text-align: center;padding: 1%;}
    .stats ul li img {position: relative;margin: 0 auto 20px;display: block;}
    .stats ul li p {display: block;width: 100%;}
    section#land_ng_sec {height: 100%;}
    .stats {position: relative;margin-top: 100px;}
    .divll_se p, .divll_se_bk p {padding: 0;}
    .divll_se:before, .divll_se_bk:before {position: relative;margin: 0 auto;}
    ul#tracks_se li {width: 100%;padding: 12%;height: 100%;}
    #land_ng_sec_absub .lan_sec_cont .divll_se {max-width: 100%;}
    section#land_ng_sec_absub .gri_sy2 {max-width: 150px;}
    section#land_ng_sec_absub:before {opacity: 0.8;}
    .white_board{padding: 30px;}
    .headerbutton ul li{ margin: 0 auto;}
    #bi_ful .cont_larbi .reg h3 { font-size: 25px;}
    #bi_ful .cont_larbi .reg h4 { font-size: 15px;}
    #bi_ful .cont_larbi .reg p { font-size: 14px;}
    .class_detail .sec_lan_butt{padding-top: 20px; padding-bottom: 30px;}
    .textcontent h3{ font-size: 25px; }
    .textcontent h4{ font-size: 16px; }
    #oasdpo .poeur_s { max-height: 420px; }
    #oasdpo .poqwe { height: 250px;justify-content: center; width: 99.7%;}
    #oasdpo .poqwe h3 { font-size: 17px; font-weight: 400; line-height:20px; margin: 23px; width: 100%}
    .class_detail .text_content {   width: 100%;    padding-left: 20px;    margin-top: 90px;}
     .class_detail .sec_lan_butt{ padding-top: 20px;    padding-bottom: 30px;    top: -8px;    right: -20px;}

  }


@media(max-width: 512px) {
    #head_er_butt li a {font-size: 12px;}
    ul.head_social li {margin: 0;}
    ul.head_social {margin-right: 10px;}
    #main_menu_d {margin-left: 15px;}
    .top_sec {display: none;}
    header {height: 90px;}
    body {padding-top: 90px;}
    header.hid_mes {transform: translate3d(0,0px,0);}
    .foot_menu ul li {display: block;margin: 20px 0;}
    form.c-search__wrapper input#st-search-input-header {font-size: 17px;padding-left: 10px;}
    form.c-search__wrapper {padding: 10px 0 20px;}
    .c-search__elements .c-search__close {right: 0;}

         .class_detail .sec_lan_butt{padding-top: 20px; padding-bottom: 30px;}

}

@media (max-width: 425px) {
    #head_er_butt li:last-child {display: none}
    header {height: 75px;}
    body, body.kla_to {padding-top: 27px;}
    body.kla_to.nav-active header.hid_mes .nav {top: 0;}
    .stats ul li h2 {font-size: 25px;}
    .stats ul li p {font-size: 15px;}
    .class_detail .text_content {   width: 100%;    padding-left: 20px;    margin-top: 90px;}
     .class_detail .sec_lan_butt{ padding-top: 20px;    padding-bottom: 30px;    top: -8px;    right: -20px;}

}
