@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,200;0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;0,9..40,900;0,9..40,1000;1,9..40,200;1,9..40,300;1,9..40,400;1,9..40,500;1,9..40,600;1,9..40,700;1,9..40,800;1,9..40,900&display=swap');
body{
    font-family: 'DM Sans', sans-serif;
    background-color: #f6f8f9;
    overflow-x:hidden;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
label {
    margin-top: 0;
}

hr {
    border-top: 1px solid #ddd;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

ul {
    list-style: none;
    padding: 0;
}
.text-primary {
    color: #15529d!important;
}
.bg-primary{
	 background-color: #15529d!important;color:#fff;
}
.btn-primary{
background-color:#15529d;	border:1px solid #15529d;
}

.container{
    max-width: 1440px;
    width: 100%;
}

.contact_details a {
    color: #ffffff;
    text-align: center;
    padding: 0 1rem;
}
header {
    background-color: #fff;
    padding: 1rem 0 0;
}
header .the_row{

display: flex;
}
header .the_row .the_Logo{
       display: flex;
    align-items: center;
    justify-content: space-between;
}
header .the_row .the_Logo img{
       height:50px;
}
header .the_row .nav_holder{

width: 100%;
}
nav.nav_first{
    
background-color: #2d3383;
padding: 0 1rem;
border-radius: 30px;
display: flex;align-items: center;
 
}
nav.nav_first .nav_btn{
    margin-left:auto;
    }
    nav.nav_first .nav_btn .btn{
       border-radius: 30px;
        }
nav.nav_first #Menu1 {

}
nav.nav_first #Menu1 ul {
    display: flex;margin:0;padding:0;
}

    nav.nav_first #Menu1 ul > li > a {
        color: #ffffff;
        padding: 0.75rem;
       font-size:0.85rem;
        display: block;
        transition: all .3s ease;
        border-radius: 0;
    }
    nav.nav_first #Menu1 ul > li > a:hover {
        color: #2d3383;  
       background-color: #ffffff;
    }
    

    nav.nav_first #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;
    }

        nav.nav_first #Menu1 ul ul li a {
            color: #171717;
            font-size: 1em;    padding: 0.75em 1.5em;
        }

            nav.nav_first #Menu1 ul ul li a:hover {
                color: #15519c;
                background-color: #f4f6f9;
            }
			
	

	nav.nav_second .navbar-nav li.nav-item:hover ul.dropdown-menu {
                display:block;
            }
			
			
		#navbarNavDropdown ul li .nav-link{
background-color: #FFC107;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
        }	
			
			.year_dropdown{
	order:1
}
.year_dropdown .form-select{
	width:140px;
}
.title_section{
    font-weight: 300;
    margin-bottom: 3%;
    position: relative;    color: #2d3383;
}
.title_section span{
 
    
display: inline-block;
    
background-color: #ffcc00;
    
border-radius: 50%;
    
position: absolute;
    
left: 50%;
    
top: 120%;
    
transform: translateX(-50%);
}
    .title_section span:before {
        content: '';
        display: inline-block;
        background-color: #ffcc00;
        border-radius: 50%;
        /* left: 50%; */
        /* left: 50%; */
        /* top: 100%; */
        position: absolute;
        /* left: 50%; */
        /* top: 0; */
        left: calc(50% - 24px);
        top: 0;
    }
