
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,700,900');
html {
    font-size: .75rem;
}
.quicksand-fontfamily{
    font-family: 'Nunito', sans-serif;
}
h1{
    font-weight: 900
}
p{
    color:  #9E9E9E;
    font-size: 1.1rem
}
.grey-text{
    color:  #9E9E9E;
}

a:hover {
    color: #8BC34A;
    text-decoration: underline;
}
nav > ul > li a {
    color: #8BC34A;
}
body{
  font-family: 'Nunito', sans-serif;
  font-size: 11pt
}

.cst-adj-002{
    display: inline-block;

width: 13%;
margin-top: 4px;

vertical-align: top;
}
.cst-adj-001{
    display: inline-block;

width: 80%;
}
.overlay-contentpush {
    background: #8BC34A;
}
.main {
    height: 700px;
    width: 100%;
    position: relative;
}
.slider-text h1.meanheading {
    -moz-animation-duration: 1.5s;
    -moz-animation-delay: .5s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: .5s;
    -webkit-animation-iteration-count: 1;
}
.slider-text h2 {
    -moz-animation-duration: 1.5s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    color: white;
}
.log-btn {
    background-color: #8BC34A;
    color: white !important;
    border-radius: 5px;
    font-weight: 700;
}
.hdr-bg {
    background-color: white !important;
    border-bottom: 0px solid #E91E63 !important;
    box-shadow: 0 0 25px rgba(0,0,0,.35);
    position: relative;
    z-index: 3;
}
.slider-text .trd-entry {
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
}

