body{
  font-family: 'Muli', sans-serif;
}
a{
  color: #4722a3
}
a:hover{
  color: #fcfd02
}
h1{
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.6rem;
}
h3{
  font-weight: 300;
  font-size: 2.0rem;
}
h2{
  font-weight: 400;
  font-size: 2.8rem;
  text-transform: uppercase;
}
p{
  font-size: .9rem;
}
a.primary:hover{
  color: #4722a3!important
}
.h-ctrl{
  height: 143px
}
.fa-1x{
  font-size: 15pt!important
}
.primary{
  color: #4722a3;
}
.secondary{
  color: #fcfd02;
}
.dark{
  color: #382f32;
}
.middledark{
  color: #767f7e;
}
.light{
  color: #ffffff /*white*/
}
.yellow{
  color: #fcfd02;
}
a:hover i{
  color: #4722a3;
}
.menu-btn {
    background-color: #f2f2f2!important;
    border-radius: 5px;
    font-size: 10pt;
    padding: 5px 5px;
}
.menu-btn:hover {
    color: #4722a3;
}

/*Hamburger Menu start*/
.btn-adj {
    background-color: rgba(0,0,0,0);
    border: none;
    cursor: pointer;
}
.btn-adj:hover i {
    color: #4722a3!important;
}
.overlay .overlay-close{
  text-indent:0!important;
  cursor: pointer;

}
.overlay .overlay-close i{
  color: white;

}