.title_section span:after{
    content:'';
  
    display: inline-block;
    background-color: #ffcc00;
    border-radius: 50%;
    /* left: 50%; */
    position: absolute;
    left: calc(50% + 15px);
    top: 0;
}
.title_section span,
.title_section span:before,
.title_section span:after
{
    width: 8px;
    height: 8px;
}

	.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;
    box-shadow: none;
    border: 0;
    padding: 1.65em;
    /* margin: 0 0.75em; */
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    -moz-border-radius: 1em;
}
 
		
		
		
		.club-box.lg-buttons-holder{
			flex-direction: column;
			height: 100%;
			/* margin-top: 0.75em; */
			/* padding: 2em 1em 1em; */
			display: flex;
			justify-content: space-between;
		}
		.club-box.lg-buttons-holder .card{
			    flex-direction: row;
			    align-items: stretch;
			    /* 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;
		}
		.club-box.lg-buttons-holder .card>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: 1.25rem;
	color:#2f3384;
}
            .lg-buttons-holder .card .lg-btn-title span {
                font-weight: 300;
                display: block;
                color: #2f3384;
                font-size: 1.5rem;
            }
.lg-buttons-holder .card .lg-btn-icon {
    color: #2f3384;
    font-size: 1.5rem;
    /* line-height: 0; */
    background-color: #ffcc00;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    /* margin: auto; */
    line-height: 55px;
    /* box-shadow: 0 5px 16px 0px #00000026; */
    /* position: absolute; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**************OLD*****************/

 

 

.bg-pink {
    background-color: #002e5b;
}

.bg-orange {
    background-color: #002e5b;
}

.bg-blue {
    background-color: #0355a5;
}

.bg-sky-blue {
    background-color: #0355a5;
}

.bg-light-blue {
    background-color: #002e5b;
}

.form-select {
    padding-right: 35px;
}

.text-orange {
    color: #ffcc00;
}


.social-icons {
    margin: 0;
    display: flex;
    justify-content: center;
}

    .social-icons ul {
        margin-right: 15px
    }

    .social-icons li a {
        width: 35px;
        line-height: 35px;
        font-size: 20px;
        color: #fbc300;
        border-radius: 50%;
        text-align: center;
        -webkit-transition: all .4s linear;
        transition: all .4s linear;
        margin-right: 10px;
    }

        .social-icons li a:hover {
            background-color: #ffc600;
            color: #021d3a;
            -webkit-transition: all .4s linear;
            transition: all .4s linear;
        }

#Menu1 a.popout {
    background-image: none !important;
}

    #Menu1 a.popout:after {
        content: '\f078';
        font-family: "Font Awesome 5 Pro";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        font-size: 13px;
        margin-left: 5px
    }

header.minHeader .top-bar-two .logo img {
    height: 56px;
    padding-top: 6px;
}





.main-nav {
    background-color: #f5f5f5;
    box-shadow: 0 5px 7px 0px rgb(0 0 0 / 5%);
    /* border: 1px solid #eee; */
    border-top: 0;
}

    .main-nav .logo img {
        width: 160px;
        position: relative;
        top: 10px;
    }

    .main-nav nav {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 200ms ease;
    }

        .main-nav nav ul {
            margin-bottom: 0;
        }

            .main-nav nav ul li {
                display: inline-block;
                padding: 0 0px;
            }

        .main-nav nav > ul > li:nth-child(1) {
            padding-left: 0;
        }

        .main-nav nav ul li a {
            color: #222;
            display: block;
            padding: 0 20px !important;
            transition: 300ms;
            height: 60px;
            line-height: 60px;
            position: relative;
        }

            .main-nav nav ul li a:hover,
            .main-nav nav ul li a:focus {
                color: #fab82c;
                outline: 0;
            }

            /*.main-nav nav ul li a:hover,
.main-nav nav ul li a.active{
  color: #ffe000;
}*/
            .main-nav nav ul li a:before {
                content: '';
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 0;
                transition: all 300ms ease;
                background-color: #fab82c;
            }

        .main-nav nav > ul > li > a:hover,
        .main-nav nav > ul > li > a.active {
            color: #fab82c;
        }

            .main-nav nav > ul > li > a:hover:before,
            .main-nav nav > ul > li > a.active:before {
                height: 3px;
            }

        .main-nav nav ul ul {
            position: absolute;
            top: 95px;
            opacity: 0;
            visibility: hidden;
            width: 250px;
            background-color: #ffffff;
            padding: 0;
            border-radius: 5px;
            box-shadow: 0 2px 20px 0px rgb(0 0 0 / 16%);
            z-index: 99;
            padding-top: 10px;
            overflow: hidden;
        }

        .main-nav nav ul li:hover > ul {
            top: 80px;
            opacity: 1;
            visibility: visible;
            transition: .3s linear;
        }

        .main-nav nav ul ul li {
            /* width: 150px; */
            display: list-item;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            min-height: 51px;
            border: 1px solid #eee;
            margin-top: -1px;
        }

            .main-nav nav ul ul li a {
                line-height: inherit;
                height: inherit;
            }

.mobile-arrow {
    color: #fff;
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
    display1: none;
}

