.hide{display:none !important;}

.section-title h2.title
{
 /* font-size: 31px !important; */
}

.wbrClinets
{
  border: 1px solid #eee;
}

.testimonials .testimonial-avatar .testimonial-img img
{
  height: 80px !important;
    width: 80px !important;
}

.testimonials.style2 .testimonial-content
{
  min-height: 520px !important;
}

.wbrBranches
{
  font-size: 11px;
}

.wbrNomination
{
  font-size: 12px; 

  color: #EFB312 !important;
}

.wbrVenturesFName
{
  color: #00AFEF !important;
}


ul.ttm-recent-post-list>li img
{
  width: 70px;
    height: 85px;
}

.ttm-page-title-row
{
  padding-top: 197px;
    padding-bottom: 65px;
}

.ttm-bgcolor-skincolor
{
  background-color: #016286 !important;
}


.wbrServices .featured-title h5
{

   font-size: 14px;
    line-height: 30px;
    margin-bottom: 10px;

}


.wbrServices .ttm-icon.ttm-icon_element-size-md i {
    font-size: 18px;
}

.wbrServices .featured-icon-box.left-icon .featured-content
{
   padding-left: 0px;
}

.awardsClinets img
{
  border: 1px solid #eee;
}

.wbrAwardsPage .sidebar div.widget-area {
    padding: 0px 12px;
    margin-top: 65px;
}

.awradsLogo
{
    background: url(../images/ptn-1.png);
    background-size: auto;
    border: 1px solid #eee;
  }

  .wbrAwardsPage .title-header .subBoldText
  {

    font-size: 16px;
    letter-spacing: 1px;
    color: #007cc2;
  }

  .wbrAwardsPage .sidebar .widget-area .widget {
    position: relative;
    margin: 18px 0 40px;
}

.serviceSideMenu .active
{
  background-color: #00AFEF !important;
  color: #ffffff !important;
}

.filterSearchLink li a
{
  font-size: 13px !important;
  padding: 14px 14px 14px 15px !important;
}

.galleryInnerDiv .featured-imagebox-portfolio.ttm-box-view-top-image
{
   margin-bottom: 0px;
}

div.pp_default .pp_expand
{
  display: none !important;
}


/*Nomination Form Styling*/


.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 15px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f9e090; }

textarea.form-control {
  height: inherit !important; }