.block-center-xs {
    margin: 0;
}
.slider-text h1 {
    color: white;
    text-transform: uppercase;
}
.slider-text .forth-entry {
    -moz-animation-duration: 2s;
    -moz-animation-delay: 1.5;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 1.5s;
    -webkit-animation-iteration-count: 1;
}
.gs-btn {
    background-color: #8BC34A;
    color: white !important;
    font-size: 1.2rem;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.logo-bg {

    background-color: white;
    height: 106px;
    margin-right: 0;

}
.slider-bg-overlay {
    background-color: rgba(63,81,181,.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.z-index4 {

    z-index: 4;

}
.nav-item a {

    color: #545454;
    text-transform: uppercase;
    font-weight: 800;

}
.hline {

    background-color: rgba(255,255,255, .5);
    height: 10px;
    width: 100%;
    position: absolute;
    top: 107px;
    left: 0;

}
.cst-adj5 p{
    color: white
}
.cst-adj3 iframe {
    height: 100% !important;
    width: 100% !important;
}
.slider-text {

    height: 591px !important;
    width: 100%;
    position: relative;
    z-index: 4;

}
.slider-bg {
    background: url('../images/banner.jpg');
        background-repeat: repeat;
        background-size: auto;
    background-repeat: repeat;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-size: cover;
    width: inherit;
    height: inherit;
    z-index: 2;
    position: absolute;
}
.nav-link{
    color: #545454;
    text-transform: uppercase;
    font-weight: 800;
}
.slider-left-shadow {
    position: absolute;
    width: 50%;
    height: 100px;
    bottom: 13px;
    left: 8px;
    background-color: transparent;
    box-shadow: 0px 10px 40px rgba(0,0,0,1);
    z-index: 1;
    transform: rotate(-1.5deg);
}
.slider-right-shadow {
    position: absolute;
    width: 50%;
    height: 100px;
    bottom: 12px;
    right: 5px;
    background-color: transparent;
    box-shadow: 0px 10px 40px rgba(0,0,0,1);
    z-index: 1;
    transform: rotate(1.5deg);
}
.img-adj{
    box-shadow: 0 0 30px rgba(0,0,0,.5);
    border: 13px solid white;
    border-radius: 11px;
}
.s-box {
    border:1px solid #BDBDBD;
    border-radius: 20px;
    transition: all 0.4s ease;
    background-color: transparent;
}
.s-box:hover{
    border-radius: 0px;
    background-color: rgba(0,0,0,.1)
}

.hdr-bg nav{
    padding: 0!important
}
.navbar{
    transition:  all 0.5s ease
}
.bb-color{
    border-color: rgba(256,256,256,.7) !important;
}
.black-text{
    color: black!important
}
.w-20px{
    width: 20px
}
.white-text{
    color: white
}
.border-raduis4{
    border-radius: 4px
}
.gradiant-1{
 background-color: white

}
.full-height{
    height: 85vh
}
.typewriter {
    display: inline-block;
}

.typewriter-text {
    display: inline-block;
    overflow: hidden;
    letter-spacing: 2px;
    animation: typing 5s steps(30, end), blink 5s step-end infinite;
    white-space: nowrap;
    border-right: 1px solid orange;
    box-sizing: border-box;
     animation-iteration-count: infinite;
}

@keyframes typing {
    from { 
        width: 0% 
    }
    to { 
        width: 100% 
    }
}

@keyframes blink {
    from, to { 
        border-color: transparent 
    }
    50% { 
        border-color: orange; 
    }
}
.position-adj{
    top: 40%;
    left: 0;
    right: 0;
    margin:auto;
    z-index: 100
}
h1.nstyle {
  width: 320px;
  height: 80px;
  color: black;
  font-weight: 700;
  margin:0 auto;
  text-align: center;

}
h3.nstyle {
  width: 320px;
  height: 80px;
  color: black;
  margin:0 auto;
  text-align: center;
}
h5.nstyle {
  width: 600px;
  height: 50px;
  color: black;
  margin:0 auto;
  text-align: center;
}
.spon-pkg a {
    color: gray;
    padding: 21px 0px;
    width: 230px;
    text-align: center;
    font-weight: bold;
    font-size: 14pt;
    margin-right: 40px !important;
    background-color: #F5F5F5;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    border-radius: 7px !important;
}
.spon-pkg a.active {
    color:  #ec6224 !important;
    background-color: white !important;
}
.spon-pkg .nav-pills{
    height: auto;
    border-right: 0
}
.spon-pkg{
    background-color: #FAFAFA
}
.spon-pkg .nav-pills{
    background-color: #FAFAFA
}
.spon-pkg .tab-content{
    background-color: #FAFAFA
}
h1.text-fit {
  width: 100%;
  height: 40px;

}
h3.text-fit {
  width: 100%;
  height: 30px
}
.hp-sicon {
    position: absolute;
    right: 20px;
    top: 20%;
    z-index: 10;
}
.hp-sicon a {
    
    width: 40px;
    text-align: center;
    font-size: 15pt;
    color: white;
    margin-bottom: 0px;
    padding: 4px 0;
}
.s-sicon {
    text-align: center
}
.s-sicon a:hover{
    color: grey
}
.sbox{
    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
    transition: box-shadow 0.3s ease-in-out;
    position: relative;
}
.slick-dots li {
    margin: 10px 0!important;
}
/*.sbox .viewmore {
    visibility: hidden;
    position: absolute;
    top: 35%;
    transition: all .5s linear;
    z-index: 2;
    display: inline-block;
   
    margin: auto;
    left: 0;
    right: 0;
    width: 100px;
}
.sbox:hover .viewmore{
    visibility: visible;
    top: 40%;
}*/
.text-pop-up-top{
    transition:all .1s linear;
    position: relative;
    top: 0px;
    color: rgba(255,255,255,1);
    border: 1px solid white;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    padding-top: 3px;
}
.text-pop-up-top:hover {
   position: relative;
   top: -3px;
   color: rgba(255,255,255,.2);
   border: 1px solid rgba(255,255,255,.2);
}
.a-shadow{
    -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.15);
}
.card-header{
    padding: 1.50rem 1.25rem;
    -webkit-box-shadow: 0px 7px 17px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 7px 17px 0px rgba(0,0,0,0.1);
box-shadow: 0px 7px 17px 0px rgba(0,0,0,0.1);
z-index: 1;
background-color: white;
}
.sbox .s-overlay{
    background-color: rgba(255,255,255,0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:all .5s linear;
    z-index: 1

}
.sbox:hover .s-overlay{
    background-color: rgba(255,255,255,.75);

}
.navbar-toggler {
    background-color: #8BC34A;
}
.sbox:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
}
.n-mt-70{
    margin-top: -70px!important
}
.sbox figcaption{
    background-color: #8BC34A!important
}
[class^="imghvr-reveal-"]::before, [class*=" imghvr-reveal-"]::before {
    background-color: #8BC34A!important;
}
#google_map_preview{
    min-height: 100px
}


.s-sicon a {
    width: 20px;
    text-align: center;
    font-size: 12pt;
    color: white;
    margin-bottom: 0px;
    padding: 4px 0;
    position: relative!important;
    margin-top: 10px
}
.exhib-adj{
    text-align: center;
}
.speaker-hand img {
    cursor: pointer;
}
.font-weight-bold{
    font-weight: 600
}
[class^="imghvr-reveal-"] figcaption, [class*=" imghvr-reveal-"] figcaption{
    display: flex;

justify-content: center;

flex-direction: column;

text-align: center;
}
.z-index-plus{
    z-index: 2
}
.dim-overlay{
    position: relative;
}
.dim-overlay::before {
    background: linear-gradient(235deg, #8BC34A, #000000, #c879c0);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 7s ease infinite;
    -moz-animation: AnimationName 7s ease infinite;
    animation: AnimationName 7s ease infinite;
    position: absolute;
    width: 160%;
    height: 103rem;
    top: -3rem;
    left: 0;
    content: '';
    z-index: 1;
    opacity: .75;
}
 @-webkit-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes AnimationName {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
.z-index-1{
    z-index: 1
}
article {
  position: relative;
  background-image: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.light-grey{
    color: #9E9E9E
}
article video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
article img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.img-bg{
    background: url(../images/welcome-image.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
}
article .container {
  position: relative;
  z-index: 2;
}
.green-bg{
    background-color: #8BC34A;
}
@media (pointer: coarse) and (hover: none) {
  article {
    background: url('https://source.unsplash.com/XT5OInaElMw/1600x900') black no-repeat center center scroll;
  }
  article video {
    display: none;
  }
}
.display-3 {
    font-size: 4.5rem;
    font-weight: 700;

}
.chip {
    display: inline-block;
    padding: 0 25px;
    height: 150px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 125px;
    background-color: #f1f1f1;
    width: 100%;
}
.only-v-center{
    display: flex;
    align-items: center;
    text-align: left;
}
.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}
.opacity-7{
    opacity: .7
}
.opacity-6{
    opacity: .6
}
.spon-pkg .tab-content {
    min-height: 300px;
}
.ssponsor {
    background-color: #E0E0E0;
}
.n-margin{
    margin-top: -130px
}
.s-setting {

    background-color: white;
    padding: 40px 0;
    border-radius: 6px;
    margin: 0 20px;

}
.orange-bg{
    background-color: #ec6224!important
}
.orange-text{
    color: #ec6224
}
.z-index-2{
    z-index: 2
}
.z-index-16 {
    z-index: 16;
}
/*.container{
    max-width: 1366px
}*/
.flexiable-img{
	display: block;
	max-height:95px;
	width: auto;
	height: auto;
}
.exhib-adj{
    text-align: center;
}
.speaker-hand img {
    cursor: pointer;
}
#trigger-overlay svg {
    color: #8BC34A;
}
#trigger-overlay svg {

    font-size: 17pt;
    position: relative;
    top: 4px;

}
.overlay-contentpush ul.dropdown-menu li a{
    color: black!important
}
.ip-content {
    width: 100%;
}
.close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    z-index: 100;
}

.cst-adj1 { 
    position: relative;
}
.hover_effect {
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-touch-callout: none;  
}

.hover_effect:after {
    content: "";
    height: 2px;
    left: 0;
    width: 1px;
    position: absolute;
    -webkit-transition: width .5s ease, background-color 1s ease;
    -moz-transition: width .5s ease, background-color 1s ease;;
    -ms-transition: width .5s ease, background-color 1s ease;;
    -o-transition: width .5s ease, background-color 1s ease;;
    transition: width .5s ease, background-color 1s ease;;
    right: 0;
    margin: 0 auto;
}

.hover_effect:hover {
  color: #fff;
  -webkit-transition: color .5s ease;
  -moz-transition: color .5s ease;
  -ms-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  cursor: pointer;
}

.hover_effect:hover:after, 
.hover_effect:focus:after{
  width: 100%;
  background-color: #fff;
}
.cst-adj1 div.extra { 
    display: none; color: #FFFFFF; 
    -webkit-animation: fadeinout .2s linear forwards;
    animation: fadeinout .2s linear forwards;
}
.cst-adj1:hover{
    box-shadow: 0 20px 20px rgba(0,0,0,.2);
    -webkit-animation: fadeinout .3s linear forwards;
    animation: fadeinout .3s linear forwards;
    z-index: 20
}
.border-2px-white{
    border: 2px solid white
}
.light-blue-text{
    color: #E0F7FA;
}
.behind{
    z-index: 1
}
.green-text{
    color: #8BC34A
}

.blue-bg{
    background-color : #00b9da
}
.cst-adj3 {

    background-color: rgba(255,255,255,.5);
    padding: 14px;
    height: 350px;

}
.cst-adj4 {
    background-color: #f6f5ef;
    color: #424242;
}


.b-shadow{
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
}

@-webkit-keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeinout {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
.cst-adj7{
   
    border-radius: 5px;
    background-color: #F5F5F5
}
.cst-adj1:hover div.extra {

    display: block;
    position: absolute;
    width: 80%;
    background-color: white;
    height: auto;
    right: 0px;
    top: -40px;
    color: black;
    z-index: 2;
    box-shadow: 0 10px 40px rgba(0,0,0,.25);
    min-height: 150px;

}
.extra ul li {

    font-size: 10pt;
    color: #424242;

}

.arrow-left {

    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
    position: absolute;
    top: 3rem;
    left: -.8rem;

}

.ml-n1px{
    margin-left: -1px
}
.hv-center {
  display: flex; 
  align-items: center; 
  justify-content: center;
  text-align: center;
}
.dark-grey-text{
    color: #9E9E9E
}
.v-center {
  display: flex; 
  align-items: center; 
  justify-content: center;
}
.cst-adj1{
    background-color: #FAFAFA;
    min-height: 
}
.cst-adj2 {
    background-color: rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    color: white;
}
.cst-adj2 svg {
    position: relative;
    top: 10px;
}

.cst-adj1 h3{
    font-size: 14pt;
    color: #9E9E9E;
}
.cst-adj1 h4{
    font-size: 14pt;
    color: #616161;
}
.cst-adj1 li {

    font-size: 10pt;
    color: #9E9E9E;

}
.login-btn {

    background-color: #00b9da;
    border-radius: 21px;
    color: white !important;

}
.slick-dots {
    bottom: -50px !important;

}
.cursor{
    cursor: pointer;
}
.slick-prev {

    left: auto!important;
    top: 0!important;
    right: 2.3rem;
    background-color: #0bb3d2 !important;
    width: 30px !important;
    height: 30px !important;

}
.small-text{
    font-size: 11pt
}
.exta-line-height{
    line-height: 30px
}
.light{
    font-weight: 200
}
.slick-dots li button::before {
    font-size: 10px!important;
}
.slick-dots li.slick-active button::before {
    color: #0bb3d2!important;
}
.theme-adj1{
    border: 10px solid white;
padding: 9px 0;
margin: 0 10px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.has-light-mask::after, .video-js::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #c3c7cb;
    opacity: .6;
    transition: opacity .3s;
}
.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slick-next {

    right: -25px;
    top: 0!important;
    background-color: #0bb3d2 !important;
    width: 30px !important;
    height: 30px !important;

}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.text {
    background-color: white;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0 50px;
    max-width: 70%;
}
.text2 {
    background-color: #ebebeb;
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 0 50px;
    max-width: 70%;
}
.line{
    background-color: #0bb3d2;
    position: absolute;
    top: 1.5rem;
    left: 0;
    height: 5px;
    width: 100%;
    z-index: 1;
}
.one-of-four { flex: 1; }
.three-of-four  { flex: 1; }
.row-bg{
    background-color: #424242
}
.theme-adj2{
    background-color: #0bb3d2;

}
.bg-blue{
    background-color: rgba(0,185,218,.8);
}
.bg-white-t{
    background-color: rgba(256,256,256,.8);
}
.bg-grey{
    background-color: rgba(38,38,38,.8);
}
.bg-light-grey{
    background-color: #f6f6f6;
}
#slider img{
    min-height: 400px;
}
.no-raduis{
    border-radius: 0
}
.btn-primary{
    background-color: #0bb3d2;

}
#trigger-overlay svg {
    color: #8BC34A;
}
.sp-bg{
    background-color: #ebebeb
}