.main-nav nav ul ul ul {
    border-top: none;
}

    .main-nav nav ul ul ul li {
        position: relative;
        top: -70px;
        left: 150px;
    }

.main-nav nav ul ul li a i {
    margin-left: 45px;
}

.main-nav .donate-btn {
    margin-left: 45px;
}

.box-section a img {
    width: 100%;
    height: 100%;
    MAX-HEIGHT: inherit;
}

.banner-section .card {
    /* height: 100%; */
    justify-content: center;
    padding: 0;
}

.owl-carousel .owl-stage-outer {
}

.box-section a {
    display: block;
    /* width: 100%;
    height: 100%;      position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    right: 0;
    left: 0;*/
}

.count_box_holder{
	    background-color: #2d3383;
    padding:2rem 0 1.5rem;
}
.activity-counts {
    background-color: #e9e9e9;
    margin: 20px 0px 0px 0px;
    overflow: hidden;
    border-bottom: 1px solid #fab82c;
}

.count-box-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    /*   border-bottom-right-radius: 15px;*/
    box-shadow: 1px 1px 20px 1px rgb(0 0 0 / 25%);
    background-color: #eee;
    float: left;
}

    .count-box-one:before {
        content: '';
        display: block;
        position: absolute;
        right: 100%;
        bottom: 0;
        width: 10000px;
        background-color: #eee;
        top: 0;
    }

.count-box {
    text-align: center;
    width: 33.33%;
    padding: 10px 0 12px;
}

.count-icon {
    color: #15529d;
    font-size: 1.5rem;
    /* line-height: 0; */
    background-color: #fc0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    margin: auto;
    line-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-number {
    font-size: 22px; 
    margin-top: 10px;
    font-weight: 300;
    color: #fff;
}

.count-number-heading {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
    font-weight: 600;
    color: #053268;
}

.count-text {
    /* font-size: 15px; */
    /* font-weight: bold; */
    color: #fff;
    text-transform: capitalize;
}

    .count-text i {
        margin-right: 6px;
        color: #f7a800;
        font-size: 22px;
        position: relative;
        top: 2px;
    }

    .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-two {
    display: flex;
    justify-content: center;
    width: 20%;
    flex-direction: column;
    text-align: center;
}

    .count-box-two .text-white-black {
        font-size: 20px;
        font-family: 'Heebo', sans-serif;
        font-weight: 900;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .count-box-two .text-white-black span {
            color: #fff;
            font-size: 30px;
            min-width: 50px;
            text-align: right;
            margin-right: 5px;
        }

    .count-box-two .count-text {
        font-size: 14px;
    }

        .count-box-two .count-text .fal {
        }




/*All projects count*/
.allprojectsactivity-counts {
    background-color: #0355a5;
    margin-bottom: 1.5em;
    padding: 0.5em;
    border-bottom: 1px solid #fab82c;
}

.allprojectscount-box {
    text-align: center;
    width: 33.33%;
    padding: 10px 0 12px;
}

.allprojectscount-box-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
    float: left;
}

.allprojectscount-text {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    color: #ffffff;
}

    .allprojectscount-text span {
        color: #ffcc00;
    }

    .allprojectscount-text i {
        margin-right: 8px;
        color: #ff9800;
        font-size: 18px;
        position: relative;
        top: 2px;
        width: 30px;
        text-align: center;
    }

.allprojectscount-number {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #ff8d00;
}

.allprojectscount-text1 {
    color: #ffffff;
}

.allprojectscount-text1 {
    font-size: 16px;
    color: #fab82c;
    text-transform: uppercase;
    font-weight: 600;
}

.allprojectscount-box1 {
}

.count-text1 {
    font-size: 16px;
    color: #0015af;
    text-transform: uppercase;
    font-weight: 600;
}

.count-box1 {
    text-align: center;
    width: 20%;
    padding: 10px 0 12px;
}

/*end all projects count*/


/* #MainContent_div_search .input-group input {
        height: 45px
    }
*/
.project-detail-wrapper .count-number{
	 color: #333;
}
.project-detail-wrapper .count-text{
	color: #333;
}
#teachers-page input[type="submit"] {
    border-left: 1px solid #ccc;
}

.You-makelike {
    background-color: transparent !important;
}