.btn {
  cursor: pointer;
  border-radius: 40px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
  .btn.btn-primary {
    background: #f9e090 !important;
    border: 1px solid #f9e090 !important;
    color: #000 !important; }
    .btn.btn-primary:hover {
      border: 1px solid #f9e090;
      background: transparent;
      color: #f9e090; }
    .btn.btn-primary.btn-outline-primary {
      border: 1px solid #f9e090;
      background: transparent;
      color: #f9e090; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #f9e090;
        color: #fff; }

.ftco-section {
  background: #fff; }
  .ftco-section h2 {
    margin-bottom: 0; }

.modal {
  background: rgba(0, 0, 0, 0.5); }

.modal-dialog {
  max-width: 900px; }

.modal-content {
  border: none;
  position: relative;
  padding: 50px !important;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  background: #c859ff;
  background: -moz-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #c859ff), color-stop(100%, #ffab8c));
  background: -webkit-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
  background: -o-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
  background: -ms-linear-gradient(45deg, #c859ff 0%, #ffab8c 100%);
 /* background: linear-gradient(45deg, #047da9 0%, #b3c3ff 100%);*/
 background: linear-gradient(45deg, #003143 0%, #6888ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c859ff', endColorstr='#ffab8c', GradientType=1 );
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
  .modal-content h3 {
    color: #fff;
    font-weight: 300; }
  .modal-content .modal-header {
    padding: 0;
    border: none; }
  .modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1); }
  .modal-content .modal-body {
    border: none; }
  .modal-content .modal-footer {
    border: none;
    background: #f8f8f8; }
  .modal-content .form-control {
    background: transparent;
    border: none;
    padding: 0;
    height: 40px;
    color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0; }
    .modal-content .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.8) !important; }
    .modal-content .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.8) !important; }
    .modal-content .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.8) !important; }
    .modal-content .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.8) !important; }
  .modal-content .btn {
    font-weight: 500;
    height: 52px; }
    .modal-content .btn .btn-primary {
      background: #f9e090 !important; }
  .modal-content .social {
    width: 100%; }
    .modal-content .social a {
      width: 100%;
      display: block;
      border: 1px solid rgba(255, 255, 255, 0.4);
      color: #000;
      background: #fff; }
      .modal-content .social a:hover {
        background: transparent;
        color: #fff; }

.divider {
  position: relative; }
  .divider:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto; }

.form-check {
  padding: 0; }

.fill-checkbox {
  --color: #f9e090; }
  .fill-checkbox .fill-control-input {
    display: none; }
    .fill-checkbox .fill-control-input:checked ~ .fill-control-indicator {
      background-color: var(--color);
      border-color: var(--color);
      background-size: 80%; }
    .fill-checkbox .fill-control-input:checked ~ .fill-control-description {
      color: #fff; }
  .fill-checkbox .fill-control-indicator {
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    background: transperent;
    background-size: 0%;
    background-position: center;
    background-repeat: no-repeat;
    content: 'hey';
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }
  .fill-checkbox .fill-control-description {
    color: rgba(255, 255, 255, 0.6); }

.form-check.disabled .fill-checkbox {
  --color: rgba(255,255,255,.4); }
  .form-check.disabled .fill-checkbox .fill-control-description {
    color: rgba(255, 255, 255, 0.4); }

.modal-content .form-control {
    background: transparent;
    border: none;
    padding: 0;
    height: 40px;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
}

.modal-content .form-control {
    background: transparent;
    border: none;
    padding: 0;
    height: 40px;
    color: rgba(255,255,255,.8);
    border-bottom: 1px solid rgba(255,255,255,.2);
    border-radius: 0;
}

.modal-content .form-control:focus, .modal-content .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #f9e090;
}


.awardsListPage .featured-imagebox-post .featured-content.featured-content-post .post-title h5
{
   text-align: center;
}

.knowMoreNewBtn
{
  margin: 30px auto 20px auto;
  display: table;
}

.awardsListPage .featured-imagebox-post .featured-content.featured-content-post {
    padding: 22px 27px 22px 27px;
    background-color: #efefef;
}

.mediaPartSec ul
{
  list-style: bullets;
}

.mediaPartSec ul li
{
  padding: 5px;
  margin: 10px 0;
}

.mediaPartSec ul li:nth-child(odd)
{
  background-color: #ebeaea;
}

.mediaPartSec ul li:nth-child(even)
{
  background-color: #cee7ce;
}

.electronicMediaPartSec ul li
{
   width: 33%;
   display: inline-block;
   padding: 5px;
}

.ourPatrons img
{
   padding: 10px;
   border: 1px solid #eee;
   margin: 10px 0;
}


.ttm-row.about-top-section {
    padding-top: 50px;
}

input[type="text"]:focus
{
  border-color: #f9e090 !important;
}

.awardsTrophyIcons
{
  display: inline-block;
    float: left;
    margin-right: 10px;
}

.first-footer {
    padding: 62px 0 0px;
}


/*Awads Modal Popup*/

.ftco-section {
  background: #fff; }
  .ftco-section h2 {
    margin-bottom: 0; }

.modal-dialog {
  max-width: 950px; }

.modal-content {
  border: none;
  position: relative;
  padding: 0 !important;
  font-size: 14px;
  border-radius: 0;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
  .modal-content .modal-header {
    padding: 0;
    border: none; }
  .modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    color: #fff; }
  .modal-content .modal-body {
    border: none;
    position: relative;
    z-index: 0;
    color: rgba(255, 255, 255, 0.8); }
    .modal-content .modal-body.color-1 {
      background: #afa939; }
    .modal-content .modal-body .subheading {
      font-weight: 700; }
    .modal-content .modal-body .heading {
      font-weight: 700; }
    .modal-content .modal-body a:hover {
      color: #afa939; }
  .modal-content .label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px; }
  .modal-content .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 15px; }
    .modal-content .form-control::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.4) !important; }
    .modal-content .form-control::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.4) !important; }
    .modal-content .form-control:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.4) !important; }
    .modal-content .form-control:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.4) !important; }
  .modal-content textarea {
    padding: 20px 15px !important; }
  .modal-content .btn-secondary {
    height: 52px;
    display: inline-block; }
  @media (max-width: 767.98px) {
    .modal-content .img {
      height: 300px;
      background-position: top center; } }


.padding35
{
  padding: 35px !important;
}

.faqsSection ul
{
    list-style-type: square;
}

.awardsCatgBottmSec .ttm-list-style-icon li
{
    display: inline-block;
    width: 49%;
}


.subBoldText {
    font-size: 16px;
    letter-spacing: 1px;
    color: #007cc2;
}


/**********************************

  Button Ripple Effects

**********************************/

.borderColor {
   
    border-color: #007bc1 !important;
}


.wbrBtnEffects {
    position: relative;
    /*display: flex;*/
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*height: 150px;
    width: 150px;*/
    border-radius: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 20px 0 rgba(0,174,239,0.65);
    transition: all 0.4s ease-in-out 0.2s;
    cursor: pointer;
    outline: none;
    position: relative;
}




    .wbrBtnEffects::before {
        content: '';
        /*border-radius: 300px;
  min-width: calc(300px + 12px);
  min-height: calc(60px + 12px);*/
        border: 3px solid #0070b7;
        box-shadow: 0 0 60px rgba(0,255,203,.64);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all 1.5s ease-in-out 2.9s;
    }


    .wbrBtnEffects::after {
        content: '';
        width: 200px;
        height: 80px;
        /* border-radius: 100%;*/
        border: 4px solid #0070b7;
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: ring 2.9s infinite;
    }

    .wbrBtnEffects:hover::after, .wbrBtnEffects:focus::after {
        animation: none;
        display: none;
    }

@keyframes ring {
    0% {
        width: 30px;
        height: 30px;
        opacity: 1;
    }

    100% {
        width: 230px;
        height: 70px;
        opacity: 0;
    }
}


.upcomingAwardsModal .modal-body
{
  padding: 0px !important;
}

.v-slider-frame { height: 60px; overflow: hidden; text-align: left; }

.v-slider-frame { height: 60px; overflow: hidden; text-align: left; }
        ul.v-slides { list-style-type: none; transform: translateY(50px); padding: 0; text-align: center; }
.v-slide 
{ font-size: 20px; line-height: 60px; font-weight: bold; color: #fff; font-family: inherit; text-align: left;
 
 padding-left: 18px; 


 }

