.btn {
    text-transform: none;
}
.banner-2 {
    /*background-color: #c00a87;*/
    /*background: url("../img/awards-bg-2023.jpeg"), linear-gradient(#c00a87,#6a008b, #39007f);*/
    background: url("../img/awards-bg-2023.jpeg"), linear-gradient(#c00a87,#6a008b, #39007f);
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
     background-attachment: fixed; 
    /*height: 100vh;*/
    background-repeat: no-repeat;
}

#return-to-top {
    background: #df3b3b;
}

#return-to-top:hover {
    background: #2e0077;
}

.trans-navigation.header-white .navbar-nav a.active {
    color: #e64141;
}

.trans-navigation.header-white {
    background: rgba(0,0,0,0.7);
}

.trans-navigation.header-white .navbar-nav a.active {
    color: #df3b3b;
}

#categories {
    background: url("../img/awards2023-section-bg.jpeg");
    -webkit-background-size: cover;
    background-size: cover;
}
/*#categories .section-title, #winners-head .section-title {
  color: #788487;
}*/

#categories .categy-box {
    border-radius: 20px;
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px;
    transition: all .3s ease-in-out;
}
#categories .categy-box.org {
    border:5px solid #df3b3b;
}
#categories .categy-box.indiv {
   border:5px solid #ffde00;
}
#categories .categy-box:hover {
    box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
    transform: translate3d(0px, -2px, 0px);
}

.section-heading {
    text-align: left;
    width: 100%;
}

.category-desc {
    text-align: justify;
    margin-bottom: 0;
    margin-top: 10px;
    color: #606060;
}

.category-title {
    font-size: 22px;
    line-height: 30px;
    color:#c80f7e;
    /*margin-bottom: 15px;*/
}

.category-list {
    padding: 10px;
    border-radius: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.category-org {
  border:2px solid #df3b3b;
}
.category-indiv {
  border:2px solid #ffde00;
}
/*.category-id .grey:before,
.category-grey:before,
.category-id .yellow:before,
.category-yellow:before,
.category-white:before,
.category-pink:before,
.category-id .white:before,
.category-id .pink:before, .category-org:before, .category-id .org:before,
.category-green:before, .category-id .green:before{
    content: "\A";
    border-radius: 50%;
    display: inline-block;
}

.category-id .grey:before,
.category-id .yellow:before,
.category-id .white:before,
.category-id .pink:before, .category-id .org:before, .category-id .green:before {
    margin-right: 5px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
}

.category-grey:before,
.category-yellow:before,
.category-white:before,
.category-pink:before, .category-org:before, .category-green:before {
    margin-right: 10px;
    width: 10px;
    height: 10px;
}

.category-id .grey:before,
.category-grey:before {
    background: #333939;
}

.category-id .white:before,
.category-white:before {
    background: #ffffff;
}

.category-id .pink:before,
.category-pink:before {
    background: #ff71f3;
}

.category-id .yellow:before,
.category-yellow:before {
    background: #b7d626;
}

.category-id .org:before,
.category-org:before {
    background: #ED6D6C;
}

.category-id .green:before,
.category-green:before {
    background: #EAFF00;
}*/

.category-id {
    color: #d9d9d9;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
}

.banner-2 {
    height: 100%;
}


/*.timeline-img { margin-bottom: 50px; }*/
#timeline {
    background: url("../img/awards2023-section-bg.jpeg");
    -webkit-background-size: cover;
    background-size: cover;
}

#timeline .section-heading {
    margin-bottom: 0px;
}

.theme-text-pink {
    color: #ff298b;
}

#footer {
    display: none;
}

#sub-footer {
    /*background: #131990;*/
    background: #2e0077;
    padding: 20px 0;
    color: #ffffff;
}
#sub-footer a {
    color: #ffffff !important;
}
.no-margin {
    margin: 0;
}

#sub-footer p {
    font-size: 16px;
    line-height: 24px;
}

.awrds-btn-hand {
    background-color: #0ab5e2;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 10px;
    white-space: normal;
}
.download-frm-btn {
    background-color: #db3162;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff !important;
    border-radius: 10px;
    white-space: normal;
}
.copyright .small {
    font-size: 14px !important;
    line-height: 20px !important;
}

@media (max-width: 769px) {
    .banner-sec-desk {
        display: block !important;
        background-position: center right !important;
        padding: 50px 0;
    }
    .banner-sec-desk:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(120deg, #000, #000);
        opacity: .2;
    }
    .zinnov-awards-logo {
        width: 60%;
    }
    .copyright-grid {
        margin-top: 15px;
    }
    #timeline {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-title {
        font-size: 24px;
        line-height: 32px;
    }
    /*#categories, #faq-section {
        padding-left: 20px;
        padding-right: 20px;
    }*/
}

@media(min-width:768px) {
    .banner-2 {
        padding:20px 0;
    }
    .copyright-grid {
        text-align: right;
    }
    .zinnov-awards-logo {
        width: 30%;
    }
    .btn-col {
        text-align: right;
    }
    #timeline {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .section-title {
        font-size: 40px;
        line-height: 50px;
    }
    /*#categories, #faq-section {
        padding-left: 60px;
        padding-right: 60px;
    }*/
}

