@import url(../webfonts/stylesheet.css);

/*  reset */

:root {
    --whiteColor: #ffffff;
    --blackColor: #333333;
    --textColor: #bca554;
    --bgColor: #0144a6;
    --base-font: "Open Sans", Helvetica, serif;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-family: var(--base-font);
    width: 100%;
    height: 100%;

    transition: All 0.35s ease-in-out;
    -webkit-transition: All 0.35s ease-in-out;
    -moz-transition: All 0.35s ease-in-out;
}


a, a:hover, a.page-link, a.page-link:focus, a.page-link:hover, ul li, .btn, .btn:hover, .btn:focus, .btn:active, .btn:focus, .btn-primary, button, a, a:hover, a:focus, a:active {
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}



/* global */

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: var(--whiteColor);
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.bdr_r {
    border: solid 1px red;
}

.bdr_g {
    border: solid 1px green;
}

.bdr_b {
    border: solid 1px blue;
}

/*  header */

.join-district {
    border-top: 2px solid var(--bgColor);
    z-index: 5;
}


.join-district a {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background-color: var(--bgColor);
    font-size: 12px;
    color: var(--whiteColor);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.join-district a:hover {
    background-color: #077ef5;
}


.join-district a i {
    color: var(--textColor);
    padding-right: 4px;
}



.navbar-brand {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-right: 0px;
    font-size: 12px;
}

#header {
    background-color: var(--bgColor);
}

.header-top {
    padding: 10px;
}

.header-top p {
    color: var(--whiteColor);
}
.header-top span {
    color: var(--textColor);
    font-size:  16px;
}

.navbar-brand ul {
    padding: 23px 0px 0px 18px;
    line-height: 5px;
}

.navbar-brand ul:first-child {
    font-size: 16px;
}

.navbar-brand ul li:nth-child(1) {
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 22px;
}

.lions-int-logos div {
    padding: 0px 5px 0px 5px;
}

.lions-int-logos span {
    content: " ";
    background-color: var(--bgColor);
    width: 1px;
    display: inline-table;
    height: 70px;
}

.lions-int-logos a img {
    filter: grayscale(100%);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

.lions-int-logos a:hover img {
    filter: grayscale(0%);
}


/* navbar */

.header-bottum {
    background-color: var(--textColor);
}

.header-bottum .navbar {
    padding: 0px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Barlow-Medium', Helvetica, serif;
    color: #333333;
    font-size: 14px;
    border-bottom: 4px solid var(--textColor);
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
}

.navbar-expand-lg .navbar-nav .active .nav-link {
    color: var(--whiteColor);
    font-family: "Barlow-Bold", Helvetica, serif;
    border-bottom: 4px solid var(--whiteColor);
}

.navbar-expand-lg .navbar-nav a.nav-link:hover {
    color: var(--whiteColor);

    border-bottom: 4px solid var(--whiteColor);
}

.navbar-toggler {
    background-color: #000;
    border-radius: 0rem;
    border-bottom: 0px;
    padding-top: 7px;

    padding-bottom: 8px;
    width: 111px;

    position: relative;

    font-size: 18px;

    font-family: 'Barlow-bold', Helvetica, serif;

    text-transform: uppercase;

    color: var(--whiteColor);

    top: 0px;

    height: 42px;
}

.navbar-toggler:hover {
    background-color: var(--bgColor);
}

.navbar-toggler>p {
    top: 10px;

    position: absolute;

    left: 50px;
}


#header .dropdown-menu {
    border-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 10px;
    top: 38px;
    background-color: var(--bgColor);
}

.megaDropdown .dropdown-menu {
    min-width: 350px;
}

.dropdown-menu .dropdown-item {
    padding: 0px 0px;
    text-align: left;
    font-size: 14px;
    color: var(--whiteColor);
    line-height: 26px;
    padding-left: 5px;
}

#header .dropdown-item:hover,
#header .dropdown-item:focus {
    color: var(--bgColor);
    text-decoration: none;
    background-color: var(--whiteColor);
}

#header .dropdown-header {
    font-family: 'Open Sans-Bold', Helvetica, serif;

    color: var(--bgColor);
    font-size: 10px;

    padding-left: 5px;
    background-color: var(--whiteColor);
}

.Follow-us {
    z-index: 6;
}

.Follow-us a {
    color: #333333;
}

.Follow-us a:hover {
    color: var(--bgColor);
}

.Follow-us i {
    font-size: 24px;
}

.Follow-us span {
    position: absolute;
    content: "";
    width: 262px;
    height: 54px;
    top: -8px;
    border-radius: 9px;
    background-color: var(--textColor);
    left: 60px;
}


#hading-div .jumbotron-fluid {
    /* background: url('../images/bg-option1.jpg') no-repeat center; */
    background-color: var(--whiteColor);
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 32px 0px 40px 0px;
    font-family: 'Barlow-bold', Helvetica, serif;
    color: var(--whiteColor);
}

#hading-div .jumbotron {
    margin-bottom: 0px;
}

#hading-div .jumbotron-fluid h4 {
    font-size: 24px;
}

#hading-div .jumbotron-fluid i {
    font-size: 40px;
    position: relative;
    top: 6px;
}

#hading-div span {
    content: " ";
    background-color: var(--whiteColor);
    position: relative;
    display: inline-block;
    left: 52px;
    width: 100px;
    bottom: 22px;
    height: 2px;
}

/* Club in Action list */

#clubs-action-div {

    position: relative;
    bottom: 48px;
    padding: 8px;
    margin-bottom: 80px;
}

.clubs-action-list {
    background-color: var(--whiteColor);
    border-radius: 5px;
}

.btn-view-as {
    padding: 0px 0px 0px 12px;
}

