/* :root {
    --theme-color: #333A4D;
    --theme-alt-color: #0a0a0a;
    --theme-caption-color: #C48A4D;
    --theme-header : #282e3f; 
    --theme-nav : #333a4d; 
    --white: #ffffff;
    --nav-menu-color: #e7a35d; 
    --icon-color: #C48A4D;
    --link-color: #C48A4D;
    --link-alt-color: #333a4d;
    --link-hover-color: #333a4d;
    --ash-color: #d5d5d566; 
} */
input[type="checkbox"]{
    accent-color: var(--theme-color);
}
input[type="checkbox"] {
    accent-color: var(--theme-color);
}

.mkd-separator-holder.mkd-separator-with-icon.mkd-animate .mkd-separator:first-of-type, .mkd-separator-holder.mkd-separator-with-icon.mkd-animate.appeared .mkd-separator{
    background: var(--theme-color) !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
    box-shadow: none;
}
.text-violet {
    color: #28a745 !important;
}
.text-green {
    color: #007a09 !important;
}
.text-light-green {
    color: #28a745 !important;
}
.MsoNormal span{
background: #fff !important;
color: #333 !important;
}

.btn-success {
    color: #fff;
    background-color: #16684b;
    border-color: #1a6e3d;
}
.btn-warning {
    color: #1d1d1d;
    background-color: #fecc05;
    border-color: #ffc107;
}

.btn-squared-green
{
    width: 100px;
    height: 100px;
    font-size: 45px;
    color: #fff;
    background-color: #28a745;
    transition: all 0.5s ease-in-out;
}
.btn-squared-green:hover {
    background-color: #007a09;
    color: #f9f9f9;
}

.text-black-shader {
    color: #212529 !important;
}
.text-red {
    color: #ff0000 !important;
}
.text-bold {
    font-weight: bold !important;
}
.bg-violet {
    background-color: #662d91 !important;
}
.bg-green {
    background-color: #007a09 !important;
}
.img-fluid-80 {
    width: 80% !important;
    margin: auto;
}

.card-header h4{
    color: var(--theme-color) !important;
}
.nav-sub-menu ul {
    list-style: none;
}
.nav-sub-menu ul li {
    float: left;
    margin-top: 4px;
    margin-left: 10px;
    padding: 0px 10px;
    background: #005606;
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
}
.nav-sub-menu ul li a{
    color: #ffffff;
}
.nav-sub-menu ul li:hover{
    background-color: #004204;
}

.contact-info > p{
    float: left;
}

.hero-welcome-container {
    width: 100%;
    display: flex;
}
.hero-wrapper {
    width: 100%;
    float: left;
}
.welcome-wrapper {
    width: 30%;
    float: left;
    padding-left: 15px;
}
.welcome-wrapper p {
    text-align: justify;
    font-size: 13px;
}

.download-list-link {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.featured .icon-box:hover .download-list-link {
    opacity: 1;
}
.download-list-link-btn {
    border: 1px solid #5b4a9a;
    padding: 5px 10px;
    border-radius: 4px;
}
.download-list {
    list-style: none;
}
.download-list i {
    font-size: 20px !important;
    float: right;
}
.download-list li {
    padding: 10px 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 10px 0;
    border-bottom: 1px solid #ececec;
}
.download-list li a , .download-list a{
    color: var(--link-alt-color);
}
.download-list li a:hover{
    color: var(--link-color);
}
.download-list a:hover{
    color: var(--link-color);
}
.download-list-all li {
    display: flex;
    justify-content: space-between;
}
.download-list-all li p{
    margin-bottom: 0px;
}
.download-list-all li:last-child {
    margin-bottom: 0px;
}

.notice-list i{
    float: left;
    font-weight: normal;
    font-size: 14px;
    margin-right: 5px;
}

.member-search-form .form-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .5rem .75rem;
    font-size: 16px;
    color: #000;
}
.member-search-form button{
    font-size: 16px;
}
.member-search-form button i{
    margin-right: 2px;
}