.shrink-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.shrink-on-hover:hover,
.shrink-on-hover:focus,
.shrink-on-hover:active {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.awards-category-type {
    color: #fff;
    background: #a10642;
    padding: 5px 10px;
    margin-bottom: 30px;
    width: fit-content;
}

#faq-section {
    /*background-color: #15184c;*/
    background-color: #052d4e;
}
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
.myaccordion .card {
  margin-bottom: 10px;
  border-radius: 0;
  border-bottom: none;
  background: none;
}
.myaccordion .card-header {
  padding: 5px 10px;
  border-radius: 0;
  color: #fff;
  /* background-color: rgba(16, 87, 104, 0.5); */
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
  background-color:transparent;
}
.myaccordion .card-body {
  background: #00223e;
  padding: 15px;
  color: #fff;
  font-size: 16px;
}
.myaccordion .card-body a {
    color: #fff !important;
    font-weight: bold;
}
.myaccordion .fa-stack {
  font-size: 18px;
  line-height: 22px;
  padding-left: 20px;
  float: right;
  right: 0;
  position: absolute;
}
.myaccordion .btn {
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 0;
  white-space: initial;
  outline: 0px;
  /*font-weight: 600;*/
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
   font-weight: normal;
   padding-right:10px;
}
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion li+li {
  margin-top: 10px;
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 90%;
    }
}
.awards-details-box {
    color: #fff;
    background: #186397;
    padding: 15px;
    border-radius: 10px;
    letter-spacing: 1px;
}
.awards-details-box h5 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.awards-details-box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}

#imagemodal {
    z-index: 99999;
}
#imagemodal .modal-body {
    padding: 0;
}
#imagemodal .modal-content {
    background:#1567a1;
    border:none;
}
#imagemodal .modal-dialog{
    overflow-y: initial !important
}
#imagemodal .modal-body{
    height: 80vh;
    overflow-y: auto;
}
#imagemodal .modal-header {
    padding: 10px 20px 0px;
    /*height: 0;*/
    border: 0;
}
#imagemodal .close { 
    /*bottom: -15px;*/
    position: relative;
    z-index: 1;
    color: #fff;
    opacity: 0.9; 
}
@media(min-width:600px) {
    #imagemodal .close { right: 15px;  bottom: -15px;}
}
@media(max-width:600px) {
    #imagemodal .close { right: 4px;  bottom: -4px;}
}
#myModal .modal-dialog {
      max-width: 800px;
      margin: 100px auto;
}

#myModal .modal-body {
  position: relative;
  padding: 0px;
}
#myModal .close {
    padding: 10px;
}
#winners-head .owl-controls {
    display: none;
}
.video {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.video img {
    opacity: 0.8;
}
.video:before {
    position:absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f01d";
    font-family: FontAwesome;
    font-size: 40px;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  }
.award-col {
    margin-bottom: 20px;
}
.theme-blue {
    background-color: #00223e;
}
.theme-text-dark-blue {
    color: #00223e !important;
}
.theme-text-light-blue {
    color: #0e85c8 !important;
}
#from-vault {
    background-color: #c40d80;
}
.theme-text-grey {
    color: #b3b3b3;
}
.theme-text-half-white {
    color: rgba(255, 255, 255,0.8);
}
#from-vault .fv-data, #from-vault .fv-data-1, #from-vault .fv-data-2 {
    font-weight: normal;
}
#from-vault .fv-data {
    font-size: 36px;
    line-height: 50px;
    /*text-align: right;*/
    text-align: center;
}
#from-vault .fv-data-1 {
    font-size: 50px;
    line-height: 60px;
}
#from-vault .fv-data-2 {
    font-size: 80px;
    line-height: 90px;
}
#from-vault .fv-grid {
    text-align: center;
    margin-bottom: 20px;
}
#from-vault .fv-text {
    font-size: 24px;
    line-height: 28px;
}
#from-vault .fv-text-2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 500;
}

.section-30-padding {
    padding:30px 0;
}
.winner-cta {
    color: #0e85c8 !important;
    cursor: pointer;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    border: 0;
    transition: all 0.5s;
    border-radius: 10px;
    width: auto;
    position: relative;float: right;
}
.winner-cta::after {
  content: "\f054";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  left: 85%;
  color: #0e85c8 !important;
  /*top: 31%;
  right: 5%;*/
  bottom: 0;
  opacity: 0;
}
.winner-cta:hover {
  transition: all 0.5s;
  /*background: #2b2bff;
  border-radius: 10px;
  box-shadow: 0px 6px 15px #0000ff61;*/
  /*padding: 0rem 3.5rem 0rem 1.5rem;*/
  padding: 0rem 2rem 0rem 0rem;
}
.winner-cta:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
.inl-blck {
    display: inline-block;
}
.mar-left {
    margin-left: 20px;
}
.service-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

@media(min-width: 992px) {
    .br-right {
        border-right: 1px solid rgba(255,255,255,0.5);
    }
}
@media(min-width: 768px) {
   .v-flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*Tooltip*/
#tooltip a {
  color: #fff;
}
.lite-tooltip {
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  color: #000;
  font-color: 14px;
  padding: 15px;
  border-radius: 3px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.lite-tooltip:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
}
.lite-tooltip.lite-tooltip-bottom:before {
  bottom: auto;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #fff transparent;
}
.lite-tooltip.lite-tooltip-right:before {
  bottom: auto;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 6px 6px 0;
  border-color: transparent #fff transparent transparent;
}
.lite-tooltip.lite-tooltip-left:before {
  bottom: auto;
  left: auto;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #3b4355;
}
#winners-head {
    background: url(../img/awards2023-section-bg.jpeg);
    -webkit-background-size: cover;
    background-size: cover;
}
#winners-head .section-title {
  text-align: center;
}