<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&amp;display=swap');

@import "all.min.css";
@import "animate.min.css";
/*Mixins*/
body {
   font-family: 'Lato', sans-serif;
    font-size: 13px;
    background-color: #f4f6f9;
    color: #333;
    font-weight: 400;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-top: 115px;
}
.card {
    transition: .3s ease-in-out;
}
* {
    margin-top: 0; 
}
h1,h2,h3,h4{
	font-weight:300;
	margin-top:0;
}
hr {
    border-top: 1px solid #ddd;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
    padding: 0;
}

.container {
    max-width: 1440px;
    width: 100%;
}

.d-flex {
    display: flex;
    align-items: center;
}

.strong {
    font-weight: 900;
}

.fa {
    margin-right: 0.5em;
}
/*Bootstrap Styles*/
.text-primary {
    color: #15529d!important;
}
.bg-primary{
	 background-color: #15529d!important;color:#fff;
}
.card {
    border: 0;
    box-shadow: 0 1px 6px 0px #00000017;
}

    .card:hover {
        box-shadow: 0 5px 16px 0px #00000026;
    }




.btn-primary {
    background-color: #15529d;  
}

    .btn-primary:hover {
        box-shadow: 0 2px 12px 0px #2196f3;
    }

.btn, .form-control, .form-select {
    border: 0;
    font-size: 1em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    overflow: hidden;
    padding: 0.6em 1em;
}
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230066dd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
   
    padding: 0.6em 2.5em 0.6em 1em;
    cursor: pointer;
    border: 1px solid #15529d;
    color: #15529d;
}
.btn-light {
    color: #15519c;
}

.pagination .page-item.active a {
    color: #fff !important;
}

.pagination .page-item a {
    color: #15519c !important;
}
/**Header**/
header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #f4f6f9;
    z-index: 9; 
}

    header.main-header .header-first {
        padding: 0.5em 0;background-color: #fff;
    }

        header.main-header .header-first .main-logo a img {
            height: 50px;
        }

        header.main-header .header-first .contact-info {
            margin-right: 2em;
        }

            header.main-header .header-first .contact-info ul li {
                margin-right: 1em;
            }

                header.main-header .header-first .contact-info ul li .fa {
                    margin-right: 0.5em;
                    color: #15519c;
                }

        header.main-header .header-first .top-select-btn {
            display: flex;
            align-items: center;
        }

            header.main-header .header-first .top-select-btn .btn-join {
                color: white;
                background-color: orange;
             
                width: 100%;
                background-image: url(../images/btn-orng-bg.jpg);
            
                background-size: cover;
                background-position: center;
            }

                header.main-header .header-first .top-select-btn .btn-join:hover {
                    box-shadow: 0 2px 12px 0px #ff9800;
                    background-position: 1000px 0;
                    transition: 20s ease;
                }

    header.main-header .header-second {
       background-color: #15529d;
        position: relative;
    }

        header.main-header .header-second #Menu1 ul {
            display: flex;
        }

            header.main-header .header-second #Menu1 ul &gt; li &gt; a {
                color: #ffffff;
                padding: 1.25em 1.5em;
            }

            header.main-header .header-second #Menu1 ul a.popout {
                background-size: 12px;
                padding-right: 18px !important;
                background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
            }

            header.main-header .header-second #Menu1 ul ul {
                background-color: #ffffff;
                box-shadow: 0 4px 20px rgb(0 0 0 / 8%);
                -webkit-background-clip: padding-box;
                -moz-background-clip: padding;
                background-clip: padding-box;
                -webkit-border-radius: 0.5em;
                border-radius: 0.5em;
                -moz-border-radius: 0.5em;
                overflow: hidden;
            }

                header.main-header .header-second #Menu1 ul ul li a {
                    color: #171717;
                    font-size: 1em;    padding: 0.75em 1.5em;
                }

                    header.main-header .header-second #Menu1 ul ul li a:hover {
                        color: #15519c;
                        background-color: #f4f6f9;
                    }
					.btn-join{
						    color: #15529d;
    font-weight: 900;
					}
 
/*Mobile menu*/
.menu-bar {
    display: none;
    font-size: 1.5rem;
    width: 50px;
    text-align: center;
    z-index: 9999;
    position: relative;
}
    .menu-bar input {
        display: none;
    }

