
.bg-stage {
    background-color: #FF6A00;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
}
.exhibitor-layout{
    background-image: url(../images/exhibition-layout-2026.png);
    background-size: contain;
    margin:20px;
    background-repeat: no-repeat;
}
.desc-highlight {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 1.7;
}
.about-heading::after{
    margin: 7px 0 20px 0 !important;
}
.selection-process-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.selection-process-table tbody tr {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.selection-process-table tbody tr:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    background-color: #fef6f1;
}

.selection-process-table tbody td {
    padding: 18px 16px;
    font-size: 16px;
    vertical-align: middle;
    color: #444;
    border-top: none;
    text-align: left;
}

.selection-process-table tbody td:first-child {
    width: 180px;
    text-align: center;
}

.entry-fee-note {
    background-color: #fef6f1;
    font-size: 16px;
    margin-top: 30px;
    color: #333;
}

.text-orange {
    color: #FF6A00;
}


body{
    font-family: "Montserrat", sans-serif;
}

.nav-link{
    color: #292D32;
}
.navbar{
    background-color: rgba(0 0 0 / 85%) !important;
}
.nav-link {
    color: #fff !important;
}
.dropdown-submenu {
    position: relative;
}
.fw-semi-bold{
    font-weight: 500;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    position: absolute;
    display: none;
}