.btn-custom {
    background: #fecc05;
    color: #000000;
    opacity: 0.9;
    transition: all 0.5s ease-in-out;
}
.btn-custom:hover {
    opacity: 1;
    color: #fff !important;
    text-decoration: none !important;
}
.member-search-box, .member-table {
    position: relative;
    padding: 30px 15px 25px 14px;
    border: 1px solid #DDD;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    background: url('../images/Footer.png');
    background-size: cover;
    border-radius: 10px
}
.member-search-box .form-control{
    color: #0a0a0a;
    background-color: #e7e7e7ba;
}

.member-search-box button{
    border-radius: 5px;
}
.member-search-box .form-control::placeholder{
    color: #0a0a0a;
}
.member-search-form select:focus > option:checked:before{
    color: red;
    background: red;
}
.member-search-overlay {
    background: #DADADA;
    border-radius: 60%;
    padding: 10px;
    width: 145px;
    letter-spacing: 2px;
    color: rgb(34, 12, 75);
    text-align: center;
    font-size: 1.2em;
    position: absolute;
    top: -26px;
    left: 10px;
}
.section-heading-costom {
    border-bottom: 1px solid #DDD;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
}
#attorney-details ul>li {
    padding: 0 1.25rem;
    font-weight: bold;
    border: none;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

/* #committee-slide .owl-item:nth-child(even) {
    display: none;
    visibility: hidden;
}
#committee-slide .owl-dots .owl-dot:last-child {
    display: none;
  } */
.owl-nav{
    text-align: center;
}
.owl-prev {
    width: 30px;
    height: 30px;
    background-color: var(--icon-color) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    /* display: inline-block; */
    z-index: 5000;
    margin: 2px;
    border-radius: 4px;
}
.owl-next {

    width: 30px;
    height: 30px;
    background-color: var(--icon-color) !important;
    color: #ffffff !important;
    font-size: 20px !important;
    z-index: 5000;
    margin: 2px;
    border-radius: 4px;
}
.pride-top-name {
    font-size: 20px;
}
#footer .footer-item .footer-title {
    font-size: 24px;
    padding: 20px 0 15px 0;
    margin-bottom: 0;
    position: relative;
    color: #fecc05;
    font-weight: 700;
}
#footer .footer-item .footer-title:after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #A0A0A0;
    margin-bottom: 10px;
    margin-top: 15px;
}
.ftex {
    margin-bottom: 0;
    text-align: center;
    color: #BBB;
}

.bgi-cover-center {
    background-size: cover;
    background-position: center;
}
.rs-icon-funfact .icon {
    display: block;
    font-size: 42px;
    line-height: 2;
    float: left;
    width: 70px;
    height: 70px;
    color: #8a8989;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.rs-icon-funfact .body-content p {
    color: #8a8989;
}

.uk18 {
    font-size: 18px;
}
.content-wrap {
    padding: 30px 0;
}
.rs-icon-funfact .body-content {
    margin-left: 90px;
    border-left: 1px solid #007a09;
    padding-left: 20px;
}
.body-content h2 {
    font-size: 2.857em;
    line-height: normal;
    color: #fff;
}

 .row.display-flex {
    display: flex;
  }
 .row.display-flex > [class*='col-'] {
    display: flex;
  }


  .text-ticker {
    height: 35px;
}

.text-ticker marquee {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    width: calc(100% - 100px);
    background-color: #f9f9f9;
    height: 100%;
}

.text-ticker marquee a {
    color: #000000;
    margin-right: 20px;
    font-weight: normal;
    line-height: 35px;
}
.text-ticker marquee a:hover {
    color: #28a745 !important;
}
.text-ticker marquee .dot {
    height: 15px;
    width: 15px;
    background-color: #545454;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 3px;
}
.contact-info a:hover {
    color: #f1f1f1 !important;
}
.text-ticker .image {
    width: 100px;
    height: 35px;
    position: relative;
    background: red;
    float: left;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    padding-left: 20px;
  }
  .text-ticker .image:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 17px solid white;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }
  .text-ticker .image:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -17px;
    z-index: 1;
    width: 0;
    height: 0;
    border-left: 17px solid red;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
  }