.owl-carousel {
    background-color: #fff;
    overflow: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-border-radius: 1em;
    overflow: hidden;
}
    .owl-carousel .owl-dots {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .owl-carousel .owl-item {
        height: 420px;
    }
        .owl-carousel.owl-carousel-advt .owl-item a, .owl-carousel.owl-carousel-advt .owl-item a img {
            height: 100%;
        }
/**Counts**/
.count-box {
    text-align: center;
    padding:5px 0;
}

.count-icon {
       color: #15529d;
       font-size: 2em;
       /* line-height: 0; */
       background-color: #fff;
       width: 55px;
       height: 55px;
       border-radius: 50%;
       margin: auto;
       line-height: 55px; 
}

.count-number {
   font-size: 2em;
    font-weight: 300;
    margin-top: 5px;
    position: relative;
    color: #15529d;
}
     

.count-text {
   font-size: 1.25em;
}
.count-text span {
    text-transform: uppercase;
}

.count-box.count-cost .count-number {
    color: #569900;
    line-height: 25px;
}

.count-box.count-cost .count-icon {
    color: #569900;
}

.count-box.count-cost .count-text {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    font-family: 'Heebo', sans-serif;
}
/*Lg buttons*/
.lg-buttons-holder {
    display: flex;
    /*flex-wrap: wrap;*/
    margin: 0 -0.75em;
    justify-content: center;
}

    .lg-buttons-holder .card {
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        -webkit-border-radius: 1em;
        border-radius: 1em;
        -moz-border-radius: 1em;
        /* overflow: hidden; */
        /* width: calc(25%);*/
        margin: 0 0.75em;
        /* text-align: center; */
        /* height: 200px; */
        box-shadow: none;
        border: 0;
        padding: 1.65em;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

        .lg-buttons-holder .card:hover {
            box-shadow: 0 5px 16px 0px #00000026;
        }

        .lg-buttons-holder .card .lg-btn-icon {
               color: #15529d;
               font-size: 2em;
               /* line-height: 0; */
               background-color: #f4f6f9;
               width: 55px;
               height: 55px;
               border-radius: 50%;
               /* margin: auto; */
               line-height: 55px;
              /* box-shadow: 0 5px 16px 0px #00000026;*/
               /* position: absolute; */
              /*  top: -28px;
               left: 35px;*/
               text-align: center;
        }
		.dist-box.lg-buttons-holder{ 
		    display: flex;
    height: 100%;
    justify-content: space-between;
		}
		.dist-box.lg-buttons-holder .card{ 
		  padding:2em 1.65em;
		}
		.dist-box-title{
			 color: #15529d;
		}
		
		
.club-box.lg-buttons-holder .card .lg-btn-icon,.club-box-title {
            color: #006b9b; 
        }
		
		
		
		.club-box.lg-buttons-holder{
			flex-direction: column;height: 100%;
			/* margin-top: 0.75em; */
			/* padding: 2em 1em 1em; */
		}
		.club-box.lg-buttons-holder .card{
			    flex-direction: row;
			    align-items: center;
			    width: calc(100% - 1.5em);
			   
			    text-align: left;flex-direction: column;
    align-items: center;
    width: calc(100% - 1.5em);
   height: 100%;
    text-align: left;
    display: flex;    justify-content: space-evenly;
		}
		.club-box.lg-buttons-holder .card&gt;hr { 
    width: 100%;
    border-top: 1px solid #000;
}
		.club-box.lg-buttons-holder .card a{
			    display: flex;
   align-items: center;
    justify-content: space-between;
    width: 100%;
		}
		.club-box.lg-buttons-holder .card .lg-btn-icon{
			    margin: 0 0.25em 0 0;
		}
			
            .lg-buttons-holder .card .lg-btn-icon img {
                width: 40px;
            }

        .lg-buttons-holder .card .lg-btn-title {
            font-size: 1.25em;
            font-weight: 300;
            color: #333;
            line-height: 1.1;
        }
.lg-buttons-holder .card .fa-chevron-right{
	font-size:2em;color:#15529d;
}
            .lg-buttons-holder .card .lg-btn-title span {
                font-weight: 300;
                display: block;
                color: #15529d;
                font-size: 1.5em;
            }
/*Avenue of Services*/
.avenue-services {
    border: 0;
    padding: 1em 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-border-radius: 1em;
    overflow: hidden;
}

    .avenue-services .card-header {
        background-color: #ffffff;
        /* color: #000; */
        border: 0;
        padding: 1em;
        text-align: center;
        /* background-image: url(../images/header-bg.jpg); */
        /* background-repeat:no-repeat; */
        background-size:cover;
    }

    .avenue-services .lg-buttons-holder .card {
        box-shadow: none;
        border: 0;
        width: calc(33.33% - 1.5em);
        height: auto;
        /* margin-top: 2em; */
        padding: 1em;
        text-align: center;
    }

        .avenue-services .lg-buttons-holder .card:hover {
            box-shadow: none;
        }

        .avenue-services .lg-buttons-holder .card .lg-btn-title {
            font-weight: normal;
            font-size: 1em;
        }
		.avenue-services .projectsByClubs{
			    display: flex;
    justify-content: space-around;
    text-align: center; 
		}
		.avenue-services .projectsByClubs a{ 
    color: #333;
		}
		.avenue-services .projectsByClubs a .lg-btn-icon img{
			width: 40px;
		}
		.lines-divider{
			    position: absolute;
    right: -30px;
    height: 1px;
    width: 45px;
    background-color: #15529d;
    top: 44%;
    /* transform: translateX(-50%); */
    display: block;
    margin: auto;
  }
		.lines-divider:before{
			content: '';
			height: 1px;
			width: 30px;
			background-color: #adadad;
			display: block;
			top: -5px;
			margin-left: auto;
			margin-right: auto;
			position: relative;
		}
		.lines-divider:after{
			content: '';
			height: 1px;
			width: 30px;
			background-color: #adadad;
			display: block;
			bottom: -5px;
			margin-left: auto;
			margin-right: auto;
			position: relative;
		}
/*DIGNITARIES OF ROTARY*/
.dignitaries{
	 -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-border-radius: 1em;
}
.digni-box{
	text-align: center; 
}
.digni-box .card-title a{
color:#ffff;
}
.digni-box img{
	border-radius: 50%;
    width: 120px;border: 2px solid #fff;
}
.digni-box a.btn{
	 
}
.digni-box .card-title {
    font-weight: lighter;
   
    margin-top: 0.75em;
}
 
  .pg-title {
    font-weight: lighter;
   
    margin-top: 0.75em;
}
 .pg-title span{
    color: #15529d;
}
.bg-primary .lines-divider{
	background-color: #fff;
} 
.bg-primary .lines-divider:before,
.bg-primary .lines-divider:after{
	background-color: #fff;
}
    /*Footer*/
#footer-part {
    background-color:#071d39;
    background-size: cover;
    background-position: center;
}
.main-footer {
    padding: 3em 0 1.5em;
}

    .main-footer h4 {
        color: #ffffff;
        margin-bottom: 0.75em;
    }

.footer-copyright {
    text-align: center;
   color: #4a79b3;
    padding: 2em;
    background-color: #0e2c51;
}

.quick-links-list li {
    width: 50%;
}

    .quick-links-list li a {
        color: #fff;
        padding: 8px 0;
    }

        .quick-links-list li a:hover {
            color: #144f7d;
        }

.animate-chevron a {
    transition: 200ms ease;
}

    .animate-chevron a .fal {
        font-size: 0.8rem;
        left: -15px;
        opacity: 0;
        position: relative;
        transition: 200ms ease;
    }

    .animate-chevron a:hover .fal {
        left: 10px;
        opacity: 1;
    }

.animate-chevron .btn-lg .fal {
    font-size: 1rem;
}

.animate-chevron.padding a:hover {
    padding-right: 25px;
}

/*INNER*/
#page-banner {
    padding: 1em;
      overflow: hidden;
    position: relative; 
    margin: 0 -0.75em 1.5em -0.75em;
}

    #page-banner:before {
        content: "";
        display: block;
        position: absolute;
        left: -10000px;
        right: -10000px;
        bottom: 0;
        top: 0; 
        z-index: -1;
    }

    #page-banner .inner-pg-title {
        text-align: center;
        display: block;
        font-size: 2em;
        font-weight: 300;
        position: relative;
        text-transform: uppercase;
        color: #15519c
    }

