.owl-carousel .owl-item img {
  
    width: 120px !important;
        margin: 0 auto;

}
#gallery .owl-carousel .owl-item img, #exhibition .owl-carousel .owl-item img {
  
    width: 60px !important;
        margin: 0 auto;

}
#videos .owl-carousel .owl-item img {
  
    width: 60px !important;

}
body{
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
@media (max-width: 1280px) {
    .speaker-info {
    padding: 40px 0px !important;
    }

    
}


@media (max-width: 991px) {
    
        .deal_virt{
        position: fixed;
    left: 0px !important;
    top: 250px !important;
    z-index: 1110;
}


.deal_virt p{
position: absolute;
    top: -30px !important;
    left: 20px !important;
    color: #e5e5e5;
    font-size: 20px;
}
    .map-overlay{
    position: relative !important;
    right: 0 !important;
    text-align: center;
    width:100% !important;
    }
    .single-speaker .col-md-2{
        width:20% !important;
    }
    .single-speaker .col-md-4{
        width:80% !important;
        padding-left: 20px !important;
    }
    
    .speaker-info {
    padding: 40px 0px !important;
    }


}


@media (max-width: 768px) {
    #mobile-nav-toggle {
    top: 22px !important;
    font-size: 40px !important;
    z-index: 100001;
}
    .price-area .single-price .package-list {
    min-height: 0 !important;
}
    .getbrochure .callaction-btn{
        margin-top:10px;
    }


#gallery .col-md-2 {
    width: 33%;
}

    .single-speaker .col-md-2{
        width:20% !important;
         padding-left: 20px;
    }
    
    .single-speaker .col-md-4{
        width:80% !important;
        padding-left: 80px !important;
    }
    
    .speaker-info {
    padding: 40px 0px !important;
    }
}

.nav-menu li a:hover{
       color: #acd136 !important;
    
}

.sample-text{
    text-align: justify;
}


.slide-bottom {
	-webkit-animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
	        animation: slide-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0s);
  }
}


.slide-bottom2 {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein;
    animation: 3s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
    0% { opacity:0; }
    33% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein{
    0% { opacity:0; }
    33% { opacity:0; }
    100% { opacity:1; }
}

.slide-bottom3 {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein2;
    animation: 3s ease 0s normal forwards 1 fadein2;
}

@keyframes fadein2{
    0% { opacity:0; }
    55% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein2{
    0% { opacity:0; }
    55% { opacity:0; }
    100% { opacity:1; }
}

.slide-bottom4 {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein3;
    animation: 3s ease 0s normal forwards 1 fadein3;
}

@keyframes fadein3{
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein3{
    0% { opacity:0; }
    70% { opacity:0; }
    100% { opacity:1; }
}

.slide-bottom5 {
    -webkit-animation: 3s ease 0s normal forwards 1 fadein4;
    animation: 3s ease 0s normal forwards 1 fadein4;
}

@keyframes fadein4{
    0% { opacity:0; }
    90% { opacity:0; }
    100% { opacity:1; }
}

@-webkit-keyframes fadein4{
    0% { opacity:0; }
    90% { opacity:0; }
    100% { opacity:1; }
}


#map{
    height:400px;
}


.map-overlay{
    position: absolute;
    right: 10%;
    height: 100%;
    top: 0%;
    background-color: #2771cb;
    padding: 30px;
    z-index:2;
}

.map-overlay h1, .map-overlay h3{
    color:white;
    
}

.top-part img{
        width: 100%;
    border-radius: 10px;
}

#registration input,#registration .c-dropdown,#registration textarea, #registration #c-5-3{
    display: block;
    width: 100%;
    padding: .8rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

#c-5-3{
    border:none !important;
    padding: 0 !important;
    color:#777 !important;
    font-weight: 300;
    margin-left:-10px !important;
}

.cognito #c-submit-button {
    position: relative;
    float: right;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    background: #acd136;
    border-radius: 0 !important;
    border: none !important;
    color: #fff;
    padding: 8px 50px !important;
    text-transform: uppercase;
    outline: none;
}
.cognito #c-submit-button:hover {
color: #849c36 !important;
cursor: pointer !important;
}

.speaker-info {
    padding: 20px !important;
    min-height: 200px !important;
}

.container-fluid {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #2871cb;
}