/**Event Section**/
.card {
    margin-bottom: 1em;
    background-color: #ffffff;
    padding: 20px 10px;
    /* box-shadow: 0 4px 13px 0px rgb(0 0 0 / 5%); */
    border-radius: 10px;
    transition: all 300ms ease;
	border:0;
}

.box-section .card {
    padding: 0;
}

.card .img {
    margin-bottom: 10px;
    height: 165px;
}

.events-section .d-flex {
    align-items: start;
}

.events-section {
    padding: 15px 0px 15px 0px;
}

    .events-section .card {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .events-section .event-pipes {
        /* display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 20px;*/
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .events-section .event-pipes > div {
        }

        .events-section .event-pipes a {
            color: #fff;
            /* background-color: #fff; */
            margin-bottom: 0;
            /* height: 219px; */
            width: 200px;
            margin: 5px;
            display: flex;
            align-items: center;
            padding: 10px 12px;
            border-radius: 15px;
            height: 60px;
            font-size: 16px;
            text-align: left;
            flex-direction: row;
            line-height: 18px;
        }

            .events-section .event-pipes a i.fal {
                /* margin-bottom: 30px; */
                /* width: 65px; */
                text-align: center;
                font-size: 20px;
                color: #ffffff;
                margin-right: 10px;
            }

            .events-section .event-pipes a i.fa-chevron-right {
                margin-left: auto;
                margin-right: 0;
            }
/*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;
    color: #005b91;
}

    .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;
    overflow: hidden;
}

    .pulsing:after,
    .pulsing:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border: inherit;
        top: 0;
        left: 0;
        z-index: 0;
        background: #ffcc00;
        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)
    }
}
/*--//--Animation*/

/*Othermodules*/
.club-modules.events-section {
}

    .club-modules.events-section .event-pipes a {
        background-color: #fff;
        color: #333;
        width: 250px;
        justify-content: center;
        box-shadow: 1px 1px 1px 1px #eee;
        border: 1px solid #0355a5;
        transition: all .2s ease-in-out;
    }

        .club-modules.events-section .event-pipes a:hover {
            transform: scale(1.1);
            margin: 0px 17px;
        }

        .club-modules.events-section .event-pipes a .fal {
            color: #0355a5;
        }
/*--//--Othermodules*/


.card-boxes {
    width: calc(100% - 450px);
}

.map-box {
    width: 450px;
}
.handshake_div{
	
align-items: center;
    justify-content: space-evenly;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px solid #333;
}
.handshake_div .fa{
	
color: #ffcc00;
	
font-size: 4rem;
}
.handshake_div h2{
	
}
.club-meeting h2 {
    font-weight: 300;
    margin-top: 5px; 
}

    .club-meeting h2 span {
        color: #0355a5;
        font-weight: 900;
        margin-right: 10px;
    }

.text-icon {
    display: flex;
    align-items: center;
    /* margin-left: 8%; */
    /* margin-bottom: 10px; */
    text-align: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

    .text-icon i {
        /* border: 2px dotted #fab82c; */
        /* padding: 6px; */
        font-size: 20px;
        border-radius: 12px;
        color: #f7a800;
        /* margin-right: 15px; */
        width: 40px;
        margin-left: 15px;
    }

    .text-icon p {
        text-align: left;
        text-transform: capitalize;
        margin: 0;
        font-size: 16px;
        margin-left: 5px;
    }

        .text-icon p.meeting-day-time {
        }


.advt-block {
    padding: 0;
    overflow: hidden;
    border: 1px solid #fab82c;
}

    .advt-block img {
        width: 100%;
        height: 100%;
    }



/**Club Members**/
.title {
    color: #000000;
    font-weight: 500;
}


.club-members {
    background-color: #eee;
    padding: 20px 0 20px;
    margin: 0;
}

    .club-members .row {
        align-items: center;
        display: flex;
    }

    .club-members .dignitaries h2 {
        border-left: 5px solid;
        padding-left: 15px;
        color: #ffcc00;
        font-weight: bold;
    }

    .club-members .dignitaries span {
        color: #fff;
        font-weight: 400;
        font-size: 19px;
        position: relative;
        bottom: -4px;
        display: block;
        /* clear: both; */
        line-height: 1.2;
    }

.member-profile-box {
    background-color: #f3f3f3;
    border: 1px solid #eee;
    box-shadow: 0 3px 3px 0px rgb(0 0 0 / 12%);
    margin-bottom: 30px;
    flex-direction: row;
}

    .member-profile-box .member-pic {
        border-radius: 50%;
        overflow: hidden;
        height: 190px;
        width: 190px;
        box-shadow: 2px 5px 0px 0px #fecc00;
    }

        .member-profile-box .member-pic img {
            height: 100%;
        }

    .member-profile-box .member-profile {
        text-align: left;
        margin-left: 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 8px 0;
        width: calc(100% - 200px);
    }

        .member-profile-box .member-profile .member-name h2 {
            font-weight: 300;
            border-bottom: 1px solid #fab82c;
            padding-bottom: 5px;
            font-size: 28px;
        }

            .member-profile-box .member-profile .member-name h2 a {
                color: #000717;
            }

        .member-profile-box .member-profile .member-name .member-post {
            color: #808080;
            font-size: 14px;
        }

        .member-profile-box .member-profile .member-profile-footer {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .member-profile-box .member-profile .member-profile-footer .member-social-links a {
                color: #fab82c;
                margin-right: 15px;
            }

            .member-profile-box .member-profile .member-profile-footer .member-know-more {
                font-size: 14px;
            }

                .member-profile-box .member-profile .member-profile-footer .member-know-more:hover {
                }



.member-text h5 {
    color: #036;
    font-size: 25px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    text-transform: uppercase;
    font-weight: lighter;
}


.member-text span {
    font-size: 25px;
    color: #036;
    font-weight: 700;
}

/*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:#2d3383;
}
.digni-box img{
	border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 2px solid #fff;
}
.digni-box a.btn{
	 
}
.digni-box .card-title {
   font-weight: 300;
    margin-top: 0.75em;
    font-size: 1.25rem;
}
 
  .pg-title {
    font-weight: lighter;
   
    margin-top: 0.75em;
}
 .pg-title span{
    color: #15529d;
}

/**Inner Banner**/
#page-banner {
   /* background-image: url(../img/inner-banner.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 0;
    text-align: left;
    background-color: #2d3383!important;
    margin-bottom: 18px;
}


.page-banner-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .page-banner-cont h2 {
        color: #fff;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        font-weight: 300;
    }


    .page-banner-cont nav {
        display: none;
    }

/*project details*/
.categories-sub-categoris {
}

    .categories-sub-categoris span {
        position: relative;
        display: block;
        margin-left: 25px;
        margin-bottom: 5px;
    }

        .categories-sub-categoris span.sub-cat {
        }

        .categories-sub-categoris span.sub-to-cat {
            margin-left: 45px;
        }

            .categories-sub-categoris span.sub-cat:before,
            .categories-sub-categoris span.sub-to-cat:before {
                content: '\f111';
                font-weight: 900;
                position: absolute;
                left: -20px;
                font-family: "Font Awesome 5 Pro";
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                top: 49%;
                transform: translateY(-50%);
                font-size: 12px;
            }

            .categories-sub-categoris span.sub-to-cat:before {
                font-weight: normal;
            }

        .categories-sub-categoris span:empty {
            display: none;
        }

/*Projects*/
.projects-wrapper h3 {
    margin-bottom: 40px;
}

.projects-wrapper .projects-count {
}

.projects-wrapper .count-value {
    display: block;
    width: 50px;
    height: 48px;
    background-color: #ffe000;
    border-radius: 50%;
    margin: 0 auto 10px;
    line-height: 48px;
    font-size: 20px;
}

.projects-wrapper {
    margin-bottom: 35px;
}

    .projects-wrapper .projects-txt {
    }

.ui-autocomplete {
    background-color: #eee;
    padding: 20px;
    width: 455px;
    height: 500px;
    overflow: auto;
    border-radius: 10px;
    box-shadow: 0 8px 20px 2px #00000012;
}

.menu-bar {
    display: none;
}

.event-cont .col-lg-2 .btn {
    padding: 0.5rem 1rem !important;
    height: 31px !important;
    margin-top: 4px !important;
}

.single-event-list .event-cont a {
    margin-right: 10px !important;
    margin-top: 4px !important;
}



.style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #ffc600;
    border: 2px solid #ffc600
}

.scrol1 {
    height: 400px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll
}

/*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 > tbody > 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
}


/*.cont{
    margin-bottom:10px;
    padding:0px;
}

.cal1 {
    font-size: 15px;
    color: #9b7303;
    margin-top: 20px;
   
}*/
/*Calender End*/



/*Newsletter*/
.pbox1 {
    padding: 12px;
    font-size: 17px;
    border: 1px solid #e1e1e1;
    font-weight: 700;
}

    .pbox1 a {
        color: #036;
    }
/*Upcoming Event*/
.upEvents {
    padding: 0;
    overflow: hidden;
}

    .upEvents .card {
    }

    .upEvents .card-body {
        height: 150px;
    }

    .upEvents .card-text {
    }

    .upEvents .card-footer {
        height: 160px;
    }

        .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*/
.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activities-list .card {
    padding: 0;
    margin-bottom: 0px;
    position: relative;
}

    .activities-list .card a {
        transition: all 200ms ease;
    }

    .activities-list .card:hover a {
        transform: scale(1.1);
        box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, .30) !important;
    }

    .activities-list .card .card-footer {
        padding: 1em 2em !important;
        background-color: transparent;
    }

        .activities-list .card .card-footer i {
           
        }

    .activities-list .card .card-body {
        height: 106px
    }

    .activities-list .card .card-img {
        height: 250px;
        position: relative;
        overflow: hidden;
        background-color: #ffcc00;
        position: relative;
        overflow: hidden;
        background-color: #ffcc00;
        background-size: cover;
        background-position: top center;
    }

        .activities-list .card .card-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }


    .activities-list .card .card-text {
        height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .activities-list .card .card-text * {
            font-size: 14px !important;
            margin: 0;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }


.activities-loop {
    display: flex !important;
    width: inherit !important;
    flex-wrap: wrap;
}

    .activities-loop .card {
        margin-bottom: 0;
    }

.card-holder .leader-img {
    width: 130px;
    height: 130px;
    overflow: hidden;
    background-color: #eee;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 15px;
    box-shadow: 0 0 0px 8px #f1f1f1;
    margin-top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .card-holder .leader-img img {
        width: 130px;
        height: 130px;
    }
.card-holder .member-designation{
	height: 40px;
}
.card-holder .title {
    text-align: center;
}

.activities-loop.fix-height .card {
    height: 300px;
    justify-content: center;
    text-align: center;
}

.share-btn {
    position: absolute;
    top: 10px;
    right: 10px;
}

.share-text {
    position: relative;
    height: 25px;
    width: 70px;
}

    .share-text .btn {
        position: absolute;
        bottom: -20px;
        display: none;
        padding: 0;
        text-align: left;
        color: #2196f3;
        font-size: 12px;
        left: 50%;
        margin-left: -30px;
    }

        .share-text .btn:hover {
            transform: scale(1);
        }

    .share-text:hover .btn {
        display: block;
    }

    .share-text #div_copied {
        position: absolute;
        bottom: -55px;
        background-color: #eee;
        padding: 2px 8px;
    }


.act-detail-wrapper {
}

    .act-detail-wrapper .act-det-header {
    }

        .act-detail-wrapper .act-det-header h4 {
        }

    .act-detail-wrapper .act-category h4 {
        margin-bottom: 0;
    }

    .act-detail-wrapper .fal {
        margin-right: 10px;
    }

.act-detail-sidebar {
    margin-bottom: 30px;
}


    .act-detail-sidebar .sidebar-title {
        font-size: 18px;
    }

        .act-detail-sidebar .sidebar-title .fal {
            width: 35px;
            margin: 0;
            font-size: 20px;
            text-align: center;
            color: #ffcc00;
        }

    .act-detail-sidebar .sidebar-desc {
        margin-left: 40px;
    }


.act-gallery {
    display: flex;
}

    .act-gallery > span {
        height: 200px;
        position: relative;
        overflow: hidden;
        position: relative;
        overflow: hidden;
        background-size: cover;
        background-position: top center;
        width: 20%;
        transition: all 300ms ease;
    }

        .act-gallery > span a {
            display: block;
            height: 100%;
            background-size: cover;
            background-position: top;
        }

            .act-gallery > span a img {
                display: block;
                height: 100%;
            }

        .act-gallery > span:hover {
            transform: scale(1.1);
            z-index: 1;
            box-shadow: 0 1rem 2rem rgba(0, 0, 0, .45) !important;
        }

        .act-gallery > span br {
            display: none;
        }

.chapterName {
    position: absolute;
    top: 0;
    left: 3em;
    font-size: 20px;
    background-color: #ffb100;
    color: #fff;
    padding: 6px 12px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.act-chapter {
    position: absolute;
    bottom: 0;
    background-color: #ffb100;
    padding: 4px 10px;
    color: #fff;
}

.no-data-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.currently-loading {
    background-image: url(../../images/rolling.gif?v=2);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10;
}
/*SHARE */
.div-share {
    float: right;
    position: relative;
    float: right;
    position: relative;
    border: 1px solid #2196f3;
    padding: 0 9px;
    box-shadow: var(--bs-box-shadow);
    background-color: #ffffff;
    border-radius: 5px;
    color: #2d3383;
    margin-bottom: 20px;
}

    .div-share:hover #sidebar {
        display: -webkit-inline-box;
    }

#sidebar {
    position: sticky;
    left: 0px;
    display: -webkit-inline-box;
    flex-direction: column;
    /*background-color: #fff;*/
    padding: 6px 6px;
    border-radius: 5px;
    top: 30px;
    z-index: 9;
}

    /*#sidebar a {
        color: #2196f3;
        display: block;
        padding: 0px 2px;
        height: 35px;
        line-height: 40px;
        cursor: pointer;
        margin: 0px 0px 0px 0;
        position: relative;
        text-align: center;
    }

*/

    #sidebar a{
        color: #2d3383;
        background-color: #fff;
        padding: 7px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 19px;
        display: inline-flex;
        align-items: center;
        cursor: pointer;
        margin: 0px 0px 0px 0px;
        position: relative;
        text-align: center;
     }
        #sidebar a i {
            font-size: 25px;
        }