.event-thum {
    background-color: #15519c;
    padding: 2%;
    text-align: center;
    align-self: stretch;
    line-height: 2.5em;
}

    .event-thum .card-title {
        color: #002746;
    }

.upEvents .card-text .fal {
    color: #f40f02;
}

.event-thum .cmsmasters_event_month {
    font-size: 18px;
    font-weight: bold;
}

.event-thum .cmsmasters_event_day {
    font-size: 40px;
    color: #ffffff;
    font-weight: 300;
}
/*Newsletter*/
.listing-pdf .card-title {
    color: #f40f02;
}

    .listing-pdf .card-title a {
        color: #f40f02;
    }

.listing-pdf br {
    display: none;
}
/*Project List*/




/*Upcoming Event*/
.upEvents {
    padding: 0;
    overflow: hidden;
    margin-bottom: 1em;
}



    .upEvents .card-body {
       
    }

    .upEvents .card-text {
    }

    .upEvents .card-footer {
      
    }

        .upEvents .card-footer a {
            padding: 0.2rem 0.8rem;
        }

        .upEvents .card-footer .card-text {
        }

    .upEvents .single-lightbox {
        height: 250px;
        border-radius: 0;
        background-color: #ccc;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
    }

        .upEvents .single-lightbox a {
            display: block;
            width: 100%;
            height: 100%;
        }

    .upEvents .event-description {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


/*Activities*/


.activities-list .card {
    padding: 0;
    margin-bottom: 1em;
    position: relative;
    height: 100%;
    overflow: hidden;
}
.activities-list .card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    display: block;
    font-size: 1.25em;
    color: #333;
}
.activities-list .card .card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;height: 24px;
}

        .activities-list .card .card-text * {
            font-size: 14px !important;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.activities-list .card .card-title a { 
    color: #15519c;
}
    .activities-list .card .card-title a:hover {
        color: #333;
    }

        .activities-list .card:hover a.btn {
            box-shadow: 0 2px 12px 0px #2196f3;
        }

    .activities-list .card .card-footer {
    
        background-color: transparent;
    }

        .activities-list .card .card-footer i {
            color: orange;
        }

    .activities-list .card .card-img {
        height: 250px;
        border-radius: 0;
        background-color: #f4f6f9;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
    }
 .activities-list span.row&gt;br {
       display:none;
    }
        .activities-list .card .card-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }

        .activities-list .card .card-img .act-chapter {
            position: absolute;
            bottom: 0;
            background-color: #ffb100;
            padding: 4px 10px;
            color: #fff;
        }

