@font-face {
  font-family: 'DIN-Regular';
  src: url(../fonts/DIN-Regular.eot);
  src: url(../fonts/DIN-Regular.eot#iefix) format("embedded-opentype"), url(../fonts/DIN-Regular.woff) format("woff"), url(../fonts/DIN-Regular.ttf) format("truetype"), url(../fonts/DIN-Regular.svg#DIN-Regular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-Light';
  src: url(../fonts/DIN-Light.eot);
  src: url(../fonts/DIN-Light.eot#iefix) format("embedded-opentype"), url(../fonts/DIN-Light.woff) format("woff"), url(../fonts/DIN-Light.ttf) format("truetype"), url(../fonts/DIN-Light.svg#DIN-Light) format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-Medium';
  src: url(../fonts/DIN-Medium.eot);
  src: url(../fonts/DIN-Medium.eot#iefix) format("embedded-opentype"), url(../fonts/DIN-Medium.woff) format("woff"), url(../fonts/DIN-Medium.ttf) format("truetype"), url(../fonts/DIN-Medium.svg#DIN-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DIN-Bold';
  src: url(../fonts/DIN-Bold.eot);
  src: url(../fonts/DIN-Bold.eot#iefix) format("embedded-opentype"), url(../fonts/DIN-Bold.woff) format("woff"), url(../fonts/DIN-Bold.ttf) format("truetype"), url(../fonts/DIN-Bold.svg#DIN-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'HighTide';
  src: url(../fonts/HighTide.eot);
  src: url(../fonts/HighTide.eot#iefix) format("embedded-opentype"), url(../fonts/HighTide.woff) format("woff"), url(../fonts/HighTide.ttf) format("truetype"), url(../fonts/HighTide.svg#HighTide) format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  color: #000;
  font-family: 'DIN-Light';
}

body {
  padding-top: 56px;
}

* {
  font-family: 'DIN-Light';
}

label,
div,
li,
p {
  font-family: 'Open Sans', sans-serif;
}

li{
  font-size: 16px;
  line-height: 1.8;
}


label strong,
.nav-item a {
  font-family: 'DIN-Bold' !important;
}

ul{
    /*list-style: none;*/
  }
              
.rules ul li::before {
      
    /* \2022 is the CSS Code/unicode for a disc */
    content: "\2022";  
    color: #a32147; 
    display: inline-block; 
    width: 1em;
    margin-left: -0.9em;
    font-weight: bold;
    font-size:1.1rem;
    line-height: 2.5;
}

.color-gold {
  color: #a32147;
}

.btn,
.form-control {
  border-radius: 0 !important;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #bd9234;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(189, 146, 52, .25);
}

.bg-dark {
  background-color: #000 !important;
}

.btn-primary {
  background: none;
  border: 1px solid #bd9234;
  color: #bd9234;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  min-width: 120px;
  padding: 11px 23px;
  position: relative;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}

.btn-primary:hover {
  color: #a32143;
  background: transparent;
  border-color: #bd9234;
}

.btn-primary:before {
  background-color: #bd9234;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0%;
  position: absolute;
  right: 100%;
  top: 0;
  visibility: hidden;
  -webkit-animation: left, right;
  animation: left, right;
  -webkit-transition: ease-out, 0.7s;
  -o-transition: ease-out, 0.7s;
  transition: ease-out, 0.7s;
  z-index: -1;
}

.btn-primary:hover:before {
  left: 0;
  right: 0;
  visibility: visible;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus {
  background-color: #bd9234;
  border-color: #bd9234;
  color: #fff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(189, 146, 52, .25);
}

a,
a:hover,
a:focus {
  color: #bd9234;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DIN-Medium';
  font-family: "DIN-Medium";
  font-size: 26px;
  line-height: 1.2em;
  padding: 25px 0 20px;
  position: relative;
  text-transform: uppercase;
}

.arrowLink {
  color: #bd9234;
  font-family: "DIN-Regular";
  font-size: 17px;
  line-height: 20px;
  line-height: 2rem;
  position: relative;
}

.arrowLink:before {
  background-color: #bd9234;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  right: 50%;
  visibility: hidden;
  -webkit-animation: left, right;
  animation: left, right;
  -webkit-transition: ease-out, 0.3s;
  -o-transition: ease-out, 0.3s;
  transition: ease-out, 0.3s;
}

.arrowLink:after {

  /* background: url(../img/sprite-icons.png) -10px -46px no-repeat; */
  content: '';
  height: 13px;
  position: absolute;
  right: -33px;
  top: 7px;
  width: 23px;
  -webkit-transition: ease-out, 0.5s;
  -o-transition: ease-out, 0.5s;
  transition: ease-out, 0.5s;
}

.arrowLink:hover {
  color: #bd9234;
  text-decoration: none;
}

.arrowLink:hover:before {
  left: 0;
  right: 0;
  visibility: visible;
}

.arrowLink:hover:after {
  right: -38px;
}

.carousel-item {
  /*height: 59vh;*/
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.desktop .banner-btn{
  position: absolute;
  top: 35vh;
  right: 54vh;
}
.banner-btn a{
  color: #fff;
  background: #bd9234;
  border-color: #bd9234;
  margin-left: -67px;
}
.banner-btn a:before{
  content: none;
}
.banner-btn a:hover{
  background-color: #bd9234;
  border-color: #bd9234;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(189, 146, 52, .25);
}


#register .carousel-item {
  height: auto;
}

.br-0 {
  border-radius: 0;
}

.portfolio-item {
  margin-bottom: 30px;
}

.pos-rel {
  position: relative;
}

ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
}

ul.social-network li {
  display: inline;
  margin: 0 5px;
}

ul.social-network li img {
  width: 30px;
}

ul.social-network li a:hover img {
  opacity: 0.8;
}

.footer-right {
  text-align: right;
}

.speaker .image img {
  width: 70px;
}

.points-list {
  padding-left: 20px;
}

.speaker .desc span {
  font-size: 13px;
}

.speakers-row h4 {
  font-size: 20px;
}

.speakers-row .panelists-col:nth-child(1),
.speakers-row .panelists-col:nth-child(2),
.speakers-row .panelists-col:nth-child(3),
.speakers-row .panelists-col:nth-child(4){
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.speakers-row .panelists-col:nth-child(odd) {
  /*border-left: 1px solid rgba(0, 0, 0, .1);*/
  border-right: 1px solid rgba(0, 0, 0, .1);
}

#moderator .panelists-col:nth-child(1),
.moderator .panelists-col:nth-child(2){
  border-bottom: 0;
  border-right: 0; 
}

/*.panelists-col .collapse {
  display: block;
  height: 205px !important;
  overflow: hidden;
}*/

.navbar .collapse {
  height: auto !important;
}

.panelists-col .collapse.show {
  display: block;
  height: auto !important;
  overflow: hidden;
}

.panelists-col .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility
}

.navbar-toggler {
  border-color: #bd9234;
}

.navbar-toggler-icon:before {
  content: "â˜°";
  color: #bd9234;
  font-size: 28px;
}

.more-less-btn {
  cursor: pointer;
}

.help-block ul {
  list-style: none;
  padding: 0;
  color: #bd9234;
  font-weight: 600;
}

.sectionTitle {
  background-color: #f6f2e3;
  float: right;
  padding: 35px 0 35px 14%;
  width: 51%;
  margin-top: 50px;
}

.sectionTitle span.icon {
  display: block;
  height: 56px;
  position: relative;
  width: 56px;
  display: inline-block;
  float: left;
}

.sectionTitle span.icon svg {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.sectionTitle span.icon.plansIcon line,
.sectionTitle span.icon.plansIcon polyline {
  stroke: #024800 !important;
}

.sectionTitle span.icon:before,
.sectionTitle span.icon:after {
  border: 2px solid transparent;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  -webkit-animation: titleIconBox 1s 0.25s;
  animation: titleIconBox 1s 0.25s;
}

.sectionTitle span.icon:before {
  border-top-color: #bd9234;
  border-right-color: #bd9234;
  top: 0;
  right: 0;
}

.sectionTitle span.icon:after {
  border-bottom-color: #bd9234;
  border-left-color: #bd9234;
  bottom: 0;
  left: 0;
}

.sectionTitle p,
.sectionTitle h1,
.sectionTitle h2 {
  font-family: "DIN-Medium";
  font-size: 25px;
  line-height: 1.2em;
  padding: 25px 0 20px;
  position: relative;
  text-transform: uppercase;
}

.sectionTitle p,
.sectionTitle h1,
.sectionTitle h2 {
  margin-left: 75px;
  padding: 0px 0 20px;
}

.sectionTitle p span,
.sectionTitle h1 span,
.sectionTitle h2 span {
  color: #bd9234;
  display: block;
}

.sectionTitle p:after,
.sectionTitle h1:after {
  background-color: #40413f;
  bottom: 0;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  -webkit-animation: titleBorder 1s;
  animation: titleBorder 1s;
}

.slide .imgwrap {
  float: left;
  position: relative;
  text-align: right;
  width: 60%;
}



.slide .imgwrap .disclaimerText {
  right: 25px;
  left: auto;
  position: absolute;
  font-size: 14px;
  bottom: 10px;
  color: white !important;
  text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 15px black, 1px 1px 20px black;
  font-weight: bold;
}

.slide .content {
  filter: alpha(opacity=0);
  -webkit-transition: ease-out, 1s;
  -o-transition: ease-out, 1s;
  transition: ease-out, 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  float: left;
  padding: 100px 45px 0 3.2%;
  width: 40%;
}

.slide .content p.title {
  color: #bd9234;
  font-size: 35px;
  padding-bottom: 25px;
  font-family: "DIN-Medium";
  line-height: 1.1em;
  text-transform: uppercase;
  padding: 0 0 15px 0;
}

.slide .content p {

  /*font-size: 17px;
  padding-bottom: 50px;
  padding: 0 0 15px 0;*/
}

.slide-wrapper .slide {
  float: left;
  position: relative;
  margin-top: -50px;
  width: 100%;
}

.logo {
  width: 150px;
}

.svgBox svg {
  max-width: 140px;
  height: 34px;
}

.webinar_topic,
.speakers-row .collapse{
  text-align: justify;
}

@media only screen and (min-width:1921px){
  .carousel-item {
      height: 800px;
  }
  .desktop .banner-btn {
    position: absolute;
    top: 46vh;
    right: 74vh;
  }
}

@media only screen and (min-width:1281px) and (max-width:1440px){
  .carousel-item {
      height: 430px;
  }
  .desktop .banner-btn {
    position: absolute;
    top: 250px;
    right: 375px;
  }
}

@media only screen and (min-width:1025px) and (max-width:1280px){
  .carousel-item {
      height: 360px;
  }
  .desktop .banner-btn {
    position: absolute;
    top: 205px;
    right: 305px;
  }
}

@media only screen and (min-width:769px) and (max-width:1024px){
  .carousel-item {
      height: 325px;
  }
  .desktop .banner-btn {
    position: absolute;
    top: 185px;
    right: 270px;
  }
}

@media only screen and (min-width:769px) {
  .hide-on-mobile {
    display: none;
  }

  .hide-on-desktop {
    display: block;
  }

}

@media only screen and (max-width:768px) {
  .hide-on-mobile {
    display: block;
  }

  .hide-on-desktop {
    display: none;
  }

  .carousel-item {
    height: 1100px;
  }
  .mobile .banner-btn{
    position: absolute;
    bottom: 310px;
    left: 39%;
  }
}

@media only screen and (max-width:767px) {
  .sectionTitle {
    margin-top: 0;
    float: left;
    padding: 25px 20px 0;
    width: 100%;
  }

  .sectionTitle span.icon {
    height: 50px;
    width: 50px;
  }

  .sectionTitle p {
    padding: 0px 0 10px;
    font-size: 1.8rem;
  }

  .slide-wrapper .slide {
    background-color: #f6f2e3;
  }

  .slide .imgwrap {
    width: 100%;
  }

  .slide .content {
    padding: 15px 20px 30px;
    background-color: #f6f2e3;
    width: 100%;
  }

  .slide-wrapper .slide {
    margin: 0;
  }

  .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row;
      display: inline-flex;
  }
  .navbar-expand-sm .navbar-nav li{
      padding: 5px 10px;
  }
  body{
    padding-top: 0;
  }

}

@media (max-width:767px) {
  .speakers-row .panelists-col {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
  }

  .speakers-row .panelists-col:last-child {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
  }

  .img-fluid {
    width: 100%;
    margin-bottom: 10px;
  }

}

@media only screen and (max-width:600px) {
  .carousel-item {
    height: 930px;
  }

  .author-img img {
    width: 100%;
  }

  footer .footer-left,
  footer .footer-right {
    text-align: center;
    margin: 10px 0;
  }
  .mobile .banner-btn {
    position: absolute;
    bottom: 276px;
    left: 36%;
  }

}

@media only screen and (max-width:480px) {
  .carousel-item {
    height: 745px;
  }
  .mobile .banner-btn {
    position: absolute;
    bottom: 215px;
    left: 33%;
  }
}

@media only screen and (max-width:414px) {
  .carousel-item {
    height: 640px;
  }
  .mobile .banner-btn {
    position: absolute;
    bottom: 170px;
    left: 31%;
  }
}

@media only screen and (max-width:375px) {
  .carousel-item {
    height: 590px;
  }
  .mobile .banner-btn {
    bottom: 155px;
    left: 29%;
  }

}

@media only screen and (max-width:320px) {
  .carousel-item {
    height: 500px;
  }
  .navbar-nav .nav-link {
    font-size: 14px;
  }
  .mobile .banner-btn {
    bottom: 120px;
    left: 26%;
  }
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 80%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 80%;
  }
}


@media only screen and (max-width: 768px){

  .hom{
    display: none;
  }
}

@media only screen and (min-width: 768px){

  .hom{
    display: block;
  }
}

@media only screen  and (max-width:768px){
  .expo-slider{
    height: 150px;
    margin-bottom: -11.5em;
  }

  .mob{
    padding-right: 25px;
    margin-left: -10px;
  }

  .mob-bnr{
    margin-top: 5em;
  }
}

@media only screen  and (min-width:768px){
  .expo-slider{
    height: 350px;
    /*margin-bottom: -12.5em;*/
  }
}


/*--------------------------------------------------------------
# Clients-2
--------------------------------------------------------------*/
.clients-2 {
  padding: 15px 0;
  text-align: center;
}

.clients-2 img {
  max-width: 50%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients-2 img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients-2 img {
    max-width: 80%;
  }
}


@media only screen and (max-width: 768px){

  .hom{
    display: none;
  }
}

@media only screen and (min-width: 768px){

  .hom{
    display: block;
  }
}

@media only screen  and (max-width:768px){
  .expo-slider{
    height: 150px;
    margin-bottom: -11.5em;
  }

  .mob{
    padding-right: 25px;
    margin-left: -10px;
  }

  .mob-bnr{
    margin-top: 5em;
  }
}

@media only screen  and (min-width:768px){
  .expo-slider{
    height: 350px;
    /*margin-bottom: -12.5em;*/
  }
}

.twoToneButton {
    display: inline-block;
    outline: none;
    padding: 10px 20px;
    line-height: 1.4;
    background: #212121;
    background: linear-gradient(to bottom, #a21e43 0%, #a21e43 50%, #af3f5e 51%, #a21e43 100%);
    border-radius: 4px;
    border: 1px solid #e3527a;
    color: #fff;
    position: relative;
    transition: padding-right 0.3s ease;
    font-weight: 700;
    box-shadow: 0 1px 0 #6e6e6e inset, 0px 1px 0 #3b3b3b;
}
.twoToneButton:hover {
  box-shadow: 0 0 10px #080808 inset, 0px 1px 0 #3b3b3b;
  color: #f3f3f3;
}
.twoToneButton:active {
  box-shadow: 0 0 10px #080808 inset, 0px 1px 0 #3b3b3b;
  color: #ffffff;
  background: #080808;
  background: linear-gradient(to bottom, #3b3b3b 0%, #2e2e2e 50%, #141414 51%, #080808 100%);
}
.twoToneButton.spinning {
  background-color: #212121;
  padding-right: 40px;
}
.twoToneButton.spinning:after {
  content: "";
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 0 1px #080808;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}
.twoToneButton.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 6px;
  top: 50%;
  position: absolute;
  border: 2px solid #000000;
  border-right: 3px solid #27ae60;
  -webkit-animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
          animation: rotate360 0.5s infinite linear, exist 0.1s forwards ease;
}

@media only screen and (max-width: 760px){
  .mobile-only{
    display: block;
  }

  .slide .imgwrap img {
    float: right;
    width: 70%;
    display: block;
    margin-right: 70px;
  }
}

@media only screen and (min-width: 760px){
  .mobile-only{
    display: none;
  }
  .slide .imgwrap img {
    float: right;
    max-width: 910px;
    width: 100%;
    display: block;
  }
} 

.tnc p{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  
  overflow: hidden;

}

@media only screen and (max-width: 760px){
  .video-section h2{
    font-size: 14px;
  }
}