#div_copied {
    position: absolute;
    z-index: 9999;
    right: 100%;
    top: -1px;
    margin-right: 10px;
    background-color: #222;
    padding: 0px 8px;
    border-radius: 7px;
    color: #f3f3f3;
}

/*/END / SHARE*/

/* Footer */
footer {

}
footer .footer_first{
    background-color: #2d3383;
    color: #fff;
    padding: 2.5rem 0 1.75rem 0;
}
footer .footer_first .title_section{
   
    color: #fff;
    
}
footer .footer_first ul.list_quick_link a{
    color:#fff;transition: all .3s ease-in-out;
}
 
 
.divider{
    clear: both;
    border-bottom: 1px solid #eee;
    margin: 10px auto;
    width: min(600PX, 100%);
}
footer .footer_first .list_policies_link,
footer .footer_first .list_policies_link a{
    color:#a5a9ff;
}
footer .footer_second{
    padding: 1.5rem 0;
}

footer .footer_second ul li a .fab{
    color: #2d3383;
    font-size: 1.5em;
}
footer .footer_second ul li a{
    color:#333;color: #333;
    display: flex;
    align-items: center;
}
footer .footer_second ul li a:hover,footer .footer_second ul li a:hover .fab,footer .footer_first ul.list_quick_link a:hover{
    color: #ffcc00;
}
footer .footer_second ul li a:hover,footer .footer_second ul li a:hover{
	 
}