.currently-loading {
    background-image: url(Images/rolling.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-size: 50px;
    background-color: rgba(0, 0, 0, 0.48);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

span#lblVisitorCount {
    background-color: #45fffd;
    padding: 10px;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 10px;
}

/*Calendar*/

.myCalendar {
    width: 100%;
    border: none !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

    .myCalendar a {
        text-decoration: none
    }

    .myCalendar tr td.circle a {
       
    }

    .myCalendar .myCalendarTitle {
        font-weight: 700;
        height: 40px;
        line-height: 40px;
        background-color: #00577e;
        color: #fff;
        border: none !important
    }

    .myCalendar .myCalendarNextPrev {
        text-align: center
    }

        .myCalendar .myCalendarNextPrev a {
            font-size: 1px
        }

        .myCalendar .myCalendarNextPrev:nth-child(1) a {
            color: #4ccaef !important;
            background: url(../images/la.png) no-repeat center center
        }

            .myCalendar .myCalendarNextPrev:nth-child(1) a:hover,
            .myCalendar .myCalendarNextPrev:nth-child(3) a:hover {
                background-color: transparent
            }

        .myCalendar .myCalendarNextPrev:nth-child(3) a {
            color: #4ccaef !important;
            background: url(../images/ra.png) no-repeat center center
        }

        .myCalendar .myCalendarDay a,
        .myCalendar .myCalendarDayHeader a,
        .myCalendar .myCalendarNextPrev a,
        .myCalendar .myCalendarSelector a {
            display: block;
            line-height: 20px
        }

    .myCalendar .myCalendarToday {
        background-color: #f2f2f2;
        /* height: 16px; */
    }

    .myCalendar tr td,
    .myCalendar tr th {
        font-size: 14px;
        text-align: center;
        border: 1px solid #dbdbdb;
        padding: 0.8em;
        position: relative;
    }

    .myCalendar &gt; tbody &gt; tr:nth-child(1) td {
        background-color: transparent !important;
        padding: 0;
        border: 0;
    }

.myCalendarTitle tr td {
    padding: 1em 0 !important;
}

.myCalendar .myCalendarToday a {
    color: #25bae5 !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}



    .myCalendar .myCalendarToday a:after {
        content: "TODAY";
        color: #000;
        font-size: .5em;
        display: inline-block;
        pointer-events: none;
        width: 100%;
        float: left
    }
.circle {
    
    /* background: #07294d; */
    border: 1px solid #ccc;
 
    font-size: 1.5em;
}

#cal-spn {
    position: absolute;
    right: 5px;
    top: 5px; 
    display: block;
}
#cal-bday, #cal-anniversary, #cal-events {
    margin-bottom: 5px;
    display: block;
}
    #cal-bday::after, #cal-anniversary::after, #cal-events::after {
        content: "";
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }
    #cal-bday::after {
        background-color: #4caf50;
    }
    #cal-anniversary::after {
        background-color: #ff5722;
    }
    #cal-events::after {
        background-color: #2196f3;
    }