.event-info .d-flex{
        flex-direction: column;
    }
.nav-link.active{
    position: relative;
}
/*.nav-link.active::before {
    position: absolute;
    top: 54px;
    left: 42%;
    content: '';
    width: 10px;
    height: 10px;
    background-color: white;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0bb3d2;
}*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #0bb3d2;
    border-bottom: 2px solid #0bb3d2;

}
.vt-adj {
    padding: 20px 30px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: gray;
}
#v-pills-tabContent {

    min-height: 400px;
    margin-right: 30px;
    background-color: transparent;

}
.nav-tabs .nav-link {
border-top-left-radius: 0rem;
border-top-right-radius: 0rem;
}
.header {
  position: fixed;
    z-index: 1000;
    height: 100px;
  width: 100%; 
    background: rgba(34,34,34,0.25);
    padding: 18px;
    -webkit-transition: all ease-out .5s;
  -moz-transition: all ease-out .5s;
  -o-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.nav-link.active {

    color: white !important;
    background-color: #ec6224 !important;
    margin-right: 0px;
    padding: 23px 30px;
    z-index: 10;
    border-top: 0px solid #E0E0E0;
    position: relative;


}
.arrow-right{
    display: none;
}
.nav-pills .active .arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ec6224;
    display: block;
    position: absolute;
    right: -10px;
    top: 24px;
}
.nav-pills {


    border-right: 1px solid #ec6224;
    margin-right: 22px;
    background-color: white;
    margin-left: 20px;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

}
.nav-tabs .nav-link {
    padding: 14px;
    background-color: #c4c4c4;
    margin-right: 1px;
    color: white;
}
.tab-content{
    background-color: white
}
.text-green{
    color: #8BC34A
}
.text-red{
    color: #E91E63
}
.map iframe{
    width: 100%!important;
}
.footer-bg-color{
    background-color: #212121
}
#slider img, #demo img{
        min-height: 400px;
    }
.slide1 h1 {
    width: 100%;
    height: 100px;
}
.slide1 h3 {
    width: 100%;
    height: 70px;
}
.line-height-30 {
    line-height: 30px;
}
.w-ctr-1 {
    width: 100%;
    height: 50px
}

.gr-btn {

    background-color: #00b9da;
    padding: 10px 20px;
    border-radius: 25px;

}
#slider2 .carousel-control-prev-icon{
    background-size: 20px;
    background-color: rgba(256,256,256,.5);
    border-radius: 30px;
    padding: 30px
}
#slider2 .carousel-control-next-icon{
    background-size: 20px;
    background-color: rgba(256,256,256,.5);
    border-radius: 30px;
    padding: 30px
}
.bottom-0{
    bottom: 0
}
.gr-btn2 {
    border-radius: 3px;
    color: white;
    background-color: #8BC34A;
    font-size: 13pt;
    width: 270px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
}

.gr-btn2:hover {
    color: #8BC34A;
    text-decoration: none;
    -webkit-animation: color-change-5x 1s 1 alternate both;
            animation: color-change-5x 1s 1 alternate both;
}
#f {

}
/* ----------------------------------------------
 * Generated by Animista on 2019-3-22 15:11:14
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation color-change-5x
 * ----------------------------------------
 */