.logosblocksection{
    padding-top:50px;
}ss
.logosblock h6{
    text-align: center;
    font-weight:200;
}
.logos{
    width: 100%;
    
}

.single-footer-widget img{
    width:300px;
}
.single-footer-widget p{
    text-align: justify !important;
}



 #gallery  .row > .column {
  padding: 0 8px;
}

 #gallery .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
 #gallery .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
 #gallery .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0, 0.9);
}

/* Modal Content */
 #gallery .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

/* The Close Button */
 #gallery .close {
    color: #ffffff;
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 80px;
    font-weight: 100;
}

 #gallery .close:hover,
 #gallery .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
 #gallery .mySlides {
  display: none;
}

/* Next & previous buttons */
 #gallery .prev,
 #gallery .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
 #gallery .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
 #gallery .prev:hover,
 #gallery .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
 #gallery .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
 #gallery .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

 #gallery img.demo {
  opacity: 0.6;
}

 #gallery .active,
 #gallery .demo:hover {
  opacity: 1;
}

 #gallery img.hover-shadow {
  transition: 0.3s;
  width:100%;
}
 #gallery .inner{
 overflow: hidden;
    max-height: 200px;
 
       
 
}
#gallery .col-md-2{
    padding:0 !important;
    
}
 #gallery .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  filter: brightness(50%) !important;
  cursor:pointer;
  transform: scale(1.1);
}


.topics .package-no {
   -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 300;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    width: 140px;
    height: 140px;
    color:white;
    margin-bottom: 20px;
    background-color: #acd136;
    border-radius: 100px;
    align-items: center;
    display: grid;
    border: 30px solid #effbcb;
}

.topics{
    text-align:center;
}
.topics h4{
padding-bottom: 20px;
}

#speakers{
        padding: 70px 0 0 0;
}
#videos{
    padding:100px 0;
}

.footer-area hr{
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px dashed rgb(36, 41, 80);
}

.social-widget{
        border-left: 1px dashed rgb(36, 41, 80);
    padding-left: 20px;
}

.dashedborder{
     padding: 30px;
    min-height: 300px;
    margin-bottom: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 15%);
}
.map-overlay p{
    color:white;
    margin-top:20px
   
}
.map-overlay{
     width:400px;
     text-align:center;
}

.table-bordered th, .table-bordered td {
    border: 1px dashed #dee2e6 !important;
}

.sponsorship{
    background-color: #2871cb;
    color:white !important;
}

.sponsorship h1{
    color:white !important;
}


.banner-content h3 {
    color: #fff;
    margin-top:30px;
    font-weight: bold;
}

.sponsorslogo p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;

}

.sponsorslogo img{
width: 120px;
    border-radius: 5px;
    background-color: white;
    transition: 0.6s ease;
}
.sponsorslogo img:hover{
    transform: scale(0.9);
}

.sponsorslogo{
    margin-top:30px;
        border: 1px dashed #acd136;
    padding-bottom: 30px;
}

.getbrochure input[type=text], .vipblocksection input[type=text]{
    padding: .8rem .75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    width: 250px;
    border-radius:15px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.getbrochure{
    background-color: #2871cb;
    text-align: center;
}
.getbrochure h1{
   color:white !important;
}

.sponsortext{
    margin-top: 20px;
    padding: 20px 20px 0 20px;
    border: 1px dashed #acd136;
}
.sponsortext p{
    color: #acd136 !important;
}


.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block;} 
.modal-dialog-slideout .modal-header h5 {float:left;}

.modal-content {
    background-color: #2871cb !important;
    border-radius:0 !important;
    margin:10px;
}

.modal-content h1 {
    color:white;
}

.modal-dialog-slideout {
   background: transparent;
}

.close {
    font-size: 3rem !important;
    font-weight: 100  !important;
    color: #fff  !important;
    opacity: 1  !important;
}



.fade-ani {
			
			transition:all ease-out .5s 0s;
			
		}
.fade-ani{opacity:0;position:relative;}
		.fade-up{bottom:-50px;}
		.fade-down{top:-50px;}
		.fade-left{left:-50px;}
		.fade-right{right:-50px;}
		
		.fade-ani.showing{}
		.fade-in.showing{opacity:1;}
		.fade-up.showing{bottom:0px;opacity:1;}
		.fade-down.showing{top:-0px;opacity:1;}
		.fade-left.showing{left:-0px;opacity:1;}
		.fade-right.showing{right:-0px;opacity:1;}
                
                
                
                .callaction-area2 h1,  .callaction-area3 h1{
                    font-size:60px !important;
                    color:white !important
                }
                
                .callaction-area3 h4{
                    color:white !important;
                    font-weight: normal;
                    margin-bottom:20px;
                }
                
                
                .chart img{
                    width:100%;
                }
   
 .speakerhover:hover{
   transition: 0.6s ease;
}               
                
