@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');



body{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #343434;
}
a{
	transition: all 0.3s ease-in;
	text-decoration: none;
	color: #000;
}
button,
button:focus,
button:active{
	outline: none;
	border: 0;
	box-shadow:0;
}
header{
	background-image: url("../images/headerBG.jpg");
	background-position: center;
	background-size: cover;
	max-height: 270px;
	
}

.logoBlock{
	background-image: url("../images/headerImage.png");
	background-position: center;
	background-size: cover
}

.HeaderLeftImg{
	height: 270px;
}
.HeaderLeftImg img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left;
}

.HeaderCenterImg{
	display: flex;
	align-items: center;
	justify-content: center;
}

.HeaderRightImg{
	height: 160px;
	width: 160px;
	float: right;
}
.HeaderRightImg img{
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: left;
	
	
	
	animation-name: floating-ball-model-3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: floating-ball-model-3;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: floating-ball-model-3;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: floating-ball-model-3;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: floating-ball-model-3;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes floating-ball-model-3 {
    from {
        transform: rotate(0deg);
    }
    to { 
        transform: rotate(360deg);
    }
}

.HeaderRightContact{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 20px;
}

.HeaderRightContact > div{
	display: inline-flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
	position: relative;
}
/*.HeaderRightContact > div:before{
	position: absolute;
	content: "\f095";
	font-family: 'FontAwesome';
	width: 22px;
	height: 22px;
	line-height: 1;
	left: 0;
	top: 0;
	font-size: 20px;	
}*/
.HeaderRightContact a{
	font-size: 22px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	position: relative;
	padding-left: 24px;
}

.HeaderRightContact > div a:before{
	position: absolute;
	content: "\f095";
	font-family: 'FontAwesome';
	width: 22px;
	height: 22px;
	line-height: 1;
	left: 0;
	top: 0;
	font-size: 20px;	
}


@media (max-width:600px){
	
	.HeaderLeftImg{
		height:120px;
	}
	.HeaderLeftImg img{
		object-position: bottom;
	}
	.HeaderRightImg{
		width: 100%;
		height: 100%;
	}
	.HeaderRightContact{
		display: none;
	}
	
	.carousel-item{
		height: 300px;
	}
	.carousel-item img{
		height: 100%;
		width: 100%;
		object-fit: cover
	}
}


.navbar{
	/*background-image: url("../images/headerBG.jpg");*/
    background: #000;
	background-position: center;
	background-size: cover;
}


.nav-link{
	color: #fff;
	font-weight: 700;
}

@media (max-width:600px){
.navbar-toggler {
    
    flex: 1;
    text-align: right;
    color: #fff;
}
	
	.navbar-toggler:focus{
		    box-shadow: none;
	}
}
 .nav-link.active, .nav-link:focus, .nav-link:hover {
    color: #fb0f26;
}

@media (min-width: 992px){
	
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
	
	.navbar-expand-lg .navbar-collapse {
  
    justify-content: center;
}
}

.bg-3{
        transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px 0px 70px 0px;
    background-color: transparent;
    background-image: linear-gradient(90deg, #B10819 60%, #FA9300 40%);
}

@media only screen and (max-width: 767px){
.bg-3 {
    background: #b10819 !important;
}
    .heading-title{
        font-size: 24px!important;
        line-height: 30px!important;
    }
    .home-btn{
        margin-bottom: 20px;
    }
    }

.heading-title{
        color: #FFFFFF;
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 48px;
}
.b-text{
    color: #F7F7F7;
}

.home-btn {
    padding: 10px 10px 10px 0;
}
.home-btn a {
    background-color: #FA9300;
    color: black;
    text-decoration: none;
    padding: 15px 35px;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 600;
}
.home-btn a:hover {
    text-decoration: none;
    color: #fff!important;
    border: 1px solid #FA9300!important;
    background-color: #ffffff00;
}

.about{
    background-color: #f5f5f5;
    padding-top: 90px;
    padding-bottom: 90px;
}

.s-text{
    color: #B10819;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.p-text{
        font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 16px;
    
    line-height: 24px;
}

.p-text2{
        font-family: 'Poppins', sans-serif;
    color: #444444;
    font-size: 13px;
    
    line-height: 21px;
}



.a-text{
        font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 300;
   
}

.a-text2{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 24px;
}

.latest {
    background: rgb(251,18,39);
background: linear-gradient(100deg, rgba(251,18,39,1) 0%, rgba(245,242,41,1) 44%, rgba(251,18,39,1) 100%);
}

.pb-90 {
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}

.owl-nav.disabled {
    display: block!important;
        
}
.latest-news-blogs button.owl-prev {
    background-color: #242422 !important;
    border-radius: 5px;
    width: 47px;
    height: 47px;
    margin-right: 10px;
}
.latest-news-blogs button.owl-next {
    background-color: #ffdb07 !important;
    border-radius: 5px;
    width: 47px;
    height: 47px;
}
 
.latest-news-blogs button img {
    width: 40px;
    padding: 5px 5px;
}

.latest-content {
    box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 19%);
    padding-bottom: 0px;
    margin-bottom: 15px;
    background: #fff;
}
.latest-text {
    padding: 0px 20px;
    
}
.latest-text a {
    text-decoration: none;
    color: black;
}
.latest-text a:hover {
    text-decoration: none;
    color: #c5abd2;
}
.latest-img {
    padding: 10px;
}
.latest-content span {
    color: #747474;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.latest-content h6 {
    margin-top: 10px;
    font-size: 18px;
    padding: 0px;
}
.latest-content p {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.latest-btn {
    background-color: #FA9300;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 25px;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 15px;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.latest-btn:hover {
    color: #fff;
    background: #000;
}
.contact__form form input, .contact__form form textarea {
    border: 1px solid #ecf0f3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
}

form input {
    height: 50px;
    margin-bottom: 30px;
}
form input, form textarea {
    border: 1px solid #ecf0f3;
    padding: 15px;
    color: #0d0d0d;
    outline: none;
}

.contact__form form input {
    width: calc(100% / 2 - 15px);
}

.form textarea, .contact__form form textarea{
    width: 100%;
}

.default-btn {
    text-decoration: none;
    color: #fff;
    padding: 0 2rem;
    line-height: 46px;
    font-size: 1rem;
    transform-origin: right;
    transition: all 0.3s ease;
    background: #f1c152;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
.default-btn:hover {
 background: #000;   
}

.section__header.text-center h2::before {
    left: calc(50% - 55px);
    width: 10px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section__header h2{
    position: relative;
        margin-bottom: 40px;
}

.section__header h2::before {
    width: 100px;
    left: 20px;
    background: #e3e7e8;
}

.section__header.text-center h2::after {
    left: calc(50% - -10px);
    width: 100px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section__header h2::after {
    width: 10px;
    left: 0;
    background: #f1c152;
}

.section__header h2::after, .section__header h2::before{
    position: absolute;
    content: "";
}

.location__right {
    background: #0d0d0d;
}
.location__info-top .section__header h2 {
    color: #fff;
    font-size: calc(1.3125rem + 0.75vw);
}
.location__info-top .section__wrapper .location__info-thumb img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.location__right {
    padding-left: 50px;
}
.location__info-top .section__wrapper .location__info-content h6 {
    color: #fff;
}

.location__info-top .section__wrapper{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.location__info-top .section__wrapper .location__info-thumb {
    margin-right: 20px;
}

.location__left, .location__map{
    height: 100%;
}
.location__info-top .section__wrapper .location__info-content ul, .sidebar__tab .tab-content .blog__comments-details ul li ul li {
    margin-top: 15px;
    padding-left: 0;
    color: #737373;
}
ul li {
    list-style: none;
}

.location__info-right ul{
    margin-top: 20px;
    padding-left: 0;
    color: #737373;
}

.min-f-bg {
    padding: 20px 0;
    border-top: 1px solid #e4c2f5;
   background: rgb(246,0,4);
background: linear-gradient(100deg, rgba(246,0,4,1) 0%, rgba(124,0,3,1) 44%, rgba(246,0,4,1) 100%);
    color: #fff;
}
.copy-one-to {
    text-align: center;
}

.welcome-events-details {
    background-image: url(../images/8.jpg);
    background-size: cover;
    background-position: center;
}
.welcome-events-details h3 {
    text-align:center;
    color: white;
        font-size: 30px;
    font-weight: 700;
    padding: 20px 0;
}

.welcome-causes {
    background-image: url(../images/Rectangle212.png);
    background-size: cover;
    background-position: center;
}
.welcome-causes h2 {
    text-align:center;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
    font-weight: 700;
    padding: 20px 0;
}

.banner-head h4 {
    color: white;
    text-align: center;
}

.organizer-content {
    padding: 20px 20px;
    box-shadow: 0px 5px 19.53px 1.47px rgb(85 80 98 / 19%);
    height: 100%;
}

.contact-us-form {
    background-color: #F5F5F5;
    padding: 30px 45px;
}
.contact-us-form h2 {
    padding-bottom: 30px;
}
.contact-us-form input.form-control.form-com {
    padding: 15px;
    background-color: white;
    border: 1px solid;
    height: 57px;
}
.contact-us-form textarea.form-control.form-com-message {
    height: 180px;
    border: 1px solid;
    background-color: white;
    padding: 15px 15px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-us-form button#my-form-button {
    background-color: #FA9300;
    color: white!important;
    text-decoration: none;
    padding: 15px 60px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    margin: 20px 0;
}

.location {
    padding: 30px 45px;
    background-color: #FA9300;
}

.location-content {
    display: flex;
    padding-top: 30px;
}
.location-content p {
    padding-top: 10px;
    padding-left: 10px;
}
.map1 {
    /* width: 100%; */
    /* height: 100%; */
    display: contents;
}