.title-bday {
    color: #4caf50;
}
.title-anniversary {
    color: #ff5722;
}
.title-events {
    color: #2196f3;
}
.scrol1 {
    height: 400px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
}
    .scrol1 ol {
        list-style-type: none;
    }
    .style-4::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #f5f5f5
    }

.style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5;border-radius:2px;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #15519c;
    border: 2px solid #15519c
}

 
.cal {
    font-size: 16px;
    color: #949494
}

.cal1 {
    margin-top: 20px
}

 

.app:after {
    content: "";
    display: table;
    clear: both
}


/*Club Finder*/
.list-info ul li {
    border-top: 1px solid #eee;
    display: flex;
    padding: 1em 0.5em;
}
    .list-info ul li i {
        color: orange;
        margin-right: 8px;
    }

    .list-info ul li span {
        width: 50%
    }
    .list-info ul li .address-li span span {
        width: auto;
    }
.club-act-details .nav-tabs .nav-link {
    border: 1px solid #d5d9de;
    margin-right: 5px;
    color:#333;
}

/*Club Projects*/

.club-counter-holder {
    margin-bottom: 25px;
}

  
        

        .club-counter-holder .count-box:after {
            display: none;
        }

        .club-counter-holder .count-box .count-number {
            font-size: 25px;
        }
    .club-counter-holder .count-number::after {
        background-color: #ccc;
    }
.color-1 {
    color: #007eff!important;
}

.color-2 {
    color: #8bc34a!important;
}

.color-3 {
    color: #9c27b0!important;
}

.color-4 {
    color: #ff9800!important;
}

.color-5 {
    color: #ff4c3a!important;
}

.color-6 {
    color: #00bcd4!important;
}

.color-7 {
    color: #5c9718!important;
}

.act-detail-wrapper .act-det-header {
    margin-bottom: 1em;
}

.act-gallery .card-img {
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
}

.act-detail-wrapper .card-img img {
    width: 100%;
}

.act-detail-wrapper .act-category h4 {
    margin-bottom: 0;
}

.act-detail-wrapper .fal {
    margin-right: 10px;
}

.act-detail-sidebar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}


    .act-detail-sidebar .sidebar-title {
        font-size: 18px;
        color: #12428c;
    }

        .act-detail-sidebar .sidebar-title .fal {
            margin-right: 5px;
            font-size: 20px;
            text-align: center;
        }

    .act-detail-sidebar .detail-col {
        width: 50%;
        /* margin-top: 10px; */

        padding: 12px 0 10px;
        position: relative;
        padding-left: 32px;
    }

        .act-detail-sidebar .detail-col .far {
            position: absolute;
            top: 24px;
            font-size: 1.2em;
            transform: translateY(-50%);
            left: 0;
        }


.act-gallery {
    display: flex;
}

    .act-gallery &gt; span {
        height: 100px;
        position: relative;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
        width: 25%;
        transition: all 300ms ease;
    }

        .act-gallery &gt; span a {
            display: block;
            height: 100%;
        }

            .act-gallery &gt; span a img {
                display: block;
                height: 100%;
            }

        .act-gallery &gt; span:hover {
            transform: scale(1.1);
            z-index: 1;
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, .45) !important;
        }

        .act-gallery &gt; span br {
            display: none;
        }
.sidebar-desc {
    color: #6c757d;
}
.card-holder{
    display:flex!important;
}
.card-holder .leader-img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 50%;
    margin: 1.5em auto 0.5em auto;
}

    .card-holder .leader-img img {
        width: 100%;
    }