.speakerhover:hover{
    cursor: pointer !important;
    transform: scale(0.95) !important;
    filter: grayscale(100%);
}


.speakerinfo h4{
    color:white !important;
    margin-bottom:20px !important;
}

.speakerinfo img{
   width:200px;
   border-radius: 10px;
}

.speakerinfo p{
    text-align: justify;
}

.sponsorslogo img{
    margin-bottom:10px;
}

.fullscreen{
       min-height:1200px;
}

.single-speaker img {
    width: 130px;
    border-radius: 15px;
}
.single-speaker{
    text-align:center;
}
.single-speaker h6 {
    font-size: 12px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    margin-top:5px;

}
.single-speaker h3{
    font-size:20px !important;
}
.single-speaker p{
    font-size:13px !important;
}


#references  .row > .column {
  padding: 0 8px;
}

#references .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
#references .column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
#references .modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0, 0.9);
}

/* Modal Content */
#references .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 800px;
}

/* The Close Button */
#references .close {
    color: #ffffff;
    position: absolute;
    top: -70px;
    right: 0;
    font-size: 80px;
    font-weight: 100;
}

#references .close:hover,
#references .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
#references .mySlides {
  display: none;
}

/* Next & previous buttons */
#references .prev,
#references .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
 #references .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#references .prev:hover,
#references .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
 #references .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
#references .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

#references img.demo {
  opacity: 0.6;
}

#references .active,
#references .demo:hover {
  opacity: 1;
}

#references img.hover-shadow {
  transition: 0.3s;
  width:100%;
}
#references .inner{
 overflow: hidden;
    height: 200px;
    border: 1px solid white;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 30px;
       
 
}
#references .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  filter: brightness(50%) !important;
  cursor:pointer;
  transform: scale(1.1);
}

.deal_phys{
    position: fixed;
    left: 0px;
    top: 150px;
    z-index: 10000;
}

.deal_phys p{
position: absolute;
    top: 0px;
    right: 0px;
    color: #dcdcdc;
    font-size: 20px;
}

.deal_phys p:hover{
    transform: scale(1.1);
    cursor:pointer;
}
 .deal_phys img{
        width:300px;
}





.modal{
   z-index: 200000 !important;
}

#slogan h2{
        color: white;
    font-style: italic;
    font-size: 24px;
}

#thanks .single-img img{
    width:150px !important;
    -webkit-filter: none !important; 
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
     filter: none !important;
}
#thanks .single-img img:hover{
    width:150px !important;
    -webkit-filter: grayscale(100%) !important; 
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
     filter: grayscale(100%) !important;
}

.c-label {
    color: #dcdfe3 !important;
}

.otherevent img{
        width: 250px !important;
    margin-right: 50px !important;
    margin-bottom: 50px !important;
}

.el-button{
    width: 100% !important;
    border: none !important;
    padding: 10px 0px !important;
    background-color: #bdd538 !important;
    color: white !important;
}

.el-input__inner{
    color: #777777;
    padding: 10px 10px;
    font-weight: 300;
}

.single-speaker .row{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

html .is-required .cog-label, :root:root:root:root:root .is-required .cog-label {
    padding-right: 0.6em;
    color: #d5d5d5 !important;
}

html .cog-label, :root:root:root:root:root .cog-label {
    color: #c6c6c6 !important;
}

html .cog-html *:last-child, :root:root:root:root:root .cog-html *:last-child {
    margin-bottom: 0;
    color: #bed538 !important;
}


element.style {
}
#registration input, #registration .c-dropdown, #registration textarea, #registration #c-5-3 {
    border-radius: 15px;
}


html .cog-cognito .el-input__inner, html .cog-cognito .el-textarea__inner, :root:root:root:root:root .cog-cognito .el-input__inner, :root:root:root:root:root .cog-cognito .el-textarea__inner {
    width: 100%;
    border-radius: 15px;
}

