/*******************************/
/********* General CSS *********/
/*******************************/

	/* CSS for Musical Freedom  website  MusicalFreedom.org
		January 2023   J. Phipps Jerry@MusicaFreedom.org
	 
		Removed css for unused pages service, facts, causes,
		 tesimonial, blog.
	*/	
	
	/* Colors use in this website	
			#333333		Dark Charcol
			#ffffff		white
			#111111		Black (Very Dark Gray)
			#ffcc00		Orange Yellow
			#d3d3d3		Light gray
			#29212b		Very dark gray
			#ffffee		Very Very Light Yellow
			#ff0000		red
			#999999		Medium Gray
			
		*/	
			
	

body {
    color: #111111;
    font-weight: 500;
    background: #ffffee;  /* Very Light Yellow */
    font-family: 'Quicksand', sans-serif;
}

h1,
h2, 
h3, 
h4,
h5, 
h6 {
    color: #111111;  
}

a {
    color: #111111;  
    transition: .3s;
}

a:hover,
a:active,
a:focus {
    color: #ffcc00;
    outline: none;
    text-decoration: none;
}

.btn.btn-custom {
    padding: 12px 20px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    color: #111111;   
		border-radius: 0;
    border: 2px solid #ffcc00;
    box-shadow: inset 0 0 0 0 #ffcc00;
    transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    -moz-transition: ease-out 0.3s;
}

.btn.btn-custom:hover {
    color: #111111;		
    box-shadow: inset 0 0 0 30px #ffcc00;
}

.btn:focus,
.form-control:focus {
    box-shadow: none;
}

.container-fluid {
    max-width: 1366px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-size: inherit;
    margin-left: 0;
}



/**********************************/
/****** Loader & Back to Top ******/
/**********************************/
#loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease-out, visibility 0s linear .3s;
    -o-transition: opacity .3s ease-out, visibility 0s linear .3s;
    transition: opacity .3s ease-out, visibility 0s linear .3s;
    z-index: 999;
}

#loader.show {
    -webkit-transition: opacity .6s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .6s ease-out, visibility 0s linear 0s;
    transition: opacity .6s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

#loader .loader {
    position: relative;
    width: 100px;
    height: 100px;
    border: 20px solid #d3d3d3;
    border-top: 20px solid #ffcc00;
    border-radius: 50%;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.back-to-top {
    position: fixed;
    display: none;
    background: #ffcc00;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 22px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 9;
}

.back-to-top i {
    color: #111111;
    padding-top: 10px;
}

.back-to-top:hover {
    background: #111111;
}

.back-to-top:hover i {
    color: #ffcc00;
}


/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
    position: absolute;
    height:40px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.top-bar .top-bar-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-bar .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    height: 45px;
    padding: 0 10px;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.top-bar .text:last-child {
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.top-bar .text i {
    font-size: 16px;
    color: #ffcc00;
    margin-right: 5px;
}

.top-bar .text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.top-bar .social {
    display: flex;
    height: 45px;
    font-size: 0;
    justify-content: flex-end;
}

.top-bar .social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 100%;
    font-size: 16px;
    color: #ffcc00;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.top-bar .social a:first-child {
    border-left: 1px solid rgba(255, 255, 255, .3);
}

.top-bar .social a:hover {
    color: #ffffff;
    background: #ffcc00;
}

@media (min-width: 992px) {
    .top-bar {
        padding: 0 60px;
    }
}


/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.navbar {
    position: relative;
    transition: .5s;
    z-index: 999;
}

.navbar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: .5s;
}

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.navbar .navbar-brand img {
    max-width: 100%;
    max-height: 40px;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 15px 8px 15px;
    color: #ffffff;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: #ffcc00;
    transition: none;
}


@media (min-width: 992px) {
    .navbar {
        position: absolute;
        width: 100%;
        top: 45px;
        padding: 20px 60px;
        background: transparent !important;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        z-index: 9;
    }
    
    .navbar.nav-sticky {
        padding: 10px 60px;
        background: #20212B !important;
        border-bottom: none;
    }
    
    .page .navbar {
        background: #20212B !important;
    }
    
    .navbar a.nav-link {
        padding: 8px 15px;
        font-size: 16px;
        letter-spacing: 1px;
    }
}