.btn-view-as .btn {
    padding-left: 3px;
    color: #c0c0c0;
    border-radius: 0px;
    border: 0px solid var(--whiteColor);
    box-shadow: none;
    border: 0px;
}

.btn-view-as .btn:hover, .btn-view-as .btn:active {
    color: var(--bgColor);
    box-shadow: none;
    border: 0px solid var(--whiteColor);
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none;
}



.clubs-action-list .nav {
    font-size: 12px;
    padding-top: 6px;
}

.clubs-action-list .nav p {
    margin: 0px;
    padding-top: 2px;
}

.clubs-action-list .nav-item .dropdown-toggle {
    background-color: #F1F1F1;

    font-size: 12px;
    color: var(--whiteColor);
    padding: 2px 15px 2px 15px;
    margin: 0px 0px 0px 10px;
    position: relative;
    color: #333333;
}

.clubs-action-list .nav-item .dropdown-toggle:hover {
    background-color: var(--bgColor);
    color: var(--whiteColor);
}

.clubs-action-list .dropdown-menu {
    top: 23px;
    left: 9px;
    min-width: 89px;
    padding: 2px;
}


.clubs-action-list .nav span {
    content: " ";
    background-color: var(--textColor);
    position: absolute;
    width: 1px;
    display: inline-block;
    height: 20px;
    z-index: 4;
    top: 8px;
    right: 177px;
}


.pagination {
    font-size: 10px;
}

.clubs-action-list .top-pagination .pagination {
    margin-bottom: 0px;
    padding-top: 6px;
}




.pagination .page-item .page-link {
    padding: 4px 10px;
    border: 1px solid #f1f1f1;
}

.top-pagination span {
    content: " ";
    background-color: var(--textColor);
    position: absolute;
    width: 1px;
    display: inline-block;
    height: 20px;
    z-index: 4;
    top: 8px;
}


.bottum-options {
    margin-top: -5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}



.card-deck {

    margin-right: 0px;
    margin-left: 0px;
}

.card-columns {
    column-count: 2;
    margin: 10px;
}

.list-view-club .card-columns {
    column-count: 1;
}

.list-view-club .lg-card .card-img-top {
    width: 30%;
}

.list-view-club .lg-card .card-body {
    top: 10px;
    left: 210px;
    position: absolute;
}

.list-view-club .lg-card .card-body p {
    top: -9px;
    position: relative;
    overflow: hidden;
    width: 95%;
}

.list-view-club .card-subtitle {
    position: absolute;
    bottom: 33px;
    left: 210px;
}

.card {
    font-size: 12px;
    background-color: #F1F1F1;
    border: 1px solid rgba(0, 0, 0, 0);
}

.lg-card .card-img-top {
    width: 100%;
    margin: auto;
    padding: 6px;
    border-radius: 10px;
    height: 200px;
}

.lg-card .card-title {
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 18px;
}

.lg-card .card-subtitle .card-footer {
    font-family: 'Open Sans-Bold', Helvetica, serif;
    border-top: none;
}

.lg-card .card-body {
    padding-bottom: 12px;
    padding-top: 12px;
}

.card-footer {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 6px;
    padding-bottom: 6px;
}

.card:hover {
    background-color: var(--whiteColor);
    border: 1px solid var(--bgColor);
    -webkit-box-shadow: 4px 7px 3px -1px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 4px 7px 3px -1px rgba(0, 0, 0, 0.13);
    box-shadow: 4px 7px 3px -1px rgba(0, 0, 0, 0.13);
}

.card:hover .card-title {
    color: var(--bgColor);
}

.card:hover .card-footer {
    border-top-color: var(--bgColor);
}

.lions-dg-list {
    background-color: var(--whiteColor);
    position: relative;
    left: -51px;
    padding: 5px;
    border-radius: 5px;
    width: 310px;
}

.lions-dg {
    margin: 0px 0px 14px 0px;
    font-size: 10px;
    color: var(--whiteColor);
    border-radius: 5px;

    background: rgb(0, 102, 204);
    background: -moz-linear-gradient(left, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
    background: -webkit-linear-gradient(left, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
    background: linear-gradient(to right, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
}

.lions-dg div {
    padding: 5px;
}

.lions-dg img {
    background-color: var(--whiteColor);
    border: 1px solid var(--textColor);
    border-radius: 5px;
    width: 100%;
    height: 75px;
}

.lions-dg h5 {
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 12px;
    color: var(--textColor);
}

.lions-dg p {
    margin-bottom: 0px;
}

.find-club {
    border: 1px solid var(--textColor);
    position: relative;
    left: -45px;
    min-width: 300px;
    border-radius: 5px;
    padding: 10px 5px 10px 15px;
}

.find-club div {
    padding: 2px;
}

.find-club h4 {
    font-family: 'Barlow-Medium', Helvetica, serif;
    font-size: 24px;
    color: var(--bgColor);
}

.find-club img {
    width: 65px;
    margin-left: 6px;
}

.find-club input {
    width: 90%;
    font-size: 14px;
    border: 0px;
    background-color: #F1F1F1;
    padding: 8px 3px 10px 7px;
    border-radius: 6px;
    margin-left: 12px;
}

.find-club .btn {
    background-color: #333;
    color: var(--whiteColor);
}

.find-club .btn:hover, .find-club .btn:focus {
    background-color: var(--bgColor);
}

#small-catousel {
    position: relative;
    left: -58px;
    width: 296px;
    margin: 24px 0px;
}

#small-catousel .carousel-item::before {
    content: " ";
    z-index: 2;
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 70, 141, 0) 69%, rgba(0, 102, 204, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 70, 141, 0) 69%, rgba(0, 102, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 70, 141, 0) 69%, rgba(0, 102, 204, 1) 100%);
}

#small-catousel .carousel-inner {
    border-radius: 5px;
}

.carousel-caption {
    bottom: -18px;
    font-size: 12px;
}



/* footer */