html .cog-cognito button:not([disabled]), :root:root:root:root:root .cog-cognito button:not([disabled]) {
    cursor: pointer;
    border-radius: 15px;
}

.plusdeleg{

    color: white;
    padding: 10px 0;
    background-color: #3379ce;
    border-radius: 5px;
}


.deal_virt iframe{
        border-radius: 10px;
    -webkit-box-shadow: 5px 3px 10px 5px rgb(0 0 0 / 15%);
    box-shadow: 5px 3px 10px 5px rgb(0 0 0 / 15%);
}
.deal_virt{
        position: fixed;
    left: 60px;
    bottom: 235px;
    z-index: 2;
}
.deal_virt p{
position: absolute;
    top: -20px;
    left: 420px;
    color: #e5e5e5;
    font-size: 20px;
}

.deal_virt p:hover{
    transform: scale(1.1);
    cursor:pointer;
}
 .deal_virt img{
        width:200px;
}

.bf{
    width:420px !important;
    border-radius:10px;
}

@media (min-width: 991px) {
    .topright{
        text-align:right;
    }
    .topleft{
        text-align:left;
    }
   
    
}

.single-speaker .col-md-2 {
    padding-top: 20px !important;
}


@media (min-width: 960px) {

    
     .banner-area {
        z-index: 2;
    background: url(../img/bg6.jpg) center;
    background-size: cover;
            background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
}




.sponsor{
        font-weight: 900;
    font-size: 50px;
    
    line-height: 1;
    margin-bottom:20px;
}

.goldtext{
    color: #f5ce04;
}
.silvertext{
    color: silver;
}

.bronzetext{
    color: #CD7F32;
}
.platinumtext{
    color: #E5E4E2;
}

.namingtext{
    color: #bdd538;
}


.sponsorblock{
        width: 100%;
}

.platinumsponsor .bottom-part{
        background-color: silver;
        border:1px solid silver;
        font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
}

.platinumsponsor .bottom-part:hover{
        background-color:transparent !important;    
        color:silver;
        cursor:pointer;
        transform: scale(0.95);
}

.namingsponsor .bottom-part{
        background-color: #bdd538;
         border:1px solid #bdd538;
         font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
}

.namingsponsor .bottom-part:hover{
        background-color:transparent !important;    
        color:#bdd538;
        cursor:pointer;
        transform: scale(0.95);
}

.goldsponsor .bottom-part{
        background-color: #f5ce04;
         border:1px solid #f5ce04;
         font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
}

.goldsponsor .bottom-part:hover{
        background-color:transparent !important;    
        color:#f5ce04;
        cursor:pointer;
        transform: scale(0.95);
}

.silversponsor .bottom-part{
        background-color: silver;
         border:1px solid silver;
         font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
}

.silversponsor .bottom-part:hover{
        background-color:transparent !important;    
        color:silver;
        cursor:pointer;
        transform: scale(0.95);
}

.bronzesponsor .bottom-part{
        background-color: #CD7F32;
         border:1px solid #CD7F32;
         font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
}

.bronzesponsor .bottom-part:hover{
        background-color:transparent !important;    
        color:#CD7F32;
        cursor:pointer;
        transform: scale(0.95);
}


.platinumsponsor{
    padding: 30px;
     border: 2px solid #E5E4E2;
      border-radius: 20px;
          margin-bottom: 30px;
}

.namingsponsor{
    padding: 30px;
     border: 2px solid #bdd538;
      border-radius: 20px;
          margin-bottom: 30px;
}

.goldsponsor{
    padding: 30px;
     border: 2px solid #f2cc03;
      border-radius: 20px;
          margin-bottom: 30px;
}

.silversponsor{
    padding: 30px;
     border: 2px solid silver;
      border-radius: 20px;
          margin-bottom: 30px;
}

.bronzesponsor{
    padding: 30px;
     border: 2px solid #CD7F32;
      border-radius: 20px;
          margin-bottom: 30px;
}

.numberwhy{
    font-size: 22px;
    font-weight: bold;
    color: #bed538;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(169 169 169 / 20%);
}
 
#whyattend{
    padding: 50px 10px;
 }

.listofattbox{
    height: 400px;
    overflow: scroll;
    background: #13488a;
    -webkit-box-shadow: inset 0px 0px 15px -6px rgb(0 0 0 / 55%);
    box-shadow: inset 0px 0px 15px -6px rgb(0 0 0 / 55%);
    border-radius: 10px;
}