@media (max-width: 991.98px) {   
    .navbar {
        padding: 15px;
        background: #20212B !important;
    }

.navbar .navbar-brand {
    margin: 0;
    color: #ffffff;
    font-size:25px;
    line-height: 0px;
    font-weight:700;
    letter-spacing 2px;
    text-transform: uppercase;
}
    
    .navbar a.nav-link {
        padding: 5px;
    }
    
    .navbar .dropdown-menu {
        box-shadow: none;
    }
		
}


/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
    position: relative;
    width: 100%;
    min-height: 300px;
    background: #ffffee;
    margin-bottom: 45px;
}

.carousel .container-fluid {
    padding: 0;
}

.carousel .carousel-item {
    position: relative;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.carousel .carousel-img {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 300px;
    text-align: right;
    overflow: hidden;
}

.carousel .carousel-img::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

.carousel .carousel-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel .carousel-text {
    position: absolute;
    max-width: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 2;
}

.carousel .carousel-text h1 {
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
}

.carousel .carousel-text p {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
}

.carousel .carousel-btn .btn.btn-custom {
    color: #ffffff;
}

.carousel .carousel-btn .btn.btn-custom:hover {
    color: #20212B;
}

.carousel .carousel-btn .btn:first-child {
    margin-right: 15px;
}

.carousel .owl-nav {
    position: absolute;
    width: 100%;
    height: 60px;
    top: calc(50% - 30px);
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffcc00;
    background: rgba(256, 256, 256, .2);
    font-size: 22px;
    transition: .3s;
}

.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
    color: #ffffff;
    background: #ffcc00;
}

.carousel .owl-nav .owl-prev {
    margin-right: 2px;
}

.carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #111111;
    opacity: 1;
}
													