.category-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.category-nav li {
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.category-nav li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.category-nav li i {
    position: absolute;
    font-size: 22px;
    top: 7px;
    left: -20px;
    opacity: 0;
    transition: all 0.35s ease-in-out;
}
.category-nav li a {
    transition: all 0.35s ease-in-out;
}
.category-nav li:hover i{
    left: 0px;
    opacity: 1;
}
.category-nav li:hover a{
    margin-left: 22px;
}

.language-btn {
    color: #fff;
    text-decoration: none;
    border: 1px solid var(--theme-alt-color);
    font-size: 13px;
    line-height: 14px;
}

.language-btn.active {
    background-color: var(--theme-alt-color);
    color: #000000 !important;
}
.language-btn:hover {
    text-decoration: none;
    color: #fff;
}
.lang {
    margin: 2px 0px;
}
.featured .icon-box h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
}
.downloads{
    text-align: center;
}
.downloads a{
    display: inline-flex;
    background: var(--theme-color);
    padding: 5px 10px;
    border-radius: 50px;
    color: var(--theme-alt-color);
    transition: 0.3s ease;
}
.downloads a h2{
    margin: 0;
    font-size: 1.25rem;
    padding: 0 10px;
}
.downloads a:hover{
    color: var(--theme-color);
    background: var(--theme-alt-color);
    transform: scaleX(1.015);
}


.scroll-pride-top-name {
    font-size: 17px;
}
.com-page .scroll-pride-top-name{
    font-size: 18px;
    color: var(--theme-color);
}
.com-page .scroll-pride-top-name:hover{
    color: var(--link-color);
}
#pride-slide .owl-stage,
#committee-slide .owl-stage {
    display: flex;
}
#pride-slide .owl-item,
#committee-slide .owl-item {
    display: flex;
    flex-direction: column;
    margin: 15px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: #fff;
    padding: 10px;
    transition: all ease-in-out 0.3s;
}
#pride-slide .owl-item{
    background: var(--ash-color);
    border-bottom: 5px solid #333a4d;
}

.page-item.active .page-link {
    color: #fff !important;
    background-color: #c48a4d !important;
    border-color: #e7a35d !important;
}
.page-link {
    color: var(--icon-color) !important;
}
.page-link:focus{
    box-shadow: none;
    outline: 0;
    border-color: #e7a35d !important;
}

.owl-carousel .owl-nav button.owl-next:active,
.owl-carousel .owl-nav button.owl-next:visited,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:active,
.owl-carousel .owl-nav button.owl-prev:visited,
.owl-carousel .owl-nav button.owl-prev:focus {
outline: none !important;
}

.member-info p{
    color: #000;
    line-height: 14px;
    font-size: 13px;
}

@-moz-keyframes blink {
    0%{
        background-color: #ffc400;
    } 50%{
        background-color: rgb(255, 115, 0);
    } 100%{
        background-color: #ffc400;
    }
} /* Firefox */
@-webkit-keyframes blink {
    0%{
        background-color: #ffc400;
    } 50%{
        background-color: rgb(255, 115, 0);
    } 100%{
        background-color: #ffc400;
    }
} /* Webkit */
@-ms-keyframes blink {
    0%{
        background-color: #ffc400;
    } 
    50%{
        background-color: rgb(255, 115, 0);
    } 
    100%{
        background-color: #ffc400;
    }
} /* IE */
@keyframes blink {
    0%{
        background-color: #ffc400;
    } 
    50%{
        background-color: rgb(255, 115, 0);
    } 
    100%{
        background-color: #ffc400;
    }
} /* Opera */

.download-application {
    background-color: #ffc400;
    text-align:center;
    margin-bottom: 4px;
    font-size: 13px;
    border-radius: 5px;
    text-transform: none;
    -moz-transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
    -o-transition:all 0.5s ease-in-out;
    -ms-transition:all 0.5s ease-in-out;
    transition:all 0.5s ease-in-out; 
    -moz-animation:blink normal 1.5s infinite ease-in-out; /* Firefox */
    -webkit-animation:blink normal 1.5s infinite ease-in-out; /* Webkit */
    -ms-animation:blink normal 1.5s infinite ease-in-out; /* IE */
    animation:blink normal 1.5s infinite ease-in-out; /* Opera */
}
.committee-member-name {
    font-size: 15px;
}
.committee-member-designation {
    font-size: 12px;
}