/**Responsive**/
@media only screen and (max-width: 1199px) {


    .dignitaries {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {

    .allprojectscount-box-one {
        flex-wrap: wrap;
    }

        .allprojectscount-box-one .count-box {
            text-align: left;
        }

    .map-box,
    .card-boxes {
        width: 100%;
    }




    .activities-loop span {
        width: 50%;
    }

    .main-nav .logo img {
        width: 120px;
        top: 5px;
    }

    header {
         position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    right: 0;box-shadow: 0 1px 13px rgb(0 0 0 / 12%);
    }

    .menu-bar {
        display: block;
        z-index: 10;
        color: #9f9f9f;padding: 0 0.5em;
    }


        .menu-bar input {
            display: none;
        }
header .the_row {
    display: flex;
    flex-direction: column;
    width: 100%;
}
body{
	padding-top:130px;
}
    body nav.nav_first {
        position: fixed;
        margin-left: -320px;
        top: 0;
        bottom: 0;
        background-color: #000;
        left: 0;
        width: -320px;
        transition: all 200ms ease-in-out;
        overflow-y: scroll;
        /* margin-top: 198px; */
        flex-direction: column;
        padding-top: 80px;
        z-index: 9;
    }


    body.toggleNav nav.nav_first {
        margin-left: 0;
        width: 100%;
    }

.navbar-expand-lg{
	display: flex;
    justify-content:space-between;
    align-items: center;
}
.nav_holder .container-fluid{
	width:100%;margin:0;
}

.year_dropdown{
	order:0
}
header .the_row .the_Logo img{
	width:75px;    margin-right: auto;
}
nav.nav_first .nav_btn{
	margin-left:inherit;
}
.digni-box { 
    margin-bottom: 1rem;
}
        .main-nav.toggleNav nav div {
            width: 100%;
        }

    .nav_holder nav.nav_first ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* margin-top: 50px!important; */
    }

        .main-nav nav ul li {
            display: block;
        }

            .main-nav nav ul li a {
                color: #fff;
            }



    .main-nav nav > ul > li > a:hover:before,
    .main-nav nav > ul > li > a.active:before {
        background-color: #2b2a29;
    }

    .main-nav nav ul li a:before {
        bottom: 0;
    }

    .main-nav nav ul ul {
        justify-content: center;
        align-content: center;
        width: 100%;
        top: 0 !important;
        /* height: 50vh; */
        opacity: 1;
        visibility: visible;
        position: relative !important;
        display: block !important;
    }

        .main-nav nav ul ul li a {
            color: #333333;
        }

    header .top-bar .top-bg-orange {
    }

    header .download-app a {
        margin-left: 0;
    }

    .welcome-txt {
        display: none;
    }

    .download-app .downld-text {
        display: none;
    }

    .download-app span {
        display: none;
    }

    .top-form-inputs {
    }

    header .top-boxes {
        display: none;
    }

    header .top-bar-two-inner {
        display: block;
    }

    header #div_Upperlogo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

   

    .activity-counts .container {
        flex-wrap: wrap;
    }

    .activity-counts .count-box-one {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        box-shadow: none
    }

    .activity-counts .count-box-two {
        justify-content: space-evenly;
        width: 100%;
        flex-direction: row;
        margin: 35px 0 25px 0;
    }

    .events-section .d-flex {
        flex-direction: column;
    }

    .events-section {
        padding-bottom: 15px;
    }

        .events-section .card {
            height: auto;
        }

    .text-icon {
        margin-left: 0;
    }

    .events-section .event-pipes a {
        /* font-size: 20px; */
        width: 47%;
    }
}

@media only screen and (max-width: 767px) {
    .events-section .event-pipes a {
        width: 100%;
    }

    .activities-loop span {
        width: 100%;
    }

    .allprojectsactivity-counts {
        margin-bottom: 1em;
    }

    .allprojectscount-box-one {
    }

        .allprojectscount-box-one .count-box {
            width: 100%;
            margin: 0;
        }

    .main-slider.slider-active {
        margin-bottom: 1em;margin-top1: 2em;
    }

    /**Count Boxes**/
    #counter-part .container {
        padding: 0;
    }

    .act-gallery {
        flex-direction: column;
    }

        .act-gallery > span {
            width: 100%;
        }
}

@media (max-width: 575px) {
    .member-profile-box {
        align-items: center;
        flex-direction: column;
    }

        .member-profile-box .member-profile {
            width: 100%;
            margin: 0;
            text-align: center;
            padding: 0;
            margin-top: 20px;
        }

            .member-profile-box .member-profile .member-profile-footer {
                margin-top: 15px;
            }

            .member-profile-box .member-profile .member-name h2 {
                font-size: 20px;
            }

    .activity-counts .count-box-one {
        display: flex;
        flex-direction: column;
    }

    .count-box {
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 1.5em;
    }


    header .top-bar .top-dropdown .form-control {
        padding: 4px 10px;
    }

    header .top-bar .top-dropdown .form-control,
    header .top-bar .top-dropdown a.btn {
        width: 110px;
        font-size: 14px;
    }



    .box-section .card {
        height: auto;
    }

    .member-profile-box .member-profile .member-profile-footer {
        justify-content: center;
    }
	
	
}