.card-holder .title {
    text-align: center;
    color: #006ab7;
}
.card-holder&gt;span{
    display:block;
}
.card-holder &gt;  br {
    display: none;
}
.no-advt a{
    display:block;
}
.no-advt a img{
    width:100%
}


.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: orange;
}
    .accordion-button:not(.collapsed)::after {
        background-color: #fff;
        border-radius: 50%;
        background-size: 13px;
        text-align: center;
        background-position: 3px center;
        width: 20px;
        height: 20px;
    }
    /**Responsive**/
    @media only screen and (max-width: 1199px) {
    }

    @media only screen and (max-width: 991px) {
        body {
            padding-top: 140px;
        }

        .menu-bar {
            display: block;  
        }
 .menuOpen .menu-bar {
              color: #fff;
        }
        header.main-header .header-second {
            position: fixed;
            bottom: 0;
            top: 0;
            width: 100%;
            left: -100%;
            overflow-y: auto;
            padding: 0 2rem;
            box-shadow: none;
            z-index: 1041;
            height: 100vh;
            background-color: #15529d;
            flex-direction: column;
            justify-content: center;
            display: flex;
            transition: all 200ms ease-in-out;
        }

        .menuOpen header.main-header .header-second {
            left: 0
        }

        .menuOpen header.main-header .header-first .menu-bar:before {
            content: '\f00d';
        }

        div#Menu1 &gt; ul {
            display: flex;
            width: 100%;
            padding: 0;
            justify-content: center;
            flex-direction: column;
        }

        div#Menu1 ul li {
            position: relative;
            width: 100%;
        }

            div#Menu1 ul li a {
                padding: 1rem 1rem;
                color: #fff;
            }

            div#Menu1 ul li &gt; ul {
                flex-direction: column;
                position: relative;
                display: none;
                padding: 0;
                margin: 0;
                border-radius: 10px;
            }

                div#Menu1 ul li &gt; ul li a {
                    color: #607d8b;
                    font-size: 14px;
                }

        .login-btn {
            padding: 1.25em 1.5em;
        }

        header.main-header .header-first {
            padding: 0.5em 0 1em 0;
            box-shadow: 0 1px 10px 0px rgb(0 0 0 / 16%);
        }
    }

    @media only screen and (max-width: 767px) {
        .lg-buttons-holder { 
            flex-wrap: wrap;
        }
        .owl-carousel .owl-item {
            height: auto;
        }
		.digni-box{
	text-align: center;      margin-bottom: 2em;
	}
	.lg-buttons-holder .card{
		width:100%;
	}
 header.main-header .header-first .top-select-btn {
    display: flex;
    align-items: center;
   
}

.button-pulse{
	overflow:hidden;
}

}

    @media (max-width: 575px) {
    }


.cover-img {
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}


/*Animation*/

.button__wrapper {
    display: inline-block;
    max-width: 700px;
    margin: auto;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.button-pulse a {
    background: var(--bg-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    line-height: 65px;
    font-weight: 400
}

    .button-pulse a strong,
    .club-counter-holder .count-box .count-text,
    ul.area-focus-info .card-title {
        font-weight: 700
    }

.pulsing {
    width: 99%;
    height: 99%;
    border-radius: 50px;
    z-index: 1
}

    .pulsing:after,
    .pulsing:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0;
        left: 0;
        z-index: 0;
        background: #15529d;
        border-radius: inherit;
        animation: 2.5s linear infinite pulsing
    }

    .pulsing:after {
        animation: 2.5s linear infinite pulsing1
    }

@keyframes pulsing {
    0% {
        opacity: 1;
        transform: scaleY(1) scaleX(1)
    }

    20% {
        opacity: .5
    }

    70% {
        opacity: .2;
        transform: scaleY(1.8) scaleX(1.3)
    }

    80% {
        opacity: 0;
        transform: scaleY(1.8) scaleX(1.3)
    }

    90% {
        opacity: 0;
        transform: scaleY(1) scaleX(1)
    }
}

@keyframes pulsing1 {
    0% {
        opacity: 1;
        transform: scaleY(1) scaleX(1)
    }

    20% {
        opacity: .5
    }

    70% {
        opacity: .2;
        transform: scaleY(1.3) scaleX(1.2)
    }

    80% {
        opacity: 0;
        transform: scaleY(1.3) scaleX(1.2)
    }

    90% {
        opacity: 0;
        transform: scaleY(1) scaleX(1)
    }
}</pre></body></html>