/*Hamburger Menu end*/
.clip-mask{
  -webkit-clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  background: url(/event/assets/customer_sites/template10/images/homepage-bg.jpg);
  height: 83vh;
  width: 100%;
  background-size: cover;
  position: relative;
}
.clip-mask-inner{
  -webkit-clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  background: url(/event/assets/customer_sites/template10/images/inner-page-banner.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.clip-mask-sponsors{
  -webkit-clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  background: url(/event/assets/customer_sites/template10/images/sponsors-page-banner.jpg);
  height: 500px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.clip-mask-inner2{
  -webkit-clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  clip-path: polygon(100% 0, 100% 84%, 91% 100%, 25% 88%, 12% 100%, 0 82%, 0 0);
  background: url(/event/assets/customer_sites/template10/images/speakers.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
  position: relative;
}
.banner-text {
    /*background-color: rgba(16,141,28,.90);*/
    background-color: rgba(71,34,163,.90);;

    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 10px 0 3% 0;
}
.banner-text a {
    color: #fcfd02;
    font-weight: bold;
    font-style: italic;
    font-size: 1.5rem;
    float: right;
    margin-right: 100px;
}
.overlay-contentpush {
    background: rgba(71,34,163,.95)!important;
  }

.banner-text a:hover i{
  color: #fcfd02;
}
.border-top{
  border-top: 0px solid #d7d7d7;
}
.border{
  border: 0px solid #d7d7d7;
}
.lrb-border{
  border-left: 0px solid #d7d7d7;
  border-right:0px solid #d7d7d7;
  border-bottom: 0px solid #d7d7d7;
}
.btn-sty1 {
    background-color: white;
    border: 2px solid #4722a3;
    min-width: 150px;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    -o-transition:color .2s ease-out, background .5s ease-in;
    -ms-transition:color .2s ease-out, background .5s ease-in;
    -moz-transition:color .2s ease-out, background .5s ease-in;
    -webkit-transition:color .2s ease-out, background 1s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .2s ease-out, background .5s ease-in;
    color:#4722a3;
}
.btn-sty1:hover{
  background-color: #4722a3;
  color: white;
  text-decoration: none;
}
.btn-sty2 {
    background-color: #ff4200;
    border: 2px solid #ff4200;
    min-width: 150px;
    border-radius: 25px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    color: white;
    font-weight: 600;
    -o-transition:color .2s ease-out, background .5s ease-in;
    -ms-transition:color .2s ease-out, background .5s ease-in;
    -moz-transition:color .2s ease-out, background .5s ease-in;
    -webkit-transition:color .2s ease-out, background 1s ease-in;
    /* ...and now override with proper CSS property */
    transition:color .2s ease-out, background .5s ease-in;
}
.btn-sty2:hover{
  background-color: #ff4200;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  border: 2px solid white;
}
.sponsors{
  background: url(/event/assets/customer_sites/template10/images/sponsors-bg.jpg);

  background-size: cover;
}
.l-adj {
    position: absolute;
    left: 125px;
    top: 63px;
}
.mt-adj{
  margin-top: -3rem
}
.no-padding{
  padding: 0
}
.no-margin{
  margin: 0
}
.small-text{
  font-size: 9pt
}
.pos-rel{
  position: relative;
}
.pos-rel:hover div{
  background-color: rgba(0, 0, 0, .0);!important;
}
.h-effect{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  content: '';
  cursor: pointer;
}
.agenda{
  background: url(/event/assets/customer_sites/template10/images/agenda-bg.jpg);
  height: 100%;
  background-size: cover;
}
.box {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+89,bdbdbd+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 92%, rgba(189,189,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 92%,rgba(189,189,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 92%,rgba(189,189,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdbdbd',GradientType=0 ); /* IE6-9 */
    border-radius: 5px;
    padding-bottom: 45px !important;
}
.agenda-listing .slick-next {
    right: auto!important;
    top: 108%!important;
    left: 45% !important;
}
.agenda-listing .slick-prev:before
{
    content: '\f077';
}
.agenda-listing  .slick-next:before
{
    content: '\f078';
}
.agenda-listing .slick-prev:before,
.agenda-listing .slick-next:before
{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.agenda-listing .slick-prev,
.agenda-listing .slick-next
{
  background: rgba(255,255,255,.0);
  width: 25px;
  height: 25px;
}
.agenda-listing .slick-prev {
    left: 45% !important;
    top: -12px;
}
.cst-adj{
  width: 20px
}
.agenda-listing p{
  margin-bottom: 5px
}
.agenda-listing .slick-slide{
  padding: 20px 0;
  position: relative;
}
.bline {
    background-color: #dedede;
    width: 60%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 20%;
}
.footer{
  background-color: #382f32;
}
.footer i{
  color: #4722a3
}
.footer span{
  color: #7d7d7d;
  text-align: center;
  font-size: 10pt
}
.footer img{
  top: -7px;
  position: relative;
  margin: 0 10px;
  max-height: 80px;
margin-bottom: 5px;
}

.sponsor-slider1 .slick-slide
{
    display: block;
    width: 190px!important;
    height: 150px;
    background-color: white;
}
.sponsor-slider1 .slick-slide img
{
    margin: 0 auto;
}
.hideonsmall{
  display: block;
}
.card h5 a:before{
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f106";
  color: #382f32;
  top: 12px;
  right: 0px;
  font-size: 18pt;
  transition: all 0.5s;
}
.card h5 a.collapsed:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}
.card{
  border: none
}
.card-header{
  background-color: white;
  border: none;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 0;
  padding-right: 70px;

}
.card-header h5 a{
  color: #382f32;
  display: block;
}
.bg-adj{
  background-color: rgba(255, 255, 255, 0.96)!important;
}
.btn-adj2 i{
  color: #4722a3!important
}
.btn-adj2 {
    right: 0px!important;
    top: 40px!important;
  }
.min-h-adj{
  min-height: 700px
}
.ps-box {
    border: 1px solid #d7d7d7;
    padding: 30px;
}
.open body{
  overflow: hidden;
}
.remove-scroll{
  overflow: hidden;
}
.cst-adj1{
  background-color: #fbfbfb
}
.cst-adj2 {
    border: 2px solid #ff4200;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    text-align: center;
    padding-top: 4px;
    margin-right: 8px;
    font-size: 12pt !important;
}
.bt{
  border-top: 1px solid #d7d7d7;
}
.bb{
  border-bottom: 1px solid #d7d7d7;
}
.m-adj {
    margin-left: 0px;
    margin-right: 0px;
}
.a-boxs row.bt{
  border-bottom: 1px solid #d7d7d7;
}
.cst-adj3{
  margin-left: 14px;
  height: 180px
}
.cst-adj4{
  border-left: 1px solid #d7d7d7;
  height: 180px

}
.cst-adj5{
  border-left: 1px solid #d7d7d7;
  height: 180px
}
.cst-adj7 {
    height: 150px;
    margin-top: 20px;
}
.cst-adj3 span, .cst-adj4 span, .cst-adj5 span{
    display: block;
    background-color: #fcfd02;
    float: right;
    color: white;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 10px 9px 10px;
}
.cst-adj6 {
    font-size: 11pt !important;
    margin-right: 8px;
}
.dotdotdot{
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}
.hand{
  cursor: pointer;
}
.pic-frame{
  margin: 0 auto 15px auto;
  display: block;
  background-color: #f5f5f5;
  padding: 12px;
}
.sponsor-slider2 .slick-slide img{
  margin: 0 auto;
}
.sponsor-slider2 .slick-slide {
    background: url(/event/assets/customer_sites/template10/images/polygon.png);
        background-repeat: repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    margin: 0 10px;
    height: 300px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 40px;
    margin-top: 40px;
}
.sponsor-slider2 .slick-prev, .sponsor-slider2 .slick-next{
  width: 50px;
  height: 50px;


}
.hidden-xs{
  display: block!important;
}
.hidden-large{
  display: none!important;
}

@media (max-width: 1199px) {
 }
@media (max-width: 991px) {

}


@media (max-width: 767px) {
  .banner-text a {
    margin-right: 35px;
    font-size: 1.3rem
  }
  .dotdotdot-sm{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

}

 @media (max-width: 575px) {
  .m-adj .col-sm-4{
    border-bottom: 1px solid #d7d7d7;
  }
   .dotdotdot-sm{
     overflow: visible;
     white-space: normal;
     text-overflow: initial;
   }
   .hide-on-small{
     display: none;
   }
   .overlay ul li a{
     font-size: 2.2rem!important;
   }
   .sponsor-slider2-small .slick-slide {
       background: url(/event/assets/customer_sites/template10/images/polygon.png);
           background-repeat: repeat;
           background-position-x: 0%;
           background-position-y: 0%;
       margin: 0 10px;
       height: 300px;
       background-repeat: no-repeat;
       background-position: top center;
       padding-top: 40px;
       margin-top: 40px;
   }
   .sponsor-slider2-small .slick-prev, .sponsor-slider2-small .slick-next{
     width: 30px;
   }
    .sponsor-slider2-small .slick-slide img{
      margin: 0 auto;
    }
    .sponsor-slider2-small .slick-prev{
      left: -15px;
      z-index: 100;
    }
    .sponsor-slider2-small .slick-next{
      right: -15px;
    }
   h2 {
    font-size: 1.5rem;
  }
  .h4, h4 {
    font-size: 1.4rem;
  }
   .hidden-xs{
     display: none!important;
   }
   .hidden-large{
     display: block!important;
   }
   .sponsor-slider1-small .slick-prev{
     left: -35px;
     z-index: 100;
   }
   .sponsor-slider1-small .slick-next{
     right: -35px;
   }
   .sponsor-slider1-small .slick-slide img{
     margin: 0 auto
   }
   .sponsor-slider1-small .slick-prev, .sponsor-slider1-small .slick-next{
     width: 30px;
   }
   .banner-text{
     padding: 10px 0 10% 0;
   }
   .banner-text a{
     font-size: 1rem;
   }
   h1 {
     font-size: 1.7rem;
   }
   h3 {
     font-size: 1.5rem;
   }
   .sponsor-slider2 .slick-prev {
     left: 0px;
     z-index: 100
   }
   .sponsor-slider2 .slick-next {
     right: 0px;
     z-index: 100
   }
   .sponsor-slider1 .slick-prev {
     left: 0px!important;
     z-index: 100
   }
   .sponsor-slider1 .slick-next {
     right: 0px!important;
     z-index: 100
   }
   .slick-prev, .slick-next{
     width: 20px
   }
   .regular {
     margin-left: 20px!important;
     margin-right: 20px!important;
   }
   .padding-adj{
     padding: 0 0 0 10px
   }
   .banner-text a {
       margin-right: 25px;
   }
   .btn-sty1{
     display: block;
     margin-top: 10px;
     margin-bottom: 10px
   }
   .hideonsmall{
     display: none;
   }
   .w-ctr{
     width: 50%
   }

 }