.speech.icon-box p {
    color: #545454;
    line-height: 30px !important;
    font-size: 13px;
    margin-bottom: 0;
}













/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */
  
  @media (min-width: 481px) and (max-width: 767px) {
    
    .info {
      text-align: center;
      margin: 10px 0px;
    }
    
    .right-top-navbar {
      margin-bottom: 10px;
    }
    
  }

  @media(max-width:768px){
    .logo-row {
        padding: 5px 0;
        background: var(--theme-header);
        position: fixed;
        height: 100px;
        overflow: hidden;
        z-index: 9;
        right: 0;
        left: 0;
    }
    .mobile-top-bar .list-view{
        margin-top: 100px;
        background: #16562e;
        font-size: 14px;
    }
    .logo p{
        line-height: 1.27;
        font-size: 0.9rem;
    }
    .mobile-top-bar .list-view ul {
        list-style: none;
        display: inline-flex;
        margin: 0;
        padding: 5px 10px;
        justify-content: space-evenly;
        width: 100%;
    }
    .mobile-top-bar .list-view ul li{
        border: 0;
        padding: 0;
        margin: 0;
    }
    .featured .icon-box h3 {
        font-size: 20px;
        font-weight: normal;
        /* background: #282e3f; */
        color: white;
        text-align: center;
    }
    .count-number {
        font-size: 3rem;
    }
    .featured.glance_section .icon-box h3 {
        font-size: 16px;
        padding: 10px;
        margin: 0;
        border-radius: 0 0 10px 10px;
    }
    .featured .icon-box h3 i {
        font-size: 16px;
    }
    .featured.glance_section .icon-box h3 i {
        font-size: 14px;
        margin-right: 5px;
    }
    .rs-testimonial-1 .media {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 5px !important;
        margin-right: 10px;
        max-width: 110px;
    }

    .member-page .rs-team-1 {
        padding: 0;
        padding-bottom: 10px;
    }
    .sub-pride-img{
        max-width: 100%;
    }
    .member-page .rs-team-1 a h3 {
        font-size: 16px;
        padding: 0 5px;
    }
    .pride-card-text-sub p{
        padding: 0 5px;
        font-size: 12px !important;
    }

  }
  
  /* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */
  
  @media (min-width: 320px) and (max-width: 480px) {

    .info {
      text-align: center;
      margin: 10px 0px;
    }
    
    .right-top-navbar {
      display: flex;
      justify-content: space-around;
      margin: 10px 0px;
    }
    .rs-testimonial-1 .body {
      width: 100%;
    }
    .footer-item {
        text-align: center;
    }
    .footer-item img {
        margin-top: 30px;
    }
    .nav-sub-menu {
        padding: 10px 0px;
    }
    .nav-sub-menu ul li {
        float: right;
    }
  }

  .notice-list a{
    display: flex;
  }
  .notice-list img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .notice-list p{
    line-height: 1.27;
  }
  .featured .notice-list h2, .featured .download-list h2 {
    font-size: 21px;
    margin: 0;
}

.header-logo{
    display: none;
}
.menu-footer-logo{
    display: none;
}
@media(max-width: 768px){
    .mobile-nav  .clearfix{
        margin-bottom: 60px;
    }

    #header .logo h1 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 5px;


    }
    .header-logo{
        display: block;
        text-align: center;
        border-bottom: 1px solid #ececec42;
        padding-bottom: 10px;
        position: relative;
    }
    .header-logo img{
        width: 80px
    }
    .lang {
        margin: 0;
        position: absolute;
        top: -7px;
        right: 12px;
       
    }
    .lang a{
        padding: 5px;
    }

    .menu-footer-logo{
        position: fixed;
        display: block;
        width: 100%;
        bottom: 15px;
        padding: 10px 15px;
        right: 0;
        z-index: 99;
        overflow: hidden;
        z-index: 99;
        padding-bottom: 0px; 
    }
    .menu-footer-logo p{
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #0a4f24;
        border-radius: 0 0 10px 10px; 
    }
    .menu-footer-logo img{
        width: 40px;
    }
}