@media (max-width: 991.98px) {
    .carousel .carousel-text h1 {
        font-size: 35px;
    }
    
    .carousel .carousel-text p {
        font-size: 16px;
    }
    
    .carousel .carousel-text .btn {
        padding: 12px 30px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 767.98px) {
    .carousel .carousel-text h1 {
        font-size: 30px;
    }
    
    .carousel .carousel-text .btn {
        padding: 10px 25px;
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media (max-width: 575.98px) {
    .carousel .carousel-text h1 {
        font-size: 25px;
    }
    
    .carousel .carousel-text .btn {
        padding: 8px 20px;
        font-size: 14px;
        letter-spacing: 0;
    }
}


.video-page-header {
	  position: relative;
    margin-bottom: 45px;
    padding: 210px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-page-header h2 {
    position: relative;
		color: #ffcc00;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 5px;
}




/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
    position: relative;
    margin-bottom: 45px;
    padding: 210px 0 90px 0;
    text-align: center;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/page-header.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header h2 {
    position: relative;
    color: #ffcc00;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}

.page-header h7 {
    position: relative;
    color: #ffcc00;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 5px;
}


.page-header h2::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #ffcc00;
}

.page-header a {
    position: relative;
    padding: 0 12px;
    font-size: 22px;
    color: #ffffff;
}

.page-header a:hover {
    color: #ffcc00;
}

.page-header a::after {
    position: absolute;
    content: "/";
    width: 8px;
    height: 8px;
    top: -2px;
    right: -7px;
    text-align: center;
    color: #ffffff;
}

.page-header a:last-child::after {
    display: none;
}

@media (max-width: 991.98px) {
    .page-header {
        padding: 60px 0;
    }
    
    .page-header h2 {
        font-size: 45px;
    }
    
    .page-header a {
        font-size: 20px;
    }
}

@media (max-width: 767.98px) {
    .page-header {
        padding: 45px 0;
    }
    
    .page-header h2 {
        font-size: 35px;
    }
    
    .page-header a {
        font-size: 18px;
    }
}


/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 45px auto;
}

.section-header p {
    margin-bottom: 5px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffcc00;
}

.section-header h2 {
    margin: 0;
    font-size: 45px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .section-header h2 {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 40px;
    }
}

@media (max-width: 575.98px) {
    .section-header h2 {
        font-size: 35px;
    }
}



/*******************************/
/********** About CSS **********/
/*******************************/
.about {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.about .list ul {
    margin: 15;
    padding: 0;
    list-style-type: circle ;
}

.about .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.about .about-img {
    width: 100%;
    height: 100vh;
}

.about .about-tab {
    width: 100%;
}

.about .about-tab .nav.nav-pills .nav-link {
    padding: 8px;
    font-weight: 600;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    transition: none;
}

.about .about-tab .nav.nav-pills .nav-link:hover,
.about .about-tab .nav.nav-pills .nav-link.active {
    color: #ffcc00;
    padding-bottom: 7px;
    border-bottom: 3px solid #ffcc00;
}

.about .about-tab .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.about .about-tab .tab-content .container {
    padding: 0;
}

@media (max-width: 991.98px) {
    .about .section-header {
        margin-top: 30px;
    }
}


/*******************************/
/********* Contact CSS *********/
/*******************************/
.contact {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.contact .contact-img {
    position: relative;
    width: 100%;
}

.contact .contact-img img {
    width: 100%;
    height: 440px;
    object-fit: cover;
}

.contact .contact-form {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-top: -220px;
    padding: 30px;
    background: #ffcc00;
		}
.contact .form-title-text	 {
   color: #20212B;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}


@media (max-width: 991.98px) {
    .contact .contact-form {
        max-width: 600px;
    }
}

@media (max-width: 767.98px) {
    .contact .contact-form {
        max-width: 400px;
    }
}

@media (max-width: 575.98px) {
    .contact .contact-form {
        max-width: 300px;
    }
}

.contact .contact-form input {
    padding: 15px;
    background: none;
    border-radius: 0;
    border: 1px solid #111111;   /*rgba(0, 0, 0, .1); */
}

.contact .contact-form textarea {
    height: 150px;
    padding: 8px 15px;
    background: none;
		    border-radius: 0;
    border: 1px solid #111111;   /*rgba(0, 0, 0, .1); */
}

.contact .contact-form .btn.btn-custom {

    width: 100%;
		border: 1px solid #111111;
		}

.contact .help-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact .contact-form .btn.btn-custom {
    padding: 15px 0;
    width: 100%;
    height: 60px;
    color: #111111;
    border: 1px solid #111111;
    box-shadow: inset 0 0 0 0 #111111;
}

.contact .contact-form .btn.btn-custom:hover {
    color: #ffcc00;
    border: 1px solid #111111;
    box-shadow: inset 0 0 0 30px #111111;
}


/*******************************/
/********* Donate CSS **********/
/*******************************/
.donate {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: rgba(0, 0, 0, .65);
}S

.donate .donate-content {
    padding: 45px 0 15px 0;
}

.container .donate {
    margin: 90px 0;
}

.container .donate .donate-content {
    padding: 45px 30px 15px 30px;
}

.donate .donate-content .section-header {
    margin-bottom: 30px;
}

.donate .donate-content .section-header h2 {
    color: #ffffff;
}

.donate .donate-text p {
    color: #ffffff;
    font-size: 18px;
}

.donate .donate-center href{
  display: flex;
  justify-content: center;
  align-items: center;
	}

.donate .donate-text-black p {
    color: black;
    font-size: 18px;
	 text-align: center;
    align-items: center;
    justify-content: center;
		
}

.donate .donate-text-red  {
    color: red;
    font-size: 18px;
	text-align: center;
    justify-content: center;
	text-decoration-color: #ff0000;
}

.donate .donate-text-emp  {
    color: #FF0000;
    font-size: 20px;
		text-decoration-line: underline;
		text-decoration-color: #666666;
}

.donate .donate-form {
    padding: 90px 30px;
    background: #ffcc00;
}

.donate .donate-form .ntact {
    margin-bottom: 15px;
}

.donate .donate-form .form-control {
    height: 60px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #ffffff;
    background: transparent;
}

.donate .donate-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.donate .donate-form .form-control:-ms-input-placeholder,
.donate .donate-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.donate .donate-form .btn-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.donate .donate-form .btn.btn-custom {
    padding: 15px 0;
    width: 100%;
    height: 60px;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.donate .donate-form .btn.btn-custom:hover,
.donate .donate-form .btn.btn-custom.active {
    color: #ffcc00;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 30px #ffffff;
}




/*******************************/
/********* Donor CSS **********/
/*******************************/
.donor {
   position: relative;
    width: 100%;
    margin: 45px 0;
    background: rgba(0, 0, 0, .7); // This makes the transparent background
}S

.donor .donor-content {
    padding: 45px 0 15px 0;
}

.container .donor {
    margin: 90px 0;
}

.container .donor .donor-content {
    padding: 45px 30px 15px 30px;
}

.donor .donor-content .section-header {
    margin-bottom: 30px;
}


.donor .donor-content .section-header h2 {
    color: #ffffff;
}

.donor .donor-content .web-no a {
	  color: #ffffff;
    transition: .3s;
}

.donor .donor-content .web-link a {
		text-decoration-line: underline;    
		color: #ffffff;
    transition: .3s;
}

.donor .donor-text p {
    color: #ffffff;
    font-size: 18px;
}

.donor .donor-center href{
  display: flex;
  justify-content: center;
  align-items: center;
	}

.donor .donor-text-black p {
    color: black;
    font-size: 18px;
	  text-align: center;
    align-items: center;
    justify-content: center;
		
}

.donor .donor-text-emp  {
    color: #FF0000;
    font-size: 20px;
		text-decoration-line: underline;
		text-decoration-color: #666666;
}

.donor .donor-form {
    padding: 90px 30px;
    background: #ffcc00;
}

.donor .donor-form .ntact {
    margin-bottom: 15px;
}

.donor .donor-form .form-control {
    height: 60px;
    color: #ffffff;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #ffffff;
    background: transparent;
}

.donor .donor-form .form-control::placeholder {
    color: #ffffff;
    opacity: 1;
}

.donor .donor-form .form-control:-ms-input-placeholder,
.donor .donor-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.donor .donor-form .btn-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.donor .donor-form .btn.btn-custom {
    padding: 15px 0;
    width: 100%;
    height: 60px;
    color: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 0 #ffffff;
}

.donor .donor-form .btn.btn-custom:hover,
.donor .donor-form .btn.btn-custom.active {
    color: #ffcc00;
    border: 1px solid #ffffff;
    box-shadow: inset 0 0 0 30px #ffffff;
}


/*******************************/
/********** Mission CSS **********/
/*******************************/
.mission {
    position: relative;
    width: 100%;
    padding: 45px 0;
}

.mission .list ul {
    margin: 15;
    padding: 0;
    list-style-type: disc ;
}

.mission .section-header {
    margin-bottom: 30px;
    margin-left: 0;
}

.mission .mission-img {
    width: 100%;
    height: 100vh;     /* 100% heigth of view port */
}

.mission .mission-tab {
    width: 100%;
}

.mission .mission-tab .nav.nav-pills .nav-link {
    padding: 8px;
    font-weight: 600;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    transition: none;
}

.mission .mission-tab .nav.nav-pills .nav-link:hover,
.mission .mission-tab .nav.nav-pills .nav-link.active {
    color: #ffcc00;
    padding-bottom: 7px;
    border-bottom: 3px solid #ffcc00;
}

.mission .mission-tab .tab-content {
    padding: 15px 0 0 0;
    background: transparent;
}

.mission .mission-tab .tab-content .container {
    padding: 0;
}

@media (max-width: 991.98px) {
    .mission .section-header {
        margin-top: 30px;
    }
}

/*******************************/
/***** Offender Input CSS ******/
/*******************************/
.ofd {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.ofd .ofd-item {
    margin-bottom: 30px;
    background: #f3f6ff;
}

.ofd .ofd-item img {
    width: 100%;
}

.ofd .ofd-content {
    padding: 30px;
    display: flex;
}

.ofd .ofd-meta {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.ofd .ofd-meta p {
    position: relative;
    margin-bottom: 8px;
    padding-bottom: 8px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.ofd .ofd-meta p:last-child {
    border-bottom: none;
}

.ofd .ofd-meta i {
    color: #4a4c70;
    width: 25px;
}

.ofd .ofd-text {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.ofd .ofd-text::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 5px);
    top: 6px;
    left: 0;
    background: rgba(0, 0, 0, .15);
}

.ofd .ofd-text::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 40px;
    top: calc(50% - 20px);
    left: -1px;
    background: #FDBE33;
}

.ofd .ofd-text h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ofd .ofd-text p {
    margin: 0;
}

.ofd .btn.btn-custom {
    margin-top: 20px;
    padding: 8px 30px;
}

@media (max-width: 575.98px) {
    .ofd .ofd-content {
        flex-direction: column;
    }
    
    .ofd .ofd-meta {
        flex-direction: row;
    }
    
    .ofd .ofd-meta p {
        font-size: 14px;
        padding-right: 7px;
    }
    
    .ofd .ofd-meta p:last-child {
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }
    
    .ofd .ofd-meta i {
        width: 18px;
    }
    
    .ofd .ofd-text {
        margin: 0;
        padding: 0;
    }
    
    .ofd .ofd-text::before,
    .ofd .ofd-text::after {
        display: none;
    }
}







/*******************************/
/*********** Team CSS **********/
/*******************************/
.team {
    position: relative;
    width: 100%;
    padding: 45px 0 15px 0;
}

.team .team-item {
    position: relative;
    margin-bottom: 35px;
}

.team .team-img {
    position: relative;
    overflow: hidden;
}

.team .team-img img {
    width: 100%;
    transform: scale(1);
    margin-bottom: -15px;
    transition: .3s;
}

.team .team-item:hover img {
    margin: -15px 0 0 0;
}

.team .team-text {		
    position: absolute;	
    width: calc(100%);		
    height: 45px;   			
    bottom: 0;			
    left: 0;							
    padding: 10px 0;			
    text-align: center;	
    background: #d3d3d3; 	
    transition: .3s;	
    overflow: hidden;	
}

.team .team-text h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team .team-text p {
    margin-bottom: 20px;
}

.team .team-social {
    position: relative;
    font-size: 0;
}

.team .team-social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #111111;
    border: 2px solid #ffcc00;
    transition: .3s;
}

.team .team-social a:hover {
    color: #20212B;
    background: #ffcc00;
}

.team .team-item:hover .team-text {
    height: 160px;
}


/*******************************/
/******** Volunteer CSS ********/
/*******************************/
.volunteer {
    position: relative;
    width: 100%;
    margin: 45px 0;
    background: rgba(0, 0, 0, .5);
}

.volunteer .form-title-text	 {
   color: #20212B;
    text-align: center;
    font-size: 24px;
    margin-bottom: 10px;
}

.volunteer .volunteer-content {
    padding: 30px 0 45px 0;
}

.container .volunteer {
    margin: 90px 0;
}

.container .volunteer .volunteer-content {
    padding: 45px 30px 15px 30px;
}

.volunteer .volunteer-content .section-header {
    margin-bottom: 30px;
}

.volunteer .volunteer-content .section-header h2 {
    color: #ffffff;
}

.volunteer .volunteer-text p {
    color: #ffffff;
    font-size: 18px;
}

.volunteer .volunteer-form {
    padding: 50px 30px;
    background: #ffcc00;
}

.volunteer .volunteer-form .control-group {
    margin-bottom: 15px;
}

.volunteer .volunteer-form .form-control {
    height: 60px;
    color: #111111;
    padding: 0 15px;
    border-radius: 0;
    border: 1px solid #111111;
    background: transparent;
}

.volunteer .volunteer-form textarea.form-control {
    height: 120px;
    padding: 15px;
}

.volunteer .volunteer-form .form-control::placeholder {
    color: #111111;
    opacity: 1;
}

.volunteer .volunteer-form .form-control:-ms-input-placeholder,
.volunteer .volunteer-form .form-control::-ms-input-placeholder {
    color: #ffffff;
}

.volunteer .volunteer-form .btn.btn-custom {
    padding: 15px 0;
    width: 100%;
    height: 60px;
    color: #111111;
    border: 1px solid #111111;
    box-shadow: inset 0 0 0 0 #111111;
}

.volunteer .volunteer-form .btn.btn-custom:hover {
    color: #ffcc00;
    border: 1px solid #111111;
    box-shadow: inset 0 0 0 30px #111111;
}


/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
    position: relative;
    margin-top: 45px;
    padding-top: 20px;   /* 90px;*/
    background: #20212B;
}

.footer .footer-contact,
.footer .footer-link {
    position: relative;
    margin-bottom: 45px;
    color: #ffffff;
}

.footer .footer-contact h2,
.footer .footer-link h2{
    margin-bottom: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #ffcc00;
}

.footer .footer-link a {
    display: block;
    margin-bottom:5px;
    color: #ffffff;
    transition: .3s;
}

.footer .footer-link a::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .footer-link a:hover {
    color: #ffcc00;
    letter-spacing: 1px;
}

.footer .footer-contact p i {
    width: 25px;
}


.footer .copyright {
    padding: 0 30px;
}

.footer .copyright .row {
    padding-top:5px;
    padding-bottom: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright p {
    margin: 0;
    color: #999999;
}

.footer .copyright .col-md-6:last-child p {
    text-align: right;
}

.footer .copyright p a {
    color: #ffffff;
}

.footer .copyright p a:hover {
    color: #ffcc00;
}

@media (max-width: 767.98px) {
    .footer .copyright p,
    .footer .copyright .col-md-6:last-child p {
        margin: 5px 0;
        text-align: center;
    }
}