#footer {
    padding-top: 50px;
    overflow: hidden;
    position: relative;
    color: var(--whiteColor);
    background-color: var(--bgColor);
    border-top: 2px solid var(--textColor);
}

.footer-top {
    padding-bottom: 40px;
    z-index: 3;
}

.footer-top h2 {
    padding-bottom: 2px;
    color: var(--textColor);
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 18px;
    text-transform: uppercase;
}

.footer-top dl {
    font-size: 12px;
}

.footer-top dl dd {
    padding-bottom: 3px;
    padding-left: 18px;
}

.footer-top dl dt {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-top dl dt i::before {
    padding-right: 5px;
}

.footer-top dl dd a {
    color: var(--whiteColor)
}

.footer-top dl dd a:hover {
    color: var(--textColor);
}

.footer-buttom {
    padding-bottom: 12px;
    font-family: 'Barlow-Medium', Helvetica, serif;
    font-size: 12px;
    color: #333;
    border-top: 2px solid var(--whiteColor);
    background-color: var(--textColor);
}

.footer-buttom p {
    margin-bottom: 0px;
}

.footer-top span {
    content: " ";
    position: absolute;
    background: var(--whiteColor)0;
    display: inline-block;
    height: 400px;
    border: 1px solid var(--textColor);
    top: 10px;
    left: 281px;
}

.footer-logo #Back-to-top {
    position: absolute;
    width: 40px;
    height: 27px;
    text-align: center;
    background-color: var(--whiteColor);
    border: 0px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #333;
    left: 14%;
    top: 335px;
    cursor: pointer;
}

.footer-bg-logo {
    content: " ";
    position: absolute;

    background: url('../images/footer-bg-logo.png') no-repeat right;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    opacity: 0.1;
    width: 700px;
    height: 700px;
    top: -150px;
    left: 77%;
    z-index: 1;
}

.breadcrumb
{
    width: 360px;
    height: 40px;
    padding-top:5px;
    background-color: var(--whiteColor);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}

.breadcrumb-item+.breadcrumb-item::before {
 
  content: "›";
  vertical-align:top;
  color: #999999;
  font-size:35px;
  line-height:18px;
}

.about
{
    border: 1px solid var(--textColor);
    background-color: transparent;
    border-radius: 10px;
}

.about h3
{
    color: var(--bgColor);
    font-weight: 900;
    font-size: 24px;
}

.about h5
{
    font-weight: 700;
    font-size: 18px;
}

.about p
{
    font-size: 14px;
    text-align: justify;
    text-indent: 50px;
    font-weight: 400;
}

.about img
{
    width: 200px;
    height: 200px;
}

.team .col-sm
{
    text-align: center;
    border: 1px solid var(--textColor);
    background-color: transparent;
    border-radius: 10px;
    margin: 10px;
    padding: 25px;
}

.team .team-sub
{
    background-color: var(--bgColor);
    border-radius: 20px;
    padding:5px;
    margin: 10px;
    display: table;
    height: 45px;
}

.team p
{
    font-size: 12px;
    font-family: '__Barlow_5';
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 5px;
}

.team .team-sub i
{
    float: left;
    font-size: 12px;
    color: var(--whiteColor);
    padding: 12px 5px 5px 5px;
}