.dropdown-submenu:hover .dropdown-menu {
    display: block;
}
.dropdown-menu{
    background-color: rgba(0 0 0 / 85%) !important;
    border-radius:0
}
.dropdown-item{
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.dropdown-item:hover{
    background-color: rgba(0 0 0 / 85%) !important;
    color: #fff;
}
.btn-red, .btn-red:hover{
    background-color: #DD1414;
    color: #fff;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    padding: 7px;  
    border: 3px solid #DD1414;
   
}
.btn-book, .btn-book:hover{
    background-color: #fff;
    color: #000;
    border-radius: 0;
    font-weight: 600;
    font-size: 15px;
    padding: 7px;  
    border: 3px solid #fff;
}
.nav-item{
    margin-right: 25px;
}
.video-section{
    position: relative;
}
.rotating-text .text-item {
    display: none; 
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.rotating-text .active {
    display: block;
    opacity: 1;
}
.video-section video{
    width: 100%;
    height: 95vh; 
    display: block;
    object-fit: cover;
    margin: 0;
}
.slider-icons{
    background-color: #E67E22;
    list-style-type: none;
    position: absolute;
    right: 0;
    padding: 0;
    bottom: 10%;
}
.slider-icons li{
    padding: 15px 10px;
}
.video-section h1{
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 40%;
    left: 0;
    text-align: center;
    text-shadow: 1px 3px 1px #393939;
    right: 0;
    margin: auto;
}
.video-section .video-bottom-text{
    position: absolute;
    bottom: 3%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 0 13%;
    text-shadow: 1px 3px 1px #000000;
    font-size: 21px;
}
.text-orange{
    color: #E67E22 !important;
}
.btn-orange, .btn-orange:hover, .btn-outline-primary:hover{
    background-color: #E67E22;
    font-weight: 500;
    padding: 10px 25px;
    font-size: 15px;
    color: #fff;
    border:0;
    border-radius: 0;
}
.default-image {
    background-image: url(../../assets/images/exhibitors.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
#exhibitors, #visitors {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0% 100%; 
    transition: background-size 0.5s ease-in-out, background-position 0.5s ease-in-out;
}
#exhibitors:hover, #visitors:hover {
    background-size: 100% 100%;
    background-position: center;
}
.default-image:hover {
    background-size: 100% 100%; 
    background-position: center;
}
.exhibitors h1, .exhibitors h6{
    color:#3F3F3F !important;
}
.count{
    display: flex;
    height: 200px;
    flex-direction: column;
    justify-content: center;
}
.count h1{
    color: #717171;
    font-size: 50px;
    font-weight: 700;
}
.count h6{
    color: #5D5D5D;
    font-size: 24px;
    font-weight: 500;
    margin-top: 10px;
}
.client-section {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.client-section li{
    width:5%;
    float: left;
    list-style-type: none;
    text-align: left;
}
.client-section li img{
    width: 180px;
    margin: 20px 10px;
}
.marquee-container {
    overflow: hidden;
    width: 100%;
    background-color: #fff; 
    padding: 10px 0;    
}
.marquee-content {
    
    display: flex;
    justify-content: flex-start;
    align-items: center;
    animation: marquee 15s linear infinite;
    width: calc(200%);
}
.reverse .marquee-content {
    animation-direction: reverse;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.education-section{
    background-image: url(../../assets/images/education-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}
.education-section::after {
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}

.education-section .content {
    position: relative;
    z-index: 2;
    color: #fff;
}
.education-section h1{
    color:#fff ;
    font-size: 70px;
    font-weight: 700;
    z-index: 99;
    position: relative;
}
.visitor-section .visit-box{
    min-height: 180px;
    margin-top: 30px;
    box-shadow: 1px 1px 3px 1px #d6d0c7ba;
    border-radius: 0 30px;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    background-color: #fffbeb;
    overflow: hidden;
}
.visitor-section .visit-box h5{
    color: #E67E22;
    font-weight: 600;
    font-size: 20px;
}
.visitor-section .visit-box .fa{
    color: #E67E22;
    font-size: 35px;
}
.visitor-section .visit-box:hover {
    transform: scale(1.1);
}
.flip-box {
    width: 100%;
    height: 300px; 
    perspective: 1000px; 
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d; 
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

  
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; 
}
.flip-box-front h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.flip-box-back p{
    font-weight: 600;
}
.flip-box-front {
    background-color: #FFF4E9; 
    color: #ff7b00;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.flip-box-back {
    background-color: #ff7b00;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-box-front img{
    background-color: #fff;
}
.card-section h6{
    background-color: #FECC00;
    margin: 0;
    width: 100%;
    padding: 15px;
    color: #ff0c0c;
    font-weight: 600;
    font-size: 18px;
}

.wic-section h2{
    color: #E67E22;
    font-size: 42px;
    font-weight: 700;
}
.wic-section img{
    width: 350px;
    height: 350px;
}
.wic-section p{
    text-align: justify;
}
.wic-section .about-video {
    position: relative;
    padding: 10px;
    border-radius: 5px;
    background: linear-gradient(180deg, rgb(88 90 93) 6%, rgb(185 188 193) 70%);
  }
  
  .wic-section .about-video::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white; 
    border-radius: 8px;
    margin: 10px;
  }
.theme-section a{
    color: #E67E22;
    text-decoration: none;
}
.theme-section .icon-img{
    background-color: #ffb370;
    padding: 10px;
    width: 75px;
    transition: 0.3s;
}

.theme-section h1{
    font-weight: 700;
}
.theme-section h6{
    color: #E67E22;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.theme-section .box-shadow{
    background-color: #fffbeb;
    box-shadow: 1px 2px 5px 0 #b7b7b7;
    min-height: 150px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-section .box-shadow .fa{
    color: #E67E22;
    font-size: 35px;
}
.theme-section .box-shadow:hover{
    border-bottom: 4px solid #E67E22;
}
.theme-bg{
    background-color: #ffedda !important;
}
/* .media img{
    width: 200px;
} */
.media{
    background-color: #fff;
    box-shadow: 0 0 5px 0 #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    
}
.media img{
    transition: 0.3s;
}
.media img:hover {
    transform: scale(1.1);
  }
.media-partner h6{
    color: #E67E22;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
}
.bg-pink-section{
    background-color: #FFF4E9;
}
.our-location .box-shadow:hover{
    background-color: #E67E22;
}
.our-location .box-shadow:hover h5, .our-location .box-shadow:hover p, .our-location .box-shadow:hover a{
    color: #fff !important;
}
.our-location .box-shadow:hover img{
    background-color: #fff;
}
.our-location .box-shadow{
    background-color: #fff;
    box-shadow: 0px 0px 4px 2px #e9e9e9;
    min-height: 260px;
    padding: 35px 15px;
}
.our-location .box-shadow .image-container::after{
    content: '';
    background-color: #E67E22;
    width: 45px;
    height: 2px;
    display: block;
    justify-content: center;
    margin: 7px auto;
}
.flip-box{
    margin-bottom: 25px;
}
.about-banner{
    background-image: url(../../assets/images/about-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us .media{
    height:auto;
    margin-top:20px;
    align-items: flex-start;
}
.about-us .profile-box{
    margin-top:0;
    margin-right: 15px;
}
.about-us .media-body{
    width:80%;
}
.about-banner::after{ 
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
    z-index: 1; 
}
.heading{
    font-size: 60px;
    font-weight: 700;
    color: #fff;   
    text-align: center;
    text-shadow: 1px 3px 1px #393939;
    
}
.heading-section{
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
}
.heading-section h4{
    font-weight: 600;
    text-shadow: 1px 3px 1px #393939;
}
.description{    
    text-shadow: 1px 3px 1px #000;
    line-height: 35px;
    font-weight: 500;
    font-size: 18px;
}
.highlights .flip-box-front{
    background-color: #fff !important;
    box-shadow: 3px 0px 4px 0 #e9e9e9;
}
.sub-heading{
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: 30px;
}
.sub-heading::after{
    content: '';
    background-color: #E67E22;
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px auto 0;
}

h5.sub-heading{
    text-transform: inherit;
    color: #000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 1.5rem
}

h5.sub-heading::after{
    content: '';
    background-color: #E67E22;
    width: 80px;
    height: 5px;
    display: block;
    margin: 10px 0 0;
}

.heading-left::after{
    margin: 10px 0;
}
.profile-box {
    position: relative;
    padding: 30px 0;
    margin-top: 25px;
    width: 280px;
    background-color: #cd028d08 !important;
    overflow: hidden;
    z-index: 9;
}

.profile-box::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(251, 227, 192, 0.717) 0%, rgba(251, 191, 106, 0.681) 100%);
    transition: top 0.5s ease;
    z-index: -1;
}

.profile-box:hover::before {
    top: 0; 
}
.profile-box .fit {
    width: 150px;
    height: 150px;
    margin: 0px auto 20px;
    border-radius: 66%;
    overflow: hidden;
    box-shadow: rgb(3 7 45) 0px 25px 20px -20px;
    display: flex;
}
.profile-box  p{
    font-size: 13px;
}

.profile-box img{
    transition: 0.3s;
}
.profile-box:hover img{
    transform: scale(1.1);
}
.profile-box::after {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../../assets/images/profile-bg.avif);
    background-size: cover;
    background-position: top;
    z-index: -2;
    opacity: .1;
}
.edition{
    background-image: url(../../assets/images/edition-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.edition::after{ 
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(235 235 235 / 50%); 
    z-index: 1; 
}
.edition .row{
    position: relative;
    z-index: 99;
    display: flex;
    flex-wrap: wrap
}
.edition .col-lg-3{
    display: flex
}
.why-visit{
    background-image: url(../../assets/images/education-bg.png);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}
.visitor-profile{
    background-image: url(../../assets/images/visitor-profile.jpeg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}

.visitor-profile-wrapper .visitor-profile {
  background-image: url(../../assets/images/safety-award.jpeg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}

.exhibitor-profile{
    background-image: url(../../assets/images/exhibitor-banner.jpeg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}
.exhibitor-profile::after, .visitor-profile::after, .why-visit::after, .press-release-bg::after {
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1; 
}
.why-visit .heading-section, .exhibitor-profile .heading-section, .visitor-profile .heading-section, .about-banner .heading-section{
    position: relative;
}
.press-release-bg{
    background-image: url(../../assets/images/press-release/pr-bg.jpg);
    background-repeat: no-repeat;
    background-position:top;
    background-size: cover;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}
.press-release-bg .heading-section{
    top: 35%;
}
.exhibitor .box-shadow{
    min-height: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.visit-item{
    background-image: url(../../assets/images/visit-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.visit-item::after{ 
    content: '';
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(160 153 153 / 50%);
    z-index: 1; 
}

.row.all-visit {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
  }
  
  .visit-item .col-lg-6 {
    display: flex;
  }
  
  .visit-box {
    background-color: #fff;
    border-radius: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-grow: 1; 
    box-shadow: 3px 1px 5px 1px #403f45;
  }
 .text-justify{
    text-align: justify;
 }
 .visitor-rules p .fa, .exhibitor-rules p .fa{
    font-size: 12px;
    line-height: 28px;
 } 
 .visitor-rules p{
    display: flex;
    text-align: justify;
    font-weight: 500;
    line-height: 30px;
 }
 .exhibitor-rules p{
    text-align: justify;
    font-weight: 500;
 }
 .visitor-registartion .box-shadow, .book-stall .box-shadow{
    box-shadow: rgba(0, 0, 0, 0.07) 3px 0px 3px 1px;
    background-color: #fff;
    position: relative;
    border-radius: 4px;
 }
 .visitor-registartion{
    background: linear-gradient(to right, rgb(227, 242, 253), rgb(255, 253, 231), rgb(240, 255, 255), rgb(255, 253, 231), rgb(227, 242, 253));
    position: relative;
 }
 .visitor-registartion .btn-orange{
    background-color: #E67E22;
    font-weight: 500;
    padding: 15px 25px;
    font-size: 15px;
    color: #fff;
    border: 0;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
 }
 .visitor-registartion label, .book-stall label{
    font-size: 14px;
    color: #444;
 }
 .text-danger{
    font-size: 17px;
    line-height: 20px;

 }
 .visitor-registartion .form-control, .book-stall .form-control{
    font-size: 13px;
 }
 .error{
    font-size: 13px;
 }
 .third-section p{
    font-size: 14px;
    font-weight: 600;
 }
 .visitor-registartion .box-shadow .text-or::before{
    content: "";
    align-self: center;
    border-top: 1px solid #ddd;
    width: 100%;
    display: block;
    margin: 10px;
 }
 .visitor-registartion .box-shadow .text-or::after{
    content: "";
    align-self: center;
    border-top: 1px solid #ddd;
    width: 100%;
    display: block;
    margin: 10px;
 }
 .visitor-registartion .box-shadow p .text-or{
    display: flex;
 }
 .checkbox {
    font-size: 15px !important;
    font-weight: 500 !important;
 }
 .checkbox input{
    transform: scale(1.5);
    margin-right: 10px;
    cursor: pointer;
 }
 .text-red{
    color: #d32f2f;
    font-size: 22px;
 }
 .text-green{
    color: #2e7d32;
    font-weight: 600;
 }
 .visitor-registartion .card-header{
    background-color: rgba(0 0 0 / 85%) !important;
    color: #fff;
    border-radius: 15px 15px 0 0;
    min-height: 60px;
    display: flex;
    align-items: center;
 }
 .visitor-registartion .card-body{
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
 }
 .visitor-registartion .card{
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.07) 3px 0px 3px 1px;
    min-height: 250px;
    border-radius: 15px;
 }

 .visitor-pass .btn{
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 5px;
 }
 .visitor-registartion .input-group-text{
    cursor: pointer;
    font-size: 14px;
 }
 .visitor-registartion-success .fa, .visitor-registartion-fail .fa{
    font-size: 50px;
 }
 .visitor-registartion-success, .visitor-registartion-fail{
    background:linear-gradient(to right, rgb(227, 242, 253), rgb(255, 253, 231), rgb(240, 255, 255), rgb(255, 253, 231), rgb(227, 242, 253));
    min-height: 500px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
 }
 .visitor-registartion-success h2, .visitor-registartion-fail h2{
    font-weight: 600;
 }
 .message-box{
    position: absolute;
    right: 0;
    bottom: 0;
 }
.message-box .text-success{
    background-color: #29e400;
    color: #fff !important;
    padding: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
} 
.message-box .text-danger{
    background-color: #dc3545;
    color: #fff !important;
    padding: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
} 
.fa-check-circle-o{
    font-size: 35px !important;
}
.visitor-registartion-completed p{
    font-size: 15px;
    margin: 0;
}
.sales-associates {
    color: #fff;
    font-size: 13px;
    list-style-type: disc !important;
    padding: revert-layer !important;
}
.second-section{
    width: 70%;
    margin: 0 auto;
}
.book-stall{
    background:linear-gradient(to right, rgb(227, 242, 253), rgb(255, 253, 231), rgb(240, 255, 255), rgb(255, 253, 231), rgb(227, 242, 253));
    position: relative;
}
.footer{
    background-color: rgba(0 0 0 / 85%) !important;
    margin-bottom: 0;
}
.footer h5{
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer h6{
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 30px;
}

.footer h6 span{
    font-size: 14px;
    font-weight: 500;
}
.footer li a{
    color: #fff;
    text-decoration: none;
}
.footer ul{
    padding: 0;
    list-style-type: none;
}

.footer ul li{
    margin-top: 15px;
}
.footer .accordion-button{
    background-color: #DEEBFF !important;
    padding: 0;
    color: #000;
}
.footer .accordion-item{
    border: 0 !important;
}
.footer .accordion-collapse {
    background-color: #DEEBFF !important;
    border: 0 !important;
}
.footer .accordion-item{
    background-color: #DEEBFF ;
}
.footer .accordion{
    width: 70%;
}

.footer .border-top{
    border-top: 1px solid #fff !important;
}
.footer .accordion-button::after{
    margin-left: 25px;
}
.footer .accordion-body{
    border: 1px solid #ddd;
    padding-top: 0;
}
.footer .accordion-button{
    font-weight: 400;
}
.footer .social-icon img{
    background-color: #fff;
    border-radius: 7px;
    padding: 5px;
}

.sub-footer ul{
    display: inline-flex;
    margin: 0;
}
.sub-footer a{
    color:#fff !important ;
    text-decoration: underline !important;
}
.sub-footer span{
    color: #fff;
}
.sub-footer ul li::after{
    content: '|';
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.sub-footer ul li:last-child::after{
    display: none;
}
.fixed-bottom{
    position:sticky !important;
    background-color: #E67E22;
    color: #fff;
    padding: 2px;
}
#days, #hours, #minutes, #seconds{
    font-weight: 600;
    font-size: 20px;
    width: 30px;
}
.position-relative{
    position: relative;
}
.press-release  img {
   border: 1px solid #aaa;
}
.media-gallery {
    column-width: 400px;
    column-gap: 10px;
    margin: 5px;
  }
.media-gallery img {
    width: 100%;
    cursor: pointer;
    margin: 5px;
  }
  
  .lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: #7f8c8d;
    perspective: 1000;
    z-index: 99999;
    left:0;
  }
  
  .filter {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(20px);
    opacity: 0.5;
    background-position: center;
    background-size: cover;
  }
  
  .lightbox img {
    width: 700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(0deg);
    transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
    transform-style: preserve-3d;
  }
  
  [class^="arrow"] {
    height: 200px;
    width: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  [class^="arrow"]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 15px;
    height: 15px;
  }
  
  .arrowr {
    right: 0;
  }
  
  .arrowr:after {
    border-right: 1px solid white;
    border-bottom: 1px solid white;
  }
  
  .arrowl {
    left: 0;
  }
  
  .arrowl:after {
    border-left: 1px solid white;
    border-top: 1px solid white;
  }
  
  .close {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    margin: 20px;
    cursor: pointer;
  }
  
  .close:after,
  .close:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #e74c3c;
  }
  
  .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  
  .title {
    font-size: 20px;
    color: #000;
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
  }

.slide-option {
	display:flex;
	flex-flow:column;
	align-items:center;
	div.container {
		transition:all .3s ease;
		h1 { margin:15px 0 0 0; }
		h3 { margin:0 0 25px 0; }
	}
	
}
.slide-option {
	margin:0 0 50px 0;
	.no-marg { margin:0 0 0 0; }
}

div.loop-slider {
	display:flex;
	justify-content:center;
	width:100%;
	height:150px;
	div.slider-div {
		overflow:hidden;
		position:relative;
	}
	ul.slider-content {
		display:flex;
		height:100%;
		li.slider-item {
			flex:1;
			display:flex;
			justify-content:center;
			align-items:center;
			background:#fff;
			color:#343434;
		}
	}
}

@keyframes translatestf {
	0% { transform:translateX(100%);  }
	100% { transform:translateX(-500%);  }
}
#stffull div.slider-div {
	ul.slider-content {
		width:500%;
		li.slider-item {
			animation:translatestf 30s linear infinite;
			h4 { font-size:28px; }
		}
	}
}

@keyframes translateinfinite {
	100% { transform:translateX(calc(-180px * 12));  }
}
#infinite div.slider-div {
	&::before,
	&::after {
		content: " ";
		position:absolute;
		z-index:9;	
		height:100%;	
	}
	&::before {
		top:0;left:0;
		background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	&::after {
		top:0;right:0;
		background: linear-gradient(to left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	}
	ul.slider-content {
		width:calc(180px * 24);
		li.slider-item {
		
			animation:translateinfinite 25s linear infinite;
			span.fab {
				font-size:65px;
			}
		}
	}
} 
.slider .img {
    width: 100%;
}
.contact-detail .content {
    padding: 3% 20%; 
    flex-grow: 1; 
    position: relative;
    z-index: 9;
}
.contact-detail{
    margin-top: 3%;
    position: relative;
}
.contact-detail .logo-bg{
    background-color: #ffedda !important;
    border-radius: 5px !important;
}
.contact-detail .bg-blue{
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.sales-associates a{
    color: #E67E22;
    text-decoration: none;
}
.contact-detail .bg-blue p{
    color: #E67E22;
    display: flex;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}
.contact-detail .sales-associates, .contact-detail h6{
    color: #E67E22;
}
.contact-detail h5{
    color:#E67E22;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.contact-detail h5::after{
    content: '';
    background-color: #E67E22;
    width: 40px;
    height: 2px;
    display: block;
    margin: 3px 0;
}
.exhibitor .fa, .visitor-section .fa{
    color: #E67E22;
}
.exhibitor p, .visitor-section .wow p{
    font-weight: 600;
    display: flex;
}
.bg-orange{
    background-color: #f0dfc0;
}
.contact-status{
    font-weight: 500;
    color: #616161;
}
.contact-status input{
    transform: scale(1.5);
}
.bg-gray {
    background-color: #f5f5f5;
}

.vidyarthi-award-objectives {
    position: relative;
}

.vidyarthi-award-objectives .objective-list {
    z-index: 1;
    padding: 15px;
    position: relative;
    background-color: #ffffff;
}

.vidyarthi-award-overview .vidyarthi-award-objectives:before {
    content: '';
    top: -15px;
    right: -15px;
    background: linear-gradient(170deg, rgba(230,126,34,1) 0%, rgba(181,87,4,1) 100%);
    width: 80%;
    height: 80%;
    position: absolute;
    z-index: 0;
}

.vidyarthi-award-objectives ul li {
    padding: 15px 0;
    font-weight: 600;
}
.vertical-middle{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}
.vidyarthi-award-table thead th {
    background-color: #F4F7FF;
}

.vidyarthi-award-table th, .vidyarthi-award-table td {
    padding: 20px
}

.vidyarthi-award-table td ul {
    list-style-type: disclosure-closed;
}

.vidyarthi-award-table td ul li {
    padding: 5px 0
}
.display-inline{
    display: flex;
    align-items: center;
    justify-content:center;
}
.countdown{
    display: flex;
    align-items: center;
}
.footer p{
    color: #fff;
    display: flex;
    font-size: 14px;
    line-height: 25px;
}
.contact-detail .fa-map-marker, .footer .fa-map-marker{
    font-size: 22px;
}
.contact-detail .fa-envelope, .footer .fa-envelope{
    font-size: 17px;
}
.contact-detail .fa-mobile, .footer .fa-mobile{
    font-size: 28px;
}
.contact-detail .fa-phone, .footer .fa-phone{
    font-size: 19px;
}
.footer .fa-home{
    font-size: 24px;
    line-height: 0;
}
.contact-detail .form-group .form-control{
    border-color: #fff;
    border-radius: 0;
    font-size: 13px;
    padding: 10px;
}
.contact-status{
    display: flex;
    position: relative;
}
.contact-status #type-error{
    position: absolute;
    bottom: -16px;
}
.before-constro{
    min-height: 500px;
}
.before-constro .description{
    text-shadow: none;
    color: #573a3a;
}
.footer-app{
    background-color: #fff;
    padding: 4px;
    justify-content: center;
    border-radius: 3px;
    width: max-content;
}
.download-app .card-body, .download-app .card-header{
    justify-content: center;
}
.download-app .card{
    min-height: 200px;
    cursor: pointer;
}
.select2-container{
    width: 340px !important;
}
.select2-search__field{
    width: auto !important;
}
.continue-web, .continue-web:hover{
    border: 2px solid;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .visitor-pass .btn{
        padding: 6px 30px;
    }
    .visitor-registartion .visitor-pass .mb-5{
        margin-bottom: 15px !important;
    }
    .visitor-registartion .card{
        min-height: 200px;
    }
    .visitor-registartion .constro-logo{
        width: 150px;
    }
    .visitor-registartion .card-header{
        min-height: 50px;
    }
    .visitor-registartion .card-header h5{
        font-size: 16px;
    }
    .visitor-registartion .display-inline img{
        width: 140px;
        height: 43px;
    }
    .fixed-bottom h5{
        font-size: 14px;
    }
    .fixed-bottom #countdown{
        font-size: 12px;
    }
    #days, #hours, #minutes, #seconds{
        font-size:15px
    }
    .navbar-nav .btn-red, .navbar-nav .btn-book {
        width: 33%;
    }
    .contact-detail .bg-blue{
        height: auto;
    }
    .contact-detail .content{
        padding: 10%
    }
    .lightbox img{
        position: unset;
        transform: unset;
        transition: unset;
        transform-style: inherit;
    }
    .navbar-toggler{
	    background-color:#fff
    }
    .video-section h1{
	    font-size: 40px;
        top: 20%;
    }
    .card-section .card, .bg-pink-section .box-shadow{
        margin-bottom: 25px;
    }
    .count h1{
        font-size: 40px;
    }
    .client-section li img{
        width: 70px;
    }
    .carousel-item h1{
        font-size: 40px;
    }
    .carousel-item p{
        font-size: 15px;
    }
    .carousel-item h6{
        font-size: 22px;
    }
    .education-section h1{
        font-size: 40px;
    }
    .wic-section h2{
        font-size: 26px;
    }
    
    .about-banner{
        height:auto;
    }
    .heading{
        font-size: 54px;
    }
    .heading-section {
        position: relative;
        top: 0 !important;
        padding: 26% 0;
    }
    .sub-footer ul{
        display: block;
    }
    .sub-footer ul li::after{
        display: none;
    }
    .footer{
        position: relative;
    }
    .second-section{
        width: 100%;
    }
}

@media only screen and (min-width: 900px) and (max-width:1400px) {
    .nav-item {
        margin-right: 7px;
    }
    .btn-red, .btn-book, .nav-link{
        font-size: 14px;
    }
}