@-webkit-keyframes color-change-5x {
  0% {
    background: #8BC34A;
  }
  100% {
    background: rgba(245, 245, 245,1.0);
  }
}
@keyframes color-change-5x {
  0% {
    background: #8BC34A;
  }
  100% {
    background: rgba(245, 245, 245,1.0);
  }
}
.light-bg {
    background-color: #F5F5F5;
}
.light-color {
    color: #9E9E9E;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.8);
    font-weight: 600
}
.hdr-bg .navbar-nav .nav-link {
    color: black!important
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,1);
}
/*.card-header  a:before {
   font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f106";
   float: right;
   transition: all 0.5s;
}*/
.card-header.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
} 
.panel-title{
    margin-bottom: 0;
    font-size: 12pt
}
.panel-title a{
    color: #616161
}
.light-grey-bg{

        background-color: rgba(117, 117, 117,1.0)

}
.icn-round {
    background-color: rgba(256,256,256,.9);
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #616161;
    font-size: 9pt;
}
.icn-round:hover{
    background-color: rgba(256,256,256,.6);
    color: #616161;
}
.ip-bg {
    background: url(../images/sponsors-heading-bg.jpg?asdasd) no-repeat;
    background-size: cover;
}
.ip-bg h1{
    color: black;
    font-size: 31pt;
}
.shadow-ctrl {

    -webkit-box-shadow: 5px -38px 40px -47px rgba(0,0,0,0.75);
-moz-box-shadow: 5px -38px 40px -47px rgba(0,0,0,0.75);
box-shadow: 5px -38px 40px -47px rgba(0,0,0,0.75);
    position: relative;
    z-index: 100;

}
.zoomout2{
    -webkit-animation: bummer 12s;
    animation: bummer 12s;
    animation-fill-mode: none;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.spkr-btn {
    border-radius: 11px;
    color: black;
    border: 5px solid black;
    font-size: 12pt;
    font-weight: 900;
    padding: 7px;
}
.spkr-btn:hover {
    border: 5px solid rgba(0,185,218,1);
    color: white;
    text-decoration: none;
    -webkit-animation: color-change-5x 1s 1 alternate both;
            animation: color-change-5x 1s 1 alternate both;
}
.text-ctrl {

    width: 300px;
    height: 40px;
    text-align: left;
    margin-left: 1rem;

}
.text-ctrl2{
    width: 500px;
    height: 40px;
    text-align: left;

}
.text-ctrl3{
    width: 300px;
    height: 40px;
    text-align: left;

}
.menu-padding {
            padding-top: 33px;
            text-align: center;
        }
.overlay {
    width: 50%;
    }
.overlay .overlay-close {
    top: 5px;
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
    #box, #box2{
    width: 570px;
    margin: 0 auto;
  }

    html {
        font-size: 1rem;
    }
    #slider img, #demo img{
        min-height: 400px;
    }
    h1.text-fit {
    width: 100%;
    height: 50px;

    }
    h3.text-fit {
    width: 100%;
    height: 40px
    }
    .text-ctrl{
        width: 500px;
        height: 40px;
        margin-left: 0;
        text-align: left;
    }
    .text-ctrl2{
        width: 500px;
        height: 40px;
        text-align: left;

    }
    .text-ctrl3{
        width: 300px;
        height: 40px;
        text-align: left;

    }
    .overlay .overlay-close {
    top: 5px;
}

    
	

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    #box, #box2{
    width: 570px;
    margin: 0 auto;
  }
    .overlay {
    width: 30%;
    }
    .text-ctrl{
        width: 730px;
        height: 50px;
        text-align: center
    }
    .text-ctrl2{
        width: 730px;
        height: 40px;
        text-align: center

    }
    .text-ctrl3{
        width: 400px;
        height: 40px;
        text-align: center

    }
    .zoomout2{
    -webkit-animation: bummer 12s;
    animation: bummer 12s;
    -webkit-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.zoomout{
    -webkit-animation: bummer 7s;
    animation: bummer 7s;
    -webkit-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes bummer {
    100% {
        -webkit-transform: scale(1,1); 
    }
}

@keyframes bummer {
    100% {
        transform: scale(1,1); 
    }
}
    .gr-btn2 {

    color: white;


}
    h1.nstyle {
    color: white;
    margin-left: 0;
    text-align: center;
    width: 500px;
    height: 80px;
    }
    .hp-sicon {
    top: 40%;
    }
    h3.nstyle {
    width: 500px;
    height: 40px;
    color: white;

    margin-left: 0;
    text-align: center;
    }
    h5.nstyle {

    color: white;
    text-align: center;
    }
    .position-md-absolute{
        position: absolute;
    }
	.flexiable-img{
		width: 100%;
	}
    .event-info .d-flex{
        flex-direction: row;
    }
    #slider img, #demo img{
        min-height: 400px;
    }
    h1.text-fit {
    width: 100%;
    height: 40px;
    margin-bottom: 0

    }
    h3.text-fit {
    width: 100%;
    height: 30px;
    margin-bottom: 0
    }
    .light-grey-bg{
        background-color: transparent;

    }

    

 }

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
    #box, #box2{
    width: 768px;
    margin: 0 auto;
  }

    .overlay .overlay-close {
    top: 10px;
}

    .overlay {
    width: 30%;
    }
    h1.nstyle {

    width: 800px;
    height: 60px;
    }
    h3.nstyle {
    width: 800px;
    height: 60px;

    }
    .text-ctrl{
        width: 950px;
        height: 50px
    }
    .text-ctrl2{
        width: 950px;
        height: 40px

    }
    .text-ctrl3{
        width: 600px;
        height: 40px

    }


 }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
     #box, #box2 {
    width: 1200px;
    margin: 0 auto;
  }

    .overlay .overlay-close {
    top: 10px;
}

    .overlay {
    width: 30%;
    }

    .text-ctrl{
        width: 1160px;
        height: 60px;
        text-align: center;


    }
    .text-ctrl2{
        width: 1160px;
        height: 40px

    }
    .text-ctrl3{
        width: 700px;
        height: 40px

    }

}
.mas{
    color: #00b9da;
    border-color: #00b9da;
}