.team .team-sub p
{
    padding: 0;
    font-size: 12px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.team img
{
    width: 120px;
    height: 120px; 
    border-radius: 5px;
    border:1px solid var(--bgColor);  
}

.team span
{
    opacity: 0.5;
}

.sub-row .col-sm
{
    border: 1px solid var(--bgColor) !important;
    margin: 2px !important;
    padding: 2px !important;
}

.sub-row .col-sm p
{
    padding: 0 !important;
    font-weight: normal;
}

.zone-person
{
    background-color: #F1F1F1;
    border-radius: 5px;
    margin: 20px;
    padding: 5px;
}

.zone-person .col-sm
{
    border: 1px solid var(--bgColor);
    background-color: var(--whiteColor);
    border-radius: 5px;
    margin: 10px;
    padding: 20px;
}

.zone-person .team-sub
{
    border: 1px solid var(--bgColor);
    margin: 2px;
    padding: 2px;
    border-radius: 20px;
    margin: 10px;
}

.zone-person p
{
    font-size: 12px;
    font-family: '__Barlow_5';
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 5px;
}

.zone-person .team-sub p
{
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.zone-person img
{
    width: 120px;
    height: 120px; 
    border-radius: 5px;
    border:1px solid var(--bgColor);  
}

.zone-person span
{
    opacity: 0.5;
}

.zone-person .col-sm h3
{
    color: var(--bgColor);
    font-family: '__Open Sans_5';
    font-weight: 700;
    font-size: 14px;
    padding-bottom: 0 !important;
}

.zone-person .col-sm hr
{
    background-color: var(--bgColor);
}

.zone-person .col-sm ul li p::before 
{
    content: ""; 
    background-color: var(--bgColor);
    display: inline-block; 
    width: 10px;
    height: 10px;
    border-radius: 50px;
    margin-right: 5px;
}

.zone-person .col-sm p
{
    font-size: 16px;
    font-weight: 400;
}

.zone-person .col-sm span
{
    font-size: 18px;
    font-family: '__Open Sans_5';
    font-weight: 700;
}

.search-input
{
    width: 70%;
}

.lions-club #basic-addon1
{
    background-color: #000000;
    color: var(--whiteColor);
    font-family: '__Barlow_5';
    font-weight: 700;
    border-radius: 5px 0px 0px 5px;
    font-size: 14px;
}

.lions-club .btn
{
    background-color: #0081CC;
    color: var(--whiteColor);
}

.sub-link
{
    min-height: 50px;
    background-color: #F1F1F1;
    border-radius: 5px;
    border-left: 30px solid var(--textColor);
    line-height: 50px !important;
    margin: 10px;
    padding: 0;
}

.sub-link div
{
    margin: 0 !important;
    padding: 0 !important;
}

.sub-link a
{
    text-decoration: none;
}

.sub-link img
{
    height: 40px;
    width: 40px;
    position: relative;
    left: -20px;
    top: 5px;
    padding: 2px;
    border: 1px solid var(--textColor);
    border-radius: 40px;
    background-color: #F1F1F1;
}

.sub-link p
{
    font-family: '__Open Sans_5';
    font-weight: 700;
    color: var(--bgColor);
    margin-bottom: 0 !important;
}

.sub-link .form-control
{
    background-color: transparent;
    border: none;
    font-family: '__Open Sans_5';
    font-weight: 700;
    color: var(--bgColor);
    margin: 0;
    padding:0;
}

.sub-link .sub-span
{
    font-size: 16px;
    text-align: left;
    color: #000000;
}

.sub-link .last-div
{
    background-color: var(--bgColor);
    border-radius: 0 5px 5px 0;
    padding-left: 5px !important;
}

.sub-link .last-div p
{
    color: var(--whiteColor);
    padding: 0 !important;
    margin: 0 !important;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 12px;
}

.sub-link .last-div span
{
    color: var(--textColor);
    font-size: 14px;
}

.list-mjf
{
    margin: 15px;
}

.list-mjf .col-md
{
    border-radius: 10px;
    border: 1px solid var(--textColor);
    border-top: 30px solid var(--textColor);
    margin: 5px;
    margin-bottom: 20px;
    padding: 0 !important;
    text-align: center;
}

.list-mjf .col-md .img-top
{
    height: 40px;
    width: 40px;
    position: relative;
    top: -80px;
    left: 50px;
    padding: 2px;
    border: 1px solid var(--textColor);
    border-radius: 40px;
    background-color: #F1F1F1;
}

.list-mjf .col-md img
{
    height: 100px;
    width: 100px;
    border: 1px solid var(--whiteColor);
    border-radius: 5px;
    position: relative;
    top: 15px;
    left: -20px;
    background-color: var(--whiteColor);

}

.list-mjf .img-sub-div
{
    background-color: var(--bgColor);
    padding: 0 !important;
    margin: 0 !important;
}

.list-mjf .col-md p
{
    font-size: 12px;
    text-align: center;
    font-family: '__Open Sans_5';
    font-weight: 600;
    padding-top: 25px;
    height: 50px;
}

.list-mjf .col-md hr
{
    background-color: var(--bgColor);
    padding: 0 !important;
    margin: 0 !important;
}

.list-mjf .col-md span
{
    font-size: 10px;
    text-align: center;
    color: #666666;
    font-family: '__Open Sans_5';
    font-weight: 600;
}


.club-president
{
    margin-top: 15px;
}

.club-president .col-md
{
    border-radius: 10px;
    border: 1px solid var(--textColor);
    margin: 5px;
    margin-bottom: 20px;
    padding: 0 !important;
    text-align: center;
}

.club-president .col-md .img-top
{
    height: 45px;
    width: 45px;
    position: relative;
    top: 17px;
    left: 110px;
    padding: 2px;
    border: 1px solid var(--textColor);
    border-radius: 40px;
    background-color: var(--whiteColor);
}

.club-president .col-md img
{
    height: 100px;
    width: 100px;
    border: 1px solid var(--whiteColor);
    border-radius: 5px;
    background-color: var(--whiteColor);

}

.club-president .img-sub-div
{
    background-color: var(--bgColor);
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 10px 10px 0 0;
    position: relative;
    height: 70px;
}

.club-president .col-md p
{
    font-size: 12px;
    text-align: center;
    font-family: '__Open Sans_5';
    font-weight: 600;
    padding-top: 40px;
    height: 60px;
}

.club-president .col-md hr
{
    background-color: var(--bgColor);
    padding: 0 !important;
    margin: 0 !important;
}

.club-president .col-md span
{
    font-size: 10px;
    text-align: center;
    color: #666666;
    font-family: '__Open Sans_5';
    font-weight: 600;
}

.club-president .div-bottom
{
    background-color: #F1F1F1;
    margin-bottom: 10px;
}

.lions-club-info
{
    border: 1px solid var(--bgColor);
    border-radius: 5px;
}

.lions-club-info .info-div1
{
    background: -webkit-gradient(linear, center top, center bottom, from(var(--bgColor)),color-stop(100%, #000054));
    background: -webkit-linear-gradient(top,var(--bgColor) ,#000054 100%);
    background: linear-gradient(to bottom,var(--bgColor) ,#000054 100%);
    text-align: center;
    padding: 0 50px 0 50px;
}

.lions-club-info .info-div1 .container
{
    background-color: var(--whiteColor);
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.lions-club-info .info-div1 .img-top
{
    width: 80px;
    height: 80px;
    padding: 5px;
    background-color: var(--whiteColor);
    border-radius: 40px;
    position: relative;
    top: 40px;
}

.lions-club-info .info-div1 .container .info-p1
{
    font-size: 24px;
    color: #999999;
    font-family: '__Barlow_5';
    font-weight: 900;
    padding-top: 40px;
}

.lions-club-info .info-div1 .container .info-p1 span
{
    color: var(--bgColor);
}

.lions-club-info .info-div1 .container .info-p2
{
    text-transform: uppercase;
    line-height: 19px;
    font-size: 16px;
    color: var(--textColor);
    font-family: '__Open Sans_5';
    font-weight: 600;
    border-bottom: 1px solid #999999;
    margin:0;
}

.lions-club-info .info-div1 .container .info-p3
{
    font-size: 12px;
    color: #F1F1F1;
    font-family: '__Open Sans_5';
    font-weight: 600;
}

.lions-club-info .info-div1 .container .info-p4
{
    font-size: 14px;
    color: #333333;
    font-family: '__Open Sans_5';
    font-weight: 600;
    margin: 0;
}

.lions-club-info .info-div1 .container .ul1
{
    border: 1px solid var(--bgColor);
    border-radius: 10px;
    padding: 0;
}

.lions-club-info .info-div1 .container .ul1 li
{
    display: inline-block;
    padding: 5px 15px 5px 15px;
}

.lions-club-info .info-div1 .container .ul1 li a
{
    color: #999999;
}

.lions-club-info .info-div1 .container .ul1 li a:hover
{
    color: var(--bgColor);
}

.lions-club-info .info-div1 .container .ul2
{
    border: 1px solid var(--textColor);
    border-radius: 10px;
    padding: 0;
}

.lions-club-info .info-div1 .container .ul2 li
{
    display: inline-block;
    padding: 5px 15px 5px 15px;
}

.lions-club-info .info-div1 .container .ul2 li a
{
    color: #000000;
}

.lions-club-info .info-div1 .container .ul2 li a:hover
{
    color: var(--textColor);
}

.info-div2
{
    background-color: #000000;
    padding: 20px 50px 50px 20px;
}

.info-div2 .row .pst-div
{
    background-color: var(--bgColor);
    text-align: center;
    border-radius: 20px;
    margin: 15px;
    padding: 5px 0px 5px 5px;
    margin:0;
    font-size: 16px;
    text-align: center;
    color: var(--whiteColor);
    font-family: '__Barlow_5';
    font-weight: 700;
    width: 100px;
}

.info-div2 .row .col-sm
{
    background-color: var(--whiteColor);
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.info-div2 .row .col-sm img
{
    width: 140px;
    height: 160px;
    background-color: #F1F1F1;
    border-radius: 10px;
}

.info-div2 .row .col-sm p
{
    font-size: 12px;
    text-align: center;
    font-family: '__Open Sans_5';
    font-weight: 600;
    margin-bottom: 0;
    height: 40px;
}

.info-div2 .info-sub-div
{
    background-color: var(--textColor);
    border-radius: 100px;
    padding-bottom: 2px;
    position: relative;
    width: 100px;
    align-content: center;
    bottom: -20px;
    left: 50px;
}

.info-div2 .info-sub-div span
{
    text-align: center;
    color: var(--bgColor);
    font-family: '__Open Sans_5';
    font-weight: 600;
}

.info-div3
{
    padding: 20px 50px 20px 50px;
}

.info-div3 .info-main-p
{
    font-size: 20px;
    color: var(--bgColor);
    font-family: '__Barlow_5';
    font-weight: 300;
}

.info-div3 .sm-main
{
    margin: 15px;
    border: 1px solid var(--textColor);
    border-radius: 5px;
    padding:1px;
}

.info-div3 .sm-main img
{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.info-div3 .sm-sub
{
    background-color: var(--bgColor);
    margin: 15px;
    border: 1px solid var(--textColor);
    border-radius: 5px;
    padding:1px;
    display: none;
    min-height: 203px;
}

.info-div3 .sm-sub p
{
    font-size: 10px;
    text-align: center;
    color: var(--whiteColor);
    font-family: '__Barlow_5';
    font-weight: 600;
}

.info-div3 .info-sub-div
{
    background-color: var(--textColor);
    border-radius: 100px;
    padding-bottom: 5px;
    margin: 5px;
}

.info-div3 .info-sub-div span
{
    text-transform: uppercase;
    font-size: 8px;
    color: #000000;
    font-family: '__Open Sans_5';
    font-weight: 600;
}

.info-div3 .sm-sub p span
{
    opacity: 0.5;
}

.dg
{
    border: 1px solid var(--textColor);
    background-color: transparent;
    border-radius: 10px;
    margin: 0;
    padding: 0;
}

.dg h5
{
    font-size: 14px;
    color: var(--whiteColor);
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
    font-family: '__Open Sans_5';
    font-weight: 600;
}

.district-governor-1
{
    background-color: var(--bgColor);
    height: 220px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    text-align: center;
}

.district-governor-1 .img1
{
    position: absolute;
    top: 2px;
    left: 17px;
    border-radius: 10px 0 0 0;
    opacity: 0.21;
}

.district-governor-1 .img2
{
    position: absolute;
    top: 2px;
    right: 17px;
    border-radius: 0 10px 0 0;
    opacity: 0.21;
}

.district-governor-1 .dg-main-div
{
    position: relative;
    margin: 1% 25% 0 25%;
}

.district-governor-1 .dg-main-div img
{
    background-color: var(--whiteColor);
    border-radius: 10px;
    width: 100%;
    max-width: 150px;
}

.district-governor-1 .dg-sub-div
{
    background-color: #F1F1F1;
    border-radius: 10px;
    position: relative;
}

.district-governor-1 .dg-sub-div .dg-sub-img
{
    margin: 0;
    padding: 0;
    text-align: left;
}

.district-governor-1 .dg-sub-div img
{
    background-color: transparent;
    height: 90px;
    width: 90px;
    margin: 20px 10px 10px 20px;
}

.district-governor-1 .dg-sub-div .dg-sub-text
{
    border-left: 1px solid #000000;
    margin: 20px 5px 5px 5px;
}


.district-governor-1 .dg-sub-div .dg-sub-text p
{
    font-size: 11px;
    margin: 5px;
    padding: 0;
}

.district-governor-1 .dg-sub-div .dg-sub-text p i
{
    color: var(--bgColor);
}

.district-governor-2
{
    margin-top: 80px;
}

.district-governor-2 p
{
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    margin: 20px;
}

.district-governor-2 ul
{
    margin-left: 15px;
}

.district-governor-2 ul li
{
    list-style-type: disc;
    font-size: 14px;
}

.gallary .imagebox
{
    text-align: center;
    background-color: #000000;
    border-radius: 10px;
    margin: 10px;
    padding: 0;
}

.gallary p
{
    font-size: 14px;
    color: var(--whiteColor);
    font-family: '__Open Sans_5';
    font-weight: 400;
}

.gallary img
{
    width: 100%;
    height: 200px;
    border-radius: 10px;
}

.gallary span
{
    font-size: 14px;
    color: var(--textColor);
    font-family: '__Open Sans_5';
    font-weight: 400;
}

hr
{
    background-color: var(--bgColor);
    margin: 5px;
}

.shedules
{
    border-radius: 11px;
    border: 1px solid #000000;
}

.shedules ul
{
    margin: 0;
    padding: 0;
}

.sub-shedules
{
    width: 100%;
    background-color: var(--bgColor);
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #000000;
    color: var(--whiteColor);
    padding:15px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    font-family: '__Open Sans_5';
    font-weight: 400;
}
.shedule_success
{
    background-color: #39B54A;
}

.shedules ul li
{
    border-radius: 10px;
    padding:15px;
    margin: 10px;
    border:1px solid #999999;
    font-size: 14px;
    color: #000000;
    font-family: '__Open Sans_5';
    font-weight: 400;
}

.shedules ul li div
{
    border-right: 1px solid #999999;
}

.shedules ul li div:last-child
{
    border-right: none;
}

.events
{
    margin: 20px 40px 20px 40px;
}

.events .col-md
{
    border-radius: 5px;
    border: 1px solid var(--textColor);
    margin: 20px;
    padding: 0;
}

.events img
{
    width: 100%;
    height: 220px;
    border-radius: 5px 5px 0 0;
}

.events .col-md h5
{
    font-size: 14px;
    font-family: '__Open Sans_5';
    font-weight: 700;
}

.events .col-md p
{
    font-size: 14px;
    text-align: justify;
    color: #333333;
    font-family: '__Open Sans_5';
    font-weight: 400;
    margin-bottom: 20px !important;
}

.events .col-md span
{
    font-size: 24px;
    color: var(--bgColor);
}

.events .col-md span small
{
    font-size: 12px;
    color: #000000;
    font-family: '__Open Sans_5';
    font-weight: 700;
}

.events-view
{
    background-color: #000000;
    color: var(--whiteColor);
    float: right;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    font-family: '__Open Sans_5';
    font-weight: 400;
    padding: 10px 30px 10px 30px;
    border-radius: 40px 0 0 40px;
    position: relative;
    bottom: 30px;
}

.events-view a
{
    color: var(--whiteColor);
}

.newsletters
{
    margin: 10px;
}

.newsletters .subbox
{
    border-radius: 5px;
    border: 1px solid var(--bgColor);
    border-top: 15px solid var(--bgColor);
    margin: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
}

.newsletters img
{
    width: 100%;
    max-width: 150px;
}

.newsletters hr
{
    margin: auto;
}

.newsletters .subbox h5
{
    font-size: 14px;
    font-family: '__Open Sans_5';
    font-weight: 700;
    text-align: center;
}

.newsletters .subbox p
{
    font-size: 14px;
    text-align: justify;
    color: #999999;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px !important;
    text-align: center;
}

.newsletters .subbox span
{
    font-size: 14px;
    text-align: center;
    color: #000000;
}

.newsletters-download
{
    background: url(../images/dwonload-bt-right.png) no-repeat 100%;
    text-align: center;
    padding: 60px 20px 10px 55px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.newsletters-download a
{
    color: #000000;
}

.newsletters-ebook
{
    background: url(../images/dwonload-bt-left.png) no-repeat 100%;
    text-align: center;
    padding: 60px 50px 10px 25px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.newsletters-ebook a
{
    color: #000000;
}

.circulars
{
    background-color: #F1F1F1;
    border-radius: 10px;
    padding: 10px;
    margin:10px;
}

.circulars .circulars-div1
{
    padding: 0;
}

.circulars img
{
    border-radius: 10px;
    width: 100%;
    height: 130px;
}

.circulars .circulars-div2 h5
{
    line-height: 20px;
    font-size: 16px;
    font-family: '__Open Sans_5';
    font-weight: 700;
}

.circulars .circulars-div2 p
{
    font-size: 12px;
    margin: 0;
}

.circulars .circulars-div2 div
{
    float: right;
    background-color: #333333;
    border-radius: 80px;
    padding: 5px 20px 5px 20px;
    margin-top: 48px;
    font-size: 12px;
    color: var(--whiteColor);
}

.circulars .circulars-div1 div
{
    background-color: var(--bgColor);
    border-radius: 2px;
    padding: 5px;
    width: 90%;
    font-size: 12px;
    color: var(--whiteColor);
    position: absolute;
    bottom: 3%;
    right: 10px;
}

.circulars .circulars-div1 div a
{
    color: var(--whiteColor);
}

.contact
{
    padding: 20px;
}

.contact .sub-contact
{
    width: 100%;
    background-color: #000000;
    color: var(--whiteColor);
    margin: 0;
    text-align: center;
    padding: 20px 40px;
}

.contact .sub-contact h5
{
    text-transform: uppercase;
    line-height: 22px;
    font-size: 18px;
    color: var(--whiteColor);
    font-family: '__Open Sans_5';
    font-weight: 600;
    text-align: left;
}

.contact .sub-contact h5 i
{
    color: #f6cd02;
    font-size: 24px;
}

.contact .sb-2
{
    border-left: 1px solid #3466cd;
}

.contact .contact-form
{
    border: 1px solid #999999;
    margin: 0;
    width: 100%;
    border-radius: 0 0 5px 5px;
    padding: 40px;
}

.contact .contact-form form
{
    width: 100%;
    text-align: center;
}

.contact .contact-form form label
{
    font-size: 18px;
    font-family: '__Open Sans_5';
    font-weight: 700;
    margin: 5px;
}

.contact .contact-form .form-group
{
    text-align: left;
}

.contact .contact-form form .form-control
{
    font-size: 16px;
    color: #999999;
    font-family: '__Open Sans_5';
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #000000;
    border-radius: 0;
    margin: 10px;
}

.contact .contact-form form button
{
    color: var(--whiteColor);
    background-color: var(--bgColor);
    border-radius: 40px;
    font-size: 20px;
    letter-spacing: 1px;
    align-self: center;
    font-family: '__Open Sans_5';
    font-weight: 600;
}

.contact .contact-form form button:hover
{
    background-color: var(--textColor);
}

#CaptchaDiv
{
    border: 1px solid var(--textColor);
    font-size: 18px;
    font-family: '__Open Sans_5';
    font-weight: 700;
    margin: 10px;
    padding: 10px 20px 10px 20px;
}

#CaptchaDiv
{
    border: 1px solid var(--textColor);
    font-size: 18px;
    font-family: '__Open Sans_5';
    font-weight: 700;
    margin: 10px;
    padding: 10px 20px 10px 20px;
}

.reload-captcha
{
    color: var(--textColor);
    margin-top: 10px;
}

.reload-captcha:hover
{
    cursor: pointer;
}

.past-dg .past-logo
{
    margin: 0;
    padding: 20px 0 15px 0; 
    background-color: var(--bgColor);
    border-radius: 0px 0px 100px 100px;
    position: relative;
    text-align: center;
    width: 190px;
    min-width: 190px;
    margin-bottom: 15px;
}

.past-dg .div-dot1
{
    width: 25px;
    height: 25px;
    background-color: var(--textColor);
    position: absolute;
    bottom: -15px;
    left: 43%;
    border-radius: 40px;
    border: 4px solid var(--whiteColor);
}

.past-dg-left,.past-dg-right
{
    position: relative;
    top: 0px;
}

.past-dg-main
{
    border-left: 1px solid #f6cd02;
}

.past-dg-left .past-img
{
    border: 2px solid var(--textColor);
    border-radius: 10px;
    margin: 20px 40px 0px 20px;
    padding:15px;
}

.past-dg-left .past-img .dg-year-das
{
    background-color: var(--textColor);
    width: 35px;
    height: 10px;
    position: absolute;
    top: 155px;
    left: 0;
}

.past-dg-left .past-img .dg-year-dot
{
    padding: 2px;
    background-color: var(--whiteColor);
    border: 1px solid var(--textColor);
    position: absolute;
    top: 149px;
    left: -10px;
    border-radius: 50%;
}

.past-dg-left .past-img .dg-year-dot .sub-dot
{
    width: 15px;
    height: 15px;
    background-color: var(--bgColor);
    border-radius: 50%;
}

.past-dg-left .past-year .dg-year-text
{
    background-color: var(--textColor);
    width: 110px;
    position: absolute;
    top: 145px;
    right: 0;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: var(--whiteColor);
    font-family: '__Barlow_5';
    font-weight: 600;
    padding: 3px;
}

.past-dg-left .past-img .row img
{
    width: 60px;
    height: 60px;
    background-color: transparent;
}

.past-dg-left .past-img .row p
{
    margin: 0;
    margin-top: 10px;
    padding-left: 10px;
    background-color: var(--textColor);
    border-radius: 10px 0px 0px 10px;
    font-size: 14px;
    color: var(--whiteColor);
    font-family: '__Open Sans_5';
    font-weight: 400;
}

.past-dg-left .past-img .row span
{
    font-size: 8px;
    color: #999999;
    line-height: 10px;
    margin-left: 10px;
}

.past-dg-left .past-img .row span i
{
    color: var(--bgColor);
}

.past-dg-left .past-img img
{
    background-color: #f2f2f2;
    width: 100%;
    height: 175px;
    border-radius: 10px;
    padding: 5px;
}

.past-dg-left .past-img  p
{
    font-size: 12px;
    text-align: left;
    color: #000000;
    font-family: '__Barlow_5';
    font-weight: 600;
}

.past-dg-right .past-img
{
    border: 2px solid var(--bgColor);
    border-radius: 10px;
    margin: 20px 20px 0px 40px;
    padding:15px;
}

.past-dg-main-2
{
    border-right: 1px solid #f6cd02;
}

.past-dg-right .past-img .dg-year-das
{
    background-color: var(--bgColor);
    width: 35px;
    height: 10px;
    position: absolute;
    top: 155px;
    right: 0;
}

.past-dg-right .past-img .dg-year-dot
{
    padding: 2px;
    background-color: var(--whiteColor);
    border: 1px solid var(--bgColor);
    position: absolute;
    top: 149px;
    right: -10px;
    border-radius: 50%;
}

.past-dg-right .past-img .dg-year-dot .sub-dot
{
    width: 15px;
    height: 15px;
    background-color: var(--textColor);
    border-radius: 50%;
}

.past-dg-right .past-year .dg-year-text
{
    background-color: var(--bgColor);
    width: 110px;
    position: absolute;
    top: 145px;
    left: 0;
    z-index: -1;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: var(--whiteColor);
    font-family: '__Barlow_5';
    font-weight: 600;
    padding: 3px;
}

.past-dg-right .past-img .row img
{
    width: 60px;
    height: 60px;
    background-color: transparent;
}

.past-dg-right .past-img .row p
{
    margin: 0;
    margin-top: 10px;
    padding-left: 10px;
    background-color: var(--bgColor);
    border-radius: 0px 10px 10px 0px;
    font-size: 14px;
    color: var(--whiteColor);
    font-family: '__Open Sans_5';
    font-weight: 400;
}

.past-dg-right .past-img .row span
{
    font-size: 8px;
    color: #999999;
    line-height: 10px;
    margin-left: 10px;
}

.past-dg-right .past-img .row span i
{
    color: var(--textColor);
}

.past-dg-right .past-img img
{
    background-color: #f2f2f2;
    width: 100%;
    height: 175px;
    border-radius: 10px;
    padding: 5px;
}

.past-dg-right .past-img  p
{
    font-size: 12px;
    text-align: left;
    color: #000000;
    font-family: '__Barlow_5';
    font-weight: 600;
}

.shedules ul li:hover
{
    background-color: #f5f5f5;
}

.activity_social a img
{
    height: 30px;
    width: 30px;
    margin: 5px;
    border-radius: 50%;
    opacity:1;
}

.search-ul
{
    margin: 0 !important;
    padding: 0 !important;
}

.search-ul li
{
    margin-left: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 15px;
    padding-bottom: 5px;
}

.search-ul li a
{
    text-decoration: none;
    color: #000000;
}

.search-ul li a:hover
{
    text-decoration: underline;
    color: blue;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.dg-pagination li {

    padding: 8px 15px;
    font-size: 18px;
    background-color: #f0f0f0;
    margin: 2px;
    border-radius: 2px;
}

.dg-pagination li:hover, .dg-pagination li.active {

   text-decoration: underline;
}

.club_information .clubbox {
    text-align: center;
    border: 1px solid var(--textColor);
    background-color: transparent;
    border-radius: 10px;
    margin: 10px;
    padding: 25px;
    padding-bottom: 35px;
}

.club_information .clubbox img {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    border: 1px solid var(--bgColor);
}

.club_information .clubbox h6 {
    font-size: 14px;
    font-family: '__Barlow_5';
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 5px;
}

.club_information .clubbox p {
    font-size: 12px;
    font-family: '__Barlow_5';
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 5px;
    color: var(--whiteColor);
    background-color: var(--bgColor);
    border-radius: 20px;
    padding: 5px;
    margin: 10px;
}

.club_information .clubbox a {
    color: var(--whiteColor);
    font-family: '__Barlow_5';
    background-color: var(--textColor);
    border-radius: 0px 0px 5px 5px;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.club_information .clubbox a:hover {
    background-color: var(--bgColor);
}

.footerapplogo ul {
    padding: 0px;
}

.footerapplogo ul li {
    display: block;
    margin: 10px;
}

.footerapplogo img {
    width: 100%;
}

.homedginfo {
    border: 1px solid var(--textColor);
    font-size: 10px;
    color: var(--whiteColor);
    border-radius: 5px;
    background: rgb(0, 102, 204);
    background: -moz-linear-gradient(left, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
    background: -webkit-linear-gradient(left, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
    background: linear-gradient(to right, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
}

.homedginfo h5 {
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 11px;
    color: var(--textColor);
    margin-top: 5px;
}

.homedginfo img {
    background-color: var(--whiteColor);
    border: 1px solid var(--textColor);
    border-radius: 5px;
    width: 100%;
    margin-top: 30px;
}

.zone-person .zonebox .subbox {
    background-color: var(--whiteColor);
    border-radius: 5px;
    border: 1px solid var(--bgColor) !important;
    margin: 2px !important;
    padding: 2px !important;
    text-align: center;
}

.zone-person .zonebox .subbox p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 !important;
}

.headersocial {
    padding: 0px;
    text-align: center;
    margin: 0;
}

.headersocial li {
    display: inline-block;
}

.homepost .contentbox {
    padding-top: 10px;
    margin: 15px 0px;
    font-size: 10px;
    color: var(--whiteColor);
    border-radius: 5px;
    background: rgb(0, 102, 204);
    background: -moz-linear-gradient(left, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
    background: -webkit-linear-gradient(left, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
    background: linear-gradient(to right, rgb(0, 102, 204) 0%, rgb(46, 49, 146) 100%);
}

.homepost .contentbox h5 {
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 12px;
    color: var(--textColor);
    margin-top: 10px;
}

.homepost .contentbox .imagebox {
    width: 200px;
    height: 200px;
    border-radius: 5px;
    background-color: var(--whiteColor);
    margin: auto;
}

.homepost .contentbox .imagebox img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.homepost .contentbox p {
    padding-bottom: 10px;
}

.homeSlider .owl-item img {
    display: block;
    width: 100%;
    height: auto;
}

.eventlist {
   -webkit-column-count:2;
   -moz-column-count:2;
   column-count:2;
   -webkit-column-gap:0px;
   -moz-column-gap:0px;
   column-gap:0px;
}

.eventlist .contentbox {
    padding: 10px;
}

.eventlist .contentbox .subbox {
    background-color: var(--bgColor);
    padding: 5px;
    border-radius: 5px;
    width: 100%;
}

.eventlist .contentbox p {
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 12px;
    color: var(--textColor);
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.resourcelist .contentbox {
    margin: 10px;
    border-radius: 5px;
    border: 1px solid var(--bgColor);
    border-top: 15px solid var(--bgColor);
    margin: 10px;
    padding: 5px;
    position: relative;
    text-align: center;
}

.resourcelist .contentbox img {
    width: 100%;
    max-width: 150px;
}

.resourcelist .contentbox h5 {
    font-family: 'Barlow-bold', Helvetica, serif;
    font-size: 12px;
    color: var(--textColor);
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    min-height: 80px;
}

.resourcelist .contentbox .resource-download {
    background: url(../images/dwonload-bt-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: right bottom;
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 25px;
}

.resourcelist .contentbox .resource-download a {
    color: #000000;
}

.teamgujaratlions h2 {
    margin: 20px;
    font-family: 'Barlow-bold', Helvetica, serif;
}

.gallery img {
    width: 30%;
    height: 250px;
    margin: 1%;
}