.listofatt{
    padding-bottom: 70px;
       padding-top: 40px;
    background: #2871cb;
    
}

.listofatt ul{
    padding: 20px 0;
    text-align: left;
}
.listofatt li{
    margin:10px 20px;
}
.listofatt b{
    font-weight: 500;
}

.alltext{
    color:white
}
.allsponsor .bottom-part{
        background-color: #bed538;
        border:1px solid #bed538;
        font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
    color: white;
}

.allsponsor{
    padding: 30px;
     border: 2px solid #bed538;
      border-radius: 20px;
          margin-bottom: 30px;
}

.allsponsor .bottom-part:hover{
        background-color:transparent !important;    
        color:white;
        cursor:pointer;
        transform: scale(0.95);
}


.otherforums img{
       height: 50px !important;
    width: auto;
    margin-right: 40px;
    margin-bottom: 20px;
}



.btn_hd{
        color: white !important;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 13px;
    letter-spacing: 3px;
    border:1px solid rgb(190 213 56);
    background-color: rgb(190 213 56);
}

.btn_hd:hover{
    border: 1px solid rgb(190 213 56 / 100%);
    background-color: rgb(190 213 56 / 30%);
    cursor:pointer !important;
}

.btn_hdvip{
        background: -webkit-linear-gradient(top left, #8f6B29, #FDE08D, #DF9F28) !important;
    background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28) !important;
    font-weight: bold !important;
    border: 1px solid #e4aa3a !important;
    transition: background-color 1s;
}

.btn_hdvip:hover{
    
       background: -webkit-linear-gradient(top left, rgba(147,107,41,0.5), rgba(253,224,141,0.5), rgba(223,159,40,0.5)) !important;
    background: linear-gradient(top left, rgba(147,107,41,0.5), rgba(253,224,141,0.5), rgba(223,159,40,0.5)) !important;
    color: black !important;
    font-weight: bold !important;
    border: 1px solid #e4aa3a !important;
    
}

.buttonsheader{
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 25px 0px;
}

.buttonsheader li{
        display: inline-block;
            padding: 10px 0px;
            margin: 6px 0px;
}
.vipblocksection h1{
    font-size:40px !important;
}


.vipblocksection .callaction-btn{
    margin-top:10px;
}



.vipblocksection{
    margin-top:40px;
    padding-bottom:50px;

    
}

.vipblocksection .col-xs-12{
   text-align: center;
    
}


.vipblocksection li{
    display:inline-block;
        padding: 0px 20px;
    margin: 5px 0;
    color:white;
    border-right: 1px solid #2a2e4f;
    
}

.vipblocksection h1{
   	background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
   font-size: 60px;
    
}
.vipblocksection p{
    color: white !important;
           font-size: 22px;
    margin-top: 10px;
    font-weight: 400;

}
.vipblocksection a{
    background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
   text-decoration: underline;
   font-size: 22px;
    margin-top: 10px;
    font-weight: 400;

}
.vipblocksection .row{
   padding:20px !important;
       border-top: 1px solid #e2b04e;
    border-bottom: 1px solid #e2b04e;
    margin-top: 80px;
    
}


.vipblocksection ul{
   text-align: center;
    
}


.vipblocksection img{
    width: 100px;
    background-color: white;
    margin: 0px 5px 10px 0px;
    border-radius: 10px;
    
}


.daypass{
    padding: 30px;
      border-radius: 20px;
          margin-bottom: 30px;
           background-color:white;
               min-height: 550px;
           -webkit-box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 28%);
    -moz-box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 18px 1px rgb(0 0 0 / 15%);
              
}
.daypass h2{
    border-top: 1px solid white;
    color: rgb(16 21 66);
    text-align: center;
}

.daypass .bottom-part{
        background-color: #add235;
         border:1px solid #add235;
         color:white;
         font-weight: bold;
    text-align: center;
    padding: 8px 0px;
    border-radius: 10px;
}

.daypass .bottom-part:hover, .bottom-part .price-btn:hover {

        cursor:pointer;
        transform: scale(0.95);
}

.daypasstext, .daypass p{
    color: #58595b;
}
.daypasstext{
        padding-bottom: 15px;
    color: #101541 !important;
    margin-bottom:10px;
    text-align: center;
    border-bottom: 1px solid #add235;
}